Skip to content

Instantly share code, notes, and snippets.

@Paludis
Last active February 6, 2016 04:40
Show Gist options
  • Select an option

  • Save Paludis/0784ea910c640583ce37 to your computer and use it in GitHub Desktop.

Select an option

Save Paludis/0784ea910c640583ce37 to your computer and use it in GitHub Desktop.
Bitcore Configuration
{
"datadir": "./data",
"network": "livenet",
"port": 3001,
"services": [
"address",
"bitcoind",
"bitcore-wallet-service",
"db",
"insight-api",
"insight-ui",
"interest-bitcore",
"web"
]
}
{
"description": "A full Bitcoin node build with Bitcore",
"repository": "https://github.com/user/project",
"license": "MIT",
"readme": "README.md",
"dependencies": {
"bitcore-lib": "^v0.13.11",
"bitcore-node": "^1.0.1",
"bitcore-wallet-service": "^1.4.0",
"insight-api": "^0.3.2",
"insight-ui": "^0.3.0",
"bitcore-wallet-client": "1.5.0",
"interest-bitcore": "git+http://bitbucket.org/tattva/interest-bitcore.git#aws"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment