Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

berrywallet/bitcore-node-dash-docker

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitcore Dash + Insight API + Insight UI in Docker

To run testnet (the default):

docker run -d -p 3001:3001 -p 19999:19999 -v /root/dash-node/testnet --name dash-testnet berrywallet/bitcore-node-dash

To run for livenet:

docker run -e DASH_LIVENET=1 -d -p 3001:3001 -p 9999:9999 -v /root/dash-node/livenet --name dash-livenet berrywallet/bitcore-node-dash

Environment variables

  • DASH_LIVENET (default: 0) - Set 1 to enable livenet
  • API_ROUTE_PREFIX (default: api) - Set URL prefix for Insight API
  • UI_ROUTE_PREFIX (default: "") - Set URL prefix for Insight UI
  • API_CACHE_ENABLE (default: 1) - Enable/disable Insight API cache
  • API_LIMIT_ENABLE (default: 1) - Enable/disable Insight API rate limiter
  • API_LIMIT_WHITELIST (default: "127.0.0.1 ::1") - Whitelist, delimited by space
  • API_LIMIT_BLACKLIST (default: "") - Blacklist, delimited by space
  • API_LIMIT_COUNT (default: 10800)
  • API_LIMIT_INTERVAL (default: 10800000)
  • API_LIMIT_WHITELIST_COUNT (default: 108000)
  • API_LIMIT_WHITELIST_INTERVAL (default: 10800000)
  • API_LIMIT_BLACKLIST_COUNT (default: 0)
  • API_LIMIT_BLACKLIST_INTERVAL (default: 10800000)

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.