3.2.6 ā€¢ Published 7 years ago

rpc-check v3.2.6

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

rpc-check

npm license GitHub tag Travis GitHub issues

Checks for JSON RPC endpoints of ethereum nodes and displays basic statistics and gives a gist how accessible it is.

āžœ  rpc-check -h

  Usage: rpc-check [options] <uri>

  RPC Check - Checks for Ethereum JSON RPC Nodes

  Options:

    -h, --help     output usage information
    -v, --version  output the version number
    --block        include the last block
    --verbose      verbose output
    --json         only JSON output

Reason for this tool to exist: There is like 10 mistakes a lot of people make with their RPC nodes and some of them are revealed by this cli tool.

rpc-check

This tool checks:

  • version
    • api
    • node
    • network
  • accounts
  • net

    • peer count
    • last block
    • syncing
    • hashrate
    • mining
  • License

  • Changelog

Usage

rpc-check http://localhost:8545            
version EthereumJS TestRPC/v2.2.7/ethereum-js
network 1475011275094
mining true
accounts 10
gasPrice 1

Only JSON output

rpc-check http://localhost:8545 --json
{
  "version": "EthereumJS TestRPC/v2.2.7/ethereum-js",
  "network": "1475011275094",
  "mining": true,
  "accounts": 10,
  "gasPrice": 1
}

Install

npm install rpc-check -g
3.2.6

7 years ago

3.2.5

7 years ago

3.2.4

7 years ago

3.2.3

8 years ago

3.2.2

8 years ago

3.2.1

8 years ago

3.2.0

8 years ago

3.1.5

8 years ago

3.1.4

8 years ago

3.1.3

8 years ago

3.1.2

8 years ago

3.1.1

8 years ago

3.1.0

8 years ago

3.0.1

8 years ago

3.0.0

8 years ago

2.9.0

8 years ago

2.8.0

8 years ago

2.7.2

8 years ago

2.7.0

8 years ago

2.6.0

8 years ago

2.5.0

8 years ago

2.3.0

8 years ago

2.2.0

8 years ago

2.1.2

8 years ago

2.1.1

8 years ago

2.1.0

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.8.0

8 years ago

1.7.0

8 years ago

1.6.1

8 years ago

1.6.0

8 years ago

1.5.0

8 years ago

1.4.0

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago