who want to help with POG, i can help with setuping
More than setuping I would like to understand better how to debug it and for that I need to clarify some doubts that I have.
1) How often can I manually tithe? Once a day? On every block?
2) How can I see in my wallet the amount of coins older than x days? (RPC command)
3) I don't understand (in practice) what is the MinCoinValue
4) In the "Inputs..." (GUI) there is a column "Date". Can I use it to calculate the Age of the coins?
There is a list of RPC commands that are related to POG?
Thanks!
I wrote answers to your questions here:
https://discontinuo.us/biblepay-unofficial-wiki/proof-of-giving/how-to-setup-biblepay-proof-of-giving-pog-using-new-wallet1) tithe=1 tries to tithe every 4 hours. If you have eligible coins (ok min coin age and ok min coin value) then wallet will tithe - if you set tithe = 2 or more, then wallet will try to tithe every x minutes. So, if you set it for tithe=10, then it will try to tithe every 10 minutes... If you don't mind tithing a lot sometimes, this will get you in the pool more often
2) rpc command for that is exec getdimensionalbalance 0 0
this will show all coin and their age (in days).
3) min coin value is the balance required in your change address. even if you tithe 200 BBP, you need min coin value of say 2500 BBP change address to tithe from.
4) yes, or you can multiple confirmations by 7 minutes.
In the URL I mentioned, I wrote some of the RPC commands for Proof of Giving (PoG), contributions calculations, donations, etc.