kwek20 / node-syncer

Pushes missing node TX from one node to another

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-syncer

(Inefficiently) Pushes missing TX from one node to another

Has 2 options: sync milestone TX, or sync transactions in the transactionrequester(queue) list

Start by building a jar, then run the following:

java -jar node-syncer.jar [target-node] [source-node-1] [source-node-x]

Youll be prompted for an option; milestones or queue. Type that option, and it starts!

About

Pushes missing node TX from one node to another


Languages

Language:Java 95.5%Language:JavaScript 4.5%