Post
Topic
Board Development & Technical Discussion
Re: [Guide] Solo mine testnet bitcoins with bfgminer, Bitcoin Core, and a CPU/GPU
by
LoyceV
on 18/12/2022, 16:03:20 UTC
Thanks for the tutorial, I'm mining Testnet now! It's CPU only, on a server. Let's see if it catches a block.

The only problem I ran into was at this step:
Code:
./autogen.sh
The error came down to this:
Code:
fatal: unable to connect to github.com:
And the solution was easy:
Code:
git config --global url."https://".insteadOf git://