Keybase proof
I hereby claim:
- I am voron on github.
- I am alexvorona (https://keybase.io/alexvorona) on keybase.
- I have a public key ASBhV6v1BUa3cIDfY7Bhw2qwe0SQkipcd2ChsVzPq5wXlAo
To claim this, I am signing this object:
Message from syslogd@CentOS-76-64-minimal at Jul 28 16:54:24 ... | |
kernel:[Hardware Error]: Corrected error, no action required. | |
Message from syslogd@CentOS-76-64-minimal at Jul 28 16:54:25 ... | |
kernel:[Hardware Error]: CPU:12 (17:1:2) MC16_STATUS[Over|CE|MiscV|-|AddrV|-|-|SyndV|-|CECC]: 0xdc2040000000011b | |
Message from syslogd@CentOS-76-64-minimal at Jul 28 16:54:25 ... | |
kernel:[Hardware Error]: Error Addr: 0x00000005dbed1500, Syndrome: 0x00008b040a400503, IPID: 0x0000009600150f00 | |
Message from syslogd@CentOS-76-64-minimal at Jul 28 16:54:25 ... |
I hereby claim:
To claim this, I am signing this object:
Loading config file from /config/parity.toml | |
2020-01-16 17:49:36 UTC Starting Parity-Ethereum/v2.6.8-beta-9bf6ed8-20191231/x86_64-linux-gnu/rustc1.40.0 | |
2020-01-16 17:49:36 UTC Keys path /data/keys/ethereum | |
2020-01-16 17:49:36 UTC DB path /data/chains/ethereum/db/906a34e69aec8c0d | |
2020-01-16 17:49:36 UTC State DB configuration: archive +Trace | |
2020-01-16 17:49:36 UTC Operating mode: active | |
2020-01-16 17:49:37 UTC Configured for Ethereum using Ethash engine | |
2020-01-16 17:49:37 UTC Public node URL: enode://7c7cc4f3bd05ec2c2b071c41ce50f6c4a9a13ef1b2f8ee46c4265ec8da2f5ce13c80fe1ac0bf27e1a8860df4cac329ec4c9764c81c0e48c3e6248c4190175e4e@35.238.168.117:30303 | |
2020-01-16 17:49:37 UTC Updated conversion rate to Ξ1 = US$163.35 (29151542 wei/gas) | |
2020-01-16 17:50:12 UTC 0/250 peers 920 bytes chain 0 bytes db 0 bytes queue 2 KiB sync RPC: 0 conn, 0 req/s, 0 µs |
version: "3.1" | |
services: | |
geth: | |
image: ethereum/client-go | |
container_name: geth | |
restart: always | |
stop_grace_period: 1h | |
command: | |
- --http | |
- --http.addr=0.0.0.0 |