View Single Post
Old 04-28-2017, 02:04 PM  
deonbell
Confirmed User
 
deonbell's Avatar
 
Industry Role:
Join Date: Sep 2015
Posts: 1,045
My plan, Parsing the blockchain and upload to mysql?

My plan will it work?
Parsing the blockchain and upload to mysql?

My plan is to find a program that parses the blockchain into a csv file.
Then upload the entire file to a mysql database.

I will generate a private key and public key. Then search for the existence of the public key in the blockchain. If found, Program stops and lets me know the public and private key where a transaction was found.


Currently, I am using a call to blockchain.info to look for a transaction history. According to the blockchain.info api, They request 10 seconds between calls. I wait 12 seconds. I think that if I run off my own SQL database, My program will run much faster.

Thoughts?
deonbell is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote