go-bitcoin-core-rpc
go-bitcoin-core-rpc copied to clipboard
An RPC client for the Bitcoin Core JSON-RPC API in Go (Golang).
Results
2
go-bitcoin-core-rpc issues
Sort by
recently updated
recently updated
newest added
Trying to build the example with Go 1.18.7 results in a build error: `module github.com/btcsuite/btcd@latest found (v0.23.3), but does not contain package github.com/btcsuite/btcd/btcec` Similarly, the same error occurs when trying...
Hi I noticed that the *wire.TxIn or *wire.TxOut doesn't contain any information about the address associated with this input/output. Can you please tell how to get this info OR whether...