EN
EN ZH

The consolev69

Checking free ENS domains by dictionary attack on-chain

Primary tabs

I wrote the following script and used it to check for a free domains on-chain. It is small but it helps and is beginner friendly. You basicly do not need any knowledge of the code whatsoever.

You can either use SQL version which puts the free domains into a designated table or you can use a version without SQL which will put them into a single file.

I wrote SQL version at first but later figured there might be people who would want to use that without installing SQL provider software.

Anyway, script is easy, you just download / unzip it to directory of your choice, cd with terminal / powershell inside and run npm install to download all the things you need.

Just follow the instructions from our github:

https://github.com/ConsoleNFT/ENS-Quick-Names-Checker

A small tip:

Use the Scrabble wordlists to check for a free domains (I did). But I also used this script with a small adjustement (only for loop for checking numbers, nothing too crazy) to check for the 3-digit, 4-digit and 5-digit numbers when the trend was there. Made a few bucks here and there so I am sharing the solution.

Enjoy and happy coding!

Difficulty: 
Locked: 
Unlocked