Author

Topic: Using python to read blockchain (Read 1841 times)

hero member
Activity: 692
Merit: 569
October 01, 2015, 09:24:11 AM
#6
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
member
Activity: 140
Merit: 10
Decentralized Block-chain Voting
September 30, 2015, 03:14:42 AM
#5
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.
staff
Activity: 3500
Merit: 6152
September 28, 2015, 01:48:25 PM
#4
either! Thinking of using blockchain.info at the start

This should help you out then : https://github.com/blockchain/api-v1-client-python
copper member
Activity: 2856
Merit: 3071
https://bit.ly/387FXHi lightning theory
September 28, 2015, 10:33:27 AM
#3
either! Thinking of using blockchain.info at the start
legendary
Activity: 1358
Merit: 1001
https://gliph.me/hUF
September 28, 2015, 10:22:45 AM
#2

Getting data from your locally stored blockchain (running bitcoind or bitcoin-qt) or the blockchain.info service?
copper member
Activity: 2856
Merit: 3071
https://bit.ly/387FXHi lightning theory
September 27, 2015, 01:28:29 PM
#1
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
Jump to: