HI all
I never followed the original thread, but i'm interested in how the mining side of things works...
How do you keep the mining fair between each different Algos? i mean is there a factor involved that adjust the difficulty between each different Algo?
e.g. if i was mining using NIST5 would i find a block quicker than if i was using X15? as there are 3x more rounds of hashing involved...
Each algo has its own difficulty retarget. So hashrate between NIST5 and X15 doesn't matter, your earnings are based on how much your hashrate compared to every else's hashrate is (total network hashrate).
Coin diff is
./joincoind getinfo
{
"version" : 1030000,
"protocolversion" : 1004,
"walletversion" : 100,
"balance" : 0.0000000,
"blocks" : 326043,
"timeoffset" : -9,
"connections" : 38,
"proxy" : "",
"pow_algo_id" : 0,
"pow_algo" : "sha",
"difficulty" : 289379.96874840,
"difficulty_sha" : 289379.96874840,
"difficulty_x11" : 9.01687019,
"difficulty_x13" : 12.02918502,
"difficulty_x15" : 5.19482578,
"difficulty_scrypt" : 30.50123445,
"difficulty_nist5" : 26.44718983,
"difficulty_groestle" : 51.32656402,
"difficulty_pentablake" : 71.68538174,
"difficulty_whirlpool" : 12.00462813,
"difficulty_luffa" : 182.12071211,
"difficulty_keccak" : 482.95699234,
"difficulty_quark" : 13.84206787,
"difficulty_bastion" : 2.06755347,
"testnet" : false,
"keypoololdest" : 1451916567,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"errors" : ""
}