⏹️
Truebit on Ethereum v1
  • About Truebit on Ethereum
    • Overview
    • Use Cases
    • Research
    • FAQ
  • Getting Started
    • Install Truebit on Ethereum
    • Truebit on Ethereum Structure
    • Start Docker container
    • Create a Wallet
    • Synchronize the Ethereum Node
    • Start a Truebit on Ethereum Terminal for Each Role
    • Start Truebit on Ethereum
    • Purchase TRU tokens
    • Check Balances
    • Purchase Solver License
    • Start Solve and Verify
    • IPFS connection for distributed file sharing
    • Glossary
  • COMMUNITY
    • Support & More Information
Powered by GitBook
  1. Getting Started

Create a Wallet

1. Initialize the account manager.

clef init

2. Create a master seed password which you'll use to unlock all your accounts.

clef attest 6441d5def6ec7ebe4ade8a9cf5d74f81088efaef314d8c4bda91221d02a9d976

Repeat the following two steps three times to create an account and attach to the keychain.

3. Create an account.

clef newaccount --keystore ~/.ethereum/mainnet/keystore

OUTPUT

Your new key was generated
address=0x353510EF7b01b4BAAd9616ae23d344c5945c6771

Please backup your key file!
path=/root/.ethereum/mainnet/keystore/

UTC--2022-04-27T12-48-24.658746176Z--353510ef7b01b4baad9616ae23d344c5945c6771

Please remember your password! Generated account 0x353510EF7b01b4BAAd9616ae23d344c5945c6771

4. Attach the account password to your master seed password keychain.

clef setpw 0x353510EF7b01b4BAAd9616ae23d344c5945c6771

OUTPUT

Credential store updated         set=0x353510EF7b01b4BAAd9616ae23d344c5945c6771

5. List all your accounts from the keystore.

geth account list --keystore ~/.ethereum/mainnet/keystore
PreviousStart Docker containerNextSynchronize the Ethereum Node

Last updated 1 year ago