Skip to content

Commit e3458a4

Browse files
committed
doc: add example.env
1 parent 013ae03 commit e3458a4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

example.env

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Get these values from ~/.dashmate/local_seed/core/dash.conf or ~/.dashmate/config.json
2+
# regtest=<see ~/.dashmate/local_seed/core/dash.conf>
3+
DASHD_RPC_USER='abcd1234'
4+
DASHD_RPC_PASS='123456789012'
5+
DASHD_RPC_PASSWORD='123456789012'
6+
DASHD_RPC_HOST='127.0.0.1'
7+
# mainnet=9998, testnet=19998, regtest=<see ~/.dashmate/local_seed/core/dash.conf>
8+
DASHD_RPC_PORT='20302'
9+
DASHD_RPC_TIMEOUT='10.0'
10+
11+
# Generate this from
12+
# npx -p dashphrase-cli -- dashphrase gen --bits 128 -o ./words.txt
13+
# npx -p dashphrase-cli -- dashphrase seed ./words.txt "" -o ./seed.hex
14+
DASH_WALLET_PHRASE='zoo zoo zoo zoo zoo zoo zoo zoo zoo zoo zoo wrong'
15+
#DASH_WALLET_SALT='TREZOR'
16+
DASH_WALLET_SEED='ac27495480225222079d7be181583751e86f571027b0497b5b5d11218e0a8a13332572917f0f8e5a589620c6f15b11c61dee327651a14c34e18231052e48c069'

0 commit comments

Comments
 (0)