freewil / bitcoin-testnet-box

Create your own private bitcoin testnet
MIT License
584 stars 269 forks source link

Increase difficulty? #61

Open kj7rrv opened 2 years ago

kj7rrv commented 2 years ago

Is there a way to increase difficulty? Ideally i would like it to take somewhere between 30 seconds and 3 minutes when CPU mining on an average PC.

M61Shaforostov commented 3 months ago

Is there a way to increase difficulty? Ideally i would like it to take somewhere between 30 seconds and 3 minutes when CPU mining on an average PC.

Bitcoin-testnet-box is designed to run Bitcoin Core exactly in the regtest mode. This mode exclusively implies the manual block creation. Maybe, you should try the immediate running of Bitcoin Core in the testnet mode. See the web page "Testing Applications — Bitcoin".