|
@ -17,10 +17,10 @@ A Multisig HD Wallet Service, with minimun server trust. |
|
|
cd bit-wallet |
|
|
cd bit-wallet |
|
|
|
|
|
|
|
|
# Create a 2-of-2 wallet (john.dat is the file where the wallet critical data will be stored, add -t for testnet) |
|
|
# Create a 2-of-2 wallet (john.dat is the file where the wallet critical data will be stored, add -t for testnet) |
|
|
./bit -f john.dat create 2-2 john |
|
|
./bit create 2-2 john |
|
|
* Secret to share: |
|
|
* Secret to share: |
|
|
0a18bed5-5607-4fde-a809-dc6561bc0664:L3WtafRAEHty7h2J7VCHdiyzFboAdVFnNZXMmqDGw4yiu5kW9Tp4:T |
|
|
0a18bed5-5607-4fde-a809-dc6561bc0664:L3WtafRAEHty7h2J7VCHdiyzFboAdVFnNZXMmqDGw4yiu5kW9Tp4:T |
|
|
./bit -f join.dat status |
|
|
./bit status |
|
|
|
|
|
|
|
|
# Use -h or BIT_HOST to setup the base URL for your server. |
|
|
# Use -h or BIT_HOST to setup the base URL for your server. |
|
|
|
|
|
|
|
@ -44,17 +44,6 @@ A Multisig HD Wallet Service, with minimun server trust. |
|
|
./bit -f pete.data reject <id> |
|
|
./bit -f pete.data reject <id> |
|
|
./bit -f pete.data sign <id> |
|
|
./bit -f pete.data sign <id> |
|
|
|
|
|
|
|
|
# Export your critical wallet data (you need *quorum* of wallet's copayer to extract coins) |
|
|
|
|
|
./bit export |
|
|
|
|
|
# Or export it to a QR |
|
|
|
|
|
./bit export --qr |
|
|
|
|
|
|
|
|
|
|
|
# Import it later. It can be safely used from multiple devices. |
|
|
|
|
|
./bit import <file> |
|
|
|
|
|
|
|
|
|
|
|
# In case you use a new server, recreate the wallet from our local information |
|
|
|
|
|
./bit recreate |
|
|
|
|
|
|
|
|
|
|
|
# List all commands: |
|
|
# List all commands: |
|
|
./bit --help |
|
|
./bit --help |
|
|
|
|
|
|
|
@ -108,6 +97,11 @@ bit export -o output.dat -e |
|
|
bit import output.dat |
|
|
bit import output.dat |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
## If you need to migrate to other server, after importing the wallet use `recreate` |
|
|
|
|
|
``` |
|
|
|
|
|
bit recreate |
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
# Airgapped Operation (TODO) |
|
|
# Airgapped Operation (TODO) |
|
|
|
|
|
|
|
|
### On the Air-gapped device |
|
|
### On the Air-gapped device |
|
|