Post
Topic
Board Development & Technical Discussion
Re: How to signal support for BIP 148 ?
by
cryp71x
on 08/06/2017, 17:15:25 UTC
 Grin
The question came to me after reading exactly this article. So I assume I have to type into the bash the command mentioned in this article after installing the Core Client.

So I first install the Core Client, then start it with ./bitcoin-qt -datadir=/what/so/ever
and then open another Linux bash cd to /usr/local/bin and type:

echo "uacomment=UASF-SegWit-BIP148" >> /what/so/ever/bitcoin.conf && bitcoin-cli stop && sleep 5 && bitcoind


But why bitcoin-cli stop && sleep 5 && bitcoind  Huh
This doesn't make sense.

How can I check if the BIP 148 support signal was correctly set?