forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Newyorkcoin 0.19 patchset over bitcoin/0.19 branch
* Apply #6c853a66e from Litecoin for scrypt/pow validation * Apply #f658abaac from Litecoin to disable RBF for transactions * All of the important consensus details for NYC; and some quicksync'ing code. * File-name level rebrand pass. * Set retarget up in preparation for merge mining commit; completed remaining consensus items. * Make full use of the multiple peers available to us. * Speed synchronization up even further. * Merge mining auxpow adapted for bitcoin 0.19 * Newyorkcoin-ize the merged mining code * Change branding from BTC to NYC. * Change icon/splash and also wallet fees. * Ensure auxpow data gets read from blockindex. * Make sure we pay attention to the timespan for consensus coinbasematurity. barrystyle 01032020
- Loading branch information
barrystyle
committed
Feb 29, 2020
1 parent
c9728de
commit 61b54d4
Showing
126 changed files
with
2,807 additions
and
1,444 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.
61b54d4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the work. It looks like you've spent a lot of time on it. I took a quick look and had some comments/questions that you should consider.
The one thing I didn't find that we had in NYC is the peer filtering since we get some non NYC clients connecting. The check I'm refering to is to make sure peers are connected have newyorkcoin string in the version
61b54d4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These clients will be filtered out early on by the checkpoints.