Skip to content

A competitive bot that snipes recently ENS domains (legacy) the moment they enter their declining premium.

License

Notifications You must be signed in to change notification settings

KodexLabs/ens-mev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ENS-Sniper

This is a bot which accepts a text file as input and then attempts to register the ENS names within via Flashbots. It watches the state of the ENS registrations requested every block, and checks if they can be registered.

*Note: This bot was only applicable to the legacy ENS declining premium auctions, which were set at $2000. ENS Protocol has since increased the starting price of the dutch-auction to $100m, rendering a bot such as this one irrelevant. Hence, we are open sourcing it.

Author: 0xAlcibiades

Configuration

This tool is configured via the following environment variables:

PRIVATE_KEY=private key of wallet to register with
FLASHBOTS_KEY=signing key to use for Flashbots bundles
SIMULATE_ONLY=Simulate bundles if set to any value
TESTNET=Operate on goerli testnet if set to any value
REGISTRATIONS_FILE=.ron file to read registration info from
RUST_LOG(optional)=Log level

About

A competitive bot that snipes recently ENS domains (legacy) the moment they enter their declining premium.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages