@@ -13,7 +13,7 @@ of [Bitrated](https://www.bitrated.com/).
13
13
14
14
** TL;DR**
15
15
16
- $ bcash-instadump --tor --key LmyBcashKey --payout 1BtcAddrGimmeRogersCoins
16
+ $ bcash-instadump --tor --key LmyBcashKeyWIF --payout 1BtcAddrGimmeRogersCoins
17
17
# confirm the details and press Y to get your bitcoins
18
18
19
19
(yes, that's it! but do read the whole thing to fully understand the risks involved.)
@@ -52,7 +52,7 @@ If you do, you should publicly announce the hash for the Git commit you reviewed
52
52
53
53
### ` bcash-instadump ` - dump bcash on ShapeShift
54
54
55
- $ bcash-instadump --key LmyBcashKey --payout 1BtcAddrGimmeRogersCoins
55
+ $ bcash-instadump --key LmyBcashKeyWIF --payout 1BtcAddrGimmeRogersCoins
56
56
57
57
Insta-dump the bcash held in the provided ` --key ` (in base58 WIF)
58
58
on [ ShapeShift] ( https://shapeshift.io/ )
@@ -128,7 +128,7 @@ See `bcash-tx --help` for the full list of options.
128
128
129
129
### ` bcash-utxo ` - list unspent bcash outputs
130
130
131
- $ bcash-utxo --tor 1myFirstAddr 1myOtherAddr ...
131
+ $ bcash-utxo 1myFirstAddr 1myOtherAddr ...
132
132
133
133
Get the unspent bcash outputs for the provided address(es) from the Electrum bcash servers,
134
134
and print them as CSV (` txid,vout,amount,address ` format).
@@ -149,7 +149,7 @@ See `bcash-utxo --help` for the full list of options.
149
149
150
150
### ` bcash-broadcast ` - broadcast raw bcash transactions
151
151
152
- $ bcash-broadcast --tor <rawtx>
152
+ $ bcash-broadcast <rawtx>
153
153
154
154
Broadcasts the provided ` rawtx ` (in hex) to the bcash network via an Electrum bcash server.
155
155
@@ -191,7 +191,7 @@ $ electrum listunspent | jq -c '.[] | [.prevout_hash,.prevout_n,.value,.address]
191
191
Prepare ` keys.txt ` with a list of base58 WIF keys (one per line), then:
192
192
193
193
``` bash
194
- $ bcash-utxo --tor - f keys.txt > utxos.csv
194
+ $ bcash-utxo -f keys.txt > utxos.csv
195
195
```
196
196
197
197
WARNING: looking up the unspent outputs associated with your addresses
@@ -201,7 +201,7 @@ See "*Privacy considerations*" below for suggestions to improve privacy.
201
201
#### Dumping from the UTXO CSV file
202
202
203
203
``` bash
204
- $ bcash-instadump --tor -- inputs utxos.csv --payout 1myBtcAddr
204
+ $ bcash-instadump --inputs utxos.csv --payout 1myBtcAddr
205
205
```
206
206
207
207
### Signing offline
0 commit comments