@c0deright
@c0deright
geth uses leveldb to store the blockchain in `$datadir/geth/chaindata`. Right now I'm running geth with `--syncmode full` and geth is at block 4,834,322 (last block right now: 14,979,825). With appr....
- **Parity Ethereum version**: v.2.5.10-stable / v2.6.5-beta / v2.2.9-stable - **Operating system**: Linux - **Installation**: binary provides by github - **Fully synchronized**: yes - **Network**: ethereum - **Restarted**: yes After...
0.18.5 started with ``` txindex=1 reindex=1 ``` in bitcoin.conf results in endless debug output like: ``` 2018-11-29 12:01:40 Park block 000000000000014f2251d7201d0aed3679d0506d11511666b855fc5cbdaa147e as it would cause a deep reorg. 2018-11-29 12:01:40...
**Describe the bug** While shutting down nethermind there was a segfault observed (race condition?). **To Reproduce** (happened only once in over 30 restarts in the last several days on several...
#### System information Erigon version: `2.50.1` OS & Version: Ubuntu 20.04 Erigon Command (with flags/config): ``` [..] [Service] Type=simple ExecStart=erigon-client --datadir /data/goerli2/erigon --port 30305 --p2p.allowed-ports 30306 --http --http.addr 0.0.0.0 --http.port...
**Describe the bug** When `cloudflared tunnel` is running the process opens 5 random high ports: 1 tcp port, 4 udp ports. This is a nightmare for an org that has...
Hi, we deploy an application which uses dompdf (installed via composer) and are required to use a security software that monitors all deployed directories on production servers for code changes....