All Projects → mistakia → nano-update-tx-work

mistakia / nano-update-tx-work

Licence: other
Rebroadcast unconfirmed Nano transactions with higher proof-of-work (PoW) to help restart expired elections.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to nano-update-tx-work

RaiBlocksPHP
A bunch of PHP methods to build and sign transactions
Stars: ✭ 20 (+42.86%)
Mutual labels:  nano, nanocurrency
nanook
Ruby library for making and receiving payments and managing a nano currency node
Stars: ✭ 17 (+21.43%)
Mutual labels:  nano, nanocurrency
RaiBlocksWebAssemblyPoW
WebAssembly Nanocurrency PoW implementation
Stars: ✭ 33 (+135.71%)
Mutual labels:  nano, nanocurrency
Nault
⚡ The most advanced Nano wallet with focus on security, speed and robustness
Stars: ✭ 228 (+1528.57%)
Mutual labels:  nano, nanocurrency
Nano Node
Nano is a cryptocurrency
Stars: ✭ 3,336 (+23728.57%)
Mutual labels:  nano, nanocurrency
jNano
A comprehensive Java library for the Nano cryptocurrency.
Stars: ✭ 25 (+78.57%)
Mutual labels:  nano, nanocurrency
MyNanoNinja
The perfect tool for Nano representatives lists and network statistics
Stars: ✭ 33 (+135.71%)
Mutual labels:  nano, nanocurrency
reblocks
React Components for Nano cryptocurrency (formerly RaiBlocks) - including Payments via Brainblocks
Stars: ✭ 21 (+50%)
Mutual labels:  nano, nanocurrency
Nano.Net
A .NET library for Nano
Stars: ✭ 19 (+35.71%)
Mutual labels:  nano, nanocurrency
nano-rs
An implementation of Nano in Rust using Tokio
Stars: ✭ 29 (+107.14%)
Mutual labels:  nano, nanocurrency
cashuwallet
Cashu is a cryptocurrency wallet for smartphones. Be your own bank. Accept payments or spend crypto directly from your phone.
Stars: ✭ 35 (+150%)
Mutual labels:  nano
nanolib
Python library for working with the NANO cryptocurrency protocol
Stars: ✭ 63 (+350%)
Mutual labels:  nanocurrency
nanolinks
A curated link guide for finding anything about Nano; The fast, fee-less and green digital currency!
Stars: ✭ 25 (+78.57%)
Mutual labels:  nano
linux nvidia jetson
Allied Vision CSI-2 camera driver for NVIDIA Jetson Systems. Currently supporting Nano, TX2, AGX Xavier, and Xavier NX. Support for TX2 NX coming soon.
Stars: ✭ 68 (+385.71%)
Mutual labels:  nano
nano-websocket-client
nano javascript WebSocket client SDK
Stars: ✭ 18 (+28.57%)
Mutual labels:  nano
nano-vanity
A NANO vanity address generator (supports OpenCL)
Stars: ✭ 83 (+492.86%)
Mutual labels:  nano
wallet-address-validator
Useful library for validation of Bitcoin, Litecoin, Ethereum and other cryptocoin addresses
Stars: ✭ 240 (+1614.29%)
Mutual labels:  nano
gonano-gui
GUI for the Gonano Nano wallet
Stars: ✭ 27 (+92.86%)
Mutual labels:  nanocurrency
piranha
Piranha - a modern cloud runtime
Stars: ✭ 136 (+871.43%)
Mutual labels:  nano
nano distributed pow client
No description or website provided.
Stars: ✭ 13 (-7.14%)
Mutual labels:  nanocurrency

Nano Update Tx PoW

Will help restart elections on expired blocks that are unconfirmed

Installation

yarn install // or npm install

Copy the config file and add the address to a Nano Work Server and an RPC address (it can be an NanoRPCProxy or a node)

cp config.sample.js config.js

Usage

To rebroadcast a specific block with a higher PoW

node update-tx.js -h [block hash]

To find the root unconfirmed tx and rebroadcast with a higher PoW.

Note: it can be a tx on a different account if the root unconfirmed on the specified account is a receive that doesn't have the send confirmed.

node update-root-tx.js -a [nano_address]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].