Frogeum logo

Frogeum Everywhere!

Frogeum is the community-run technology powering the cryptocurrency, froge (FRO) and thousands of decentralized applications.

Go Frogeum

Official Go implementation of the Frogeum protocol. Go Frogeum is one of the three original implementations (along with C++ and Python) of the Frogeum protocol. It is written in Go, fully open source and licensed under the GNU LGPL v3.

Gfro v1.0.0

Mining 'FRO'

1 froge (FRO) = 1,000,000,000,000,000,000 wei. You can mine froge using gfro! Frogeum rewards 50 froge for each block you create. Also, you can use GPU to mine by connecting Ethminer and Gfro. Frogeum recommends using Ethminer v0.18.0.

Frogeum logo
  • 1. In the directory where Gfro is located, enter the command below and synchronize it with the Frogeum main network.
    ./gfro --syncmode "full" --http --http.port 9506 console
  • 2. Make a wallet for mining rewards. Don&aps;t lose your password!
    personal.newAccount("your_password")
  • 3. Start mining in Gfro. If it is the first mining, it can be mined after DAG is created.
    miner.start(1)
  • 4. In the directory where Ethminer is located, enter the command below to connect it to GPU mining in Gfro. If your computer GPU is a Radeon, please use the -G option and the -U option if it's Ndivia, please use the -U option. (For Radeon GPUs, using too recent graphics card drivers may not be able to mine.)
    ./ethminer -G -P http://127.0.0.1:9506
    or
    ./ethminer -U -P http://127.0.0.1:9506

Wallet

Frogeum can send FRO to others using Metamask and Gfro. Please install the Metamask which is Google Chrome extension and do as below. And You can install a Metamask app on your smartphone. App Store or Play Store

Development

Frogeum is a public blockchain platform. Create smart contracts with Solidity and deploy them to Frogeum main networks. You can use web3, truffle, etc., which is a development tool that Ethereum used before.

If you want to distribute the dapp on the main net of Frogeum, but you don't have a FRO, please send an email to our team.(frogeum@gmail.com) We are sending you a little FRO!