kaspad icon indicating copy to clipboard operation
kaspad copied to clipboard

Kaspad is the reference full node Kaspa implementation written in Go (golang).

Results 164 kaspad issues
Sort by recently updated
recently updated
newest added

The above CLI flags are a relic from BTCD, and are no longer relevant. Go over the entire codebase and remove all references to them.

good first issue

Do this for all kaspanet apps. This might be a go-flags problem, and thus annoying/hard to fix.

good first issue
cli

Currently, to consolidate UTXO of a specific address, the user need to spend a lot of "loop transactions" on the same address. I suggest to add the possibility to run...

It seems like this have always been problem, but since #1971 this caused a crash, so was patched by #1974 . It's no longer critical, but we should understand what...

Hi, I upgraded my kaspad from 0.11.9 to 0.11.11 (by precompiled kaspad binary for linux) and after few tens of minutes I end up with error below. I have Debian...

Archival nodes (i.e., kaspad instances running with `--archival` flag) are suppose to keep all header and block data forever. However, currently if an archival node is offline for more than...