Created
November 27, 2017 17:31
-
-
Save ktechmidas/d5dbe0502a4936c482849015bfd21b42 to your computer and use it in GitHub Desktop.
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
cat ~/.dashcore/dash.conf | |
testnet=1 | |
rpcuser=test | |
rpcpass=test | |
server=1 | |
daemon=1 | |
rpcallow=127.0.0.1 | |
rpcallow=222.166.152.93 | |
cat ~/.dashcore/sentinel/sentinel.conf | |
# specify path to dash.conf or leave blank | |
# default is the same as DashCore | |
#dash_conf=/home/evan82/.dashcore/dash.conf | |
# valid options are mainnet, testnet (default=mainnet) | |
#network=mainnet | |
network=testnet | |
# database connection details | |
db_name=database/sentinel.db | |
db_driver=sqlite |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment