Skip to content

Releases: prof7bit/wallet-key-tool

v1.4.2

27 May 20:03
Compare
Choose a tag to compare
  • bugfix: parsing of blockchain.info version 2 format

sha256sum
880840144a6c4dadfc1a9ec3548c80a5d5a9ec944e947e240b8e3c66ca972252  wallet-key-tool-1.4.2.exe
5ff9747bf128e9e9590f72e403de8bfe1ad521be5b1c091e38852e04f09d8453  wallet-key-tool-1.4.2.jar

v1.4.1

22 May 16:43
Compare
Choose a tag to compare

Bug fix:

  • fix missing context menu on Windows

Enhancement:

  • file dialog with option to show hidden files
  • quick buttons for important folders like %APPDATA% on Windows or ~/Library/Application Support/ on Mac.

For the convenience of Windows user from now on there will also be an .exe version in case your Java installation is not configured to run .jar files on double-click. They are optional, you can either use the .jar version if it works or the .exe version if .jar does not work, you don't need both. They are absolutely identical in functionality, the only difference is they have an .exe starter (built with launch4j).

sha256sum wallet-key-tool.jar
2b5dbda86b8ea5ae05010ad598767fe1e0753b08efd3fa3c6629f49b053c350a wallet-key-tool.jar

sha256sum wallet-key-tool.exe
63753320482ad15927ef13ba66b37d72c0adf2658fb1a8f2317d6394afaf7382 wallet-key-tool.exe

v1.4.0

21 May 19:43
Compare
Choose a tag to compare
  • adds the ability to import wallet.dat files directly

The complete list of supported wallet file formats is now:

  • import
    • Multibit *.wallet
    • Multibit *.key
    • Blockchain.info *.aes.json
    • Bitcoin-core "dumpwallet" file
    • Bitcoin-core wallet.dat
    • (untested: Schildbach backup)
  • export
    • Multibit *.wallet
    • Multibit *.key
    • Bitcoin-core "dumpwallet" file
    • (untested: Schildbach backup)

sha256sum wallet-key-tool.jar 
b09e84f569bf4291117eae74e397fa5ff1fbeac6490335be90f3476a47f59fed  wallet-key-tool.jar

v1.3.2

19 May 10:17
Compare
Choose a tag to compare
  • Improved UI, added command line option for password2

sha256sum wallet-key-tool.jar 
dca5dcf604d3fb0ead2f1a77b99bb1543d84f4354c445b3c3e5f6bac3348819d  wallet-key-tool.jar

v1.3.1

16 May 19:09
Compare
Choose a tag to compare

This version adds the ability to create the compressed/uncompressed counterparts of individual keys. This is especially useful for people suffering from a broken blockchain.info import in Multibit where compressed keys were silently converted into their uncompressed counterparts. This new menu item will allow to restore the compressed version again and add it to the wallet.

sha256sum wallet-key-tool.jar 
52663b9a40ee947be3a547141d3177a8d0da4cdecf1ae5234ffff81cbdaea33a  wallet-key-tool.jar

v1.3.0

15 May 16:28
Compare
Choose a tag to compare
  • import encrypted Blockchain.info "My Wallet" backup files (*.aes.json)

sha256sum wallet-key-tool.jar
11fda574a0b9c6df5f78b8c433ff8a2f1e8af87363140cd61d8aae0b6495addd  wallet-key-tool.jar

v1.2.1

14 May 16:50
Compare
Choose a tag to compare
  • read/write encrypted MultiBit key backup files (*.key)
  • fixed some bugs

1.2.0

12 May 22:31
Compare
Choose a tag to compare
  • two panels to edit two wallets simultaneously
  • add/remove keys
  • move/copy keys between wallet A and wallet B
  • fetch balance and first-seen from BCI
  • export in MultiBit fomat (including address labels)

1.1.0

04 May 21:50
Compare
Choose a tag to compare

added a simple swing UI, so it can be used without command line

1.0.1

04 May 15:48
Compare
Choose a tag to compare

No changes in functionality, only converted it from Java to Xtend and updated build process. Needs Java 7 now, 6 won't work anymore.