Author

Topic: How to install and run the UASF enforcing code(BIP148 SegWit) Guide for dummies (Read 1317 times)

sr. member
Activity: 650
Merit: 321
If you want to become a node and start signalling BIP148 UASF for Segwit (Important that we begin showing support prior to 1 Aug 17) download your applicable client here https://uasf.bitcoinreminder.com/ . To speed things up, I have also uploaded the entire bitcoin blockchain. Please find the Google drive link on this thread https://bitcointalk.org/index.php?topic=1310261.100
full member
Activity: 162
Merit: 109
If you have CentOS 6.* , you will be shocked by installing from sources...
You will not be able to compile there because there many old prerequired software for Bitcoin Node
For example hard way for me was with GCC - current gcc in CentOS will not compile sources

I wrote the Bitcoin UASF Makefile
Very easy!

https://github.com/Perlover/bitcoin-uasf-makefile

Welcome!
member
Activity: 77
Merit: 10
I compiled my UASF fullnode from source on a Ubuntu system today:

Code:
git clone --branch 0.14-BIP148 https://github.com/UASF/bitcoin.git
cd bitcoin
./autogen.sh
./configure
make
sudo make install

Go sure to install all dependencies first, here is a good guide you can follow
https://www.howtoforge.com/tutorial/how-to-compile-and-install-bitcoin-core-on-debian-wheezy/
or http://bitzuma.com/posts/compile-bitcoin-core-from-source-on-ubuntu/

Happy UASF!
jr. member
Activity: 52
Merit: 53
Until recently I was not aware that this code is already available.
I wanted to signal my support for a UASF so I asked for help on r/bitcoin..

The instructions I received was very helpful!

Check out the links below if you are interesting in running the UASF code...

Can someone please provide the following: "How to signal UASF, a guide for dummies" ?
https://www.reddit.com/r/Bitcoin/comments/6bim3z/can_someone_please_provide_the_following_how_to/dhnbzg1/

By request: How to signal UASF, a guide for dummies:
https://www.reddit.com/r/Bitcoin/comments/6bkk3c/by_request_how_to_signal_uasf_a_guide_for_dummies/

Jump to: