Create Worker Account
There are several ways to install Geth, including through the package manager, downloading the pre-built package, running as a docker container, or building from the downloaded source code. Please refer here for more details regarding Geth Installation.
After installing Geth, it will save the keystore file to the local storage. Please remember the keystore file path and account address for later use.
Example on Ubuntu
This section will demonstrate how to generate a Worker account using the official build package provided by Ethereum on Ubuntu.
Download Geth, select the installation packages of various versions applicable to different systems.
Unzip the downloaded installation package
Enter the unzipped directory
Use. / get account new -- keystore. / keystore to generate Ethereum account and keystore
You will be prompted to enter the password and confirm the password. Please remember this password for late use.
Example:
Last updated