Skip to content
This repository has been archived by the owner on Mar 23, 2020. It is now read-only.

Transfer not authorized #58

Open
atthom opened this issue Sep 2, 2017 · 2 comments
Open

Transfer not authorized #58

atthom opened this issue Sep 2, 2017 · 2 comments

Comments

@atthom
Copy link

atthom commented Sep 2, 2017

Hello,
I have trouble to transfer funds with piston-cli

steem = Steem(wif=posting, node="wss://this.piston.rocks")
steem.transfer(to="someone-else", amount=55, asset="SBD", memo=memo, account=steemit_account)

It gave me this error:

Traceback (most recent call last):
  	File "C:\_Installs\Anaconda\lib\site-packages\pistonapi\steemnoderpc.py", line 124, in rpcexec
	return super(SteemNodeRPC, self).rpcexec(payload)
  	File "C:\_Installs\Anaconda\lib\site-packages\grapheneapi\graphenewsrpc.py", line 160, in rpcexec
    raise RPCError(ret['error']['message'])
    grapheneapi.graphenewsrpc.RPCError: 3010000 tx_missing_active_auth: missing required active authority
    Missing Active Authority [myaccount]
    [...]

I suppose the Steem instance doesn't have the active key to transfer funds.
I didn't found any example or test that could help me to do it.

@ArtGenesis
Copy link

yes , you need active key to transfer, try like this
steem = Steem( keys = { 'active': 'your active wif key' }, node="wss://this.piston.rocks")

@atthom
Copy link
Author

atthom commented Sep 3, 2017

thanks a lot !

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants