Bible Pay

Read 109467 times

  • Rob Andrews
  • Administrator

    • 4090


    • 97
    • June 05, 2017, 08:09:04 PM
    • Patmos, Island Of
    more
Re: TestNet - PODC 2.0 (Proof of Distributed Computing)
« Reply #90 on: November 10, 2019, 11:52:45 AM »
So, after latest update I'm finally in :)
Thank you for catching it.
Code: [Select]
10:41:19 exec rac
10:41:19
{
  "Command": "rac",
  "cpid": "04fba56d89a5eb38b1b82f8a6240132c",
  "CPK": "ygjQUutb2MnpVJKyjQ3mTne4rg71FFPcwg",
  "wcg_teamid": 35006,
  "next_podc_gsc_transmission": 15375,
  "team_name": "Biblepay",
  "researcher_nickname": "orbis",
  "researcher_country": "SLOVAKIA",
  "total_wcg_boinc_credit": 7973175.77,
  "total_wcg_points": 55812230.39,
  "external_purse_total_coin_age": 50251.48444444445,
  "coin_age_percent_required": 0.99,
  "NOTE!": "Coins must have a maturity of at least 5 confirms for your coin*age to count.  (See current depth in coin control).",
  "coin_age_required": 81196.20475721419,
  "wcg_id": 1065540,
  "rac": 5978.138139
}

10:42:02 sendgscc wcg
10:42:03
{
  "Results": true
}

Thats good news, so far we have 2 more on board in testnet, but - when it sent the associate transmission was it 0 this time plus the tx fee?

I still dont see anywhere in the code that we will use up 5000, unless :  You use the dev spork command in Testnet only, which obviously Im sure you didnt do because that would not have sent an associate.

Ill check your rac out next.



  • togoshigekata
  • Hero Member

    • 527


    • 31
    • September 01, 2017, 10:21:10 AM
    • USA
    more
Re: TestNet - PODC 2.0 (Proof of Distributed Computing)
« Reply #91 on: November 10, 2019, 12:34:57 PM »
I updated to latest version with precompiled Linux 64 bit

exec associate 0
// returned: Unable to find 0.

exec associate Byteball_3b162762 XXXX
// I was able to associate successfully!

wcg_member_id:  1073152
wcg_points:  21186268
cpid:   93138f032bdd027fa3246b48bb715a77
rac:  294.861381



  • Rob Andrews
  • Administrator

    • 4090


    • 97
    • June 05, 2017, 08:09:04 PM
    • Patmos, Island Of
    more
Re: TestNet - PODC 2.0 (Proof of Distributed Computing)
« Reply #92 on: November 10, 2019, 12:38:29 PM »
I updated to latest version with precompiled Linux 64 bit

exec associate 0
// returned: Unable to find 0.

exec associate Byteball_3b162762 XXXX
// I was able to associate successfully!

wcg_member_id:  1073152
wcg_points:  21186268
cpid:   93138f032bdd027fa3246b48bb715a77
rac:  294.861381

Maybe try exec associate without zero?  I might have done it that way.

Excellent on the rac!



  • Rob Andrews
  • Administrator

    • 4090


    • 97
    • June 05, 2017, 08:09:04 PM
    • Patmos, Island Of
    more
Re: TestNet - PODC 2.0 (Proof of Distributed Computing)
« Reply #93 on: November 10, 2019, 12:41:55 PM »
i'm in but i still see rac 0 hmm


10:58:00

{
  "Command": "rac",
  "cpid": "e7c056024cd3b781edd5af37965c652c",
  "CPK": "yi74isEFVicF8wkXHrC1jaoMRWuX2tkU1k",
  "wcg_teamid": 35006,
  "next_podc_gsc_transmission": 15375,
  "team_name": "Biblepay",
  "researcher_nickname": "capulo",
  "researcher_country": "SLOVAKIA",
  "total_wcg_boinc_credit": 69197172.38,
  "total_wcg_points": 484380206.66,
  "external_purse_total_coin_age": 53716.43518518518,
  "coin_age_percent_required": 0,
  "coin_age_required": 0,
  "wcg_id": 1066130,
  "rac": 0
}

Sweet that you got further.  I think in your case, the associate just had to mature.
I just added a new feature to the next version, where we can type 'exec rac' with an optional researcher nickname or cpid.
Looking at your rac now:


12:40:29

exec rac capulo


12:40:29

{
  "Command": "rac",
  "cpid": "e7c056024cd3b781edd5af37965c652c",
  "CPK": "yLbyhFoEurwToxcTrthXoX6Ln7ieMY3sM5",
  "wcg_teamid": 35006,
  "next_podc_gsc_transmission": 15375,
  "team_name": "Biblepay",
  "researcher_nickname": "capulo",
  "researcher_country": "SLOVAKIA",
  "total_wcg_boinc_credit": 69208838.14,
  "total_wcg_points": 484461866.98,
  "external_purse_total_coin_age": 233767.0832175926,
  "coin_age_percent_required": 0.1226086780602041,
  "coin_age_required": 174598.0078998322,
  "wcg_id": 1066130,
  "rac": 10773.031035
}


I see rac now.  Can you please confirm your exec rac started populating?

Also lets see if your client sent out the 'sendgscc wcg' at the height of 15375 automatically?

(That is if your node is on right now).



  • togoshigekata
  • Hero Member

    • 527


    • 31
    • September 01, 2017, 10:21:10 AM
    • USA
    more
Re: TestNet - PODC 2.0 (Proof of Distributed Computing)
« Reply #94 on: November 10, 2019, 12:47:17 PM »
exec associate
// returned: Associate v1.2

worked! Thanks!

===

Boinc has been a bit unstable for me (I think my computer is kind of dying a little lol), but it will freeze my machine up when running it for awhile (monitor will come on but Ill get no signal), Im going to test using the VirtualBox download


  • Rob Andrews
  • Administrator

    • 4090


    • 97
    • June 05, 2017, 08:09:04 PM
    • Patmos, Island Of
    more
Re: TestNet - PODC 2.0 (Proof of Distributed Computing)
« Reply #95 on: November 10, 2019, 01:14:04 PM »
exec associate
// returned: Associate v1.2

worked! Thanks!

===

Boinc has been a bit unstable for me (I think my computer is kind of dying a little lol), but it will freeze my machine up when running it for awhile (monitor will come on but Ill get no signal), Im going to test using the VirtualBox download

Maybe your fan is going, I had one where it would freeze when the cpu hit 100% to protect from thermal overload.
Id check the cpu fan to see if its sticking or maybe the case fans.
Also you can install a cpu monitor, i think cpu-z might show the temps.



  • Rob Andrews
  • Administrator

    • 4090


    • 97
    • June 05, 2017, 08:09:04 PM
    • Patmos, Island Of
    more
Re: TestNet - PODC 2.0 (Proof of Distributed Computing)
« Reply #96 on: November 10, 2019, 01:48:27 PM »
BiblePay
1.4.6.8g-Leisure Upgrade

- Fix issue preventing the proper exec associate save-in-chain for WCG
- Add underpinnings for DWS

** This is the windows version.  You can also optionally pull the latest and upgrade.  The linux binary will probably be tomorrow due to the time difference **

** You only need to upgrade if you are trying to associate the cpid, or use the controller wallet, sancs should not need to upgrade **

EDIT:  To know that you upgraded, type 'exec associate 0' and you will see "v1.2".


Will the sancs please upgrade also?  It turns out we need this to process the wcg researchers in the GSC.

Sorry for the inconvenience!




  • capo
  • Newbie

    • 42


    • 2
    • March 11, 2018, 07:02:14 AM
    more
Re: TestNet - PODC 2.0 (Proof of Distributed Computing)
« Reply #97 on: November 10, 2019, 02:24:29 PM »
cool , after 15375 i can see rac
 "rac": 11105.219523


  • togoshigekata
  • Hero Member

    • 527


    • 31
    • September 01, 2017, 10:21:10 AM
    • USA
    more
Re: TestNet - PODC 2.0 (Proof of Distributed Computing)
« Reply #98 on: November 10, 2019, 02:33:28 PM »
I setup a masternode

I used these old testnet notes:
https://forum.biblepay.org/index.php?topic=108.msg1444#msg1444

I noticed I didnt have to run: masternode start-alias
and it seemed like its not a command anymore?

then I updated to deterministic
https://www.reddit.com/r/BiblePay/comments/clyxyc/upgrading_masternodes_sanctuaries_to/

I see myself in the Sanctuaries tab!

===

Also I see a GSC Transmission just sent a block ago, Label: WCG for 10564.60703610 BBP

exec rac also works


  • Rob Andrews
  • Administrator

    • 4090


    • 97
    • June 05, 2017, 08:09:04 PM
    • Patmos, Island Of
    more
Re: TestNet - PODC 2.0 (Proof of Distributed Computing)
« Reply #99 on: November 10, 2019, 07:31:07 PM »
I setup a masternode

I used these old testnet notes:
https://forum.biblepay.org/index.php?topic=108.msg1444#msg1444

I noticed I didnt have to run: masternode start-alias
and it seemed like its not a command anymore?

then I updated to deterministic
https://www.reddit.com/r/BiblePay/comments/clyxyc/upgrading_masternodes_sanctuaries_to/

I see myself in the Sanctuaries tab!

===

Also I see a GSC Transmission just sent a block ago, Label: WCG for 10564.60703610 BBP

exec rac also works

Nice!  I see it now.

This is good, we are starting to get the Leaderboard filled.

Btw, for anyone who didnt notice, the WCG GSC "Points" column is equal to the Researchers RAC.

We automatically lower the RAC when the stake is not met.

I see Capulo for example is the only one on the board with a lower Points than his RAC, so he probably didnt stake enough.



  • Rob Andrews
  • Administrator

    • 4090


    • 97
    • June 05, 2017, 08:09:04 PM
    • Patmos, Island Of
    more
Re: TestNet - PODC 2.0 (Proof of Distributed Computing)
« Reply #100 on: November 10, 2019, 07:32:54 PM »
One more update on Biblepay Vs. Gridcoin.

To be unbanked you have to have less than 250 RAC and be part of BiblePay.

If RAC > 250, you must have the appropriate stake.

To be on Gridcoin, you must have the stake met AND have > 250 RAC, as we don't support unbanked non-bbp researchers.  (They aren't imported into our client, which keeps the network lean & fast).



  • oncoapop
  • Full Member

    • 171


    • 17
    • October 23, 2018, 12:31:17 PM
    more
Re: TestNet - PODC 2.0 (Proof of Distributed Computing)
« Reply #101 on: November 10, 2019, 09:58:06 PM »
Awesome.  I dont see you in the leaderboard yet though, although you can wait 24 hours, you can manually kick it off with 'sendgscc wcg'.

I see you have a lot of coin-age from above, so it should happen automatically.

Btw, notice the next podc_transmission block above is 15375.
Can you please check if the transmission went out at 15375?  Thats in 19 blocks it looks like.

I have 20 x GSC transmissions at 15375 (62 confirmations ago) similar to the one below.
Code: [Select]
--
    "account": "",
    "address": "yejTJcE9cSHMfC6H3ncbURt9MWPYc2kWPv",
    "category": "send",
    "amount": -22.50906346,
    "label": "CHRISTIAN-PUBLIC-KEY",
    "vout": 2,
    "fee": -0.00880000,
    "confirmations": 61,
    "instantlock": false,
    "instantlock_internal": false,
    "chainlock": false,
    "GSC-Stake-Transmission": true,
    "blockhash": "0ba03f7f4f7b84cf6a297a5da4e87b019afee2a648f67ed6016b67221ff18af9",
    "blockindex": 9,
    "blocktime": 1573417659,
    "txid": "128503ab7c59d4af7992a72ffa245196a7b967ccaf3393b9f2ba1343c1a2f648",
    "walletconflicts": [
    ],
    "time": 1573417187,
    "timereceived": 1573417187,
    "abandoned": false
  },

However, I was not appearing on the leader board as somehow the association with wcg was flaky and exec rac (later the following day) said I was not associated but from my earlier post, if was clear that I was.

However `sendgscc wcg` followed by `exec rac` as per your suggestion allowed me to now be in the leaderboard.


  • sunk818
  • Global Moderator

    • 521


    • 36
    • April 24, 2018, 02:02:20 PM
    more
Re: TestNet - PODC 2.0 (Proof of Distributed Computing)
« Reply #102 on: November 10, 2019, 10:15:01 PM »

20:12:23 exec associate wcg sunk818 verification_code
20:12:24 Unable to find wcg.  Please type exec rac to see helpful hints to proceed.  (code -1)

BH6oxjLkyz3z8FYpvU3ZR7PTZ31Xt9DkXZ


  • Rob Andrews
  • Administrator

    • 4090


    • 97
    • June 05, 2017, 08:09:04 PM
    • Patmos, Island Of
    more
Re: TestNet - PODC 2.0 (Proof of Distributed Computing)
« Reply #103 on: November 11, 2019, 06:44:51 AM »
I have 20 x GSC transmissions at 15375 (62 confirmations ago) similar to the one below.
Code: [Select]
--
    "account": "",
    "address": "yejTJcE9cSHMfC6H3ncbURt9MWPYc2kWPv",
    "category": "send",
    "amount": -22.50906346,
    "label": "CHRISTIAN-PUBLIC-KEY",
    "vout": 2,
    "fee": -0.00880000,
    "confirmations": 61,
    "instantlock": false,
    "instantlock_internal": false,
    "chainlock": false,
    "GSC-Stake-Transmission": true,
    "blockhash": "0ba03f7f4f7b84cf6a297a5da4e87b019afee2a648f67ed6016b67221ff18af9",
    "blockindex": 9,
    "blocktime": 1573417659,
    "txid": "128503ab7c59d4af7992a72ffa245196a7b967ccaf3393b9f2ba1343c1a2f648",
    "walletconflicts": [
    ],
    "time": 1573417187,
    "timereceived": 1573417187,
    "abandoned": false
  },

However, I was not appearing on the leader board as somehow the association with wcg was flaky and exec rac (later the following day) said I was not associated but from my earlier post, if was clear that I was.

However `sendgscc wcg` followed by `exec rac` as per your suggestion allowed me to now be in the leaderboard.

Yeah, I was around that day and the problem was that I told people they didnt need to upgrade the sancs and they did; once they upgraded, the leaderboard started populating.

It was an issue where the contract was not being voted on; but everything looks fine now, so you should not see any flakiness in exec health.



  • Rob Andrews
  • Administrator

    • 4090


    • 97
    • June 05, 2017, 08:09:04 PM
    • Patmos, Island Of
    more
Re: TestNet - PODC 2.0 (Proof of Distributed Computing)
« Reply #104 on: November 11, 2019, 06:46:29 AM »
20:12:23 exec associate wcg sunk818 verification_code
20:12:24 Unable to find wcg.  Please type exec rac to see helpful hints to proceed.  (code -1)

Please see the help docs for the exec associate:  Please remove the word 'wcg' before sunk818.

« Last Edit: November 11, 2019, 09:17:57 AM by Rob Andrews »