Browse Source

update testnet scripts for funzies

dev
Duke Leto 4 years ago
parent
commit
a2feeac002
  1. 2
      src/hush-cli-testnet
  2. 3
      src/hushd-testnet

2
src/hush-cli-testnet

@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) 2019 Hush developers
# Copyright (c) 2019-2020 Hush developers
# set working directory to the location of this script
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

3
src/hushd-testnet

@ -19,10 +19,9 @@ FOUNDERS=1
REWARD=0,1125000000,562500000
PERC=11111111
HALVING=129,340000,840000
# NOTE: keep in sync with komodo_bitcoind.h
END=128,340000,5422111
CLIENTNAME=GoldenSandtrout
SEEDNODE=188.165.212.101
SEEDNODE=1.2.3.4
CCLIB=hush3
# CryptoConditions/Custom Consensus params

Loading…
Cancel
Save