Skip to content

Commit

Permalink
doc: add example.env
Browse files Browse the repository at this point in the history
  • Loading branch information
coolaj86 committed Jul 5, 2024
1 parent 013ae03 commit e3458a4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions example.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Get these values from ~/.dashmate/local_seed/core/dash.conf or ~/.dashmate/config.json
# regtest=<see ~/.dashmate/local_seed/core/dash.conf>
DASHD_RPC_USER='abcd1234'
DASHD_RPC_PASS='123456789012'
DASHD_RPC_PASSWORD='123456789012'
DASHD_RPC_HOST='127.0.0.1'
# mainnet=9998, testnet=19998, regtest=<see ~/.dashmate/local_seed/core/dash.conf>
DASHD_RPC_PORT='20302'
DASHD_RPC_TIMEOUT='10.0'

# Generate this from
# npx -p dashphrase-cli -- dashphrase gen --bits 128 -o ./words.txt
# npx -p dashphrase-cli -- dashphrase seed ./words.txt "" -o ./seed.hex
DASH_WALLET_PHRASE='zoo zoo zoo zoo zoo zoo zoo zoo zoo zoo zoo wrong'
#DASH_WALLET_SALT='TREZOR'
DASH_WALLET_SEED='ac27495480225222079d7be181583751e86f571027b0497b5b5d11218e0a8a13332572917f0f8e5a589620c6f15b11c61dee327651a14c34e18231052e48c069'

0 comments on commit e3458a4

Please sign in to comment.