-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update and clean source code #1
Comments
I'm working on this. If someone want to help, comment here. |
There was consensus reached in the discord dev channel that we should NewYorkCoinIfy the current DogeCoin master branch. We identified the branch point from Dogecoin as https://github.com/dogecoin/dogecoin/tree/1.4-archive Excluding copyright and bulk conversion of /Dogecoin/ --> /newyorkc/ there are roughly 100 sloc that were changed. Changes of significance: main.cpp-- starting at line 825 (this is also where we would address block reward reduction)
-- Starting at line 910
-- Starting at line 2092
-- Starting at line 2522
main.h-- line 51
-- starting at line 525
net.cpp-- line 1141
bitcoinrpc.cpp-- line 2893
-- line 3172
Additionally checkpoints are not included in the original codebase and should be added in checkpoints.cpp. ex:
|
Ok great thanks for the info! |
No description provided.
The text was updated successfully, but these errors were encountered: