0
Anyone know how to configure https://github.com/wizardofozzie/pybitcointools to bitcoin testnet?
thanks,
0
Anyone know how to configure https://github.com/wizardofozzie/pybitcointools to bitcoin testnet?
thanks,
0
There is blockr_fetch(txindex, "testnet") and blockr_push(signedTx, "testnet"). Note the need to use "testnet" as the 2nd parameter.
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
you can look into this: https://github.com/petertodd/python-bitcoinlib and https://github.com/alexanderjsingleton/crypto-cuck-coin
– Zombie – 2018-06-22T09:14:08.403@kiwichen also check https://github.com/mcdallas/cryptotools
– Mike D – 2018-06-22T10:55:11.150