Skip to content

Commit

Permalink
early release
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsha committed Jun 6, 2022
1 parent 48d6c6e commit 4f6abb1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,16 @@ if you want to use EVM downloader (without ```-p```) option make sure you have E
```
chainwalker -h
4:23PM INF ChainWalker 1.0.3-alpha - Usage
7:50PM INF ChainWalker 1.0.3-alpha - Usage
-b float
minimum balance (default 0)
-c int
concurrency (default 1)
-d sets log level to debug
-e int
end block (int) (default 14010000)
-ev string
EVM path (default "/usr/local/bin/evm")
-h shows usage
-o string
output directory (default "output/")
Expand Down Expand Up @@ -81,12 +83,12 @@ go build main.go

## Troubleshooting
If you are using a remote server and the program crashes or gives you an error, here are things you can try.

- try to lower the concurrency number to as low as 1
- make sure you didn't hit the API limits of your provider
- change the node provider
- change the block numbers
- go with a smaller block distance (between start and end)
- make sure output directory exists in same directory as binary
- better solution : run you own node and connect to IPC using ``` /root/.ethereum/geth.ipc as -u (url) ```


Expand Down

0 comments on commit 4f6abb1

Please sign in to comment.