Browse Source

added hush coin config

master
jahway603 3 years ago
parent
commit
87e08b98d3
  1. 5
      .gitignore
  2. 10
      coins/hush.json

5
.gitignore

@ -4,8 +4,5 @@ config.json
pool_configs/
!pool_configs/komodo.json
!pool_configs/solo-wsb.json
coins/
!coins/komodo.json
!coins/wsb.json
website/piratepool.io/static/*.txt
redis-data/
redis-data/

10
coins/hush.json

@ -0,0 +1,10 @@
{
"name": "hush",
"symbol": "hush",
"algorithm": "equihash",
"peerMagic": "f9eee48d",
"txfee": 0.0001,
"privateChain": true,
"burnFees": true,
"sapling": true
}
Loading…
Cancel
Save