We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does reth currently support building clique consensus-based networks like goerli?
Examples run :
reth init --datadir=/datareth --chain=genesis.json
reth node \ --datadir=/workspace/reth/datareth \ --chain=/workspace/reth/bin/scripts/genesis.json \ --http \ --http.port=8545 \ --http.addr=0.0.0.0 \ --http.corsdomain=* \ --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots \ --ws \ --ws.addr=0.0.0.0 \ --ws.port=8546 \ --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots \ --ws.origins=* \ --discovery.port=30303 \ --port=30303 \ --identity=poa-testnet \ --authrpc.port=8551 \ --authrpc.jwtsecret=/workspace/reth/bin/scripts/jwt.hex \ --authrpc.addr=0.0.0.0 \ --metrics=0.0.0.0:9001 \ --log.stdout.format=terminal \ --log.file.filter=info
genesis.json
{ "config": { "chainId": 9999009999, "homesteadBlock": 0, "eip150Block": 0, "eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000", "eip155Block": 0, "eip158Block": 0, "byzantiumBlock": 0, "constantinopleBlock": 0, "petersburgBlock": 0, "istanbulBlock": 0, "berlinBlock": 0, "londonBlock": 0, "muirGlacierBlock": 0, "arrowGlacierBlock": 0, "grayGlacierBlock": 0, "clique": { "period": 1, "epoch": 30000 } }, "alloc": { "FFfFfFffFFfffFFfFFfFFFFFffFFFffffFfFFFfF" : { "balance": "0x999999999999" }, "difficulty": "0x1", "gasLimit": "0x1c9c380", "coinbase": "0x0000000000000000000000000000000000000000", "nonce": "0x1", "timestamp": "0x66042756", "extradata": "0x0000000000000000000000000000000000000000000000000000000000000000888888bb39c4448db428397a58bbb066b72883910000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000", "number": "0x0", "gasUsed": "0x0", "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000", "baseFeePerGas": null }
No response
The text was updated successfully, but these errors were encountered:
clique is also being removed from geth because goerli is deprecated, there are no plans for this
Sorry, something went wrong.
No branches or pull requests
Describe the feature
Does reth currently support building clique consensus-based networks like goerli?
Examples run :
reth init --datadir=/datareth --chain=genesis.json
genesis.json
Additional context
No response
The text was updated successfully, but these errors were encountered: