1. cli -version
BiblePay Core RPC client version 1.4.5.9 (downloaded binaries)
2. both wallets are fresh unencrypted and empty wallets (deleted whole .biblepayevolution dir)
3. both wallets sync to the top - block height 132570
449c1b5de627362f8369836ab8497720ff36aab9ba45e3bc93d3f65a9c654566
4. They appear to mine on the pool (mainnet) as
a. proteus_funded (Ubuntu 16.04 kernel 4.4.0-154-generic)
b. sam2_funded (Ubuntu 18.04 kernel 4.15.0-54-generic)
5. sanc list of both miners are empty
{
}
6. cli exec health
{
"
"votes": 0,
"required_votes": 10,
"last_superblock": 132450,
"next_superblock": 132655,
"next_superblock_triggered": false,
"Healthy": false,
"GSC_Voted_In": false
}
Can you kindly provide me a list of DIP3 sancs so that I can just add them into my conf file, please?
Thank you.
1) I just wanted to test mining on mainnet, just to ensure syncing and mining worked, but I wanted us to revert back to Testnet for testing cameroon one and GSCs. Sorry for the confusion.
1b) So, yes, This 1.4.5.9 Testnet branch is called our 0.14 develop branch, and its protocol version is not at all compatible with non deterministic sancs. Prod (mainnet) is running in non-deterministic (IE non dip 3 mode). So correct, you will not be able to see any prod sancs in Prod mode on 1.4.5.9. However, when Prod starts upgrading to dip3 (deterministic), you Will start seeing them on this version. As a matter of fact, that is something of dire importance we need to test in about a week, once we start pushing that in prod (we are waiting in prod for a Bit to flip over called Dip3-Active, I believe it will flip in about 7 days).
1c) You can not manually add sancs to the config, (except your own), but in dip3 mode (IE 0.14 branch mode) you cannot manually add any - they all must be sent with ProReg Tx's. So for all intents and purposes, you cant add them.
2) In Testnet mode however, you should see about 6 sancs right now. I just booted up in testnet mode and I do see the 6 sancs. I see exec health has 3 votes. Does yours agree with the votes count?
3) The other info you posted looks good, on the mining info.
4) Now it would be cool for us to test cameroon again in Testnet mode - just to verify you are no longer seeing the compounded rewards?