Giter Club home page Giter Club logo

chia-desktop's Introduction

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

chia-desktop's People

Contributors

fiedler-itlabs avatar flofie avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

chia-desktop's Issues

Removing a field, changing order

Hello,

Is there a way to remove a field? I have an issue that I have clicked twice, while adding a harvester and now i have that harvester shown twice.

Besides that is there any way to sort them? I have added harvesters one-by-one but they appeared in random order on the dashboard.

Thanks in advance for your replies.

Regards,
R.

how to modify the config.yaml in full node

If your Wallet is not running on the same machine as chia-desktop then change the configuration in config.yaml self_hostname to the internal IP-Address (e.g. 192.168.2.100) of your Wallet

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.