chrootlogin / iota-reattach

A reattach script for IOTA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Iota-Reattach

A small NodeJS script to reattach and promote IOTA transactions.

This script is able to automatically reattach and promote transaction. This helps to get a better confirmation rate.

Usage

$ ./promote.js <transactionHash>
$ ./promote.js ZHFUXEKMZNODSNQKZHGTPWAHAWKR9DSRCEDRTJVXB9TESYOYZFRLHHMSBWROMAAXKDVIGNZCYDKHA9999

There are further options:

  Usage: promote [options] <transactionHash>


  Options:

    -V, --version  output the version number
    -s, --sleep    Sleep-time in seconds (default: 60)
    -h, --host     Host (default: http://iota.rootlogin.ch)
    -p, --port     Port (default: 14265)
    -h, --help     output usage information

About

A reattach script for IOTA

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%