Author

Topic: Python script to send BTC to any given address. (Read 1117 times)

sr. member
Activity: 298
Merit: 250
October 04, 2015, 05:03:38 AM
#5
Sorry forgot to mention ideally it would be a multi-sig wallet so bitcoin core wont work for what I want to do right?

Bitcoin core will work flawlessly for Multi-Signature Addresses.
staff
Activity: 3458
Merit: 6793
Just writing some code
Sorry forgot to mention ideally it would be a multi-sig wallet so bitcoin core wont work for what I want to do right?
It will. Bitcoin Core has the capability to do multisig through the RPC daemon, not the GUI.
newbie
Activity: 26
Merit: 0
Sorry forgot to mention ideally it would be a multi-sig wallet so bitcoin core wont work for what I want to do right?
staff
Activity: 3458
Merit: 6793
Just writing some code
You can use the Bitcoin Core RPC-API. Just have your python script send several HTTP Post requests to the local Bitcoin daemon and you can do everything through that.
newbie
Activity: 26
Merit: 0
Hi guys. I am messing around in Python to send some coins to any given bitcoin address. I would like to propagate and push a Bitcoin transaction to the network within the same script. I would prefer to send the coins from a local wallet, unless there is an API out there such as this: https://www.bitgo.com/api/?javascript#send-coins-to-multiple-addresses ,but for Python. Does anyone have any suggestions as to where to look? Sorry for any stupidity I am new to this side of this kind of stuff Wink


Cheers!

Jump to: