btcsuite / btcd

An alternative full node bitcoin implementation written in Go (golang)
https://github.com/btcsuite/btcd/blob/master/README.md
ISC License
6.09k stars 2.31k forks source link

Run option btcd --regtest has an issue #2159

Closed Sotatek-MinhNguyen11 closed 2 months ago

Sotatek-MinhNguyen11 commented 2 months ago

My process is hanging when i run command: btcd --regtest Screenshot from 2024-04-08 11-17-50

guggero commented 2 months ago

I see no error message. More details please.

Sotatek-MinhNguyen11 commented 2 months ago

@guggero it still here for along time, don't fetch any block data

guggero commented 2 months ago

Regtest is a local network that has no blocks. You produce blocks yourself. See https://river.com/learn/terms/r/regtest/.