https://github.com/pablen/plungeth
Ethereum Transaction Plunger
https://github.com/pablen/plungeth
cli cryptocurrency ethereum
Last synced: about 2 months ago
JSON representation
Ethereum Transaction Plunger
- Host: GitHub
- URL: https://github.com/pablen/plungeth
- Owner: pablen
- Created: 2019-02-20T14:27:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-22T00:39:02.000Z (over 7 years ago)
- Last Synced: 2025-09-22T01:52:31.261Z (10 months ago)
- Topics: cli, cryptocurrency, ethereum
- Language: JavaScript
- Size: 163 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Plungeth
CLI to speed-up pending Ethereum transactions that are blocked because of a low gas price.
This tool will help you search your account for blocked transactions and send a new transaction with same nonce but updated fields. If this transaction gets mined it will replace the blocked one, and enable other blocked transactions to get mined too.
Currently it only supports searching the first address of a BIP-32 HD wallet using `m/44'/60'/0'/0/0` as derivation path.
## Usage
- Clone and install package
- Run `npm start`
_Make sure your account has enough funds to send the plunger transaction!_
### Tip
You can create a `.env` file in the root directory to set defaults:
```
ENABLED_CHAINS="etcMorden, ethRopsten"
MNEMONIC="foo bar baz ..."
```
### Feeling generous?
Tips welcome
_ETH_: `0x37b89B8eC091Ac3e6e336Ce2d664676D22c910D5`
_MET_: `0x37b89B8eC091Ac3e6e336Ce2d664676D22c910D5`
## License
MIT