github.com/kotalco/kotal@v0.3.0/config/samples/ethereum/ethereum_v1alpha1_pow_nethermind_node.yaml (about) 1 # WARNING: DON'T use the following secrets in production 2 apiVersion: v1 3 kind: Secret 4 metadata: 5 name: pow-nethermind-account-key 6 stringData: 7 # address 0x1990E5760d9f8Ae0ec55dF8B0819C77e59846Ff2 8 key: bb30a68be4d1f8b54755398f81704fcbd00df4aa7d3cad02547d61291ac252b0 9 --- 10 apiVersion: v1 11 kind: Secret 12 metadata: 13 name: pow-nethermind-account-password 14 stringData: 15 password: secret 16 --- 17 apiVersion: ethereum.kotal.io/v1alpha1 18 kind: Node 19 metadata: 20 name: pow-nethermind-node 21 spec: 22 ########### Genesis block spec ########### 23 genesis: 24 chainId: 20189 25 networkId: 20189 26 ethash: {} 27 forks: 28 homestead: 0 29 eip150: 0 30 eip155: 0 31 eip158: 0 32 byzantium: 0 33 constantinople: 0 34 petersburg: 0 35 istanbul: 0 36 muirglacier: 0 37 berlin: 0 38 london: 0 39 arrowGlacier: 0 40 coinbase: "0x071e2c1067c24607ff00ceebbe83a38063bdedd8" 41 difficulty: "0x1" 42 gasLimit: "0x47b760" 43 nonce: "0x0" 44 timestamp: "0x5f69fcd9" 45 accounts: 46 - address: "0x48c5F25a884116d58A6287B72C9b069F936C9489" 47 balance: "0xffffffffffffffffffff" 48 ########### node spec ########### 49 client: nethermind 50 logging: warn 51 miner: true 52 coinbase: "0x1990E5760d9f8Ae0ec55dF8B0819C77e59846Ff2" 53 import: 54 privateKeySecretName: pow-nethermind-account-key 55 passwordSecretName: pow-nethermind-account-password 56 syncMode: full 57 staticNodes: 58 - "enode://e578d440680b323545a4eb0a9c792ec1921bee933efa81238cf78c89768d15d1b1a817515825f9ab5f9cc8398ffad656e1d816e232ac30a0ab53b83f6125d946@10.96.232.189:30303" 59 resources: 60 cpu: "1" 61 memory: "1Gi"