Scripts to install JoinMarket, libsodium, and Bitcoin Core on the Tails OS.
-
Run
tailsjoin.sh
on a minimal system without enough disk space to store the blockchain. This will use blockr.io (Coinbase) to check address balances and confirmed transactions. This is over Tor, of course, but still not optimal for privacy. Detailed Guide Minimal -
Run
tailsjoin-fullnode.sh
on either a system with enough disk space to hold the blockchain, or a minimal system with enough external storage to store the blockchain (50GB~). This is the suggested method for privacy and true control. Detailed Guide Full Node
You must start Tails with "More options" setting in the beginning (Persistence is optional) and set an administrator password no matter which script you run.
All scripts are signed with my gpg key: 44C5 398E A821 BB41 A0C0 7052 1B91 84DF 9E11 7718
cd /home/amnesia/Persistent
(optional)git clone https://github.com/tailsjoin/tailsjoin
cd tailsjoin
gpg --recv-keys 44C5398EA821BB41A0C070521B9184DF9E117718
gpg --verify tailsjoin.sh.asc tailsjoin.sh
./tailsjoin.sh
Be aware, the script will prompt for the administrator password several times throughout.
After installation you will have to add torify
to every command that does blockchain lookups. Detailed explanation.
Examples:
torify python wallet-tool.py <wallet_file>
torify python sendpayment.py -N 4 <amount> <destination_address>
tailsjoin.github.io (guides and stuff, under construction)
IRC: #joinMarket
on irc.freenode.net https://webchat.freenode.net/?channels=%23joinmarket
Bitcointalk thread: https://bitcointalk.org/index.php?topic=919116.msg10096563
Subreddit: https://reddit.com/r/joinmarket
Twitter: https://twitter.com/joinmarket
JoinMarket Donation address: 1AZgQZWYRteh6UyF87hwuvyWj73NvWKpL
torify python tumbler.py --donateamount=x.x
The tailsjoin project has absolutely no affiliation with the Tails operating system.
These are simply resources for end users to easily and safely anonymize their Bitcoin transactions using existing tools. Pull requests are always appreciated.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.