Skip to content

phelstab/replace-by-fees-doublespending

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BIP: 125 (RBF) Bitcoin Double Spending

Introduction

Bitcoin Core GUI - Double Spended Transaction on BTC

Installation

python -m venv venv
pip install -r requirements.txt

Usage

# Dryrun / Testrun
python main.py "address" 0.001 -t -n -d 30 --fee1 0.000014 --fee2 0.0014 --optinrbf

# Real run (remove use -n)
python main.py "address" 0.001 -t -d 30 --fee1 0.000014 --fee2 0.0014 --optinrbf

License

GNU GENERAL PUBLIC LICENSE Source of Application: https://github.com/petertodd/replace-by-fee-tools

About

Project using Replace-by-Fee tool by Peter Todd to execute BIP: 125 (RBF) double spending on bitcoin testnet for educational purposes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages