View glacier-bitcoin-pinned.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Instructions for modifying the Glacier v0.9 doc to download Bitcoin | |
Core from the official release instead of the (now dead) Ubuntu PPA. | |
**** CAUTION **** | |
Do your own research. If the below instructions are malicious, your | |
coins could be stolen. | |
**** | |
Under "Setup Protocol, Section V: Create App USBs": |
View loadwallet-crash.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e | |
bitcoin-cli -testnet createwallet "bomb6" true | |
#{ | |
# "name": "bomb6", | |
# "warning": "" | |
#} |