packetcrypt_rs
packetcrypt_rs copied to clipboard
PacketCrypt in Rust
Prefer reuse of recently used uploader threads over the semi-random selection that occurs with idle wait loop to improve connection reuse. For miners on a fast connection, this should reduce...
This patch removes an old feature in the announcement miner that would drop announcement batches with a height lower than the previous batch sent to that same handler. This feature...
Hi, we've been testing your miner and found a possible bug that happens(from 15min to 6 hours). It just freezes miner. I've tried various compilers, GCC & rust, CLANG &...
Hi. Will you help me get my windows machine announcement mining? I'm getting an error message when I install on my newly build windows 10. Below are the steps I...
Please upload the MacOS installer for the latest release.
Really could use some Info on the blkminer and sprayer setup. What is necessary, what does sprayer do, what is a good config? 1641172043 INFO blkmine.rs:581 Not mining rdy: 0...
When I try to compile it on Windows, I get the following error: ``` Compiling serde_urlencoded v0.6.1 Compiling toml v0.5.8 The following warnings were emitted during compilation: warning: march=native is...
It appears your Sodium layer doesn't work with arm64 via cross-compilation, on my pi, I was able to compile Libsodium. EDIT: included CC ```Caused by: process didn't exit successfully: `/home/removed/packetcrypt_rs/target/release/build/packetcrypt-sys-cb1857f72f9301b7/build-script-build`...
I am trying to compile PacketCrypt for a Raspberry Pi 4 running Raspberry Pi OS 10. I have tried to compile it natively (ARMv7->ARMv7) and by cross-compiling using GitHub Actions...
It is possible to create infinite merkle root hashes without performing randgen work (8192 items). Please see more details + source code demonstration https://github.com/thekingbreaker/pkt-wedgie