Open CRServers opened 7 years ago
To activate support in Linux full nodes, you should add "-daemon" after bitcoind so the daemon would start
The command should look like: echo "uacomment=UASF-SegWit-BIP148" >> ~/.bitcoin/bitcoin.conf && bitcoin-cli stop && sleep 5 && bitcoind -daemon
This is just a signal comment for support, not activation.
To activate support in Linux full nodes, you should add "-daemon" after bitcoind so the daemon would start
The command should look like: echo "uacomment=UASF-SegWit-BIP148" >> ~/.bitcoin/bitcoin.conf && bitcoin-cli stop && sleep 5 && bitcoind -daemon