Author

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

full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
What config change do I need if I want to switch over to the testnet?

Start with -testnet or add testnet=1 to the biblepaytest.conf config file, and -conf=biblepaytest.conf.

full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
A friend of mine wanted to start some POW (heat) mining because his RAC is already pretty high. He has Ubuntu 18 running and compiled from the 1.1.3.8 release. The compilation itself worked perfectly, but unfortunately the mining processes still suffer from this strange memory leak. It quite quickly went up to >500 MB per task, at which he stopped it.
Are there any of you who are running BBP on Ubuntu 18? Is the memory leak a known issue? Thanks for your efforts!

When you say "per task" you mean per "setgenerate" thread?

We can give it a drive on a profiler and see who's to blame, but if it's happening on 18 and not in 16 or 17, it sounds like it could be some buggy external library packed in 18 that we are using.
Excellent question; I think I'll have to check back with him to get some more details. If I had to guess I would say "per task" means he is running multiple wallets (which is fine on Ubuntu 16...). I'm not sure if he altered anything else (like libs and stuff).

Thanks for checking that out. Unfortunately I currently don't have any means to compile or test it under Ubuntu 18...



Edit: All right. So he had multiple wallets running and this was "per instance". BUT running only 1 instance, but with more threads (setgenerate true 16) had the same effect. He was pretty quickly at >4GB RAM usage.

He compiled from the old install_biblepay.sh script someone posted on reddit quite a while ago (but this should still be ok). The only thing he changed was some openssl library; he isn't sure, but he thinks it was "EVP_CIPHER_CTX".

Hope that helps. Wink

They need to run biblepay with openssl 1.0.1k and not change the source code.  Then the wallet takes up 291K of ram on both platforms (windows and linux).

newbie
Activity: 35
Merit: 0
What config change do I need if I want to switch over to the testnet?
full member
Activity: 1260
Merit: 115
When we are after mandatory update what is the situation with cryptobridge listing?

CryptoBridge was notified to move forward with our listing July 3rd,
Today, they asked for some coins to use, so I believe they have the wallet installed and are in testing
newbie
Activity: 267
Merit: 0
When we are after mandatory update what is the situation with cryptobridge listing?
jr. member
Activity: 405
Merit: 3
A friend of mine wanted to start some POW (heat) mining because his RAC is already pretty high. He has Ubuntu 18 running and compiled from the 1.1.3.8 release. The compilation itself worked perfectly, but unfortunately the mining processes still suffer from this strange memory leak. It quite quickly went up to >500 MB per task, at which he stopped it.
Are there any of you who are running BBP on Ubuntu 18? Is the memory leak a known issue? Thanks for your efforts!

When you say "per task" you mean per "setgenerate" thread?

We can give it a drive on a profiler and see who's to blame, but if it's happening on 18 and not in 16 or 17, it sounds like it could be some buggy external library packed in 18 that we are using.
Excellent question; I think I'll have to check back with him to get some more details. If I had to guess I would say "per task" means he is running multiple wallets (which is fine on Ubuntu 16...). I'm not sure if he altered anything else (like libs and stuff).

Thanks for checking that out. Unfortunately I currently don't have any means to compile or test it under Ubuntu 18...



Edit: All right. So he had multiple wallets running and this was "per instance". BUT running only 1 instance, but with more threads (setgenerate true 16) had the same effect. He was pretty quickly at >4GB RAM usage.

He compiled from the old install_biblepay.sh script someone posted on reddit quite a while ago (but this should still be ok). The only thing he changed was some openssl library; he isn't sure, but he thinks it was "EVP_CIPHER_CTX".

Hope that helps. Wink
MIP
newbie
Activity: 362
Merit: 0
A friend of mine wanted to start some POW (heat) mining because his RAC is already pretty high. He has Ubuntu 18 running and compiled from the 1.1.3.8 release. The compilation itself worked perfectly, but unfortunately the mining processes still suffer from this strange memory leak. It quite quickly went up to >500 MB per task, at which he stopped it.
Are there any of you who are running BBP on Ubuntu 18? Is the memory leak a known issue? Thanks for your efforts!

When you say "per task" you mean per "setgenerate" thread?

We can give it a drive on a profiler and see who's to blame, but if it's happening on 18 and not in 16 or 17, it sounds like it could be some buggy external library packed in 18 that we are using.
jr. member
Activity: 405
Merit: 3
A friend of mine wanted to start some POW (heat) mining because his RAC is already pretty high. He has Ubuntu 18 running and compiled from the 1.1.3.8 release. The compilation itself worked perfectly, but unfortunately the mining processes still suffer from this strange memory leak. It quite quickly went up to >500 MB per task, at which he stopped it.
Are there any of you who are running BBP on Ubuntu 18? Is the memory leak a known issue? Thanks for your efforts!
full member
Activity: 1176
Merit: 111
Biblepay.org SSL cert has expired (as of today)  great timing

expired july 3, 2018
need to renew with godaddy if they are using the same certificate provider.
someone should have gotten an e-mail warning about this weeks ago...?

I hope that it's just an expired certificate and not a coordinated attack on our new website, because I would feel WAY responsible.

Renewed for two more years; we switched hosts and SSL providers thats why the e-mail didn't come in.

We're using rapidssl now.



Thanks for the quick fix. You're working very hard on a USA holiday
jr. member
Activity: 490
Merit: 4
Happens often, looks like they just restocked.

I just wish WCG could get their act together. Rosetta@Home is hit/miss with the Android tasks. Hopefully, they have a surplus. With Android mining, I'm between two difficult places with WCG GDPR and R@H with few tasks.

It seems R@H limits to 10k per batch release...  Now that we are increasing the burden on them, i'm curious if they are struggling to keep up.  Happened with the PC tasks early on as well.
full member
Activity: 1176
Merit: 111
Happens often, looks like they just restocked.

I just wish WCG could get their act together. Rosetta@Home is hit/miss with the Android tasks. Hopefully, they have a surplus. With Android mining, I'm between two difficult places with WCG GDPR and R@H with few tasks.
full member
Activity: 1176
Merit: 111
Thanks but masternode wallet will never restart, it is running 24/7. Any other command to disable debug.log message?

https://en.bitcoin.it/wiki/Running_Bitcoin

I haven't tried myself, but you could try printtoconsole so all output goes to console. If you're not logged in, it won't matter... and if you log in via a different session, it shouldn't show up in your console.

Or you could set up a separate cron job that deletes debug.log once an hour:
https://www.cyberciti.biz/faq/remove-log-files-in-linux-unix-bsd/

Good luck.
full member
Activity: 574
Merit: 104


Ahh the irony, I had to laugh when this ad came up...


Haha! Google has humor.

PSA: I've set up an official alert service for when a mandatory wallet update gets released. You can sign up for it at:
https://www.biblepay.org/newsletter/
full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords


Ahh the irony, I had to laugh when this ad came up...

newbie
Activity: 30
Merit: 0
Argh! Stupid me. Forgot to delete the blocks folder! Shocked Shocked Shocked
Everything fine!
Thank you.
jr. member
Activity: 490
Merit: 4
I did update to 1.1.3.8c but the wallet never starts. It's been sitting for more than two and a half hours at "Loading block index".
Id did the wallet cleanup process after I installed the latest.
Last line in debug.log is: 2018-07-04 10:58:09  LoadBlockIndexGuts 1530701889.000000 2018-07-04 12:37:26
Should I just revert to 1.1.3.7 for now?
The wallet seems to consume up to about 1,7GB of memory before going back down to about 1GB, and just going in circles with that.


If you had it running during the superblock bug, then the index can be corrupted.

if you delete the chainstate and blocks folders in your data dir, let it re-build them. this will take care of it.

If it's your main wallet, make sure to re-start the client after it has synced so podcupdates work again.
newbie
Activity: 30
Merit: 0
I did update to 1.1.3.8c but the wallet never starts. It's been sitting for more than two and a half hours at "Loading block index".
Id did the wallet cleanup process after I installed the latest.
Last line in debug.log is: 2018-07-04 10:58:09  LoadBlockIndexGuts 1530701889.000000 2018-07-04 12:37:26
Should I just revert to 1.1.3.7 for now?
The wallet seems to consume up to about 1,7GB of memory before going back down to about 1GB, and just going in circles with that.
full member
Activity: 305
Merit: 100
look that this project is really quite awesome, from the details and concept of this platform is really cool to the team great job looking forward on your success this will be the most great system in digital world..
hsb
newbie
Activity: 22
Merit: 0
When will the Android client update?
full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
I know CryptoBridge is waiting, so during the next release we will need to start using the Github releases feature also.
(This allows bots to see that we released a new mandatory upgrade).

I see you did this for the latest release, which is great!

Do you think you could also add the .exe files in future releases? I think it's good for accessibility, if the website is inaccessible for any reason (like now), to not have a single point of failure.

So if you cover Windows, then what do you think about the idea to add Licht and/or MIP to the repo so they can supplement every release with Linux and Mac binaries?
Updated with binaries...

https://github.com/biblepay/biblepay/releases/tag/1.1.3.8
Jump to: