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

Transfer not authorized #58

@atthom

Description

@atthom

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions