Skip to content

Malinero/gen_peer_groups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 18, 2022
6a79ceb · Sep 18, 2022

History

3 Commits
Dec 26, 2021
Sep 18, 2022
Sep 18, 2022
Sep 18, 2022
Sep 18, 2022
Sep 18, 2022

Repository files navigation

Generate peer grouping file

Generate mapping file

python main.py > mapping.txt

GeoIP

Download GeoLite2-ASN-Blocks-IPv4.csv/GeoLite2-ASN-Blocks-IPv6.csv from maxmind (requires email)

python main.py --include-geolite --path /path/to/GeoLite2-ASN-Blocks-IPv*.csv > mapping.txt

Compress mapping file

git clone https://github.com/sipa/asmap -b nextgen
cd asmap
python3 asmap-tool.py encode ../mapping.txt mapping.bin

Monero usage

monerod --asmap /path/to/mapping.bin ....

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages