0% found this document useful (1 vote)
2K views1 page

Eth Keys

Your ethereum private key can be compromised if not properly secured. The document provides installation instructions for several Python modules including pysha3, eth-keys, and ethereum to improve ethereum security and manage keys, which requires first installing prerequisite packages like libssl-dev, automake and libtool.

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 (1 vote)
2K views1 page

Eth Keys

Your ethereum private key can be compromised if not properly secured. The document provides installation instructions for several Python modules including pysha3, eth-keys, and ethereum to improve ethereum security and manage keys, which requires first installing prerequisite packages like libssl-dev, automake and libtool.

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