btcd
btcd copied to clipboard
An alternative full node bitcoin implementation written in Go (golang)
Hey @Roasbeef , Would like to recommend Musig2 for BFT based consensus?
I'm syncing btcd on Ubuntu 18.04 LTS 4.15.0-20-generic. I'm using the command `~$ go/bin/btcd --testnet --txindex` I see btcd crashing repeatedly with the following errors: `2018-05-15 21:38:52.345 [ERR] SYNC: Failed...
Quite a few tutorials still point to this fork as being necessary to run `lnd`, is that still true? Would be awesome if you could direct people back to main...
Hello all , Can you point me to a valid windows msi file ... It seems to be missing from the releases.
Needed to solve https://github.com/lightningnetwork/lnd/issues/1557
``` glide install ``` ``` [INFO] --> Fetching golang.org/x/crypto [WARN] Unable to checkout golang.org/x/crypto [ERROR] Update failed for golang.org/x/crypto: Cannot detect VCS [ERROR] Failed to install: Cannot detect VCS ```...
This PR adds a hybrid black/whitelist in order to filter for suitable user agents. Btcd's initial block download can stall intermittently due to targeting a bcash node as the primary...
Background I'm trying to setup LND for mainnet. For that I setup a btcd server. By mistake I used btcsuite/btcd to download the blockchain. To use it with LND I...
``github.com/btcsuite/go-flags`` isn't even used in this repository.
Hello! Would you consider moving this repository to lightningnetwork/lnd and advertise it as an officially maintained fork? This would probably attract a portion of the btcsuite/btcd community. If you are...