zawy12

Results 119 comments of zawy12

Hush performance. Hush has the same POW (Equihash) and difficulty algorithm as Zcash, but is about 1% the hash power, so it's good to see if the performance metrics are...

Masari performance. Masari started using the WHM algorithm [on this page](https://github.com/zawy12/difficulty-algorithms/issues/3) and is doing awesome. This shows their history of problems and shows the new algos results. Masari first had...

Sumokoin performance. Masari above got it's algorithm from Sumokoin, but Sumokoin has T=240 as opposed to Masari's T=120. Possibly this was why Masari had a lot more trouble with the...

Karbowanec performance. Like Sumokoin, it started with Monero or Cryptonote default (N=300) and was forced to fork. They chose N=17 on my recommendation and have been happy with it, but...

Thanks for the correction.

**This post included the original HTML code coins came up with on their own. It's here for my future reference. I've used HTML comment tag to hide the content because...

Hush (who has Zcash's digishield) has 3x the market capitalization of Masari (who has LWMA), so Hush should be less subject to hash attacks. One caveat is that HUSH is...

# LWMA for BTC / Zcash Clones ``` // LWMA for BTC clones // Copyright (c) 2017-2018 The Bitcoin Gold developers // Copyright (c) 2018 Zawy (M.I.T license continued) //...

Important locations in BTC code: FTL MAX_FUTURE_BLOCK_TIME set in chain.h, validating here: https://github.com/bitcoin/bitcoin/blob/40c6c85c05812ee8bf824b639307b1ac17a001c4/src/chain.h#L24 Median Peer time error allowed away from local time: DEFAULT_MAX_TIME_ADJUSTMENT set in timedata.h, validation here: https://github.com/bitcoin/bitcoin/blob/40c6c85c05812ee8bf824b639307b1ac17a001c4/src/timedata.h#L16 Here's...

Crap.  I've got max and min backwards.  I'll fix it.