Closed GregTonoski closed 11 months ago
It seems that prefixing with http:// solves the issue, i.e.
cpuminer-avx512-sha-vaes.exe -a sha256d -o http://127.0.0.1:8332 -u user -p pass --coinbase-addr=bc1q74nxlgjv8w384gssnxp8evnjlw3utm8zm3ctpe -P
The default is stratum+tcp when not specified because it's more common and saves typing, "http://" is shorter than "stratum+tcp://".:) Glad you found the problem, troubleshootting GBT is a pain.
[2023-12-13 18:04:06] Stratum connect stratum+tcp://127.0.0.1:8332
This should be enough of a clue.
It's the type of error that's only ever made once so checking for it is isn't worth the effort.