Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gagliardetto/solana-mapper
https://github.com/gagliardetto/solana-mapper
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gagliardetto/solana-mapper
- Owner: gagliardetto
- Created: 2022-03-03T16:40:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-18T18:33:06.000Z (almost 3 years ago)
- Last Synced: 2024-10-12T01:30:36.467Z (3 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
```