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
- Windows + Ubuntu
- Python 3.7+
- Git
- Enabled
INFO
logs on your 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
.
- Open the file
C:\Users\[YOUR-USER]\.chia\mainnet\config\config.yaml
in your favorite text editor - Find the line that reads
log_level: DEBUG
(under thefarmer
section) and change this tolog_level: INFO
- Restart the GUI or run
chia start --restart farmer
from the command line
- Download chiadoge.zip from Github
- Open zip,you will find
chiadoge.exe
andconfig.yaml
- Extracted the zip to a directory and enter to it
- Run with:
chiadoge.exe --config config.yaml
- Then you will get a
Device ID
- Register web monitor with email
- Add node by
Device ID
Reminder: INFO
level log in Chia must be enabled (chia configure -log-level=INFO
)
- Download
git clone https://github.com/chiadoge/chiadoge.git
cd chiadoge
- Run the install script.
chmod 777 install.sh
./install.sh
-
Open up
config_linux.yaml
in your editor and change some profiles to yourself -
Run the start script
chmod 777 start.sh
./start.sh
- You will get a
Device ID
- Register web monitor with email and add node by
Device ID
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
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
chia exec file Default path is: <ProjectPath>/venv/bin/
debug.log Default path is: /home/<USER>/.chia/mainnet/log/debug.log