Skip to content

Repository files navigation

remora

Remora project

Docs

  • README.md: this
  • manifest.md: presentation of the project (README FIRST)
  • dev.md: some dev issues / choices encountered in this project
  • setup.md: some notes about the hardware/software setup
  • sql.md: SQL cheat-sheet regarding SQL queries useful to this project

Config

  • config.py: configuration for python scripts (bitcoind RPC endpoint, SQLdb endpoint)
  • schema.sql: SQL schema to store the blockchain

Scripts

  • chain_update.py: fills SQL db from blockchain, getting info from RPC/bitcoind
  • cluster_update.py: fills the cluster table by parsing the SQL db
  • price_update.py: fills the price column of the block table reading the price table
  • value.py: TODO

Libs

  • lib\RPCHost.py: python wrapper for RPC queries to bitcoind
  • lib\SQLblockchain.py: python wrapper for SQL queries to mysqld

About

Remora project

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages