Created
March 26, 2017 18:38
-
-
Save v6/9a421e10728f22dfe2a0f5ffae501670 to your computer and use it in GitHub Desktop.
// , sudo service bcoin start
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
[Unit] | |
Description=BCoin server | |
After=network.target auditd.service | |
[Service] | |
User=root | |
ExecStart=/home/bcoin/bcoin/bin/bcoin --network "testnet" --nodes "seed.tbtc.petertodd.org,testnet-seed.bluematt.me,testnet-seed.bitcoin.schildbach.de" --host "\'::\'" --public-host 104.197.196.156 | |
Type=simple | |
RestartSec=60 | |
Restart=on-failure | |
[Install] | |
WantedBy=multi-user.target | |
Alias=bcoin.service |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment