Author

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

full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
How is it possible that with the same evo version (both 64bit) I have 2 different layouts on 2 different machines?, one at the old layout and one at a new layout. The loading screen is different too, old and new. One machine runs windows 10 and the other runs Windows server 2012 R2 Datacenter Edition. Same installer.

Edit: I even tried copying the exact same installer that I downloaded on my win10 machine to my windows server 2012 machine and it still shows the old layout?

Edit 2: Fixed... I think there are some register entries that are read from the old version. I changed it in the interface menu.

Regards,

Mart

Yeah, on Windows this is possible because we still use the same key-hive (biblepay) in both Classic and Evo.  In Classic, it had a setting name for the theme and we respect it, but on new installs we set it to be "Bezaleel" (the nice one).    You can get the key hive name by looking in the log under "QT-Settings", I believe we write it now (we also write it in linux, and a linux user can edit that file).

Or, you can just edit the settings in the UI and re-save once you upgrade Smiley.
newbie
Activity: 81
Merit: 0
Code:
  {
    "account": "",
    "address": "BHmM5aRfQ1GVbri4t9uyAc2A4bZ6orjnU7",
    "category": "send",
    "amount": -44119.99959200,
    "vout": 1,
    "fee": -0.00040800,
    "confirmations": 0,
    "bcconfirmations": 0,
    "trusted": true,
    "txid": "56c390c58c976285989d89dca1c512ccd0abf2d84843e56b76ee10a8472043d9",
    "walletconflicts": [
    ],
    "time": 1559668021,
    "timereceived": 1559668021,
    "bip125-replaceable": "no",
    "abandoned": false
  }

How can i recover the transactions > i see     "confirmations": 0, "bcconfirmations": 0,
newbie
Activity: 22
Merit: 0
How is it possible that with the same evo version (both 64bit) I have 2 different layouts on 2 different machines?, one at the old layout and one at a new layout. The loading screen is different too, old and new. One machine runs windows 10 and the other runs Windows server 2012 R2 Datacenter Edition. Same installer.

Edit: I even tried copying the exact same installer that I downloaded on my win10 machine to my windows server 2012 machine and it still shows the old layout?

Edit 2: Fixed... I think there are some register entries that are read from the old version. I changed it in the interface menu.

Regards,

Mart
full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
People who are entering diary entries, could you please be more specific as to who you prayed for and what happened?

For example someone put:  Prayed for Leukemia to leave body

Lets say: Prayed for Joe's Leukemia to leave the body... and he said he felt better
(Or leave the end off if nothing happened)... (Or put and he was healed immediately) if he was healed.

And optionally- add where you did this (at the mall, on the street corner, at WalMart) etc.
And optionally the date.

I just want it to be specific so we can eventually showcase good ones on our overview page.

If you took a video of this please paste the URL at the end.

full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
I see our Average difficulty is about Twice what it was before!  Congratulations.

See pool.biblepay.org | Reports | Difficulty History

full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
Where do you see sourcelink that is wrong (we now have millions of lines of code and multiple sites and systems)?

www.biblepay.org -> WALLET -> Source

Fixed.  Thanks.


I also have a request :
To add sha256sum of Binaries release (tar files of executables) in github, so I could make sure the released version is untempered by hackers.

I guess it is high time we start releasing the sha256 hash of our binaries on our web site.

We will implement this in our build scripts over the next 14 days.

Ill get back to the forum here with a post when it is working.


Just downloaded from the website and cross checked the sha256 hash, looks good!

While you're at it, could you perhaps look into signing the exe so that Windows treats it with more confidence and new users don't doubt the validity of the files?

Yes, MIP and I will discuss a bullet point during our next dev conf call.


full member
Activity: 462
Merit: 103
** Two Ways to get Sha256 Hash of a BiblePay binary **

Method 1: 
Download the binary, and once you know its name you can type it in the browser to get the sha256hash:
For example:  You use the windows 64 bit release, the downloaded filename is : biblepayevo64.exe
URL:  https://biblepay.org/biblepayevo64.hash.htm
(You can bookmark the URL for your platform).

Method 2:
Navigate to the https://biblepay.org website and click on the Top level menu | Wallet | Expand the subsection for your OS | Click on Release Name - Hash

** Two ways to verify the Sha hash per OS **

Method 1 (Linux):
Type sha256sum downloaded_file_name

Method 2 (Windows):
certutil -hashfile downloaded_file_name

NOTE:  We are still deploying this solution, so at this time only the Windows hashes are available.  MIP will update us when the Linux hashes are available.
(These will all automatically update each time we release).


Just downloaded from the website and cross checked the sha256 hash, looks good! Also, a tip for users who use 7Zip, you can go to settings and enable "CRC SHA" as a context menu item, so you can check all files easily on right click.

While you're at it, could you perhaps look into signing the exe so that Windows treats it with more confidence and new users don't doubt the validity of the files?
full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
** Two Ways to get Sha256 Hash of a BiblePay binary **

Method 1:  
Download the binary, and once you know its name you can type it in the browser to get the sha256hash:
For example:  You use the windows 64 bit release, the downloaded filename is : biblepayevo64.exe
URL:  https://biblepay.org/biblepayevo64.hash.htm
(You can bookmark the URL for your platform).

Method 2:
Navigate to the https://biblepay.org website and click on the Top level menu | Wallet | Expand the subsection for your OS | Click on Release Name - Hash

** Two ways to verify the Sha hash per OS **

Method 1 (Linux):
Type sha256sum downloaded_file_name

Method 2 (Windows):
certutil -hashfile downloaded_file_name

NOTE:  We are still deploying this solution, so at this time only the Windows hashes are available.  MIP will update us when the Linux hashes are available.
(These will all automatically update each time we release).


full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
Where do you see sourcelink that is wrong (we now have millions of lines of code and multiple sites and systems)?

www.biblepay.org -> WALLET -> Source

Fixed.  Thanks.


I also have a request :
To add sha256sum of Binaries release (tar files of executables) in github, so I could make sure the released version is untempered by hackers.

I guess it is high time we start releasing the sha256 hash of our binaries on our web site.

We will implement this in our build scripts over the next 14 days.

Ill get back to the forum here with a post when it is working.

full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
How do I move the old Sanctuary Wallet and Windows Controller Wallet to the new EVO?

Just copy wallet.dat from %appdata%/BiblepayCore to %appdata%/BiblepayEvolution


Smiley

I wonder if he meant 'migrate BBP' or copy his wallet.

Either way, here is the page:

https://wiki.biblepay.org/Evolution_Upgrade


full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
***** Chainz has updated the Block Explorer to Evo *****


What great service they provide; they appear to be a very good company.

https://chainz.cryptoid.info/bbp/
full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
i think that machines with negative hps does not appear in pool... maybe new version fixing this, but i dont have new binaries yet Smiley

BiblePay
1.4.3.2-Leisure Upgrade


Linux binaries available at www.biblepay.org

sha256sum *.tar.gz
a513d937ca5710c190af63e59f6ad0cb44d39c88a60881b00ad74442e5e51f7d  biblepayd-evo-aarch64-linux-gnu.tar.gz
e36ba0605f5378b0dd598d12bf990ae96c34a557b52f012c91720863c91a2153  biblepayd-evo-arm-linux-gnueabihf.tar.gz
d9346aaf571be1961607795a2ab667b2394970043f11442202aa77281de69d39  biblepayd-evo-i686-pc-linux-gnu.tar.gz
792c674c230d82f3562210f6f0a212e31470fc8231570774766d9518a76b6b5a  biblepayd-evo-x86_64-pc-linux-gnu.tar.gz
5c08bb2c1d1ae5ea8451c7f7d2dbddaaa1348191395ec8d7598c9766ea2aa250  biblepay-qt-evo-i686-pc-linux-gnu.tar.gz
42c175551a60bef0faf59470000d07e0f806834f549fdf185dc2c89ab90e339c  biblepay-qt-evo-x86_64-pc-linux-gnu.tar.gz


After updating the hashps value is amazing...

outputs:
"hashps": 89835431.0839393,





Yeah - I see you and Capulo have very high HPS.
We will probably need to move to MH/S, but lets take a look at everything in the pool and make sure its sane.

newbie
Activity: 56
Merit: 0
i think that machines with negative hps does not appear in pool... maybe new version fixing this, but i dont have new binaries yet Smiley

BiblePay
1.4.3.2-Leisure Upgrade


Linux binaries available at www.biblepay.org

sha256sum *.tar.gz
a513d937ca5710c190af63e59f6ad0cb44d39c88a60881b00ad74442e5e51f7d  biblepayd-evo-aarch64-linux-gnu.tar.gz
e36ba0605f5378b0dd598d12bf990ae96c34a557b52f012c91720863c91a2153  biblepayd-evo-arm-linux-gnueabihf.tar.gz
d9346aaf571be1961607795a2ab667b2394970043f11442202aa77281de69d39  biblepayd-evo-i686-pc-linux-gnu.tar.gz
792c674c230d82f3562210f6f0a212e31470fc8231570774766d9518a76b6b5a  biblepayd-evo-x86_64-pc-linux-gnu.tar.gz
5c08bb2c1d1ae5ea8451c7f7d2dbddaaa1348191395ec8d7598c9766ea2aa250  biblepay-qt-evo-i686-pc-linux-gnu.tar.gz
42c175551a60bef0faf59470000d07e0f806834f549fdf185dc2c89ab90e339c  biblepay-qt-evo-x86_64-pc-linux-gnu.tar.gz


After updating the hashps value is amazing...

outputs:
"hashps": 89835431.0839393,



MIP
newbie
Activity: 362
Merit: 0
i think that machines with negative hps does not appear in pool... maybe new version fixing this, but i dont have new binaries yet Smiley

BiblePay
1.4.3.2-Leisure Upgrade


Linux binaries available at www.biblepay.org

sha256sum *.tar.gz
a513d937ca5710c190af63e59f6ad0cb44d39c88a60881b00ad74442e5e51f7d  biblepayd-evo-aarch64-linux-gnu.tar.gz
e36ba0605f5378b0dd598d12bf990ae96c34a557b52f012c91720863c91a2153  biblepayd-evo-arm-linux-gnueabihf.tar.gz
d9346aaf571be1961607795a2ab667b2394970043f11442202aa77281de69d39  biblepayd-evo-i686-pc-linux-gnu.tar.gz
792c674c230d82f3562210f6f0a212e31470fc8231570774766d9518a76b6b5a  biblepayd-evo-x86_64-pc-linux-gnu.tar.gz
5c08bb2c1d1ae5ea8451c7f7d2dbddaaa1348191395ec8d7598c9766ea2aa250  biblepay-qt-evo-i686-pc-linux-gnu.tar.gz
42c175551a60bef0faf59470000d07e0f806834f549fdf185dc2c89ab90e339c  biblepay-qt-evo-x86_64-pc-linux-gnu.tar.gz
MIP
newbie
Activity: 362
Merit: 0
How do I move the old Sanctuary Wallet and Windows Controller Wallet to the new EVO?

Just copy wallet.dat from %appdata%/BiblepayCore to %appdata%/BiblepayEvolution
newbie
Activity: 13
Merit: 0
How do I move the old Sanctuary Wallet and Windows Controller Wallet to the new EVO?
newbie
Activity: 491
Merit: 0
i think that machines with negative hps does not appear in pool... maybe new version fixing this, but i dont have new binaries yet Smiley
newbie
Activity: 491
Merit: 0
linux binaries are ready? i think there is still previous version
full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
You are more interested in the first one: f1b2be0790514f7bcca7653889ddfd7daac08ac1123c708d9d764abc04f1c3e8 , as this one has the 226,615,208 points on it.

Then do an 'exec getpoints f1b2be0790514f7bcca7653889ddfd7daac08ac1123c708d9d764abc04f1c3e8' and lets see what comes out.

"Command": "getpoints",
  "pog_points": 226152084.6227908,
  "coin_age": 22615208.46227908,
  "diary_entry": "Prayed for my teen nephew to make his tumor gone",
  "orphan_donation": 1000
So be very careful and disregard the *10 multiplier on the orphan donation (cubed root of (1000)), and just hone in on the coin_age of 22.6MM.

So the elephant in the room is, Orbis, do you have 22 mil coin age?

This could be 2.2MM bbp just 10 days old btw......  So that sounds very possible.

Now if you watch his next one, he is probably reset to zero meaning tomorrow he would have more like a 2.2 MM coin age.

Cheesy that would be awesome Cheesy I've used 472k for sendgscc, but it looks that my coinage makes the magic Smiley
it looks that there were all coins from POG.
And I'm sorry, I didn't read this thread before. Now I saw that you want just to send 2,5BBP.
Sorry, I saw that POG works, and I used my testnet configs. My huge superiority in leaderboard was the moment why I started to read this thread Smiley
And I have question.
It's needed to use something like "utxooverride=-1" on my VPS or it is guaranteed that GSC tx will run only once per 12h per one CPK?

Rob, and I think that I found a bug.
When I click on any new (unconirmed) tx in transaction view, my wallet crashed (WIN 10 64bit).
It happens to me yesterday and today. I has only log from yesterday, but it was the same today. here is: https://pastebin.com/P2WD5tkv


Note:  After you upgrade to 1.4.3.2, please do a
./biblepay-qt -zapwallettxes=1

If you still experience a crash on a tx double click; from what I'm seeing - the root of the problem is in a non-zapped tx in the local wallet.

Everyone else - you don't have to do this.

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

- Upgrade hashcounter to int64_t (IE allow big numbers in getmininginfo)
- Port sendmanyxml RPC command into Evo (allow pools to send-many txs),
and port serialize-legacy in (allow support sites to create proposal
trigger data)
- Added disableclientsidetransmission=1 key to disable any GSC
transmission
- Fixed QT txlist double click crash
- Added network m/hashps to getmininginfo
Jump to: