Created
October 19, 2019 07:36
-
-
Save jorijn/c0f5d3daf6ab6d35ac25b47c2a5be331 to your computer and use it in GitHub Desktop.
The blockbook configuration file. Dockerfile: https://gist.github.com/Jorijn/141f49dd0c69901f28215893d5900bca
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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