meowsbits

Results 118 comments of meowsbits
trafficstars

Detail shot of middle time section above: ![image](https://user-images.githubusercontent.com/45600330/83065560-4e8a2100-a029-11ea-8f7e-cf3a879ee3be.png)

And this is what it looks like when I run the miner in intervals, eg `for (;true;) { miner.start(); admin.sleep(40*60); miner.stop(); admin.sleep(20*60); }`. ![image](https://user-images.githubusercontent.com/45600330/83081648-c4e94c00-a046-11ea-8477-160cde21c85e.png)

Can you document what you did to reproduce it (so future us can maybe try something else)?

I suppose I should have documented my _producing_ environment as well. Linux, 4GB RAM, 4GB swap, go1.13.5, saw behavior mining on both 2 and 1 cores.

Just touching with an update; this is still an issue for me. Seeing on Mordor, where for the last 48 hours or so, my node has been the only miner....

... and restarted geth (about 0545 clock time): ![image](https://user-images.githubusercontent.com/45600330/109079355-74317d00-76c4-11eb-95f2-74895d9e5e85.png)

``` > console.log(Date(), "hashrate=", eth.hashrate, "peers=", admin.peers.length, "block.#=", eth.blockNumber); Tue May 25 2021 21:35:12 GMT+0000 (UTC) hashrate= 30875 peers= 31 block.#= 3945719 null > console.log(Date(), "hashrate=", eth.hashrate, "peers=", admin.peers.length, "block.#=",...

```sh # ./build/bin/geth version CoreGeth Version: 1.12.7-unstable Git Commit: 9090b5ee2e92fa06932289611c35338bda5a1cbc Git Commit Date: 20220405 Architecture: amd64 Go Version: go1.16 Operating System: linux GOPATH=/root/go GOROOT=/usr/local/go ``` ```js > console.log(Date(), "hashrate=", eth.hashrate,...

I'm in GMT-7; bog down event at 2200 local time, 0500 GMT-0. ``` > admin.nodeInfo.name "CoreGeth/v1.12.9-unstable-cd1f5160-20220901/linux-amd64/go1.16" ``` ![image](https://user-images.githubusercontent.com/45600330/188029297-6fd228ed-53fb-4828-adba-e327c7b84bf1.png) ![image](https://user-images.githubusercontent.com/45600330/188029339-1d4c385b-8b93-40cb-b470-e12c607b249e.png)

I wonder if its correlated with a DAG file generation or something like that.