Browse Source

Update 'README.md'

pull/11/head
onryo 3 years ago
parent
commit
eecfebfda7
  1. 2
      README.md

2
README.md

@ -116,7 +116,7 @@ https://git.hush.is/hush/hush3/src/branch/master/src/hushd#L85
# Info
- SDL/SD/SDP are fully compatible with a HSC.
- SDL/SD/SDP are fully compatible with a HSC, but requires writing some code and running servers.
- At first, HSC's can just be CPU mined. If we can get the `stratum` branch merged, that makes it easier for people to use multiple CPUs/GPUs or ASICs to mine HSC's. This assumes the deault PoW algorithm of Equihash (200,9).
- All HSC's have code inside them already that implements DPoW, such as recognizing notarization transactions and `dpowconfs` that Duke originally wrote for KMD. So in that sense, all HSC's come equipped with DPoW knowledge. But injecting the data into a new HSC is a service that can be paid for or a project can decide to do it themselves. Projects using HSC's should contact the Hush project to talk about pricing.
- `ac_?` for the total supply does not exist. You must get all the other parameters to work exactly right to get the number you want. It's extremely hard, and there will likely be rounding errors because you can't divide 3 satoshis perfectly in half, etc... You can also use `-ac_end` to say "stop block rewards at this height". KMD internals were not able to represent the HUSH emission schedule, so Duke had to end up manually specifying every single halving until the HUSH BR goes to 0.

Loading…
Cancel
Save