We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8921b4b commit e9d3ef7Copy full SHA for e9d3ef7
contrib/init/bitcoind.conf
@@ -1,4 +1,4 @@
1
-description "Bitcoin Core Daemon"
+description "Bitcoin Knots Daemon"
2
3
start on runlevel [2345]
4
stop on starting rc RUNLEVEL=[016]
contrib/init/bitcoind.init
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
-# bitcoind The bitcoin core server.
+# bitcoind The Bitcoin Knots server.
5
6
# chkconfig: 345 80 20
contrib/init/bitcoind.openrc
@@ -18,7 +18,7 @@ BITCOIND_BIN=${BITCOIND_BIN:-/usr/bin/bitcoind}
18
BITCOIND_NICE=${BITCOIND_NICE:-${NICELEVEL:-0}}
19
BITCOIND_OPTS="${BITCOIND_OPTS:-${BITCOIN_OPTS}}"
20
21
-name="Bitcoin Core Daemon"
+name="Bitcoin Knots Daemon"
22
description="Bitcoin cryptocurrency P2P network daemon"
23
24
command="/usr/bin/bitcoind"
0 commit comments