-
Notifications
You must be signed in to change notification settings - Fork 51
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
P2pool hardfork to 35 protocol #50
base: master
Are you sure you want to change the base?
Conversation
kr1z1s
commented
Feb 17, 2021
- correct conversion all users addresses (bech32 and other)
- remove tx from charechain
- remove tx forwarding
- fast parsing transactions from vertcoind
- low memory consumption
- low doa and orphans
- all pool shares vardiff (stratum and pool shares)
- worker names support (use "." or "_")
- overall stability
- and more fixes
- low mem - low doa and orphans - all shares vardiff (stratum and pool shares) - worker names support and more...
Could you rebase this onto master and remove the donation script? |
When running this I get:
|
I'll clean it up, okay. |
Oh... getaccountaddress - is deprecated |
The current master branch has fixes for the deprecated RPCs. They must've been overwritten by this PR. |
I made the changes. Why the conflict? |
You'll need to rebase onto the current master branch. Use |
Complete |
Two fixes - Bitcoin Core 0.20 and BraiinsOS bugfixes