Skip to content
/ Book Public

Code Snippets from Building Bitcoin Websites Book

Notifications You must be signed in to change notification settings

coinables/Book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book

Code Snippets from Building Bitcoin Websites Book

This book was written in late 2015 and early 2016.

Some references in this book are now outdated.

One of the most significant changes is the Bitcoin PIP installer no longer works. In order to install bitcoin to your server on the command line follow these steps:

  1. wget https://bitcoincore.org/bin/bitcoin-core-0.20.0/bitcoin-0.20.0-x86_64-linux-gnu.tar.gz

  2. tar -xvf bitcoin-0.20.0-x86_64-linux-gnu.tar.gz

  3. sudo install -m 0755 -o root -t /usr/local/bin bitcoin-0.20.0/bin/*

About

Code Snippets from Building Bitcoin Websites Book

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages