Remora project
README.md: thismanifest.md: presentation of the project (README FIRST)dev.md: some dev issues / choices encountered in this projectsetup.md: some notes about the hardware/software setupsql.md: SQL cheat-sheet regarding SQL queries useful to this project
config.py: configuration for python scripts (bitcoind RPC endpoint, SQLdb endpoint)schema.sql: SQL schema to store the blockchain
chain_update.py: fills SQL db from blockchain, getting info from RPC/bitcoindcluster_update.py: fills theclustertable by parsing the SQL dbprice_update.py: fills thepricecolumn of theblocktable reading thepricetablevalue.py: TODO
lib\RPCHost.py: python wrapper for RPC queries to bitcoindlib\SQLblockchain.py: python wrapper for SQL queries to mysqld