- Use dynode instead of masternode for Dynamic
- Updates Argon2d hash library (https://github.com/P-H-C/phc-winner-argon2)
- Adds argon2d-dyn.conf sample template file
- Code contributed by @BigEvilSoloMiner from Discord.
- testing and contributions by @R3D5H1RT from Discord
- testing and support by @InsaneITGeek from Discord.
- Dynamic test stratum pool: https://testpool.dualityblocks.com
commit c59abe5d203fabdabcca81ff5f9c6ff133cfae3b
Author: Tanguy Pruvot <tanguy.pruvot@gmail.com>
Date: Tue Nov 28 11:13:52 2017 +0100
segwit: show a segwit icon on blocks history
+ remove some inline styles...
commit b4a8639370e6837ebc5a2047e7c334e9f931abfc
Author: Tanguy Pruvot <tanguy.pruvot@gmail.com>
Date: Tue Nov 28 09:55:40 2017 +0100
segwit: cleanup + masternode case
tested ok with BSD (block 400996), and with real BTX segwit txs (block 90958)
also ok on VTC and GRS
commit 926dbd11757ebff7f7d4930266de9b9061c8ab16
Author: Tanguy Pruvot <tanguy.pruvot@gmail.com>
Date: Sat Nov 25 18:41:01 2017 +0100
sql: add segwit fields, and ui config
and fill block segwit field if it contains segwit txs,
an icon is added in the dashboard "last blocks" for these blocks
commit 0b13bf55e9dd1d2229d188f0f8382b27642b20da
Author: Tanguy Pruvot <tanguy.pruvot@gmail.com>
Date: Sat Nov 25 13:47:20 2017 +0100
segwit: include commitment in coinbase + .conf toggle
tested ok on BTX, GRS and VTC with normal txs, but the commitment merkle hash maybe need some more love...
so, to prevent useless bigger blocks, only generate segwit commitment if a segwit tx is present in mempool
to check with real segwit txs... not seen any yet..
commit b508bc87943d9e426cda994c2f53c16c11e8d4c3
Author: Tanguy Pruvot <tanguy.pruvot@gmail.com>
Date: Thu Mar 2 11:18:34 2017 +0100
segwit: prepare the witness data, but disabled
need more test, may affect the coinbase merkle and the miners...
commit 19bd3a83b9ddddd8b5ed4b7a1bdf8cf8c233e346
Author: Tanguy Pruvot <tanguy.pruvot@gmail.com>
Date: Thu Mar 2 10:30:29 2017 +0100
stratum: handle and auto toggle segwit if supported
disable the public explorer for now + dyn payee
note: xzc coinbase value is already without dev fees
warning: this wallet rpc is very slow and seems to slow down the backend (use it at your risks)