btcsim
btcsim copied to clipboard
What is missing? miners.append(Miner(i, hashrates[i] * 1.0/600.0, 200*1024, seed_block, event_q, t))
I am getting the following error. Can you please tell me what is missing? is it miner_id, hashrate, verifyrate, blocksize, seed_block, event_q, t????
Traceback (most recent call last):
File "c:/btcsim/attack-51.py", line 67, in
It should be something like this validationrate=1024 x 1024 Miner(i, hashrates[i] * 1.0/600.0,validationrate, 200*1024, seed_block, event_q, t)