Code Monkey home page Code Monkey logo

izubitcoin's Introduction

izubitcoin

izubitcoin is a simple tool for interact with bitcoin nodes (BCH & BTC) at protocol level.

Prerequisites

Computer running GNU Linux (with dev tools installed).

Installing

Compile:

$ ./autogen.sh
$ ./configure
$ make

Install (optional):

$ sudo make install

Using

Run without arguments for help:

$ izubitcoin

izubitcoin 0.12

usage: izubitcoin <commands>... [options]... <target>

SCAN COMMANDS:
	-i, --info	print bitcoin node version

MISC COMMANDS:
	-h, --help	show this help and exits
	-v, --version	show version and exits

OPTIONS:
	-p <port>, --port <port>	connect to this port instead of default 8333
	-c, --core	use Bitcoin Core (BTC) protocol instead of Bitcoin Cash (BCH)
	-t, --testnet	use Testnet protocol instead of Mainnet

TARGET:
	IP/hostname of bitcoin node

EXAMPLES:
	izubitcoin -i 192.168.1.1
	izubitcoin -i --core 192.168.1.2
	izubitcoin --info --port 8334 192.168.1.1

Bitcoin Cash (BCH) node version example:

$ izubitcoin -i 101.132.26.28
Connected to 101.132.26.28:8333
Bitcoin node version: /Bitcoin ABC:0.16.1(EB8.0)/

Bitcoin Core (BTC) node version example:

$ izubitcoin -i --core 52.65.12.203
Connected to 52.65.12.203:8333
Bitcoin node version: /Satoshi:0.16.0/

Contributing

https://github.com/segoverflow/izubitcoin

Authors

License

izubitcoin is released under the terms of the MIT license. See COPYING for more information or see https://opensource.org/licenses/MIT.

izubitcoin's People

Contributors

1reizu avatar

Watchers

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