All Downloads are FREE. Search and download functionalities are using the official Maven repository.

geth.geth_start.sh Maven / Gradle / Ivy

There is a newer version: 4.12.2
Show newest version
#!/bin/sh
geth --nousb init ./genesis.json
geth --nousb account import /key.txt --password /password.txt
geth --nousb --rpc --http.api "eth,net,web,txpool" --rpcaddr=0.0.0.0 --allow-insecure-unlock --unlock 0xfe3b557e8fb62b89f4916b721be55ceb828dbd73 --password /password.txt --mine




© 2015 - 2024 Weber Informatics LLC | Privacy Policy