Sha256: b54032d7c9d13f36c111fca4306e6a2558dfc90b999184493005c146f61803c4

Contents?: true

Size: 1.9 KB

Versions: 1

Compression:

Stored size: 1.9 KB

Contents

= Mastercoin wallet

Mastercoin wallet implementation in Ruby using QT bindings.

== Installation instructions 

* gem install mastercoin-wallet
* mastercoin-wallet

== First run configuration
The first time you run the wallet it will ask you for a password and your Mastercoin private key. If you use Bitcoin-qt as your main wallet you can find the 
private key by going to help->debug window->console. In this window you type dumpprivkey followed by your Mastercoin address to retrieve the private key.

Please note that your private key should remain private. If somebody somehow aquires this key then can spend your Bitcoin and Mastercoin please be diligent when transferring your private key.

== Privacy

This client uses Mastercoin-explorer.com to lookup your balance and transaction information and to broadcast new transactions. It does not relay any
private information like your private key that information is kept encrypted inside your mastercoin-wallet config file and is never transmitted to a third-party.

== Alpha warning

This is the initial version of this client, please only use if it you know and accept the risks that come with using w.i.p. applications.

== Contributing to mastercoin-wallet
 
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
* Fork the project.
* Start a feature/bugfix branch.
* Commit and push until you are happy with your contribution.
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

== Copyright

Copyright (c) 2013 Maran. See LICENSE.txt for
further details.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mastercoin-wallet-0.0.1 README.rdoc