0% found this document useful (0 votes)
365 views1 page

ETHsudo

Your ethereum private key can be compromised if not properly secured. The document provides instructions for installing necessary Python modules like pysha3, eth-keys, and ethereum through apt-get, pip3, cloning the py-evm GitHub repository, and running setup scripts. Users are responsible for their own security.

Uploaded by

Paul Smith
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
365 views1 page

ETHsudo

Your ethereum private key can be compromised if not properly secured. The document provides instructions for installing necessary Python modules like pysha3, eth-keys, and ethereum through apt-get, pip3, cloning the py-evm GitHub repository, and running setup scripts. Users are responsible for their own security.

Uploaded by

Paul Smith
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Attention! Please take some time to understand this for your ethereium safety.

Your
ethereum private key can be found by hacker! You and only you are responsible for
your security.
******************************************
Installation of modules (terminal)
$ sudo apt-get update
$ sudo apt install python3-pip
$ sudo pip3 install pysha3
$ sudo pip3 install eth-keys
*******************************************
BEFORE from “$ sudo pip3 install ethereum”
$ sudo apt-get install libssl-dev build-essential automake pkg-config libtool
libffi-dev libgmp-dev
$ git clone https://github.com/ethereum/py-evm
$ cd py-evm
$ sudo python3 setup.py install
$ sudo pip3 install ethereum

You might also like