Author

Topic: BiblePay | 10% to Orphan-Charity | RANDOMX MINING | Sanctuaries (Masternodes) - page 139. (Read 243386 times)

full member
Activity: 221
Merit: 100
Mining for the pool doesn't seem to be working for me since the introduction of ABN.  My debug console is saying this:

"gsc_errors": "low abn weight 0",
  "poolmining": true,
  "pool_url": "https://pool.biblepay.org",
  "required_abn_weight": 256000

"Command": "getabnweight",
  "version": 1.1,
  "weight": 307379.4657638889,
  "total_required": 286408


Any idea what could be wrong?  Thanks!

yeah , i'm also wondering why mining won't start :

Code:
{
  "Command": "getabnweight",
  "version": 1.1,
[b]  "weight": 274797.669525463,[/b]
  "total_required": 4383370,
  "coin_age_data": "696007.5834(0.04)=[29612.52] depth=13,          \n3471778.8328(0.04)=[147711.30]
 depth=13,          \n165899.5165(0.34)=[56169.48] depth=75,          \n581.2655(1.38)=[802.40] dept
h=296,          \n5456.2700(1.87)=[10177.65] depth=402,          \n0.0648(2.28)=[0.00] depth=479,
       \n36413.3417(0.42)=[15434.22] depth=86,          \n",
  "weight 259000.00": 259907.5719097223,
  "total_required 259000.00": 4376136
}

Code:
  "poolinfo3": "",
  "gsc_errors": "low abn weight 0",
  "poolmining": true,
  "pool_url": "https://pool.biblepay.org",
  "required_abn_weight": 256000

mining started although after my abnweight went a bit up from  274797

I am mining as well but very slowly and intermittently, and it still says my abn is 0 even though it's over 300k.

 3 miners running the same wallet showing different abnweight   Huh
Code:
{
  "Command": "getabnweight",
  "version": 1.1,
  "weight": 878829.5629976852,
  "total_required": 4383370


{
  "Command": "getabnweight",
  "version": 1.1,
  "weight": 165733.9069791667,
  "total_required": 911591
}

{
  "Command": "getabnweight",
  "version": 1.1,
  "weight": 189473.1778125,
  "total_required": 911591
}

}



full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
So I am noticing something funny in the windows miner calculations on ABN. Maybe I just don't understand the calculations enough but here is what I see

When running exec getabnweight 256000 1 I get the following output
{
  "Command": "getabnweight",
  "version": 1.1,
  "weight": 334184.134375,
  "total_required": 300610,
  "coin_age_data": "173.0000(1.91)=[331.21] depth=410,          \n24844.0227(2.44)=[60651.57] depth=498,          \n658.0000(2.78)=[1832.00] depth=572,          \n5999.9000(3.40)=[20402.09] depth=693,          \n611.0000(3.48)=[2123.88] depth=712,          \n39459.7973(0.84)=[33099.43] depth=177,          \n210427.3141(0.84)=[176512.69] depth=177,          \n",
  "weight 256000.00": 294952.8723611111,
  "total_required 256000.00": 282173
}

When I look at the debug log I see the following for CreateABN
2019-06-26 13:55:15
***** CreateNewBlock::Unable to add ABN because CreateABN::Fail::(Create Transaction) Insufficient funds.::TargetWeight=294953, UsingBBP=282173.00, I=25, NeededWeight=256000, GotWeight=230516.75 *****
2019-06-26 13:55:20 ERROR: TestBlockValidity: Consensus::ContextualCheckBlock:  (code 0)

Not sure why a couple of things are being displayed
1. Why does CreateABN have a different GotWeight that getabnweight : "weight 256000.00": 294952.8723611111 <> GotWeight=230516.75 *****
2. Why does CreateABN have a different UsingBBP than The total amount of BBP in the wallet when no immature blocks : "total_required": 300610 <> UsingBBP=282173.00

Anyone know what this line means?
2019-06-26 13:53:02 ERROR: AcceptBlockHeader: Consensus::CheckBlockHeader: c982c3e05e4b59a9b559e26600e56bc621c8baa158439d63f7e4e5b97488125a, high-hash, proof of work failed (code 16)

Finally, once a block has been found and ABN is low, anything other than 1 or 2 threads in the miner seem to send the process into not responding state in windows as others have pointed out.


Fortunately, I do see 2 issues with our current ABN, and I believe after this - we will see this problem addressed in the next version.
It appears we had 2 problems (one additional case for ABN transactions) that needs addressed.  This additional case causes a discrepency.

So - please let me address this issue, and the performance issue, and while we are compiling, then I will come back and reply to all these questions everyone has.

newbie
Activity: 99
Merit: 0
Mining for the pool doesn't seem to be working for me since the introduction of ABN.  My debug console is saying this:

"gsc_errors": "low abn weight 0",
  "poolmining": true,
  "pool_url": "https://pool.biblepay.org",
  "required_abn_weight": 256000

"Command": "getabnweight",
  "version": 1.1,
  "weight": 307379.4657638889,
  "total_required": 286408


Any idea what could be wrong?  Thanks!

yeah , i'm also wondering why mining won't start :

Code:
{
  "Command": "getabnweight",
  "version": 1.1,
[b]  "weight": 274797.669525463,[/b]
  "total_required": 4383370,
  "coin_age_data": "696007.5834(0.04)=[29612.52] depth=13,          \n3471778.8328(0.04)=[147711.30]
 depth=13,          \n165899.5165(0.34)=[56169.48] depth=75,          \n581.2655(1.38)=[802.40] dept
h=296,          \n5456.2700(1.87)=[10177.65] depth=402,          \n0.0648(2.28)=[0.00] depth=479,
       \n36413.3417(0.42)=[15434.22] depth=86,          \n",
  "weight 259000.00": 259907.5719097223,
  "total_required 259000.00": 4376136
}

Code:
  "poolinfo3": "",
  "gsc_errors": "low abn weight 0",
  "poolmining": true,
  "pool_url": "https://pool.biblepay.org",
  "required_abn_weight": 256000

mining started although after my abnweight went a bit up from  274797

I am mining as well but very slowly and intermittently, and it still says my abn is 0 even though it's over 300k.
MIP
newbie
Activity: 362
Merit: 0
Since I made an core wallet update from mars version to the last one, i lost 1Million BBP. Already tried options to restaure the losted transaction but nothing is working. Someone can help ?

How did you obtained that amount? (Mining, masternodes. buying in exchange, etc)
Some users that leave older versions mining unnatended usually fork from official chain and obtain funds by mining alone in their fork. But actually those funds don't exist because they are not in the official chain.
full member
Activity: 221
Merit: 100
Mining for the pool doesn't seem to be working for me since the introduction of ABN.  My debug console is saying this:

"gsc_errors": "low abn weight 0",
  "poolmining": true,
  "pool_url": "https://pool.biblepay.org",
  "required_abn_weight": 256000

"Command": "getabnweight",
  "version": 1.1,
  "weight": 307379.4657638889,
  "total_required": 286408


Any idea what could be wrong?  Thanks!

yeah , i'm also wondering why mining won't start :

Code:
{
  "Command": "getabnweight",
  "version": 1.1,
[b]  "weight": 274797.669525463,[/b]
  "total_required": 4383370,
  "coin_age_data": "696007.5834(0.04)=[29612.52] depth=13,          \n3471778.8328(0.04)=[147711.30]
 depth=13,          \n165899.5165(0.34)=[56169.48] depth=75,          \n581.2655(1.38)=[802.40] dept
h=296,          \n5456.2700(1.87)=[10177.65] depth=402,          \n0.0648(2.28)=[0.00] depth=479,
       \n36413.3417(0.42)=[15434.22] depth=86,          \n",
  "weight 259000.00": 259907.5719097223,
  "total_required 259000.00": 4376136
}

Code:
  "poolinfo3": "",
  "gsc_errors": "low abn weight 0",
  "poolmining": true,
  "pool_url": "https://pool.biblepay.org",
  "required_abn_weight": 256000

mining started although after my abnweight went a bit up from  274797
full member
Activity: 221
Merit: 100
Mining for the pool doesn't seem to be working for me since the introduction of ABN.  My debug console is saying this:

"gsc_errors": "low abn weight 0",
  "poolmining": true,
  "pool_url": "https://pool.biblepay.org",
  "required_abn_weight": 256000

"Command": "getabnweight",
  "version": 1.1,
  "weight": 307379.4657638889,
  "total_required": 286408


Any idea what could be wrong?  Thanks!

yeah , i'm also wondering why mining won't start :

Code:
{
  "Command": "getabnweight",
  "version": 1.1,
[b]  "weight": 274797.669525463,[/b]
  "total_required": 4383370,
  "coin_age_data": "696007.5834(0.04)=[29612.52] depth=13,          \n3471778.8328(0.04)=[147711.30]
 depth=13,          \n165899.5165(0.34)=[56169.48] depth=75,          \n581.2655(1.38)=[802.40] dept
h=296,          \n5456.2700(1.87)=[10177.65] depth=402,          \n0.0648(2.28)=[0.00] depth=479,
       \n36413.3417(0.42)=[15434.22] depth=86,          \n",
  "weight 259000.00": 259907.5719097223,
  "total_required 259000.00": 4376136
}

Code:
  "poolinfo3": "",
  "gsc_errors": "low abn weight 0",
  "poolmining": true,
  "pool_url": "https://pool.biblepay.org",
  "required_abn_weight": 256000
newbie
Activity: 99
Merit: 0
Mining for the pool doesn't seem to be working for me since the introduction of ABN.  My debug console is saying this:

"gsc_errors": "low abn weight 0",
  "poolmining": true,
  "pool_url": "https://pool.biblepay.org",
  "required_abn_weight": 256000

"Command": "getabnweight",
  "version": 1.1,
  "weight": 307379.4657638889,
  "total_required": 286408


Any idea what could be wrong?  Thanks!
newbie
Activity: 18
Merit: 0
Since I made an core wallet update from mars version to the last one, i lost 1Million BBP. Already tried options to restaure the losted transaction but nothing is working. Someone can help ?
newbie
Activity: 52
Merit: 0
newbie
Activity: 52
Merit: 0
Latest report from one of my PCs

CPU i5 7200U

Code:

18:29:01

getmininginfo


18:29:01

{
  "blocks": 127917,
  "currentblocksize": 1502,
  "currentblocktx": 1,
  "difficulty": 1066.592072220986,
  "errors": "",
  "pooledtx": 0,
  "chain": "main",
  "genproclimit": 1,
  "networkhashps": 223591.0332030249,
  "hashps": 912.6744183967187,
  "minerstarttime": "06-26-2019 14:33:02",
  "hashcounter": 3062291,
  "pooledtx": 0,
  "chain": "main",
  "biblepay-generate": true,
  "poolinfo1": "[256000 ABN OK] Amount=1048513.00, Weight=257028.08; ",
  "poolinfo2": "",
  "poolinfo3": "",
  "gsc_errors": "",
  "poolmining": false,
  "pool_url": "",
  "required_abn_weight": 256000
}


18:29:07

exec getabnweight 256000  1


18:29:08

{
  "Command": "getabnweight",
  "version": 1.1,
  "weight": 264334.1776736111,
  "total_required": 1051908,
  "coin_age_data": "3220.5178(0.79)=[2529.53] depth=167,          \n0.0374(4.12)=[0.00] depth=845,          \n0.0134(4.05)=[0.00] depth=831,          \n1045292.8482(0.25)=[259496.16] depth=55,          \n",
  "weight 256000.00": 262025.6848148148,
  "total_required 256000.00": 1048513
}

Started to mine with CPU load about 30%

conf file

Code:
addnode=explorer.biblepay.org

gen=1

genproclimit=3

minersleep=1


nickname=pagalo


The wallet has no lag now

PC2

CPU i5 7400

I had CPU load about 1-3% with genproclimit=3 and minersleep=1
I have CPU load about 50% with genproclimit=50 and minersleep=1

No lag or freeze

Both windows wallet ver .8

Let's see what will happen when I hit a block
newbie
Activity: 60
Merit: 0
So I am noticing something funny in the windows miner calculations on ABN. Maybe I just don't understand the calculations enough but here is what I see

When running exec getabnweight 256000 1 I get the following output
{
  "Command": "getabnweight",
  "version": 1.1,
  "weight": 334184.134375,
  "total_required": 300610,
  "coin_age_data": "173.0000(1.91)=[331.21] depth=410,          \n24844.0227(2.44)=[60651.57] depth=498,          \n658.0000(2.78)=[1832.00] depth=572,          \n5999.9000(3.40)=[20402.09] depth=693,          \n611.0000(3.48)=[2123.88] depth=712,          \n39459.7973(0.84)=[33099.43] depth=177,          \n210427.3141(0.84)=[176512.69] depth=177,          \n",
  "weight 256000.00": 294952.8723611111,
  "total_required 256000.00": 282173
}

When I look at the debug log I see the following for CreateABN
2019-06-26 13:55:15
***** CreateNewBlock::Unable to add ABN because CreateABN::Fail::(Create Transaction) Insufficient funds.::TargetWeight=294953, UsingBBP=282173.00, I=25, NeededWeight=256000, GotWeight=230516.75 *****
2019-06-26 13:55:20 ERROR: TestBlockValidity: Consensus::ContextualCheckBlock:  (code 0)

Not sure why a couple of things are being displayed
1. Why does CreateABN have a different GotWeight that getabnweight : "weight 256000.00": 294952.8723611111 <> GotWeight=230516.75 *****
2. Why does CreateABN have a different UsingBBP than The total amount of BBP in the wallet when no immature blocks : "total_required": 300610 <> UsingBBP=282173.00

Anyone know what this line means?
2019-06-26 13:53:02 ERROR: AcceptBlockHeader: Consensus::CheckBlockHeader: c982c3e05e4b59a9b559e26600e56bc621c8baa158439d63f7e4e5b97488125a, high-hash, proof of work failed (code 16)

Finally, once a block has been found and ABN is low, anything other than 1 or 2 threads in the miner seem to send the process into not responding state in windows as others have pointed out.
full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
New version .8 installed Windows 10

setgenerate true 50 CPU load about 50%

In the meantime I solved a block... so I have the following after block solve

If gen=1 and genproclimit=40 and minersleep =0 in conf Then Wallet freeze (not responsive) - CPU load  about 0-1%

if gen=1 and genproclimit=8 and minersleep =0  in conf then Wallet freeze (not responsive) - CPU load about 0-1%

if gen=1 and genproclimit=8 and minersleep =5  in conf then Wallet freeze (very slow response) - CPU load  about 0-1%

if gen=1 and genproclimit=4 and minersleep =0  in conf then Wallet freeze (slow response) - CPU load  about 0-1%

if gen=1 and genproclimit=3 and minersleep =0  in conf then Wallet freeze (a little slow response) - CPU load  about 0-1%

It sounds like what you all are telling me is its lagging when it doesn't have enough abn weight.

I've been focusing on issues where we lag when we Have ABN weight And we were mining.

OK, that gives me something else to look at.  I'll try to simulate that and reproduce.

newbie
Activity: 52
Merit: 0
Even on a PC with a new wallet with 0 coins the wallet responds too slow, it freezes for a few seconds. Ver .7
I will try it with version 8.
I have send to it 260K to start mining

Edit:
Also with ver .8 is still freezes for a few seconds. Now I'm waiting to ABN Weight

PS.
When I sent 260K to the other wallet my ABN from source wallet dropped to 0 and now I have to raise it again...
newbie
Activity: 491
Merit: 0
i have similar results, even with genproclimit=4 i have slow response and cpu is ~0%
linux cli wallet
newbie
Activity: 52
Merit: 0
New version .8 installed Windows 10

setgenerate true 50 CPU load about 50%

In the meantime I solved a block... so I have the following after block solve

If gen=1 and genproclimit=40 and minersleep =0 in conf Then Wallet freeze (not responsive) - CPU load  about 0-1%

if gen=1 and genproclimit=8 and minersleep =0  in conf then Wallet freeze (not responsive) - CPU load about 0-1%

if gen=1 and genproclimit=8 and minersleep =5  in conf then Wallet freeze (very slow response) - CPU load  about 0-1%

if gen=1 and genproclimit=4 and minersleep =0  in conf then Wallet freeze (slow response) - CPU load  about 0-1%

if gen=1 and genproclimit=3 and minersleep =0  in conf then Wallet freeze (a little slow response) - CPU load  about 0-1%
newbie
Activity: 56
Merit: 0
linux wallet is freezing too (1437 and 1438 version)
newbie
Activity: 56
Merit: 0
Remember, if anyone has a lag on the next version, try minersleep=5 and verify the HPS is still 99%, and no lag exists.

If you have no lag then keep minersleep=0.

Also, tell us if there is no lag with a proclimit of < 10 as compared to when you overload the proclimit (> machine core count).



Still have a laggy problem after a few minutes on new version 1.4.3.8

conf:
minersleep=5 ( also tried =0)
gen=1
genproclimit=10

newbie
Activity: 56
Merit: 0
One question, how to keep wallet locked when mining at POBH?

I got the output when my wallet was locked :

 "poolinfo3": "Unable to create abn tx (wallet locked); "

full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
BiblePay
1.4.3.8-Leisure Upgrade

- Add spent_amount and spent_time to getrawtransaction output
- Add POG rule to prevent sanctuary scalping
- Added deadlock mutex in CreateAntiBotNetTransaction


** 1.4.3.8 has been re-deployed **

full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
Remember, if anyone has a lag on the next version, try minersleep=5 and verify the HPS is still 99%, and no lag exists.

If you have no lag then keep minersleep=0.

Also, tell us if there is no lag with a proclimit of < 10 as compared to when you overload the proclimit (> machine core count).

Jump to: