https://github.com/gagliardetto/solana-mapper
https://github.com/gagliardetto/solana-mapper
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gagliardetto/solana-mapper
- Owner: gagliardetto
- Created: 2022-03-03T16:40:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-18T18:33:06.000Z (over 3 years ago)
- Last Synced: 2024-12-28T21:22:21.729Z (7 months ago)
- Language: Go
- Size: 32.2 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# solana-mapper
## usage
```bash
go build -o mapper.bin
ulimit -n 65536 # need lots of file descriptors
sudo su # need net privileges for traceroute
mkdir data # the dir where the results file will be saved
./mapper.bin map -c=100 --dir=data
```NOTE: it will take a while to complete
---## view top results
```bash
./mapper.bin view /path/to/result.json
```