⏹️
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

Start Truebit on Ethereum

PreviousStart a Truebit on Ethereum Terminal for Each RoleNextPurchase TRU tokens

Last updated 1 year ago

Connect Truebit-OS to Hardhat Local Fork

On a new terminal, exec docker container with Truebit image, and then:

1. Move to truebit-os folder.

cd truebit-eth

2. Start a demon required for local task execution.

ipfs init &>/dev/null
tmux new -d 'ipfs daemon'

3. Execute Truebit-OS connecting to Hardhat Local Fork

./truebit-os -p ws://localhost:8545

Truebit OS will display that has been initialized on main network, because hardhat is using a Mainnet Fork.

Ethereum Mainnet

1. Move to truebit-os folder

cd truebit-eth

2. Execute Truebit-OS connecting to Ethereum Mainnet

./truebit-os