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:
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 |
#!/bin/bash | |
# usage mimics aws execution to replace just the command, not args | |
function usage() { | |
echo "Usage: $0 --region eu-west-2 eks get-token --cluster-name prod" | |
} | |
if [ -z "$1" ]; then | |
usage | |
exit 1 |