Hi, newbie here. mind if i ask a stupid question?
P2Pool vs MPOS Pool
which one is better to mine if i got low hashrate, let's say like 250~330 KH/s
right now i'm mining on P2Pool, but it looks like i'm getting fewer Coin than mining on MPOS Pool.
Hi @cinming, nice to meet you here! If your hashrate is around 300 KH/s you will be able to find around 12 blocks per day. I think it is still good for solo mining but your earnings may not be smooth. The easy formula to calculate the estimated number of blocks is:
Nblocks = 0.02 * KHrate / Diffwhere
KHrate is you hash rate in KILO-hashes and
Diff is the current network difficulty. You may check the current network difficulty in your wallet console by typing in
getinfo command.
The block reward is 1000 now and for the next three months. So, to calculate your income just multiply the above formula by x1000:
PerDayIncome = 20 * KHrate / DiffKeep this in mind!
Thanks vilgem for answering, sorry for the late response,
Vilgem, what is the meaning of Nblocks on the formula ? is it the number of blocks i can find within a certain time or hourly?
Let's say that on my average 250KH/s condition, that will be :
NBlocks = 0.02 * 250 / 0.64581773 (Difficulty i checked on 10.15 AM UTC +7 time) >>>
7.742122533551378 BlocksAs for the Per Day Income formula, i should have :
PerDayIncome = 20 * 250 / 0.64581773 >>>
7742.122533551378based on above statistic, i should have mined more than 3500 Coin if i mine on P2Pool on 12 hours of mining since the diff is less lower. but i only manage to mine less than 1000 Coin that 12 hours. Not to mention the blocks i found (or it's my bad luck i don't hit on a block?)
Is there something wrong with me??