unable to detect btcd version #2251
Replies: 1 comment
-
|
Any solution to that issue? I'm receiving the same error using go.getblock.io RPC node. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Getting the block count was successful. Block: 861271.
However, when I call
client.GetBlockChainInfo(), I get an error: "Unable to detect btcd version. Status code: 403, response: ''".`package main
import (
"fmt"
"log"
)
func main() {
// RPC server details
username := "1"
password := "1"
}
`
Beta Was this translation helpful? Give feedback.
All reactions