Giter Club home page Giter Club logo

bitcoin-uasf's Introduction

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

bitcoin-uasf's People

Contributors

3h4x avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.