Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

Update instructions for running a Full Node #1461

Closed
wants to merge 17 commits into
from

Conversation

Projects
None yet
2 participants
Contributor

wbnns commented Dec 28, 2016 edited

This PR updates the instructions for running a full node as of 0.13.1. The previous instructions were for 0.11.0. This fixes a few notable issues, like:

  • Incorrect storage requirements
  • Time estimates to become fully synced
  • Removal of deprecated RPC Auth when running bitcoind for first time
  • Incorrect file names being referenced when extracting/installing from the command line (tar xzf bitcoin-0.11.0-linux64.tar.gz instead of tar xzf bitcoin-0.13.1-x86_64-linux-gnu.tar.gz)

Unless others object, this will be merged on Sunday, January 1st - cheers to Bitcoin in 2017!

// Fixes #1458
// Fixes #1217

wbnns added some commits Dec 24, 2016

@wbnns wbnns self-assigned this Dec 28, 2016

Contributor

MarcoFalke commented Dec 28, 2016

ACK

@wbnns wbnns closed this Jan 1, 2017

@wbnns wbnns deleted the wbnns-full-node branch Jan 1, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment