Bible Pay

Read 10404 times

  • earlzmoade
  • Super Developer

    • 311


    • 48
    • August 02, 2018, 03:22:01 AM
    more
Re: June 2020 BiblePay Mandatory Upgrade - TestNet
« Reply #15 on: May 24, 2020, 07:44:10 AM »
Sweet!

Quote
Removing "BiblePay-Evolution" from the windows wallet and fixing the default program directory name (it is still Evolution).  This should go back to BiblePay.  Check to see if the windows installer wizard is correct.


Biblepay installs correct folder for w10, no more evolution.

Quote
- 'exec price' : XMR price has been added

I tested now in console and looks just fine.

Code: [Select]
14:35:50

exec price


14:35:55

{
  "Command": "price",
  "BBP/BTC": "0.000000019000",
  "DASH/BTC": "0.008088008000",
  "XMR/BTC": 0.0069188835,
  "BTC/USD": 9315.602001499999,
  "DASH/USD": 75.34466351294802,
  "XMR/USD": 64.45356498074533,
  "BBP/USD": 0.0001769964380285
}
Joshua 1:9
Have i not commanded you?
Be strong and courageous. Do not be afraid;
do not be discouraged, for the Lord your God
will be with you wherever you go.


  • Rob Andrews
  • Administrator

    • 4097


    • 97
    • June 05, 2017, 08:09:04 PM
    • Patmos, Island Of
    more
Re: June 2020 BiblePay Mandatory Upgrade - TestNet
« Reply #16 on: May 24, 2020, 08:44:45 AM »
Sweet!


Biblepay installs correct folder for w10, no more evolution.

I tested now in console and looks just fine.

Code: [Select]
14:35:50

exec price


14:35:55

{
  "Command": "price",
  "BBP/BTC": "0.000000019000",
  "DASH/BTC": "0.008088008000",
  "XMR/BTC": 0.0069188835,
  "BTC/USD": 9315.602001499999,
  "DASH/USD": 75.34466351294802,
  "XMR/USD": 64.45356498074533,
  "BBP/USD": 0.0001769964380285
}

Thanks! 
And I see two of the 3 sporks were voted in also - we are just waiting on MIPs (which is normal, because his was entered 1 day after mine).



  • Rob Andrews
  • Administrator

    • 4097


    • 97
    • June 05, 2017, 08:09:04 PM
    • Patmos, Island Of
    more
Re: June 2020 BiblePay Mandatory Upgrade - TestNet
« Reply #17 on: May 24, 2020, 08:51:32 AM »
I tested these successfully:

- Test a VendorList change (Charity monero addresses in a semicolon delimited list) and a PoolList change (allowable RX pools).
->  Verified a voted in spork change updates the value - therefore the voted in vendorlist change will work in prod:  SUCCESS

- Remove POOM from the wallet (remove poom listchildren, poom pay).  Move POOM payment budget from GSC to Heat mined blocks.  Ensure these heat payments go to the heat side and not to the sanctuary.  I believe POOM causes the GSC budget to drop by 240K per day, and the mined block subsidy to rise by 1200~, and the sanc payment should stay the same.
->  I verified the POOM budget has freed up enough to increase the heat mined block to 4283 in testnet (about 3700 or so in prod, due to difference in deflation start date).  This looks correct.  The sanctuary reward in testnet is now 5678 - I believe this is pretty close (it was 5900 during our prior phase) so its within range.  The poom commands have been removed (listchildren , poom payments, cancel child, etc) and this should be fine - for retiring poom: SUCCESS

- Any Dash changes that occurred between Jan 1,2020 and March 30th? 
-> On hold til September while MIP refactors the wallet.


- The ability for a RandomX hash to be mined in a more RX compatible way (check to see if foundation.biblepay can receive a blakehash as Solution #1) (This is just a reminder note that may result in a code change in the core wallet if this streamlines the xmrig code to be 100% compatible with the xmrig branch), Checking this.  (This basically frees us from maintaining a special version of xmrig).
->  I added code to the foundation pool to operate in a new Mode.  Tested successfully.  This release will require coordinated effort to changes in the pools, the miner and the wallets: SUCCESS




  • Rob Andrews
  • Administrator

    • 4097


    • 97
    • June 05, 2017, 08:09:04 PM
    • Patmos, Island Of
    more
Re: June 2020 BiblePay Mandatory Upgrade - TestNet
« Reply #18 on: May 24, 2020, 09:39:16 AM »
On the Ukrainian and Russian translations, I tested those after merging (you can see these in QT by navigating to the bible reader by clicking BIBLE on the top horiz. menu) and they were successful, great work Anton!

Does anyone else want to look at them that might be able to read Russian?

Also, if you are up for it please test the command line verse in Russian?

EDIT:
To read a verse from the console type:
exec readverse CO2 10 CN        <- To read in Chinese
exec readverse CO2 10 RU    <- To read in Russian
exec readverse CO2 10 UA    <- To read in Ukrainian

« Last Edit: May 24, 2020, 09:42:26 AM by Rob Andrews »


  • Rob Andrews
  • Administrator

    • 4097


    • 97
    • June 05, 2017, 08:09:04 PM
    • Patmos, Island Of
    more
Re: June 2020 BiblePay Mandatory Upgrade - TestNet
« Reply #19 on: May 25, 2020, 08:04:39 PM »
I tested these successfully:

- Test a VendorList change (Charity monero addresses in a semicolon delimited list) and a PoolList change (allowable RX pools).
->  Verified a voted in spork change updates the value - therefore the voted in vendorlist change will work in prod:  SUCCESS

- Remove POOM from the wallet (remove poom listchildren, poom pay).  Move POOM payment budget from GSC to Heat mined blocks.  Ensure these heat payments go to the heat side and not to the sanctuary.  I believe POOM causes the GSC budget to drop by 240K per day, and the mined block subsidy to rise by 1200~, and the sanc payment should stay the same.
->  I verified the POOM budget has freed up enough to increase the heat mined block to 4283 in testnet (about 3700 or so in prod, due to difference in deflation start date).  This looks correct.  The sanctuary reward in testnet is now 5678 - I believe this is pretty close (it was 5900 during our prior phase) so its within range.  The poom commands have been removed (listchildren , poom payments, cancel child, etc) and this should be fine - for retiring poom: SUCCESS

- Any Dash changes that occurred between Jan 1,2020 and March 30th? 
-> On hold til September while MIP refactors the wallet.


- The ability for a RandomX hash to be mined in a more RX compatible way (check to see if foundation.biblepay can receive a blakehash as Solution #1) (This is just a reminder note that may result in a code change in the core wallet if this streamlines the xmrig code to be 100% compatible with the xmrig branch), Checking this.  (This basically frees us from maintaining a special version of xmrig).
->  I added code to the foundation pool to operate in a new Mode.  Tested successfully.  This release will require coordinated effort to changes in the pools, the miner and the wallets: SUCCESS


The sporks were all updated successfully.

I need to change the exec price (xmr) spork back now, because it makes the client wait for a long time (pointing to an invalid page).  But yes new adds are working, and edits are working.



  • Rob Andrews
  • Administrator

    • 4097


    • 97
    • June 05, 2017, 08:09:04 PM
    • Patmos, Island Of
    more
Re: June 2020 BiblePay Mandatory Upgrade - TestNet
« Reply #20 on: May 31, 2020, 09:12:17 AM »
Thank you all for this round of testnet testing!