kaspad
kaspad copied to clipboard
Kaspad is the reference full node Kaspa implementation written in Go (golang).
Hello I can not get the gpu miner to work and all the links only go to a miner with cpu instructions so i dont think you guys have a...
Fix block verbosedata population from skipping transaction verbosedata population when BlockInfo errorenously reports block as Header only, but domainBlock is still fount with GetBlockEvenIfHeaderOnly. Basically this affects archival servers. Once...
Without having to backup `.kaspawallet/` directory, how do I restore the wallet from the mnemonic seed given to stdin? I haven't found anything of it in the output of `kaspawallet...
# Issue ```go wantBlockHash := "cd5beae67b3b469ff1633a4431ef9774d3d476ccc02ee4cce0b010ac62c718c5" block, err := grpcSrv.GetBlock(wantBlockHash, true) if err != nil { panic(err) // err == nil } fmt.Println(block.VerboseData.Hash == wantBlockHash) // output: false fmt.Println(block.VerboseData.Hash) //...
Try reduce memory usage to below 1 gigabyte.
I want to avoid submit if diff is too low (we found new way of fraud). Is there any way I can do that? I.e. I want to calculate and...