kaspa-miner icon indicating copy to clipboard operation
kaspa-miner copied to clipboard

A fast CPU miner for Kaspa

Results 11 kaspa-miner issues
Sort by recently updated
recently updated
newest added

ERROR kaspa_miner] Client closed with error Status { code: Unknown, message: "transport error", source: Some(tonic::transport::Error(Transport, hyper::Error(Io, Kind(BrokenPipe)))) }

Compiling hyper v0.14.16 Compiling hyper-timeout v0.4.1 Compiling tonic v0.6.2 error[E0433]: failed to resolve: use of undeclared crate or module `keccak` --> src/pow/keccak.rs:3:5 | 3 | keccak::f1600(state); | ^^^^^^ use of...

The RPC port on testnet should be `16210` https://github.com/elichai/kaspa-miner/blob/main/src/cli.rs#L89

Hi, kaspa-miner doesn't work, I've always got transport error

Hello, i get this error after try to start kaspa-miner in ubuntu 22.04: Error: tonic::transport::Error(Transport, hyper::Error(Connect, ConnectError("tcp connect error", Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))) any...

Your algorithm looks interesting, can you tell the hashing conveyor algorithm? it is interesting to participate in the development.

Miner won't work like descripted with the acc-pool.pw Don't know the problem. Using wallet from the kdx.app. It's also not starting when connecting a mining rig to the Kaspa Node...

Using an IPv6 address results in: ```Error: tonic::transport::Error(Transport, InvalidUri(InvalidAuthority))``` I think the address is not being enclosed in square brackets when forming the url, however my knowledge of rust is...