Anyone know how to configure pybitcointools to bitcoin testnet?

0

Anyone know how to configure https://github.com/wizardofozzie/pybitcointools to bitcoin testnet?

thanks,

kiwichen

Posted 2018-06-21T12:44:55.410

Reputation: 1

Answers

0

There is blockr_fetch(txindex, "testnet") and blockr_push(signedTx, "testnet"). Note the need to use "testnet" as the 2nd parameter.

Reference

Zombie

Posted 2018-06-21T12:44:55.410

Reputation: 528

thank you Zombie, I will try. Would you please recommend a stable pybitcointools fork. I tried several already, can't find a stable one. or any python bitcoin tool you suggest to use?kiwichen 2018-06-22T03:06:06.853

@kiwichen also check https://github.com/mcdallas/cryptotools

Mike D 2018-06-22T10:55:11.150