PoC-Consortium / scavenger

A fast Burstcoin miner written in Rust
GNU General Public License v3.0
107 stars 64 forks source link

two type plotting and which is better? #66

Closed davidishere closed 5 years ago

davidishere commented 5 years ago

i'm newer and have many questions. (-: if i have 100 miner pc and some TBs in every pc. 1, every pc has it's own account and plot it's HDD from 0 ~ XXXX nonces. 2, all the pcs only has one account and plot all the HDD by order. which is better chance to find the shorter deadline?

JohnnyFFM commented 5 years ago

This is up to you. Both will work, one account and several machines with non-overlapping plots or one account per machine. The chance to find a good deadline is exactly the same.

davidishere commented 5 years ago

if every different account has its plot nonce from 0 ~ 1000 and the total number is 1000 PCs for example, but from the blocks we can see the successful nonce are almost very big. so this way has very little chance than only one account with plot nonce from 0 ~ 1000*1000. is it true?

JohnnyFFM commented 5 years ago

same chance, it doesnt matter.