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?
|