Chia Desktop Save

A chia desktop dashboard build on the Chia RPC interface.

Project README

Chia Desktop

A chia desktop dashboard build on the Chia RPC interface.

Getting started

Since the communication with the Chia RPC inteface is encrypted we need the certificates for the services. The certificate is never transfered, it is only needed to access the RPC interface. Under Linux you can view the certificate via:

cat ~/.chia/mainnet/config/ssl/[service]/[service].crt
cat ~/.chia/mainnet/config/ssl/[service]/[service].key

Remote machine

If you run chia desktop on another machine then your chia client, you need to connect via local Network to the chia RPC service. You need to change the configuration in config.yaml to bind to the local IP-Address instead of localhost.

WARNING: Never expose your RPC interface publicly.

- self_hostname: localhost
+ self_hostname: 192.168.2.100 (local IP-Adress)

Run the server

  1. install dependencies
npm i
  1. start the server
npm run start

if you want to run the server on another port then 8080 use the following command

PORT=1337 npm run start
  1. open in browser: (http://localhost:8080
Open Source Agenda is not affiliated with "Chia Desktop" Project. README Source: Flofie/chia-desktop
Stars
32
Open Issues
2
Last Commit
3 years ago
Repository
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating