File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change
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'
You can’t perform that action at this time.
0 commit comments