なんか number_of_nonces は stagger の倍数にすべきみたいに書いてある。
んで stagger は 8191 が最高の値で、なるべく大きいな値の方が好ましいと
書いてあるんだけど、これってあんまし気にしなくていいのかな。

単にディスクの負荷減らすだけならどうでも良さそうだけど。

https://github.com/BurstProject/pocminer/blob/master/Readme.txt

generate.sh/bat <public_address> <starting_nonce> <number_of_nonces> <number_of_plots_to_stagger_together> <threads>

"The total amount of nonces should be a multiple of the stagger amount. "
"The stagger amount should be as high as possible. Due to a JVM limitation and the way
generation is currently implemented, the maximum stagger amount is currently 8191"