Browse Source

Update README.md

master
Don Kingdon 1 year ago committed by GitHub
parent
commit
e8f5bebbea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 10
      README.md

10
README.md

@ -94,14 +94,14 @@ Dependencies:
It is recommended to bind your DB address on 127.0.0.1 or on internal ip. Also, please set up the password for advanced security!!! It is recommended to bind your DB address on 127.0.0.1 or on internal ip. Also, please set up the password for advanced security!!!
### Download, Install and Run core-geth ### Download, Install and Run core-geth
git clone https://github.com/etica/core-geth.git git clone https://github.com/etica/core-geth.git
cd core-geth cd core-geth
make geth make geth
sudo mv build/bin/geth /usr/local/bin/ sudo mv build/bin/geth /usr/local/bin/
now you can generate an account and UTC keystore file if you need to now you can generate an account and UTC keystore file if you need to
geth --datadir ~/.etica account new geth --datadir ~/.etica account new
make sure you do not lose the generated UTC keystore file (its in ~/.geth/keystore) and dont forget your password make sure you do not lose the generated UTC keystore file (its in ~/.geth/keystore) and dont forget your password

Loading…
Cancel
Save