mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
14 lines
318 B
Bash
14 lines
318 B
Bash
#!/bin/sh
|
|
set -e
|
|
set -u
|
|
|
|
# NOTE:
|
|
# The '-testnet' flag will always cause a './testnet3/' folder
|
|
# to be created under '-datadir' (it won't the 'datadir' directly)
|
|
#
|
|
# Example:
|
|
# dashd -testnet -datadir="$HOME/.dashcore/"
|
|
# will save to ~/.dashcore/testnet3/, NOT ~/.dashcore/
|
|
|
|
dashd-hd testnet
|