Bitcoin Forum

Other => Beginners & Help => Topic started by: hattorihanzo on January 23, 2012, 11:39:54 PM



Title: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
Post by: hattorihanzo on January 23, 2012, 11:39:54 PM
**This is in beta and you may loose keys generated after a appcache manifest update (although I believe I have the db how I like it and don't need to mess with it really)
But still use with caution!

Try it now:

http://btcbin.com/

Code on github:

https://github.com/willwharton/btcbin


QR code for phones.


https://i.imgur.com/JVN1n.png


Title: Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
Post by: hattorihanzo on January 23, 2012, 11:43:59 PM
*Also I will need help localizing strings. I'm willing to pay BTC to anyone willing to help.
https://github.com/willwharton/btcbin/blob/master/js/strings.js


Title: Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
Post by: eja on January 23, 2012, 11:44:49 PM
After selecting the language I just get a white screen. This is on chromium 15 on linux.
It does work on my mobile phone though.. looks nice :)



Title: Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
Post by: hattorihanzo on January 23, 2012, 11:52:18 PM
After selecting the language I just get a white screen. This is on chromium 15 on linux.
It does work on my mobile phone though.. looks nice :)



Strange. I'm using 16 and do most my testing in chrome.  Can you refresh it and try again?


Title: Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
Post by: eja on January 23, 2012, 11:59:54 PM
Yes, seems to work now..


Title: Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
Post by: hattorihanzo on January 24, 2012, 12:03:10 AM
Strange. Yea this is target for webkit. so im pretty sure dom sql and a few other features are limited to chrome and android/iphone devices.


Title: Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
Post by: teslacoil404 on January 24, 2012, 12:29:50 AM
Hi, it looks nice!I can translate it in italian if you want.


Title: Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
Post by: hattorihanzo on January 24, 2012, 03:22:05 AM
Please go ahead https://github.com/willwharton/btcbin/blob/master/js/strings.js


Title: Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
Post by: Costia on January 24, 2012, 03:34:25 AM
why should i trust you and the security of your pc with the private key of my wallet?

and: http://btcbin.com/#dev
does that delete only my entries?


Title: Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
Post by: hattorihanzo on January 24, 2012, 03:45:06 AM
why should i trust you and the security of your pc with the private key of my wallet?

and: http://btcbin.com/#dev
does that delete only my entries?

Nothing is hosted on BTCBIN, all the data is stored on your device similar to the normal client. Altho the normal client has wallet encryption, this is ment to be just a wallet carrier.

And yes, it will all the wallets. But im think your confused still about how the app works.


Title: Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
Post by: Costia on January 24, 2012, 03:49:11 AM
you use the local storage feature of html5?
I am just being paranoid, as required by bitcoin :)


Title: Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
Post by: hattorihanzo on January 24, 2012, 03:51:58 AM
more or elss but no, webkits local sqlite


Title: Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
Post by: hattorihanzo on January 24, 2012, 03:54:21 AM
so it only works in webkit right now. I will see about adding a driver for localstorage and maybe getting it to work on wp7


Title: Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
Post by: Costia on January 24, 2012, 04:13:35 AM
Oh. so its totally offline
I thought it still required a server like apache


Title: Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
Post by: hattorihanzo on January 24, 2012, 04:22:55 AM
Well servering the static files yes.  But if you look, we utilize html5 app caching.  This will work in air-plane mode baby.


Title: Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
Post by: Costia on January 24, 2012, 05:01:30 AM
you have to encrypt the keys
the db is stored as a regular file - i was able to read the private key with notepad from outside the browser


Title: Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
Post by: hattorihanzo on January 24, 2012, 03:15:04 PM
you have to encrypt the keys
the db is stored as a regular file - i was able to read the private key with notepad from outside the browser


Yes i agree, this is still in development. Also its targeted for mobile devices which have a more sandboxed environment, but still given the nature I agree.


Title: Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
Post by: Costia on January 24, 2012, 03:27:42 PM
I didnt know mobile device browsers supported html 5.
confirmed to work on my sony X10 mini - in the android opera browser.
nice :)


Title: Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
Post by: hattorihanzo on January 24, 2012, 05:33:54 PM
I didnt know mobile device browsers supported html 5.
confirmed to work on my sony X10 mini - in the android opera browser.
nice :)

Iphone and android both use webkit, I've tested on these devices.

Androids:

droid 1,2,3

iphone 3,4s

ipod touch


Title: Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
Post by: hattorihanzo on January 24, 2012, 07:25:29 PM
also chrome 16.


it should also work in opera and safari.

no firefox or ie due to the sqlite requirement.


Title: Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
Post by: PunkAs on January 24, 2012, 08:42:14 PM
Can translate to welsh if you want.


Title: Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
Post by: hattorihanzo on January 24, 2012, 10:38:43 PM
Please do :)


Title: Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
Post by: PunkAs on January 24, 2012, 11:39:09 PM
Sent you a PM with the translation.


Title: Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
Post by: hattorihanzo on January 25, 2012, 12:56:23 AM
Thanks.

BTW DES is about to be pushed to the github.  Also maybe a new data drive for localstroage.


Title: Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
Post by: teslacoil404 on January 25, 2012, 01:09:36 AM
hattorihanzo, did you received my PM with the italian translation?


Title: Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
Post by: hattorihanzo on January 25, 2012, 02:08:19 AM
Yes I did. Thank you. I will push it to live and hook you and a few others up when I get home.


Title: Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
Post by: hattorihanzo on January 25, 2012, 08:00:32 PM
DES dropped infavor of AES.