Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when running make start #2

Open
salman0ansari opened this issue Feb 7, 2022 · 0 comments · May be fixed by #3
Open

Error when running make start #2

salman0ansari opened this issue Feb 7, 2022 · 0 comments · May be fixed by #3

Comments

@salman0ansari
Copy link

salman0ansari commented Feb 7, 2022

[sudo] password for salman:
mkdir -p $HOME/ropsten-miner/data
docker pull ethereum/client-go
Using default tag: latest
latest: Pulling from ethereum/client-go
Digest: sha256:2b062743de76e504da5df659e7cba6df46b2553edeef56d12384f3299dfb62d4
Status: Image is up to date for ethereum/client-go:latest
docker.io/ethereum/client-go:latest
docker run -it --name ropsten-miner
-p 127.0.0.1:8545:8545 -p 30303:30303
--memory="4g" --memory-swap="6g" --memory-swappiness=80 --oom-kill-disable
--cpus=2
-v $HOME/ropsten-miner/data:/root/.ethereum ethereum/client-go
--syncmode "light" --networkid 3 --ropsten --http --http.addr "0.0.0.0" --mine --miner.etherbase address
--rpcapi admin,eth,debug,miner,net,txpool,personal,web3
--metrics
Incorrect Usage. flag provided but not defined: -rpcapi

salman0ansari added a commit to salman0ansari/ropsten-miner-docker that referenced this issue Feb 7, 2022
- rpc has been updated to --http
- snap sync is faster 
- fix fooock#2
@salman0ansari salman0ansari linked a pull request Feb 7, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant