You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tl;dr Regardless of which way I use, I get this error: signature verification failed; verify correct account, sequence, and chain-id.
I'm trying to interact with the portal loop, calling Register from /r/demo/microblog.
Following the instructions from https://gno.land/r/demo/microblog?help:
INSECURE BUT QUICK
gnokey maketx call -pkgpath "gno.land/r/demo/microblog" -func "Register" -gas-fee 1000000ugnot -gas-wanted 2000000 -send "" -broadcast -chainid "portal-loop" -args "grepsuzette" -args "once in a previous life he lived in a hut * once in present times he also ate in a pizza hut" -remote "https://rpc.gno.land:443" g1fjh9y7ausp27dqsdq0qrcsnmgvwm6829v2au7d
gnokey maketx call -pkgpath "gno.land/r/demo/microblog" -func "Register" -gas-fee 1000000ugnot -gas-wanted 2000000 -send "" -args "grepsuzette" -args "once in a previous life he has lived in a hut * once in the present times he also ate in a pizza hut" g1fjh9y7ausp27dqsdq0qrcsnmgvwm6829v2au7d > unsigned.tx
tl;dr Regardless of which way I use, I get this error:
signature verification failed; verify correct account, sequence, and chain-id
.I'm trying to interact with the portal loop, calling
Register
from/r/demo/microblog
.Following the instructions from https://gno.land/r/demo/microblog?help:
INSECURE BUT QUICK
gnokey maketx call -pkgpath "gno.land/r/demo/microblog" -func "Register" -gas-fee 1000000ugnot -gas-wanted 2000000 -send "" -broadcast -chainid "portal-loop" -args "grepsuzette" -args "once in a previous life he lived in a hut * once in present times he also ate in a pizza hut" -remote "https://rpc.gno.land:443" g1fjh9y7ausp27dqsdq0qrcsnmgvwm6829v2au7d
FULL SECURITY WITH AIRGAP
gnokey query -remote "https://rpc.gno.land:443" auth/accounts/g1fjh9y7ausp27dqsdq0qrcsnmgvwm6829v2au7d height: 0
gnokey maketx call -pkgpath "gno.land/r/demo/microblog" -func "Register" -gas-fee 1000000ugnot -gas-wanted 2000000 -send "" -args "grepsuzette" -args "once in a previous life he has lived in a hut * once in the present times he also ate in a pizza hut" g1fjh9y7ausp27dqsdq0qrcsnmgvwm6829v2au7d > unsigned.tx
gnokey sign -txpath unsigned.tx -chainid "portal-loop" -number 173 -sequence 0 g1fjh9y7ausp27dqsdq0qrcsnmgvwm6829v2au7d > signed.tx
gnokey broadcast -remote "https://rpc.gno.land:443" signed.tx
--= Error =--
Data: transaction failed &core_types.ResultBroadcastTxCommit{CheckTx:abci.ResponseCheckTx{ResponseBase:abci.ResponseBase{Error:std.UnauthorizedError{abciError:std.abciError{}}, Data:[]uint8(nil), Events:[]abci.Event(nil), Log:"--= Error =--\nData: std.UnauthorizedError{abciError:std.abciError{}}\nMsg Traces:\n 0 /opt/build/tm2/pkg/std/errors.go:70 - signature verification failed; verify correct account, sequence, and chain-id\nStack Trace:
Is there anything special making it not work? I haven't used the portal loop before.
The text was updated successfully, but these errors were encountered: