Giter Club home page Giter Club logo

gethdesk's Introduction

GethDesk

GitHub Chrome Web Store GitHub repo size in bytes

GethDesk — is an open source application to simplify work with “Ethereum Geth Go” console client and to show you data about your node current condition without using console commands.

Install this app as chrome extension or go directly to GethDesk url.

Core functionalities

Dashboard

  • Blockchain current synchronization progress.
  • Enabled and Disabled "APIS".
  • To which network your node connected. (Main or Testnet and name of the network.);
  • "Open" or "Not" your node to network connections.
  • Number of peers connected to your node. (Default maximum is 25, if not specified else.);
  • Current Ethereum protocol version.
  • Node mining status "Yes" or "Not", if yes than you get the hashrate speed.
  • Current price per gas in ether. (Other units available also).
  • Mining default reward address. (You can change it).

GitHub Logo

Accounts Manager

  • Number of accounts your node owns.
  • Accounts addresses with current balance in ether.
  • Create new password protected accounts.
  • Import private keys and encrypt them with password.

GitHub Logo

You can send a payment request to any email address or print it as pdf.

GitHub Logo

Mining

  • Start CPU mining with the required number of cores.

Keep in mind. Important!

  1. On Main network mining won't start until your blockchain is fully synchronized! Mining will be scheduled to start automatically when blockchain fully synchronized.

  2. On Test network mining can start without blockchain being fully synchronized, it will start and stop during blockchain synchronization.

  • Mining hashrate speed.
  • Visualized mining chart.
  • Choose a default mining reward address.

GitHub Logo

Node Info

  • Your running node all information [Default Database Directory, Node name, Node Id, Node Ip, Listen Addr, Enode.]

  • Detailed information about each peer connected to your node including: [Node name, Enode, Id, LocalAddress, RemoteAddress, Caps, Network Static, Network Trusted, Inbound, Difficulty, Head, Version.]

GitHub Logo

World map of connected peers.

GitHub Logo

How to use GethDesk

To connect to Geth Go through GethDesk you need to run Geth Go with the following parameters:

geth -rpc -rpcaddr 0.0.0.0 -rpccorsdomain '*' -rpcapi admin,personal,net,web3,miner,eth

You can customize Geth Go running options as you want, but make sure that You run Geth Go application with required apis enabled: -rpcapi admin,personal,net,web3,miner,eth to get GethDesk working correctly as it depends on them to gather information.

If you forget to put -rpcapi admin,personal,net,web3,miner,eth while running Geth Go it will run with default apis therefore GethDesk wont't work correctly.

GitHub Logo

gethdesk's People

Contributors

edmlbox avatar

Watchers

James Cloos 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.