Skip to content

Instantly share code, notes, and snippets.

@jorijn
Created October 19, 2019 07:36
Show Gist options
  • Save jorijn/c0f5d3daf6ab6d35ac25b47c2a5be331 to your computer and use it in GitHub Desktop.
Save jorijn/c0f5d3daf6ab6d35ac25b47c2a5be331 to your computer and use it in GitHub Desktop.
The blockbook configuration file. Dockerfile: https://gist.github.com/Jorijn/141f49dd0c69901f28215893d5900bca
{
"coin_name": "Bitcoin",
"coin_shortcut": "BTC",
"coin_label": "Bitcoin",
"rpc_url": "http://somehost:8332",
"rpc_user": "someuser",
"rpc_pass": "somepassword",
"rpc_timeout": 25,
"parse": true,
"message_queue_binding": "tcp://somehost:zmqpubrawblockport",
"subversion": "",
"address_format": "",
"block_addresses_to_keep": 300
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment