Author

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

newbie
Activity: 28
Merit: 0
I'm moving my control wallet from one windows pc to another .. is there a guide, or can someone tell me how to do it?

Thanks in advance.

On the first computer, File -> Backup Wallet, then on the machine you want to move your wallet to, you have to find you BiblepayCore folder, which holds the blockchain, wallet, configuration files... The default location is C:\Users\{username}\AppData\Roaming\BiblepayCore. In this folder, replace the old wallet.dat with the backed up one (you might want to copy the old one somewhere just in case). You should do this while your biblepay is closed, and after copying the new wallet.dat you should run biblepay and everything should work.
member
Activity: 489
Merit: 12
I'm moving my control wallet from one windows pc to another .. is there a guide, or can someone tell me how to do it?

Thanks in advance.
jr. member
Activity: 405
Merit: 3

Biblepay - 1.1.1.7
Mandatory Upgrade for Sanctuaries, Leisure for Users

- Modify number parser to handle negative spork values


Windows is ready.

My goodness, development-wise this HAS to be the most active cryptocurrency of all! Not even kidding, kudos to all people involved and Rob especially! Smiley

I really wonder when the word of this coin will finally spread all over the crypto community, the current market cap really doesn't reflect any of the hard work that is going into this!
full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords

Biblepay - 1.1.1.7
Mandatory Upgrade for Sanctuaries, Leisure for Users

- Modify number parser to handle negative spork values


Windows is ready.



newbie
Activity: 75
Merit: 0
Hi

Is 1.1.1.7 for Windows available yet?

TIA
PM
MIP
newbie
Activity: 362
Merit: 0
Block explorer seems to be stuck at block 37847
full member
Activity: 770
Merit: 100
full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
updated to 1.1.1.7, it's much closer, but now is calculating a value that is exactly 10% too high using 22/rac it looks like.

Code:
{
  "Command": "totalrac",
  "Total RAC": 39925.88,
  "UTXO Target": 878369.3600000001
}

Right, we overshoot by 10% to allow for RAC changes.  If you want to be exact, you can override it with 'utxooverride='.

So yours is working, great to know.  That means the sancs will be requiring the same calculation, except Sancs do not overshoot- they require the exact amount.

EDIT: Btw, in 1117, if you dont have enough of a stakebalance to meet the target, we lower the target to your 'exec stakebalance' amount during the actual PODC transmission.
full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
The network rule is in, now 20 BBP RAC is required for the 100 % UTXO level. 

It will be interesting to see how this plays out tonight.
Could you please elaborate on how the grid for the lower percentages is gonna be? Is it a full BBP/RAC, meaning a 5% grid? Thx.

The achievement percent is YourUTXO/TargetUTXO, and the grid is a percentage breaks table in 10% intervals, always rounded Up to the nearest 10%, Except if you fall below 5% you fall to 0%.

newbie
Activity: 12
Merit: 0
updated to 1.1.1.7, it's much closer, but now is calculating a value that is exactly 10% too high using 22/rac it looks like.

Code:
{
  "Command": "totalrac",
  "Total RAC": 39925.88,
  "UTXO Target": 878369.3600000001
}
full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
after install to 1117 i have to delete utxoamount or?
In 1117 we do not look at utxoamount anymore, if you want to use it you can now use 'utxooverride=' .  Try it without it first and see if 'exec totalrac' shows the correct expected utxoamount for you, if it does you dont need the key in 1117.


jr. member
Activity: 405
Merit: 3
The network rule is in, now 20 BBP RAC is required for the 100 % UTXO level. 

It will be interesting to see how this plays out tonight.
Could you please elaborate on how the grid for the lower percentages is gonna be? Is it a full BBP/RAC, meaning a 5% grid? Thx.
full member
Activity: 770
Merit: 100
after install to 1117 i have to delete utxoamount or?
full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords

The network rule is in, now 20 BBP RAC is required for the 100 % UTXO level.  

It will be interesting to see how this plays out tonight.



when i do 'exec totalrac' i get:

Code:
{
  "Command": "totalrac",
  "Total RAC": 39896.45,
  "UTXO Target": 10
}

shouldn't UTXO Target be 797929 for my given Total RAC?  I'm running 1.1.1.6


Yes, I would call it a bug, but while debugging the root of the problem, there is actually a bigger issue causing this issue.

It's not a showstopper but its a severe nuisance for us!

Let me make a post about it.

In the mean time, you can set 'utxooverride=YYY', but this next post will fix that problem also (but requires an upgrade).


Can you explain the 'utxooverride=YYY' config entry please?
Is YYY a value or is it actually 'YYY'

Also - can the 'utxoamount' key be safely removed?

TIA
PM

Yes, the utxooverride value is an amount, so if you set it to 50,000 your client will always stake 50000 bbp in PODC updates.
Yes, if you remove it, the client falls back to calculating its own stake amount based on the network rules.

Clients up to 1.1.1.6 are now calculating at 10 total UTXO (which is bad) (unless the client is using the override key), but the sancs are also only requiring 10 bbp now (which evens out the dilemma) until everyone upgrades.
newbie
Activity: 75
Merit: 0

The network rule is in, now 20 BBP RAC is required for the 100 % UTXO level.  

It will be interesting to see how this plays out tonight.



when i do 'exec totalrac' i get:

Code:
{
  "Command": "totalrac",
  "Total RAC": 39896.45,
  "UTXO Target": 10
}

shouldn't UTXO Target be 797929 for my given Total RAC?  I'm running 1.1.1.6


Yes, I would call it a bug, but while debugging the root of the problem, there is actually a bigger issue causing this issue.

It's not a showstopper but its a severe nuisance for us!

Let me make a post about it.

In the mean time, you can set 'utxooverride=YYY', but this next post will fix that problem also (but requires an upgrade).


Can you explain the 'utxooverride=YYY' config entry please?
Is YYY a value or is it actually 'YYY'

Also - can the 'utxoamount' key be safely removed?

TIA
PM
member
Activity: 489
Merit: 12
Biblepay - 1.1.1.7
Mandatory Upgrade for Sanctuaries, Leisure for Users

- Modify number parser to handle negative spork values


** This is a pre-release for Linux if you want to start upgrading Sancs now **

I will announce windows in a few hours.




Thank you. Your quick responses are always appreciated, especially when they require work on a day of such significance.
full member
Activity: 770
Merit: 100
good job ROB ... thanks for your real time on project: respect
full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
Biblepay - 1.1.1.7
Mandatory Upgrade for Sanctuaries, Leisure for Users

- Modify number parser to handle negative spork values


** This is a pre-release for Linux if you want to start upgrading Sancs now **

I will announce windows in a few hours.

full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
BIBLEPAY - SEVERE NUISANCE  OF THE  DAY



Checking to see why the network rule did not go into effect for Stake-Per-RAC, I have discovered that sanctuaries are not handling negative numbers... Unfortunately, this means we will need a Mandatory upgrade for all Sanctuaries.   And a Leisure for those who want the automatic UTXO handling.

The root of the problem is in the number parser, we handle all numbers above zero and hex numbers, but there is actually no negative sign in there (it's been this way since we started).  So, the SPR spork requires a negative number (yes I tried to work around it by using a number with a scale of .00000000001) and that failed, so we do need this upgrade.

The good news is the Exchanges do not need to upgrade, since the Sancs are doing all the contract work.


In summary:

Please look for a mandatory upgrade for all Sanctuaries today - this affects tonight's contract
(If you don't upgrade you basically keep the network rules the same for Stake-per-mag)

For all users:  The upgrade will allow the client to do the math properly to show the required UTXO level



I'm on the problem now.....

Please keep eyes peeled for an upgrade.





full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords

The network rule is in, now 20 BBP RAC is required for the 100 % UTXO level.  

It will be interesting to see how this plays out tonight.



when i do 'exec totalrac' i get:

Code:
{
  "Command": "totalrac",
  "Total RAC": 39896.45,
  "UTXO Target": 10
}

shouldn't UTXO Target be 797929 for my given Total RAC?  I'm running 1.1.1.6


Yes, I would call it a bug, but while debugging the root of the problem, there is actually a bigger issue causing this issue.

It's not a showstopper but its a severe nuisance for us!

Let me make a post about it.

In the mean time, you can set 'utxooverride=YYY', but this next post will fix that problem also (but requires an upgrade).


Jump to: