Browse Source

Update 'coins/hush.json'

My working config (payments not yet tested, but finds and submits blocks)
dev-fekt
fekt 2 years ago
parent
commit
60f5f4240d
  1. 20
      coins/hush.json

20
coins/hush.json

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