Deploy Private Ethash Network
Deploy Private Network Node
Address
Private Key
apiVersion: ethereum.kotal.io/v1alpha1
kind: Node
metadata:
name: besu-ethash-node
spec:
client: besu
nodePrivateKeySecretName: besu-ethash-nodekey
rpc: true
miner: true
coinbase: "0xbAa5f05af4A67A467cEcA89085f162aFb4206Aaa"
genesis:
chainId: 4444
networkId: 4444
ethash: {}Fetch Node Logs
Deploy a Second Node
Call JSON-RPC Method net_peerCount
net_peerCountHomework
Last updated
Was this helpful?