You are viewing a single comment's thread from:
RE: Python STEEM 0.4.0 - Massive changes to greatly simplify onboarding - Merged Steemtools
Providing Keys: Here, you can provide the keys for your accounts manually. All you need to do is add the wif keys for the accounts you want to use as a simple array using the keys parameter to Steem().
how do i provide a single key as a simple array ?
i checked steem.py to see "kwargs " and "keys" somewhere ...
I don't understand, how that's supposed to work.
I like the functions that came with steemtools. Good Work.
You can do like this:
I tried a list.
It then asks me for a passphrase to my new wallet.
It doesn't use the key/ doesn't take the argument.
Thanks for the bug report. It fixed it here
Thanks !
And so quick :D !
It still doesn't accept the keys.
You need the
develop
branch from github!Thanks.
and then
That works until i get this error:
(my requests version is 2.10.0)
Hmm...
I thought I updated the graphenelibs to not require requests-2.10 but allow others aswell.
You can use the graphenelibs from the
minimal
branch on https://github.com/xeroc/python-graphenelibThat branch will become the new graphenelib once I finished the new python-bitshares library :)