In order to get a better feeling for the distribution of mining power among pools I’ve written a Python script that processes the blockchain and prints out the top miners. Currently the top 10 miners in the last day are:
That ‘1’ block at the bottom could just be some random miner of course.
Now, ignoring the rewards, which are variable in slow start, we do know how many blocks should be found in a day: 576.
Therefore suprnova is currently mining 54 per cent of all blocks on test net.
The top 6 pools down to zmine.io are responsible for 70 per cent of mined blocks.
This is all on the assumption that when you say ‘in the last day’ you’ve taken a 24 hour period. Otherwise the maths is all wrong.
We’ll see how things shape up over time. A lot off the above is down to circumstance I’m sure - suprnova are in a good position at the moment because the currently available miners work well with them.
I wonder where coins4all, nicehash and toomim are in this list.
Indeed. Just letting him know so he can change his README.
Even still got…
Processing triggers for libc-bin (2.23-0ubuntu3) …
Errors were encountered while processing:
nginx-core
nginx
E: Sub-process /usr/bin/dpkg returned an error code (1)
Yes, the README.md had indeed the wrong installation command. Should be sudo apt-get install python-matplotlib python-prettytable python-scipy
It is only the pools that will show up with more than one block. If you mine individually, each mined coin goes into its own address (blocks == 1).
The --lastdays is in days from the last block. So, if you run the script with --lastdays 1 on the 25th at noon, the first block taken into consideration will be around noon on the 24th. If you run it with --lastdays 0.5 it will be at midnight on the 24th.
@Quent17 Try running without --top and --lastdays. Then your addresses should appear on the list.