Giter Club home page Giter Club logo

chiadoge / chiadoge Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 157 KB

A web dashboard that allows you to monitor your Chia farm and send notifications when something error in your Chia device. It can link multiple farmers/harvesters to your account.we support Chia/Flax/Chaingreen/Goji and so on.It means any kind of chia is ok

License: Apache License 2.0

Python 94.74% Shell 5.26%
chia chia-blockchain chia-farmer python monitor watch-doge flax-blockchain chaingreen goji

chiadoge's Introduction

ChiaDoge

ChiaDoge is a chia tools.It can manage your chia device.It supports a web dashboard that allows you to monitor your Chia farm and send notifications when something error in your Chia device. It can link multiple farmers/harvesters to your account.we support Chia/Flax/Chaingreen/Goji and so on.It means any kind of chia is ok

You can register and login the web server with your Browser(recommend Chrome):http://39.99.176.125:28080

web_server

detail

Pre-requisites

  • Windows + Ubuntu
  • Python 3.7+
  • Git
  • Enabled INFO logs on your chia farmer

Windows

How to enable INFO logs on chia farmer?

First we'll set Chia's log level to INFO. This ensures that all logs necessary for chiadoge to operate are available under C:\Users\[YOUR-USER]\.chia\mainnet\log\debug.log.

  1. Open the file C:\Users\[YOUR-USER]\.chia\mainnet\config\config.yaml in your favorite text editor
  2. Find the line that reads log_level: DEBUG (under the farmer section) and change this to log_level: INFO
  3. Restart the GUI or run chia start --restart farmer from the command line

Run Chiadoge.exe

  1. Download chiadoge.zip from Github
  2. Open zip,you will find chiadoge.exe and config.yaml

zip

  1. Extracted the zip to a directory and enter to it
  2. Run with: chiadoge.exe --config config.yaml
  3. Then you will get a Device ID

zip

  1. Register web monitor with email
  2. Add node by Device ID

add_node

Linux(Ubuntu)

How to enable INFO logs on chia farmer?

Reminder: INFO level log in Chia must be enabled (chia configure -log-level=INFO)

How to use Chiadoge

  1. Download
git clone https://github.com/chiadoge/chiadoge.git
cd chiadoge
  1. Run the install script.
chmod 777 install.sh
./install.sh
  1. Open up config_linux.yaml in your editor and change some profiles to yourself

  2. Run the start script

chmod 777 start.sh
./start.sh
  1. You will get a Device ID

linux_device_id

  1. Register web monitor with email and add node by Device ID

add_node

Where is my Chia?

Windows

chia exec file Default path is: C:\Users\<USERNAME>\AppData\Local\chia-blockchain\<VERSION>\resources\app.asar.unpacked\daemon\
debug.log Default path is: C:\Users\<USERNAME>\.chia\mainnet\log\debug.log

Ubuntu

Install Chia with deb file

chia exec file Default path is: /usr/lib/chia-blockchain/resources/app.asar.unpacked/daemon/
debug.log Default path is: /home/<USER>/.chia/mainnet/log/debug.log

Run Chia with source code (It means you run chia in python venv by yourself)

chia exec file Default path is: <ProjectPath>/venv/bin/
debug.log Default path is: /home/<USER>/.chia/mainnet/log/debug.log

chiadoge's People

Contributors

chiadoge avatar wutl0519 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.