EGL
  • 🦅The Ethereum Eagle Project (EGL)
  • Protocol Overview
    • Key Functionality
    • EGL Genesis
      • Genesis
      • Release Schedule
      • Balancer Deployment
    • Voting
      • Vote, Revote, Withdraw
      • Calculating desiredEgl
      • Voting Threshold
      • Rewards
      • Leaderboard
    • Mining Pool Reward
    • The DAO
      • EGL Signals
        • Allocations
    • Token Distribution
  • Developer Documentation
    • Architecture
    • Voting
      • Claiming EGLs
    • Withdrawing EGLs
    • Withdrawing Pool Tokens
    • Tally Votes
    • Setting the gasLimit and gasTarget
    • Claiming Miner Rewards
    • Internal Functions
  • Governance
  • Governance Model
  • User Guides
    • Genesis
    • Voting
      • Claim & Vote
      • Vote
      • Revote
    • Helpful Tips
  • Appendix
    • Formulas
    • Attributes
    • FAQs
      • Design
      • Genesis
      • Voting
      • Other
    • Audits
Powered by GitBook
On this page
  1. Developer Documentation

Setting the gasLimit and gasTarget

PreviousTally VotesNextClaiming Miner Rewards

Last updated 3 years ago

Miners and mining pools are awarded EGL's when they produce a block with a gas limit that follows the desiredEgl vote. Miners can implement a geth patch on their geth node to automatically follow the vote each week.

While the node is running, just send the node an RPC request with either miner_enableEgl or miner_disableEgl to turn following EGL on or off (IPC functions also available). EGL is enabled by default if its configured when the node starts.

LogoEGL Integration (v1.10.8) by shanevc · Pull Request #5 · bloXroute-Labs/go-ethereumGitHub