Giter VIP home page Giter VIP logo

wallet-key-tool's Introduction

wallet-key-tool

Comfortable GUI application to edit the contents of various Bitcoin wallet files, add or remove keys, read one format and export to another, move keys between different wallets, etc.

how to build from source

  • have JDK 7 installed (6 will not work)
  • clone this repository
  • in the root directory execute:
    ./gradlew assemble

you will find the runnable .jar file in build/libs/

I'm too lazy to build it myself, where is the jar?

See the releases section and look for the "wallet-key-tool.jar" file, download and run it as described below.

This release version might be a bit behind the latest master branch, so I recommend you get the source and build it yourself, its really not that complicated, the gradle build system does a wonderful job of automating it all, you don't even need gradle to be installed, it will download it for you.

how to run

On Windows you probably just need to double-click the jar file and it will start (If you have Java installed).

On systems where there is a command line interface (this also works on Windows, its just a bit harder to find there, they really seem to hate their own users) you can also run it by executing the following command:

java -jar wallet-key-tool.jar

This will open a GUI window with which you can interact, info and error messages will be printed to stderr. If you want to increase the log level then run it like this:

java -Dorg.slf4j.simpleLogger.defaultLogLevel=TRACE -jar wallet-key-tool.jar

Note: the -D option must come before the -jar option, it is passed directly to java. Allowable log levels are: ERROR, WARN, INFO, DEBUG, TRACE, the default is INFO, if you want to see stack traces then use TRACE.

If you just want to dump the contents of a wallet to the console with no GUI interaction then you can pass it a file name, if you do this then it will not attempt to open any graphical user interface, it will just dump the wallet contents to stdout and exit. Note that the format of the dump is still subject to change, keep this in mind when writing a parser for it.

java -jar wallet-key-tool.jar <filename>

This will prompt for a password on stdin if the file is encrypted. If you want to avoid the password prompt you can supply a password with the --password="my pass phrase" switch (you need the quotes if it contains spaces). Beware that this is dangerous since it might leave the password in your shell history or make it visible in the process list, use it only if you know what you are doing.

Example session in the console (I did not enter a passphrase, I just pressed enter, so no private keys were decrypted):

java -jar build/libs/wallet-key-tool.jar /home/bernd/Schotter/Schotter.wallet
[main] INFO org.multibit.store.MultiBitWalletProtobufSerializer - Loading wallet extension org.multibit.walletProtect.2
Wallet is encrypted. Enter passphrase:
no passphrase entered, will skip decryption
1QKm5sWXuFJ6Zrvqw7NR7gYXyipPSqfv4n KEY DECRYPTION SKIPPED
1DrL3o6ZMAGttc96SPxqTo2yooq52P62kf KEY DECRYPTION SKIPPED
1E79vvzr1KkHXVXNUBwqoW7XDsMYULVqrq KEY DECRYPTION SKIPPED
[...]

How to import project in Eclipse

  • have the gradle plugin installed in Eclipse
  • have the Xtend plugin installed in Eclipse
  • import -> gradle -> gradle project
  • [browse] select the root folder of this project
  • [build model] and wait a few seconds
  • [select all] the project should be in the list, make sure its selected
  • [finish] and wait another few seconds until import is complete

How to buy me a beer

If you are feeling generous you could send some change to 13MAejQp1193VPdUFexTh6vxD7DuzBVRJW

wallet-key-tool's People

Contributors

prof7bit avatar orthographic-pedant avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.