Author

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

newbie
Activity: 19
Merit: 0


root@pfsense:~# ./biblepay/src/biblepay-cli getmininginfo
{
  "blocks": 26427,
  "currentblocksize": 7061,
  "currentblocktx": 21,
  "difficulty": 1066.92062028383,
  "errors": "",
  "genproclimit": 40,
  "networkhashps": 80315193138.7979,
  "hashps": 3981.752218012391,


pool


40 threads! I wonder if would be better result with 8 (as you have 8 threads per cpu).
It's not clear do you have 1 machine with 2 x this cpu or 2 separate machines? If you have 1 dual machine, then I would set it to 16 threads.
newbie
Activity: 84
Merit: 0
I might put my hands on some cheap older hardware. What kind of CPUs do you judge better for mining BBP?

Xeons with high cache RAM?
The more cores the better?
...?

Can you share your experiences?

So no- no one is being awarded for the same solution anymore as anyone else.  If miner X solves share Z with nonce 150, no one else in that round is allowed to solve a share with nonce 150 (work is rejected and then they receive a new share).

Nice work, thanks for your efforts. Let's hope things improve in the coming days.

Hey,
I am compiling a list of CPUs and hash rates.  Let me know what you have and what you are getting.

Two of these


root@pfsense:~# cat /proc/cpuinfo
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 60
model name      : Intel(R) Xeon(R) CPU E3-1246 v3 @ 3.50GHz
stepping        : 3
microcode       : 0x1d
cpu MHz         : 3699.882
cache size      : 8192 KB

----------------------------------------------------------------------------------------------


root@pfsense:~# ./biblepay/src/biblepay-cli getmininginfo
{
  "blocks": 26427,
  "currentblocksize": 7061,
  "currentblocktx": 21,
  "difficulty": 1066.92062028383,
  "errors": "",
  "genproclimit": 40,
  "networkhashps": 80315193138.7979,
  "hashps": 3981.752218012391,


pool
full member
Activity: 770
Merit: 100
ride22 do you know that results for solo and pool is different?  Wink
MIP
newbie
Activity: 362
Merit: 0
Hey,
I am compiling a list of CPUs and hash rates.  Let me know what you have and what you are getting.

Sure, do you have plans to publish that compilation?
member
Activity: 131
Merit: 10
I might put my hands on some cheap older hardware. What kind of CPUs do you judge better for mining BBP?

Xeons with high cache RAM?
The more cores the better?
...?

Can you share your experiences?

So no- no one is being awarded for the same solution anymore as anyone else.  If miner X solves share Z with nonce 150, no one else in that round is allowed to solve a share with nonce 150 (work is rejected and then they receive a new share).

Nice work, thanks for your efforts. Let's hope things improve in the coming days.

Hey,
I am compiling a list of CPUs and hash rates.  Let me know what you have and what you are getting.
MIP
newbie
Activity: 362
Merit: 0
I might put my hands on some cheap older hardware. What kind of CPUs do you judge better for mining BBP?

Xeons with high cache RAM?
Dual CPU Boards?
The more cores the better?
...?

Can you share your experiences?

So no- no one is being awarded for the same solution anymore as anyone else.  If miner X solves share Z with nonce 150, no one else in that round is allowed to solve a share with nonce 150 (work is rejected and then they receive a new share).

Nice work, thanks for your efforts. Let's hope things improve in the coming days.
full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
Maybe you don't get my point. I think 3000+ users double check same hash numbers. I do not pretend I'm correct or that I understand. I just remember an old post of ByblePay saying multiple users "solved" same blocks in the pool.
Whatever is that botnet I think they use unique hash check code - it's open source. By my assumptions 100-200k unique hashes can beat our pool with 1 850 000 total hps. Anyway I continue to hoDL that machine in background HT cores with about 3100 hps. At some moment I'll hit 7000+ coins. Positive expectancy is because I'll not have fees and competitors aren't doing unique hash checks. If this is so then the most effective miner is solo machine. If I put 10 solo, then I'll increase the income by let's say 7 times not 10 (related to double hash checks between nodes).

Thanks!  Thats what I want to talk about- I didnt want people to get the impression you did technical testing and proved the pool was worthless.

So about 20 days ago, I did an actual SQL test, because I save all solutions in the database for a period of time (every hash solution, every nonce, every exec biblehash constuent, so I can replay the solution if I want), and I did find about 15% of the solutions were being repeated.

To fix that, I added the 14 pool addresses, and started enforcing distinct nonce solutions.  So now 100% of the solutions are distinct.

So no- no one is being awarded for the same solution anymore as anyone else.  If miner X solves share Z with nonce 150, no one else in that round is allowed to solve a share with nonce 150 (work is rejected and then they receive a new share).

full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
Did you get the version right - I see on https://launchpad.net/~lichtsucher/+archive/ubuntu/biblepay
Package ▴    Version    Uploaded by
biblepay    1.8.0.2-xenial1    Lichtsucher (3 hours ago)
biblepay    1.8.0.2-trusty1    Lichtsucher (3 hours ago)

Version should be 1.0.8.2 ?

Oh, you are right! I made that mistake yesterday night and hadn't seen it. Never write down version numbers when you are tired Wink
I'm uploading a fixed version.

Wow, I think this is amazing... Does this mean its OK for me to have a daily release now for all linux users?  (Just kidding)...

So youve created a PPA for BiblePay??

This is awesome!

So, how much work do you have to go through when I push a release, or is it all automated?

full member
Activity: 770
Merit: 100
After long hours of hard work and not enough sleep, I just finished the version of a set of unofficial Biblepay Ubuntu Deb files, available via Launchpad PPA:
https://launchpad.net/~lichtsucher/+archive/ubuntu/biblepay

There is also a wiki page for that:
http://wiki.biblepay.org/Ubuntu_Packages

I hope many users will find them useful Smiley

If you want to learn more about how to build these files for your own, please visit my github project for the "Biblepay deb builder":
https://github.com/Lichtsucher/biblepay-deb-builder

There is a proposal for that, too:
http://forum.biblepay.org/index.php?topic=88.0
whats different between your and this sudo add-apt-repository -y ppa:bitcoin/bitcoin
full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
POOL GOT THIS BUG

multiple users "solved" same blocks in the pool


The pool users solve Shares, not blocks.

The pool users are required to solve distinct nonces, so that cant be happening either.

Please elaborate what you are talking, or did you make this up because it felt good?
newbie
Activity: 491
Merit: 0
   Blocks Mined (24 hour period):   42 (21%)
nice... Smiley

i'm mining also xdag - some new cpu mineable coin... but yesterday there was huge increase of nethash... maybe our lovely botnet was moved there Cheesy
jr. member
Activity: 219
Merit: 3
Did you get the version right - I see on https://launchpad.net/~lichtsucher/+archive/ubuntu/biblepay
Package ▴    Version    Uploaded by
biblepay    1.8.0.2-xenial1    Lichtsucher (3 hours ago)
biblepay    1.8.0.2-trusty1    Lichtsucher (3 hours ago)

Version should be 1.0.8.2 ?

Oh, you are right! I made that mistake yesterday night and hadn't seen it. Never write down version numbers when you are tired Wink
I'm uploading a fixed version.
newbie
Activity: 19
Merit: 0
After long hours of hard work and not enough sleep, I just finished the version of a set of unofficial Biblepay Ubuntu Deb files, available via Launchpad PPA:
https://launchpad.net/~lichtsucher/+archive/ubuntu/biblepay

There is also a wiki page for that:
http://wiki.biblepay.org/Ubunut_Packages

I hope many users will find them useful Smiley

If you want to learn more about how to build these files for your own, please visit my github project for the "Biblepay deb builder":
https://github.com/Lichtsucher/biblepay-deb-builder

There is a proposal for that, too:
http://forum.biblepay.org/index.php?topic=88.0

Great, thank you!
I was also thinking of making packages, so I am very thankful for this.

Did you get the version right - I see on https://launchpad.net/~lichtsucher/+archive/ubuntu/biblepay
Package ▴    Version    Uploaded by
biblepay    1.8.0.2-xenial1    Lichtsucher (3 hours ago)
biblepay    1.8.0.2-trusty1    Lichtsucher (3 hours ago)

Version should be 1.0.8.2 ?

Best regards,
Simon
jr. member
Activity: 219
Merit: 3
After long hours of hard work and not enough sleep, I just finished the version of a set of unofficial Biblepay Ubuntu Deb files, available via Launchpad PPA:
https://launchpad.net/~lichtsucher/+archive/ubuntu/biblepay

There is also a wiki page for that:
http://wiki.biblepay.org/Ubuntu_Packages

I hope many users will find them useful Smiley

If you want to learn more about how to build these files for your own, please visit my github project for the "Biblepay deb builder":
https://github.com/Lichtsucher/biblepay-deb-builder

There is a proposal for that, too:
http://forum.biblepay.org/index.php?topic=88.0
newbie
Activity: 84
Merit: 0
POOL GOT THIS BUG

multiple users "solved" same blocks in the pool


How do u know
full member
Activity: 770
Merit: 100
POOL GOT THIS BUG

multiple users "solved" same blocks in the pool
newbie
Activity: 59
Merit: 0
Maybe you don't get my point. I think 3000+ users double check same hash numbers. I do not pretend I'm correct or that I understand. I just remember an old post of ByblePay saying multiple users "solved" same blocks in the pool.
Whatever is that botnet I think they use unique hash check code - it's open source. By my assumptions 100-200k unique hashes can beat our pool with 1 850 000 total hps. Anyway I continue to hoDL that machine in background HT cores with about 3100 hps. At some moment I'll hit 7000+ coins. Positive expectancy is because I'll not have fees and competitors aren't doing unique hash checks. If this is so then the most effective miner is solo machine. If I put 10 solo, then I'll increase the income by let's say 7 times not 10 (related to double hash checks between nodes).
full member
Activity: 770
Merit: 100
info:  100k solo is 15 machines ryzen 1700
newbie
Activity: 84
Merit: 0
Hi all,

I'm continuing to HODL 1 server (2x6 cores) on solo. If I find it successful, I'll put 100-200 cores on solo. I don't think it's a botnet but it's the pool's issues.
If anybody can share some solo stats would be great. Pool software can be improved. I believe 100 000h/s unique hashes can beat the main pool. At the moment it's definitely with negative expectancy compared to solo mine.
I do not believe any of this is correct. (That is insinuating the pool is useless... Its not ....)

If its not a botnet, its an organization with either 1000 PCs, Or a fraudulent program that shuttles the block info across the supercomputer at blinding speed and acts as if its 1000 virtual nodes.

Its not the pool, the pool is 90% efficient.

And the pool does not have performance problems yet either.

EDIT:  And I know this "organization" is solo mining, because they are not hitting the pool with traffic.



@emohp, we have maybe 2million hps with pool, 100k solo wont do much
full member
Activity: 166
Merit: 100
I make my investment decision when my math tells me that a certain coin is way too undervalued, and then I look at the charts to find out the best times for entry. BBP is the next one.  Grin
Jump to: