Skip to content

Instantly share code, notes, and snippets.

@rjmacarthy
Created March 30, 2016 15:43
Show Gist options
  • Save rjmacarthy/db1f82e96d72d7984a116ceefbd96432 to your computer and use it in GitHub Desktop.
Save rjmacarthy/db1f82e96d72d7984a116ceefbd96432 to your computer and use it in GitHub Desktop.
bitcore-node-testnet.json config
{
"datadir": "./data",
"network": "testnet",
"port": 3001,
"services": [
"address",
"bitcoind",
"db",
"insight-api",
"insight-ui",
"web"
],
"servicesConfig": {
"insight-ui": {
"apiPrefix": "api"
},
"insight-api": {
"routePrefix": "api"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment