Serge

Results 10 comments of Serge
trafficstars

P.S. if I have e.g. 1 BTC, how do I send small fraction of it without giving ALL THE REST for fee, i.e. how do I limit a fee to...

hi, guys, thanks for your response ! I know, RTFM, etc, I am programmer sinnce 1995 :) I mean that when a new user will download this python bitcoin tool...

I propose to add PRECAUTION in your example on the main page: Example usage (best way to learn :) ): > from bitcoin import * > priv = sha256('some big...

print 'WARNING: you are sending ' + str(AMOUNT) + ' and paying this FEEE for it: ' + str(FEE) print 'you have 10 s to press Ctrl-Key if you are...

this is the WARNING which you should have, like the Bitcoin Wiki does here: https://bitcoin.org/en/developer-examples#simple-raw-transaction Warning icon Warning: createrawtransaction does not automatically create change outputs, so you can easily accidentally...

Yes, this is risk for REAL money, so I strongly believe any warning on potential money loss must be a part of any software like this. At least in README,...

Thanks for you reply, it is partially useful though, the remaining questions still are: -- So how/where do I add my desired change_addr value ? -- how do I use...

-- So how/where do I add my desired change_addr value ? I mean I should use some other "outs" instead of that which you show in your example on main...

is it the solution on network ? before using pybitcointool, I should call > set_network( "testnet" ) and then use all commands in the same way as for real net...