ono
  • ONO coin
  • Forging
    • Quickstart
    • .env
  • Core
    • http API
    • Fast Migration of Latest ONO Coin Database
  • INTEGRATION
    • ono-web
    • Wallet
    • Transaction
    • Socket
  • DEVELOPMENT
    • Development & Merge Request Policy
  • USER MANUAL
    • Quickstart
    • Proof of Burn (PoB)
    • 🪙 Coin Listing Information
Powered by GitBook
On this page
  1. Forging

Quickstart

PreviousONO coinNext.env

Last updated 5 months ago

CtrlK
  • How to Start Earning ONO Coins
  • 1. Prerequisites
  • 2. Download ONO Core
  • 3. Configure the Environment
  • 4. Start the Node
  • ✅ That's it!

How to Start Earning ONO Coins

Follow these simple steps to set up your ONO node and start forging coins:

1. Prerequisites

  • Node.js and PostgreSQL must be installed on your machine.

  • You must burn at least 100 ONO coins from the wallet address you plan to use for forging.

Note: To burn ONO coins, simply send them to the following burn address: 000000000000000000000000000000000000000000000000000000000000000000


2. Download ONO Core

  • Clone or download the ONO Core repository from GitHub.


3. Configure the Environment

  • Navigate to the downloaded ONO Core folder.

  • Open the .env file and adjust the settings to:

    • Connect to your PostgreSQL database.

    • Choose between mainnet or testnet.

You can find detailed descriptions of each setting here.


4. Start the Node

  • Open your terminal, navigate to the ONO Core directory, and run:

npm start

✅ That's it!

  • The node will automatically start synchronizing with the network.

  • Once synchronization is complete, forging will begin automatically, and you'll start earning ONO coins!