Releases: PoC-Consortium/Nogrod
Releases · PoC-Consortium/Nogrod
Better Fork Handling
Changes:
Better Fork handling
Previously the pool only accepted new blocks that had a height bigger then the current block. Now also
blocks with same height as the current block but another generation signature are accepted.
Smaller Things
- fix dark mode
- show user agent of mining software
1.4.2
1.4.0
1.2.0
Changes:
- multiout (multiple payments in a single transaction)
- validate all transactions made by the pool (resend them if they haven't made it into the chain after a day)
- make wallet db optional again
- add docker support
- remove poc1 support
- migrations
Config changes
The txFee config option has been replaced by poolTxFee and minerTxFee.
poolTxFee is how much the pool is going to spend on the transaction, default values is 0.1 burst.
minerTxFee is how much each miner that is part of a transaction has to spend for the
service of the transaction.
E.g.
minerTxFee: 50000000 # 0.5 burst
poolTxFee: 10000000 # 0.1 burst
3 miners are part of a multiout transaction.
Each of them has to pay 0.5.
The transaction will be broadcasted to the network with a fee of 0.1.
Acknowledgements
I would like to thank ymijorski again for his contributions on database migrations.
first stable release
1.0.0 add -fPIC build flag