Sia-Ant-Farm
Sia-Ant-Farm copied to clipboard
how to build private testnet with low difficulty?
Anybody knows how to build a private network with low difficulty? Thanks!
@fatrat1117 what do you mean with low difficulty, does the ant-farm not serve your purpose? Do you want to fork Sia?
The easiest way to do this would be to manually edit the relevant constants in types/constants.go, namely RootTarget
. Even then, if you are mining blocks too quickly, the difficulty will increase to compensate, so you should also change BlockFrequency
.