Author

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

hero member
Activity: 714
Merit: 500
So does the 1.0.8.1 stable for masternode now? Can I apply old watchdog on it?
full member
Activity: 221
Merit: 100
Alright guys, this has to be our last mandatory for a few months.

This is a pre-release notification for Linux only, if you are on linux you can start upgrading:

BiblePay - 1.0.8.1
Mandatory Upgrade for entire network
Cutover Height: 25910


- Filter botnet
- 7 minute block targets
- At block 25910, old clients fork


Windows is compiling...





thanks Rob ,  great idea about staking .

just to clarify ,   do we need to have a balance in the miner's wallet to have shares accepted at the pool ?  

Thanks Tiras, well this version does not have it yet, you know PIVX went through quite a lot to make a real stakeminer, so we have to do some more due diligence and add some originality before we can officially code it for testnet.  

We were discussing that issue in slack regarding the balance staked if pool mining.  I am thinking we will have to do something like have the miner alternate to solo when it accrues enough to stake with, make an attempt to solo mine for an hour, then revert to pool mining with no stake.  I'm thinking the user can set the threshhold if they want, they can say once we have XY coin-age available, lets stake for Z hours, then revert.  

I think the pool would have pure hashers against it.

But one thing we can discuss is making a small amount of coin-age available to the pool to completely stave off botnets.  (IE some feature that makes it hard to solo POW mine this coin without some coin-age in the block).  Maybe even 100 BBP drops the hashtarget considerably, but 10,000 coin-age is reserved for solo-stakemining etc.

thanks Rob, got it . 

having a min required BBP amount even for pool mining makes a lot of sense. 
full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
Alright guys, this has to be our last mandatory for a few months.

This is a pre-release notification for Linux only, if you are on linux you can start upgrading:

BiblePay - 1.0.8.1
Mandatory Upgrade for entire network
Cutover Height: 25910


- Filter botnet
- 7 minute block targets
- At block 25910, old clients fork


Windows is compiling...





thanks Rob ,  great idea about staking .

just to clarify ,   do we need to have a balance in the miner's wallet to have shares accepted at the pool ?  

Thanks Tiras, well this version does not have it yet, you know PIVX went through quite a lot to make a real stakeminer, so we have to do some more due diligence and add some originality before we can officially code it for testnet.  

We were discussing that issue in slack regarding the balance staked if pool mining.  I am thinking we will have to do something like have the miner alternate to solo when it accrues enough to stake with, make an attempt to solo mine for an hour, then revert to pool mining with no stake.  I'm thinking the user can set the threshhold if they want, they can say once we have XY coin-age available, lets stake for Z hours, then revert.  

I think the pool would have pure hashers against it.

But one thing we can discuss is making a small amount of coin-age available to the pool to completely stave off botnets.  (IE some feature that makes it hard to solo POW mine this coin without some coin-age in the block).  Maybe even 100 BBP drops the hashtarget considerably, but 10,000 coin-age is reserved for solo-stakemining etc.



sr. member
Activity: 430
Merit: 250
Could somebody please tell me the best way to go about updating my systems to 1.0.8.1, short of doing a reinstall on each system..?

It's not a huge deal if that's the case, it'd just be a waste of time for me if there was an easier way I was unaware of and did not ask.

Appreciate the help!

JigSaw

Ferohers in Discord talked about using rsync, I documented it at the bottom of the Linux mining guide but have never tried it:

RSYNC
"stop biblepay from your nodes
compile on your fastest machine
then rsync with your machines
only src folder is required

rsync -avuz /root/biblepay/src/ root@MyServerIPAddress:/root/biblepay/src/

https://stackoverflow.com/questions/3299951/how-to-pass-password-for-rsync-ssh-command
https://www.thegeekstuff.com/2008/11/3-steps-to-perform-ssh-login-without-password-using-ssh-keygen-ssh-copy-id/

people make cron jobs and rsync automatically"
Discord link?
newbie
Activity: 94
Merit: 0
A few questions for anyone who knows the answers for me thanks.

Is there an advantage to using linux over windows? Should I install linux on my old machines? Is the hps better?

Is it better to have faster cpu or bigger cache? Am I better off having many miners (like 50) or a few (like 5) "really powerful" ones?

How many computers are in the "botnet" I saw 500 mentioned somewhere how are they beating 3500 miners on the pool?
full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
Only 9 more blocks Wink
Technically it looks like 90% have not upgraded to 1.0.8.0, so this should provide quite a boost, I pray to God we go through without a hitch.

full member
Activity: 1260
Merit: 115
BiblePay - 1.0.8.1 Mandatory Upgrade for entire network
Cutover Height: 25910


- Filter botnet
- 7 minute block targets
- At block 25910, old clients fork

** Windows is Ready **


How to Update Wallets
https://www.reddit.com/r/BiblePay/comments/7nmvm8/how_to_update_clean_wallets/
full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
BiblePay - 1.0.8.1
Mandatory Upgrade for entire network
Cutover Height: 25910


- Filter botnet
- 7 minute block targets
- At block 25910, old clients fork

** Windows is Ready **
full member
Activity: 1260
Merit: 115
Could somebody please tell me the best way to go about updating my systems to 1.0.8.1, short of doing a reinstall on each system..?

It's not a huge deal if that's the case, it'd just be a waste of time for me if there was an easier way I was unaware of and did not ask.

Appreciate the help!

JigSaw

Ferohers in Discord talked about using rsync, I documented it at the bottom of the Linux mining guide but have never tried it:

RSYNC
"stop biblepay from your nodes
compile on your fastest machine
then rsync with your machines
only src folder is required

rsync -avuz /root/biblepay/src/ root@MyServerIPAddress:/root/biblepay/src/

https://stackoverflow.com/questions/3299951/how-to-pass-password-for-rsync-ssh-command
https://www.thegeekstuff.com/2008/11/3-steps-to-perform-ssh-login-without-password-using-ssh-keygen-ssh-copy-id/

people make cron jobs and rsync automatically"
full member
Activity: 221
Merit: 100
Could somebody please tell me the best way to go about updating my systems to 1.0.8.1, short of doing a reinstall on each system..?

It's not a huge deal if that's the case, it'd just be a waste of time for me if there was an easier way I was unaware of and did not ask.

Appreciate the help!

JigSaw



use rsync in linux to copy compiled ~/biblepay dir to other machines.

I run make on the fastest CPU and then just sync with the rest.
They must have the same ubuntu version .
sr. member
Activity: 430
Merit: 250
Could somebody please tell me the best way to go about updating my systems to 1.0.8.1, short of doing a reinstall on each system..?

It's not a huge deal if that's the case, it'd just be a waste of time for me if there was an easier way I was unaware of and did not ask.

Appreciate the help!

JigSaw


Im doing it one by one
sr. member
Activity: 430
Merit: 250
newbie
Activity: 4
Merit: 0
Could somebody please tell me the best way to go about updating my systems to 1.0.8.1, short of doing a reinstall on each system..?

It's not a huge deal if that's the case, it'd just be a waste of time for me if there was an easier way I was unaware of and did not ask.

Appreciate the help!

JigSaw

full member
Activity: 221
Merit: 100
Alright guys, this has to be our last mandatory for a few months.

This is a pre-release notification for Linux only, if you are on linux you can start upgrading:

BiblePay - 1.0.8.1
Mandatory Upgrade for entire network
Cutover Height: 25910


- Filter botnet
- 7 minute block targets
- At block 25910, old clients fork


Windows is compiling...





thanks Rob ,  great idea about staking .

just to clarify ,   do we need to have a balance in the miner's wallet to have shares accepted at the pool ?  
member
Activity: 181
Merit: 10
when will bbp be listed on other exchangers?
full member
Activity: 221
Merit: 100
Any link on how to get BiblePay keys to wallet to retrieve BBP coins incase computer crashes?

Thanks
Freebish86

BBP coins you cant taste, touch or smell but helps those in need!!!

dumpprivkey "biblepayaddress"
newbie
Activity: 37
Merit: 0
Any link on how to get BiblePay keys to wallet to retrieve BBP coins incase computer crashes?

Thanks
Freebish86

BBP coins you cant taste, touch or smell but helps those in need!!!
full member
Activity: 1260
Merit: 115
Dutch Translation of ANN Post: https://bitcointalksearch.org/topic/biblepay-masternode-cpu-mijnbouw-alleen-10-liefdadigheid-2762522

If anyone who is Dutch or knows Dutch could review for accuracy and click "watch" on the thread, that would be awesome! I dont know Dutch lol

===

Anyone who knows any other languages, please help translate! I will gladly reward in BBP Smiley
https://www.reddit.com/r/BiblePay/comments/7qmt6m/bitcointalk_main_post_language_translations/
jr. member
Activity: 219
Merit: 3
Alright guys, this has to be our last mandatory for a few months.
This is a pre-release notification for Linux only, if you are on linux you can start upgrading:
BiblePay - 1.0.8.1
Mandatory Upgrade for entire network
Cutover Height: 25910

- Filter botnet
- 7 minute block targets
- At block 25910, old clients fork

Already compiled (1.0.8.1b) on my linux systems, looks good so far, compiling works, daemon runs and is mining Smiley
Jump to: