mirror of
https://github.com/tornadocash/tornado-cli.git
synced 2024-10-01 07:15:36 -04:00
29 lines
1.3 KiB
Markdown
29 lines
1.3 KiB
Markdown
|
|
||
|
### Kovan, Mainnet
|
||
|
1. Add `PRIVATE_KEY` to `.env` file
|
||
|
2. `./cli.js --help`
|
||
|
|
||
|
Example:
|
||
|
```bash
|
||
|
./cli.js deposit ETH 0.1 --rpc https://kovan.infura.io/v3/27a9649f826b4e31a83e07ae09a87448
|
||
|
```
|
||
|
> Your note: tornado-eth-0.1-42-0xf73dd6833ccbcc046c44228c8e2aa312bf49e08389dadc7c65e6a73239867b7ef49c705c4db227e2fadd8489a494b6880bdcb6016047e019d1abec1c7652
|
||
|
> Tornado ETH balance is 8.9
|
||
|
> Sender account ETH balance is 1004873.470619891361352542
|
||
|
> Submitting deposit transaction
|
||
|
> Tornado ETH balance is 9
|
||
|
> Sender account ETH balance is 1004873.361652048361352542
|
||
|
|
||
|
```bash
|
||
|
./cli.js withdraw tornado-eth-0.1-42-0xf73dd6833ccbcc046c44228c8e2aa312bf49e08389dadc7c65e6a73239867b7ef49c705c4db227e2fadd8489a494b6880bdcb6016047e019d1abec1c7652 0x8589427373D6D84E98730D7795D8f6f8731FDA16 --rpc https://kovan.infura.io/v3/27a9649f826b4e31a83e07ae09a87448 --relayer https://kovan-frelay.duckdns.org
|
||
|
```
|
||
|
|
||
|
> Relay address: 0x6A31736e7490AbE5D5676be059DFf064AB4aC754
|
||
|
> Getting current state from tornado contract
|
||
|
> Generating SNARK proof
|
||
|
> Proof time: 9117.051ms
|
||
|
> Sending withdraw transaction through relay
|
||
|
> Transaction submitted through the relay. View transaction on etherscan https://kovan.etherscan.io/tx/0xcb21ae8cad723818c6bc7273e83e00c8393fcdbe74802ce5d562acad691a2a7b
|
||
|
> Transaction mined in block 17036120
|
||
|
> Done
|