Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
4943818
Topic
447753
Board
Development & Technical Discussion
Re: Manualy Editing Transactions
by
Walking Glitch
on
05/02/2014, 02:39:00 UTC
Quote from: rtt on February 05, 2014, 02:06:55 AM
You would use pywallet, see here to delete a specific tx:
https://bitcointalk.org/index.php?topic=34028.msg2239679#msg2239679
pywallet.py --multidelete file.txt [--wallet wallet.dat] [--datadir /bitcoin/directory]
Your file.txt would contain the tx's, one per line or you could do:
tx
all
as contents of your file.
pywallet keeps complaining about me missing the twisted library even though I have verified that I have it installed properly.