kaspad
kaspad copied to clipboard
Kaspad is the reference full node Kaspa implementation written in Go (golang).
Version 0.11.11 kaspawallet.exe dump-unencrypted-data This operation will print your unencrypted keys on the screen. Anyone that sees this information will be able to steal your funds. Are you sure you...
We want miners to always point to all valid tips, and we don't want them to be disincentivized to increase the number of parents.
Because that's an interesting info itself, and, moreover, can help a user to persuade themselves in a needfulness of compounding
We have a condition where `getUTXOsByAddress()` is returning different subsets of UTXOs on 2 different kaspad nodes. This stems from the problems that were experienced by miners in #help-wallet on...
The current address selection technique might take a few minutes before a good address is found. There have been multiple suggestions on how to improve the process. We'll use this...
Piece of log: ``` 2021-12-23 12:52:27.173 [INF] PROT: IBD finished (interrupted) 2021-12-23 12:52:27.173 [ERR] PROT: error from HandleRelayInvs: got invalid block header bd019ffc367f3d0bcd3a59c29dbb60eec51fb7d67afdf7536081ddfadc755562 during IBD: block pruning point of 72c509ab8e29881a14c7eb56ce8868c83e9c5b934edff2b0985485efcdce271d...
I'd be nice to see some kind of periodical statistics in the node output: a table containing node uptime, number of bytes received, sent, number of clients connected at the...
A few users reported this crash. The error usually happens to properly running and synced nodes, and disappears when rerunning kaspad after the crash. Here are example logs: ``` 2021-12-14...
Pruning point proof uses block levels in order to allow polylogarithmic history size (aka [Mining in Logarithmic Space](https://eprint.iacr.org/2021/623.pdf) (MLS)). In order to support variable difficulty, we used `max_target` rather then...