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

Please add tranzact #138

Closed prodchia closed 2 years ago

prodchia commented 2 years ago

trz.json.txt

{ "Binary Name": "tranzact", "Currency Symbol": "trz", "Minor Currency Symbol": "toto", "Net": "mainnet",

"Block Rewards": 5.0,
"Blocks Per 10 Minutes": 32.0,

"Online Config": true,

"Ports": {
    "harvester": 8660,
    "farmer": 8649,
    "fullNode": 8673,
    "wallet": 8675,
    "daemon": 52684
  }

}

gilnobrega commented 2 years ago

This was added in 46e50d015e4a99c9ac878d9caedd351f72acff3c, Thank you!