Skip to content

Commit 7fefebf

Browse files
committed
docs: update readme and example env with withdrawal info
1 parent fe2a5c3 commit 7fefebf

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.env.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
MNEMONIC='jewel pattern cry forget gown better agent celery nothing glove silk ill'
22
# Mnemonic's first address: ydinxECoSdvGkCMZFhrqY4fg3Jc3AbeS2z
3+
# WITHDRAWAL_ADDRESS is an Core chain address from Dash Core or another wallet
4+
# Credits withdrawn from Platform will be received as DASH in the address
5+
WITHDRAWAL_ADDRESS='ydinxECoSdvGkCMZFhrqY4fg3Jc3AbeS2z'
36

47
# Core block height to begin syncing from
58
# Allows syncing to complete faster than if syncing the entire chain from the first block

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ npm ci
3434
the address reported in the previous step
3535
1. Open the `.env` file (See [`.env.example`](./.env.example) for an example
3636
`.env` file) and set `MNEMONIC` to the wallet mnemonic from step 3.
37+
1. If doing withdrawals, open your `.env` file and set `WITHDRAWAL_ADDRESS` to
38+
the Core chain address where you would like to receive funds withdrawn from
39+
Platform.
3740
1. (Optional) To minimize wallet sync time, open your `.env` file and set
3841
`SYNC_START_HEIGHT` to a Core chain block height just below the height of
3942
your wallet's first transaction. Otherwise you can skip this step and use the

0 commit comments

Comments
 (0)