-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Release candidate - Release POG to production (for heat mining rewards only, PODC is still live) at block 100,001 - After block 100,000 minimum transaction relay fees increase (to correct the absurdly low fees) - At block 106,150 we vote to retire or not retire PODC (making the POG budget bigger)
- Loading branch information
Showing
11 changed files
with
46 additions
and
93 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
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
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
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
d53d04f
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.
Thank you for all your hard work in
PoG
.This is all contigent on a vote to disable PoDC is passed.
If you're open to this idea, my thought is:
As more people join Proof of Giving (PoG) pool, the PoDC payment is reduced and given to PoG. This way, the payout percentage (200% of donation?) continues until PoDC payment goes to 0. For example, if there are 10 pool members, PoG uses 10% of PoDC budget. If there are 90 PoG members, then PoG uses 90% of the PoDC's current budget. At some point, there is a cutover to PoG regardless of the number of people in the pool. I feel like this would give early PoG participants a longer "honeymoon" period and the dilution of payment takes longer.
d53d04f
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.
It is a fine idea, and its not that I am not open to doing this, its that it requires too much time and planning and is very dangerous, and I dont think the risks outweigh the rewards. It could potentially not work and cause a network failure, and the upside is we appease a few people for a few days longer. (You realize what you are asking is something that takes 20 hours of work, testing, a testnet round and a mandatory?)
I think if the vote passes to retire PODC, we will need to do a one shot direct cut off (as we dont have unlimited time and resources to do things) - IE some things may be done some things will drop, etc.
But I surely believe we should vote early (around block 106,000) to ensure the community wants to retire PODC.
We also need to start a baseline (of POG users) right @ block 100,000 to see if we are impressed by the results, IE if any growth occurs in the first 30 days (as compared to our prior baseline with PODC).
d53d04f
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.
What is the new tx fee? Could not find in the code.
d53d04f
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.
@sunk818, Its int DEFAULT_MIN_RELAY_TX_FEE = 10000;, I raised it 100* higher starting on Feb 15th, 2019.
(This brings it in-line with the normal fees charged by Dash, etc).
The change is in init.cpp line 1131.
d53d04f
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.
https://github.com/biblepay/biblepay/releases/tag/1.1.8.5
You mentioned binary downloads would be available for mandatory on GitHub.