jackjack (OP)
Legendary
Offline
Activity: 1176
Merit: 1280
May Bitcoin be touched by his Noodly Appendage
|
|
August 07, 2011, 05:27:41 PM Last edit: November 03, 2013, 07:55:25 PM by jackjack |
|
Ultimate way to delete your forever unconfirmed transactions - Backup your wallet just in case
- Download Pywallet
- Run './pywallet.py --web'
- Go to http://localhost:8989 in your browser
- Fill the Delete form like this:
- Wallet Directory: /your/wallet/directory
- Wallet Filename: yourwalletfilename
- Key: all
- Type: leave 'Transaction'
- Click the Delete button
- Run 'bitcoin -rescan'
- Done, no more unconfirmed tx's
|
Own address: 19QkqAza7BHFTuoz9N8UQkryP4E9jHo4N3 - Pywallet support: 1AQDfx22pKGgXnUZFL1e4UKos3QqvRzNh5 - Bitcointalk++ script support: 1Pxeccscj1ygseTdSV1qUqQCanp2B2NMM2 Pywallet: instructions. Encrypted wallet support, export/import keys/addresses, backup wallets, export/import CSV data from/into wallet, merge wallets, delete/import addresses and transactions, recover altcoins sent to bitcoin addresses, sign/verify messages and files with Bitcoin addresses, recover deleted wallets, etc.
|
|
|
Remember remember the 5th of November
Legendary
Offline
Activity: 1862
Merit: 1011
Reverse engineer from time to time
|
|
August 07, 2011, 06:03:30 PM |
|
Maybe add a small "backup your wallet just in case" message ?
|
BTC:1AiCRMxgf1ptVQwx6hDuKMu4f7F27QmJC2
|
|
|
jimbo77
Member
Offline
Activity: 224
Merit: 10
|
|
August 07, 2011, 06:06:09 PM |
|
Since your utility is for dealing with wallets would it be hard to add a backup and encrypt option?
|
|
|
|
BookLover
|
|
August 07, 2011, 06:26:51 PM |
|
Is this open source? If so were can I look at the code?
P.S. For some reason this post says red flag to me, but I'm paranoid so it's probably nothing.
|
|
|
|
bitlotto
|
|
August 07, 2011, 06:32:03 PM |
|
Is this open source? If so were can I look at the code?
P.S. For some reason this post says red flag to me, but I'm paranoid so it's probably nothing.
It's in python. Follow the link and you can either download the code and read it or you can see the source code in your web browser at the github site. I don't know much python but I did give it a quick look. I think others have as well.
|
*Next Draw Feb 1* BitLotto: monthly raffle (0.25 BTC per ticket) Completely transparent and impossible to manipulate who wins. TOR TOR2WEB Donations to: 1JQdiQsjhV2uJ4Y8HFtdqteJsZhv835a8J are appreciated.
|
|
|
jackjack (OP)
Legendary
Offline
Activity: 1176
Merit: 1280
May Bitcoin be touched by his Noodly Appendage
|
|
August 07, 2011, 07:03:20 PM |
|
Maybe add a small "backup your wallet just in case" message ?
It was stupid to forget that, thanks Since your utility is for dealing with wallets would it be hard to add a backup and encrypt option?
I think it's better that the user makes it himself, because each of us have a different way to backup. But if many people ask so, I can add it I absolutely don't know how Satochi's client encrypts wallet, and I prefer waiting the official release before looking into that Is this open source? If so were can I look at the code?
As Bitlotto told you, it's in Python and open source: https://github.com/jackjack-jj/pywallet/blob/master/pywallet.pyCommits: https://github.com/jackjack-jj/pywallet/commits/masterPywallet thread: https://bitcointalk.org/index.php?topic=34028.0P.S. For some reason this post says red flag to me, but I'm paranoid so it's probably nothing.
Better safe than sorry
|
Own address: 19QkqAza7BHFTuoz9N8UQkryP4E9jHo4N3 - Pywallet support: 1AQDfx22pKGgXnUZFL1e4UKos3QqvRzNh5 - Bitcointalk++ script support: 1Pxeccscj1ygseTdSV1qUqQCanp2B2NMM2 Pywallet: instructions. Encrypted wallet support, export/import keys/addresses, backup wallets, export/import CSV data from/into wallet, merge wallets, delete/import addresses and transactions, recover altcoins sent to bitcoin addresses, sign/verify messages and files with Bitcoin addresses, recover deleted wallets, etc.
|
|
|
RaTTuS
|
|
August 09, 2011, 04:26:11 PM |
|
+10 this is awesome
|
In the Beginning there was CPU , then GPU , then FPGA then ASIC, what next I hear to ask ....
1RaTTuSEN7jJUDiW1EGogHwtek7g9BiEn
|
|
|
Voodah
|
|
June 18, 2013, 03:42:13 PM |
|
Ultimate way to delete your forever unconfirmed transactions - Backup your wallet just in case
- Download Pywallet
- Run './pywallet.py --web'
- Fill the Delete form like this:
- Wallet Directory: /your/wallet/directory
- Wallet Filename: yourwalletfilename
- Key: all
- Type: leave 'Transaction'
- Click the Delete button
- Run 'bitcoin -rescan'
- Done, no more unconfirmed tx's
So I have this problem on a Blockhain.info wallet. Would I be correct to assume the following: 1. Export wallet.dat from blockchain.info 2. Do as you say with it. 3. Now what? Should I just Import wallet in Blockchain.info using my now modified wallet.dat, or should I first completely delete the wallet & all key from my blockchain.info acc (is this even possible)?? How do I make sure the unconfirmed transactions do not stay at blockchain.info??
|
|
|
|
jackjack (OP)
Legendary
Offline
Activity: 1176
Merit: 1280
May Bitcoin be touched by his Noodly Appendage
|
|
June 18, 2013, 03:46:33 PM |
|
Here is the guide if you didn't use bitcoin-qt to create the transaction https://bitcointalk.org/index.php?topic=231309.0
|
Own address: 19QkqAza7BHFTuoz9N8UQkryP4E9jHo4N3 - Pywallet support: 1AQDfx22pKGgXnUZFL1e4UKos3QqvRzNh5 - Bitcointalk++ script support: 1Pxeccscj1ygseTdSV1qUqQCanp2B2NMM2 Pywallet: instructions. Encrypted wallet support, export/import keys/addresses, backup wallets, export/import CSV data from/into wallet, merge wallets, delete/import addresses and transactions, recover altcoins sent to bitcoin addresses, sign/verify messages and files with Bitcoin addresses, recover deleted wallets, etc.
|
|
|
Voodah
|
|
June 19, 2013, 12:37:04 AM |
|
Thanks, currently downloading the chain. I'll let you know.
|
|
|
|
prophetx
Legendary
Offline
Activity: 1666
Merit: 1010
he who has the gold makes the rules
|
|
November 03, 2013, 07:53:19 PM |
|
worked, thanks! may want to mention the website is located at http://localhost:8989
|
|
|
|
jackjack (OP)
Legendary
Offline
Activity: 1176
Merit: 1280
May Bitcoin be touched by his Noodly Appendage
|
|
November 03, 2013, 07:55:59 PM |
|
Indeed, I added that, thanks
|
Own address: 19QkqAza7BHFTuoz9N8UQkryP4E9jHo4N3 - Pywallet support: 1AQDfx22pKGgXnUZFL1e4UKos3QqvRzNh5 - Bitcointalk++ script support: 1Pxeccscj1ygseTdSV1qUqQCanp2B2NMM2 Pywallet: instructions. Encrypted wallet support, export/import keys/addresses, backup wallets, export/import CSV data from/into wallet, merge wallets, delete/import addresses and transactions, recover altcoins sent to bitcoin addresses, sign/verify messages and files with Bitcoin addresses, recover deleted wallets, etc.
|
|
|
scoty2k
Newbie
Offline
Activity: 5
Merit: 0
|
|
December 24, 2013, 10:51:20 PM |
|
My unconfirmed transactions are gone (following instructions above), but it did not restore my balance (nearly 1 BTC). Still no record on blockchain.info and still unconfirmed for over a month.
|
|
|
|
djeZo
|
|
February 11, 2014, 10:24:55 AM |
|
If you are using accounts, DO NOT USE THIS METHOD, it completely messes your wallet! Some of your accounts will have higher balance, some lower and overall BTC balance is reduced!
|
|
|
|
bitpop
Legendary
Offline
Activity: 2912
Merit: 1060
|
|
February 12, 2014, 08:53:07 PM |
|
How do I fix my armory?
|
|
|
|
Blast12345
Newbie
Offline
Activity: 18
Merit: 0
|
|
February 20, 2014, 09:06:35 PM |
|
When I try to run I get the "'twisted' package is not installed" error. I manually installed twisted and even tried the pywallet install.bat but neither worked.
|
|
|
|
deepceleron
Legendary
Offline
Activity: 1512
Merit: 1036
|
|
February 24, 2014, 12:29:25 AM |
|
When I try to run I get the "'twisted' package is not installed" error. I manually installed twisted and even tried the pywallet install.bat but neither worked.
We assume some version of Windows... Requirements: Python 2.x, with bsddb and twisted packages Install Python 2.7.6 (32 bit): http://python.org/download/Below, download the 32 bit build of the python 2.7 package: -install zope.interface : http://www.lfd.uci.edu/~gohlke/pythonlibs/#zope.interface-install twisted : http://www.lfd.uci.edu/~gohlke/pythonlibs/#twistedDownload and save the pywallet.py script to the directory C:\python27 (just so we know where it is). Press "windows key" + "R" for run, and paste C:\Python27\python.exe C:\Python27\pywallet.py --web...I edited myself a version of pywallet where --web is the default and it launches a web browser with the URL for you.
|
|
|
|
DubFX
|
|
February 24, 2014, 06:38:13 PM |
|
If you are using accounts, DO NOT USE THIS METHOD, it completely messes your wallet! Some of your accounts will have higher balance, some lower and overall BTC balance is reduced!
Please DEV look into this
|
|
|
|
smoothrunnings
|
|
February 25, 2014, 12:25:44 PM |
|
Ultimate way to delete your forever unconfirmed transactions - Backup your wallet just in case
- Download Pywallet
- Run './pywallet.py --web'
- Go to http://localhost:8989 in your browser
- Fill the Delete form like this:
- Wallet Directory: /your/wallet/directory
- Wallet Filename: yourwalletfilename
- Key: all
- Type: leave 'Transaction'
- Click the Delete button
- Run 'bitcoin -rescan'
- Done, no more unconfirmed tx's
Sorry I just want to confirm, this will work with bitcoins that I trying to send to another wallet that are stuck? And I will see the bitcoins appear in my Bitcoin-QT wallet once I do these steps? Thanks,
|
|
|
|
crazy573
|
|
February 25, 2014, 12:39:47 PM |
|
It will delete the transaction. So if the Qt wallet is the sending wallet, the btc will ready to spent again. If the Qt wallet is the receiving wallet, it doesn't remember anything about this transaction.
|
|
|
|
|