Bitcoin Forum
May 11, 2024, 03:57:41 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Python script to send BTC to any given address.  (Read 1100 times)
jdeepee (OP)
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
October 01, 2015, 08:50:18 PM
 #1

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!

1715443061
Hero Member
*
Offline Offline

Posts: 1715443061

View Profile Personal Message (Offline)

Ignore
1715443061
Reply with quote  #2

1715443061
Report to moderator
TalkImg was created especially for hosting images on bitcointalk.org: try it next time you want to post an image
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715443061
Hero Member
*
Offline Offline

Posts: 1715443061

View Profile Personal Message (Offline)

Ignore
1715443061
Reply with quote  #2

1715443061
Report to moderator
1715443061
Hero Member
*
Offline Offline

Posts: 1715443061

View Profile Personal Message (Offline)

Ignore
1715443061
Reply with quote  #2

1715443061
Report to moderator
1715443061
Hero Member
*
Offline Offline

Posts: 1715443061

View Profile Personal Message (Offline)

Ignore
1715443061
Reply with quote  #2

1715443061
Report to moderator
achow101
Moderator
Legendary
*
Offline Offline

Activity: 3388
Merit: 6635


Just writing some code


View Profile WWW
October 01, 2015, 09:07:58 PM
 #2

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.

jdeepee (OP)
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
October 01, 2015, 09:38:57 PM
 #3

Sorry forgot to mention ideally it would be a multi-sig wallet so bitcoin core wont work for what I want to do right?
achow101
Moderator
Legendary
*
Offline Offline

Activity: 3388
Merit: 6635


Just writing some code


View Profile WWW
October 01, 2015, 09:48:03 PM
 #4

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.

chanz
Sr. Member
****
Offline Offline

Activity: 298
Merit: 250


View Profile
October 04, 2015, 09: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.

My BTC address : 1KfS1c14Tg2hgQEVz2bCJeFox6FpyYFvM6
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!