Skip to content

Instantly share code, notes, and snippets.

@MrChrisJ
Created December 14, 2015 10:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MrChrisJ/04357a3ff76ea0ba0a50 to your computer and use it in GitHub Desktop.
Save MrChrisJ/04357a3ff76ea0ba0a50 to your computer and use it in GitHub Desktop.
fullnode
dddddddd
FFFFFFFFFFFFFFFFFFFFFF lllllll lllllll d::::::d
###### ###### F::::::::::::::::::::F l:::::l l:::::l d::::::d
#::::# #::::# F::::::::::::::::::::F l:::::l l:::::l d::::::d
#::::# #::::# FF::::::FFFFFFFFF::::F l:::::l l:::::l d:::::d
######::::######::::###### F:::::F FFFFFFuuuuuu uuuuuu l::::l l::::l nnnn nnnnnnnn ooooooooooo ddddddddd:::::d eeeeeeeeeeee
#::::::::::::::::::::::::# F:::::F u::::u u::::u l::::l l::::l n:::nn::::::::nn oo:::::::::::oo dd::::::::::::::d ee::::::::::::ee
######::::######::::###### F::::::FFFFFFFFFF u::::u u::::u l::::l l::::l n::::::::::::::nn o:::::::::::::::o d::::::::::::::::d e::::::eeeee:::::ee
#::::# #::::# F:::::::::::::::F u::::u u::::u l::::l l::::l nn:::::::::::::::no:::::ooooo:::::od:::::::ddddd:::::d e::::::e e:::::e
#::::# #::::# F:::::::::::::::F u::::u u::::u l::::l l::::l n:::::nnnn:::::no::::o o::::od::::::d d:::::d e:::::::eeeee::::::e
######::::######::::###### F::::::FFFFFFFFFF u::::u u::::u l::::l l::::l n::::n n::::no::::o o::::od:::::d d:::::d e:::::::::::::::::e
#::::::::::::::::::::::::# F:::::F u::::u u::::u l::::l l::::l n::::n n::::no::::o o::::od:::::d d:::::d e::::::eeeeeeeeeee
######::::######::::###### F:::::F u:::::uuuu:::::u l::::l l::::l n::::n n::::no::::o o::::od:::::d d:::::d e:::::::e
#::::# #::::# FF:::::::FF u:::::::::::::::uul::::::ll::::::l n::::n n::::no:::::ooooo:::::od::::::ddddd::::::dde::::::::e
#::::# #::::# F::::::::FF u:::::::::::::::ul::::::ll::::::l n::::n n::::no:::::::::::::::o d:::::::::::::::::d e::::::::eeeeeeee
###### ###### F::::::::FF uu::::::::uu:::ul::::::ll::::::l n::::n n::::n oo:::::::::::oo d:::::::::ddd::::d ee:::::::::::::e
FFFFFFFFFFF uuuuuuuu uuuullllllllllllllll nnnnnn nnnnnn ooooooooooo ddddddddd ddddd eeeeeeeeeeeeee
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
README.TXT
==========
1. Attach external USB Thumb drive enclosed to Raspberry Pi (must be done first)
2. Attach Ethernet Cable (not included) to your router
3. Plug in micro USB cable in to to any USB/Phone charger using cable provided
4. After a few minutes the device will begin syncing with the Bitcoin Blockchain
5. Go to your computer’s command line and type:
>> ssh pi@fullnode.local
Username: pi
Password: raspberry
5. Bitcoin should start automatically in headless mode, to get started type:
>> bitcoin-cli getinfo
After a few moments Bitcoin should report errors but telling you that is Loading the Blockchain, Verifying Blocks etc. Please be patient, this can take some time but while you’re making a nice cup of tea you can feel good knowing you are supporting the Bitcoin network by distributing its database.
You can also plug the Pi in to most modern TVs using an HDMI lead. Plug in a keyboard and mouse and type:
>> startx
This will load up the desktop mode. To load up Bitcoin Graphical User Interface type open up Terminal from top menu bar and type:
>> bitcoin-cli stop
You will need to wait a minute or so for Bitcoin Server to stop. Then type:
>> bitcoin-qt
You may get an error if you did it too quickly, no problem, just press the Up Arrow on your keyboard, hit return to try again.
You may spend a long time on the “Activating Best Chain” progress report, this is a known issue in bitcoin and will be fixed in version 0.12. Once it loads you will be in the GUI where you can go to the menu and click Help>Debug Window to get nice graphs on network usage.
It is not recommended that you use the Fullnode as a wallet. Though if you want to play around with the JSON RPC it’s fine to put small change on it just for experimentation.
A signed Certificate of Authenticity is in your Home folder. If you want one which identifies you personally these are available on request.
Have fun and remember there’s more to come beginning 6th January 2016. Thank you for supporting the cause. From everyone at ProTip and the Fullnode project we hope you have a wonderful holiday season.
For more info visit fullnode.protip.is
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org
iQEcBAEBCgAGBQJWbYjXAAoJEOw2pfEsR+bQjbMH/i1U0bI0Cv3bwE6SHJrwbeW+
3bQzAT11jnMbTP5ZTgIRvC0n46ZgpHKqCXeMefDX9CQq8xiHQcTpjW+vt6nJ2EsG
z9FYgK+jIYSAUgbLrqlMWxQ83EXJN8VrYoP9Rz7PJX3JWo0t0gju7daMwRHNkpP4
twh40CsWlfD6cfVrKHjnjaOBiez7e7WSgraouZsjMH7eQ6v+jupNoESs8ssxBLB5
9tNo1g3G4TMmQPZk8Hmsk1pKCeF2eeodh38EpgH58R9+LfCZH5o77hJLxzgGU8Ii
Gp1CLoIiWtoLDE2RzKcg0kFiYeTNZKaT8i2+EYnKh0P+9yqHTlmdf20i9R0Upuk=
=Siim
-----END PGP SIGNATURE-----
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment