Ilya
Ilya
## 🐛 Bug Report Most time miner node is just in 'Syncing' or 'Peering' state. And some times it become 'Mining' but not so long. Just for a couple seconds....
## 🐛 Bug Report One snarkOS prover process utilize like 50-60% avg CPU. ## Steps to Reproduce - Just run ./run-prover.sh - Start htop to monitor ## Expected Behavior 95-100%...
## 🚀 Feature It's necessary to have some hashrate meter in default snarkOS codebase. ## Motivation So people can measure their performance on different machines. ## Implementation https://github.com/AleoHQ/snarkOS/pull/2133
So it's really simple hashrate meter as a start example.
## 🐛 Bug Report Here is write part: https://github.com/AleoHQ/snarkOS/blob/7716d98a04884c3004c4fd76b29bf5c0fa4ae486/node/src/prover/router.rs#L172-L175 Here is read part: https://github.com/AleoHQ/snarkOS/blob/d832e4f539e042d03f60704fb6b297e1c191074e/node/src/prover/mod.rs#L164-L172 So it's possible that: 1-thread: will read `self.latest_epoch_challenge` (than unlock it). 2-thread: lock `self.latest_epoch_challenge`, replace it...
- [x] I've checked [docs](https://rich.readthedocs.io/en/latest/introduction.html) and [closed issues](https://github.com/Textualize/rich/issues?q=is%3Aissue+is%3Aclosed) for possible solutions. - [x] I can't find my issue in the [FAQ](https://github.com/Textualize/rich/blob/master/FAQ.md). **Describe the bug** When using Live and RichHandler sometimes...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug The bug is that Sanic closes the connection before the...
After build self.emit_logs() has no output and cause some segfault