Skip to content

Commit

Permalink
Machinecoin: Added demo keystore credentials
Browse files Browse the repository at this point in the history
Related to https://github.com/Gitju/bitcoin-wallet/issues/1
Will be removed later.
Lets me build the whole project on a fresh system a lot faster as because I just have to setup a keystore under ~/.machinecoinkeystore/keystore.jks with IntelliJ IDEA 13 and therefore I use "android" and "androidpassword" as credentials.
The appstore app has to be build with a real and unique one.
  • Loading branch information
Codegenieur committed Feb 14, 2014
1 parent 39e7928 commit 2ff5d08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wallet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@
<arguments>
<argument>-sigalg</argument><argument>MD5withRSA</argument>
<argument>-digestalg</argument><argument>SHA1</argument>
<argument>-keystore</argument><argument>~/.machinecoinkeystore/keystore.jks</argument>
<argument>-storepass</argument><argument>androidpassword</argument>
</arguments>
</configuration>
</execution>
Expand Down

0 comments on commit 2ff5d08

Please sign in to comment.