/BTC_ETL

Collect and store Bitcoin mempool / network state for txs coming into the mempool and recently confirmed txs

Primary LanguagePython

Set up

  • Virtual env and dependencies Python3.5 >= is required.
  • python3 -m venv .
  • source activate
  • pip3 install -r requirments.txt
  • You must provide RPC credentials as well as ZMQ host and port as enviorment variables
  • ./main.py