Skip to content

Commit

Permalink
Version 0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ksedgwic committed Jun 30, 2014
1 parent feb5161 commit b64df9d
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 7 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.bonsai.wallet32"
android:versionCode="36"
android:versionName="0.3.9" >
android:versionCode="37"
android:versionName="0.3.10" >

<uses-sdk
android:minSdkVersion="9"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ About Wallet32

Wallet32

Version: 0.3.9 (21-Jun-2014)
Version: 0.3.10 (29-Jun-2014)

Source: https://github.com/ksedgwic/Wallet32

Expand Down
25 changes: 23 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ Needed

* Testnet build.

* Make passcode creation estimate of brute-force difficulty.

* Add transaction label support.

* Non-USD fiat support.
Expand Down Expand Up @@ -589,3 +587,26 @@ r = 8
p = 1

http://stackoverflow.com/questions/11126315/what-are-optimal-scrypt-work-factors


https://blog.damballa.com/archives/330

100K hosts * 24 hours is $200

2.314e-8 $/host-sec

43 200 000 per 1$

4 320 000 000 10mSec scrypt / 1$

4^9 scrypt per $

1 1234 5678 9012

1^12 combinations


C - cost per host second
R - scrypt/sec per host

(1*10^len) * C / R
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<artifactId>Wallet32</artifactId>
<packaging>apk</packaging>
<name>Wallet32</name>
<version>0.3.9</version>
<version>0.3.10</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ This transaction is really large; it will take a while to process.\n
<string name="about_contents">
Wallet32\n
\n
Version: 0.3.9 (21-Jun-2014)\n
Version: 0.3.10 (29-Jun-2014)\n
\n
Source: <a href="https://github.com/ksedgwic/Wallet32">https://github.com/ksedgwic/Wallet32</a>\n
\n
Expand Down

0 comments on commit b64df9d

Please sign in to comment.