You are viewing a single comment's thread from:

RE: How to set special claim keys for Block Producer

in #eos6 years ago

Thanks for this guide, very helpful. I am trying to set up a permission to just for voting purpose. But i am struggle to get it to work.

Here's what i did
cleos set account permission ACCOUNT_NAME voter PUBLIC_KEY active -p ACCOUNT_NAME@active

cleos set action permission ACCOUNT_NAME eosio voteproducer voter -p ACCOUNT_NAME@active

I then try to vote with this command:
cleos system voteproducer prods ACCOUNT_NAME eosauthority -p ACCOUNT_NAME@voter

I keep getting a response as:
transaction declares authority '{"actor":"ACCOUNT_NAME","permission":"active"}', but does not have signatures for it.

what am i doing wrong here? any help would be much appreciated.

Sort:  

@tinh did you ever figure it out? I'm having the same issue as well after following the instructions above.