You are viewing a single comment's thread from:
RE: Python STEEM 0.4.0 - Massive changes to greatly simplify onboarding - Merged Steemtools
You can do like this:
steem = Steem(keys=['wif1', 'wif2'])
You can do like this:
steem = Steem(keys=['wif1', 'wif2'])
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 :)