Note: This software is in Beta and should only be used on Testnet until thoroughly tested!
Bob Wallet was created to help preserve Bitcoins fungibility. Today it is easy to trace Bitcoin transactions from address to address by simply using any public Block Explorer. Bob Wallet helps fix this.
To start, you will create a Bob Wallet and deposit Bitcoin to your Public address. Bob Wallet will automatically move your Bitcoin from your Public to your Private Wallet. This transfer happens by joining together all other Bob Wallet users in order to create a single transaction called a CoinJoin. Your Bitcoin can not be stolen since only you own and control your wallet keys and no one can determine your Private Wallet addresses. Let's help keep Bitcoin fungible!
Bob Wallet is not a traditional Bitcoin wallet. You cannot use it to make a payment to someone else. It's only purpose right now is to move your Bitcoins from your Public Wallet to your Private Wallet securely without anyone knowing your Private Wallet addresses. You will have to use a separate Bitcoin wallet after your Bitcoin has been moved Private in order to spend them. Ideally, use a full-node for your Private Wallet because 3rd-party balance queries can de-anonymize you.
- Download and install the Tor Browser
- Open the Tor Browser and visit the website: http://bobwalletktuy6hp.onion OR download Bob Wallet and open (drag and drop)
bobwallet.html
in the Tor Browser - Create a new Bob Wallet
- Deposit Bitcoin into your Public Wallet
- Bob Wallet will automatically enter you into CoinJoin rounds with every other Bob Wallet user
- A successful round will send a portion of your Public Bitcoin into your Private Wallet
- Bob Wallet will automatically add you into following rounds until all of your Public Bitcoin is moved to your Private Wallet
BTC: 15fMSRKT8pP1XMfc6YM7ckH87uc9YaRcaa
BCH: 1BWTtWVk3U1JvgcV3mwDEaQDMpSpBzXLw9
Which coin should we focus on first? Vote with your favorite currency!
- You don't need to trust anyone with your Bitcoin
- Rounds are quick (Between 30 to 90 seconds per round)
- Can support many participants. More users, more privacy
- No need to download, compile or configure a complex program. It's as simple as visiting a website in your Tor Browser. This also makes it fully cross platform on ANY device that can run a Tor Browser
-
What is Bob Wallet?
- Bob Wallet securely connects you with many other users to create a single transaction called a CoinJoin. Bob Wallet will create you two wallets: Public and Private. You will deposit Bitcoin to the Public Wallet and Bob Wallet will automatically send it to your Private Wallet. By joining a combined transaction with as many people as possible it ensures the privacy of your Bitcoins in your Private Wallet. Not even the server can figure out which Private Wallet address is yours.
-
Why is Bob Wallet needed?
- To help preserve Bitcoin fungibility. Every Bitcoin transaction can be easily traced and balances determined. Not everyone needs to know how much Bitcoin you own by just visiting a Block Explorer.
-
How is Bob Wallet trustless?
- It uses a combination of CoinJoin and Chaum's Blind Signatures. You never hand over control to anyone and your Bitcoin can not be stolen. You can read more about the techniques here.
-
Why do I have to use Tor?
- Tor is necessary to protect the server from determining your Private Wallet addresses. No one but you knows the addresses of your Private Wallet.
-
Why do I have to wait so long for Bitcoin to show up in my Private Wallet?
- Every successful round will deposit a specific amount of Bitcoin into your Private Wallet. For beta testing purposes the output amount is really low so that more rounds can be run while using less Testnet Bitcoin. This will be changed later.
-
Why did we build Bob Wallet?
- For your donations and to compete for this bounty. Help support us if you like Bob Wallet!
-
How can I help?
- Help by using and contributing to Bob Wallet. The more people we have using it the faster we can find and fix bugs and improve the experience. Once we are sure Bob Wallet is safe and secure we can move it to the Mainnet. Donations are also much appreciated! Let's help keep Bitcoin fungible!
npm run build
npm run test
npm run server
# Open new terminal tab
npm run dev
- Clone Bob Wallet
git clone https://github.com/bobwallet/bobwallet.git
and thencd ./BobWallet
- Build bcoin from source
npm run build-bcoin
- Build web app
npm run build
- Copy built web app unto USB Drive
cp ./bobwallet.html ...
- Run Tails
- Copy
bobwallet.html
from your USB Drive into yourTor Persistent
folder - Connect to the internet and open
bobwallet.html
in the Tor Browser - Start using Bob Wallet!