-
Notifications
You must be signed in to change notification settings - Fork 0
Input files
djstrong edited this page Jun 17, 2022
·
1 revision
Name Generator/Suggester needs information about names from a database:
- list of registered (blacklisted) names - text file with one name per line: https://namegen-orwjfodkfwefeewoi.s3.amazonaws.com/domains.sorted.csv
- list of secondary-market names with prices (from OpenSea) - JSON with dictionary name -> price: https://namegen-orwjfodkfwefeewoi.s3.amazonaws.com/secondary.json
- list of names being advertised in Namehash, also with amounts paid for advertisement - JSON with dictionary name -> amount: https://namegen-orwjfodkfwefeewoi.s3.amazonaws.com/advertised.json
Also we are downloading blacklisted subnames (https://namegen-orwjfodkfwefeewoi.s3.amazonaws.com/subnames.txt) but they are manually edited.
We can change names of the files, especially domains.sorted.csv
to registered.csv
or registered.txt
.