Bitcoin Forum
June 18, 2024, 08:15:54 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: GethDesk v 1.0 beta for Ethereum Geth Go console client.  (Read 60 times)
edmlbox (OP)
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
December 09, 2018, 01:00:31 PM
 #1

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

GitHub project page

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).

https://i.ibb.co/GvxmKkt/dashboard.jpg"

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


Mining
Start CPU mining with the required number of cores.
Keep in mind. Important!
On Main network mining won't start until your blockchain is fully synchronized! Mining will be scheduled to start automatically when blockchain fully synchronized.

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.


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.]


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.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!