Sign inSign up

3h4x/bitcoin-uasf

By 3h4x

Updated about 9 years ago

Bitcoin Full Node with User Activated Soft Fork - SegWit

Image
1

2.2K

3h4x/bitcoin-uasf repository overview

Bitcoin UASF 0.3 0.14.2 BIP148

Full Node with Core User Activated Soft Fork

Running docker image

Version bitcoin-0.14.2-bip148_segwit0.3

All images are automatically built on Docker Hub https://hub.docker.com/r/3h4x/bitcoin-uasf/

Run docker and preserve data .

Use docker volumes!

docker run -d -v /path/to/.bitcoin:/home/uasf/.bitcoin/ -p 8333:8333 3h4x/bitcoin-uasf

Simple run

docker run -d -p 8333:8333 3h4x/bitcoin-uasf

Important: This will not preserve data if the container will be killed or stopped.

If you want to build container yourself

docker build -t bitcoin-uasf .
docker run -d -v $PWD/data:/home/uasf/.bitcoin/blocks -p 8333:8333 bitcoin-uasf

Cloudformation

Cloudformation is AWS service to provision infrastructure.
Before you lunch bitcoin node in cloud you should know that:

  • "Full nodes are only meaningful if you run them on hardware you exclusively control." - luke-jr
  • There is possibilty of attacking the network with a Sybil attack

Launch Bitcoin Full Node with UASF

Tag summary

Content type

Image

Digest

Size

135.5 MB

Last updated

about 9 years ago

docker pull 3h4x/bitcoin-uasf