gilnobrega / farmr

A web dashboard for monitoring Chia farms. Also supports discord and email notifications.
GNU General Public License v3.0
250 stars 44 forks source link

Ecostake Template #181

Open aferende opened 2 years ago

aferende commented 2 years ago

Hi,

could you please add Ecostake Json Template?

eco.json.template

{
  "Binary Name": "ecostake",
  "Currency Symbol": "ECO",
  "Minor Currency Symbol": "mojo",
  "Major to Minor Multiplier": 1e12,
  "Net": "mainnet",
  "Block Rewards": 2.0,
  "Blocks Per 10 Minutes": 32.0,
  "Online Config": true,
  "Ports": {
    "harvester": 45627,
    "farmer": 45628,
    "fullNode": 38554,
    "wallet": 35256,
    "daemon": 42040
  }
}