Giter Club home page Giter Club logo

scanner's Introduction

功能

扫描端口

扫描端口是否能连接,并发邮件通知不能连接的端口

判断节点同步

判断节点是否同步,并发邮件通知不能同步的节点

查询节点区块高度接口说明

查询指定币种所有节点的区块高度 /getblockheight?cointype=btc

关键字 类型 描述
cointype string 币种类型(BTC,ETH,USDT,ETC,DCR,BTY,EOS,BNB)
  • 返回数据:
{
	"id": 0,
	"result": [{
		"cointype": "BTC",
		"error": "",
		"height": 592108,
		"url": "http://192.168.253.105:8802"
	}, {
		"cointype": "BTC",
		"error": "",
		"height": 592108,
		"url": "http://192.168.253.106:8810"
	}],
	"error": null
}

=======

功能

扫描端口

扫描端口是否能连接,并发邮件通知不能连接的端口

判断节点同步

判断节点是否同步,并发邮件通知不能同步的节点

scanner's People

Contributors

yingqm avatar

Stargazers

 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.