Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: jackg on September 27, 2015, 06:28:29 PM



Title: Using python to read blockchain
Post by: jackg on September 27, 2015, 06:28:29 PM
Does anyone know how to get python 2.7 and python 3.4 to recieve data from blockchain. I want to recieve data specifically on my own address.


<-------------------------------------------------- HERE!
Any suggestions, ideas or complete code


Title: Re: Using python to read blockchain
Post by: Newar on September 28, 2015, 03:22:45 PM

Getting data from your locally stored blockchain (running bitcoind or bitcoin-qt) or the blockchain.info service?


Title: Re: Using python to read blockchain
Post by: jackg on September 28, 2015, 03:33:27 PM
either! Thinking of using blockchain.info at the start


Title: Re: Using python to read blockchain
Post by: OmegaStarScream on September 28, 2015, 06:48:25 PM
either! Thinking of using blockchain.info at the start

This should help you out then : https://github.com/blockchain/api-v1-client-python


Title: Re: Using python to read blockchain
Post by: Smokeasy on September 30, 2015, 08:14:42 AM
Does anyone know how to get python 2.7 and python 3.4 to recieve data from blockchain. I want to recieve data specifically on my own address.


<-------------------------------------------------- HERE!
Any suggestions, ideas or complete code

This should get you going for locally doing it:
"How to Program a Blockchain Explorer with Python and Bitcoin"
http://alexgorale.com/how-to-program-block-chain-explorers-with-python-part-1

The link is Part 1 but Part 2 can be found at the bottom of the page.


Title: Re: Using python to read blockchain
Post by: btc_enigma on October 01, 2015, 02:24:11 PM
Does anyone know how to get python 2.7 and python 3.4 to recieve data from blockchain. I want to recieve data specifically on my own address.


<-------------------------------------------------- HERE!
Any suggestions, ideas or complete code

This should get you going for locally doing it:
"How to Program a Blockchain Explorer with Python and Bitcoin"
http://alexgorale.com/how-to-program-block-chain-explorers-with-python-part-1

The link is Part 1 but Part 2 can be found at the bottom of the page.

Yes, this link is good ! I also recommend you look at bitcointools https://github.com/gavinandresen/bitcointools if you want to pull in data from bitcoind blocks