Bitcoin Forum
April 24, 2024, 02:16:29 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi  (Read 1875 times)
hattorihanzo (OP)
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
January 23, 2012, 11:39:54 PM
 #1

**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
1713968189
Hero Member
*
Offline Offline

Posts: 1713968189

View Profile Personal Message (Offline)

Ignore
1713968189
Reply with quote  #2

1713968189
Report to moderator
1713968189
Hero Member
*
Offline Offline

Posts: 1713968189

View Profile Personal Message (Offline)

Ignore
1713968189
Reply with quote  #2

1713968189
Report to moderator
The block chain is the main innovation of Bitcoin. It is the first distributed timestamping system.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713968189
Hero Member
*
Offline Offline

Posts: 1713968189

View Profile Personal Message (Offline)

Ignore
1713968189
Reply with quote  #2

1713968189
Report to moderator
1713968189
Hero Member
*
Offline Offline

Posts: 1713968189

View Profile Personal Message (Offline)

Ignore
1713968189
Reply with quote  #2

1713968189
Report to moderator
1713968189
Hero Member
*
Offline Offline

Posts: 1713968189

View Profile Personal Message (Offline)

Ignore
1713968189
Reply with quote  #2

1713968189
Report to moderator
hattorihanzo (OP)
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
January 23, 2012, 11:43:59 PM
 #2

*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
eja
Newbie
*
Offline Offline

Activity: 39
Merit: 0



View Profile
January 23, 2012, 11:44:49 PM
 #3

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 Smiley

hattorihanzo (OP)
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
January 23, 2012, 11:52:18 PM
 #4

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 Smiley



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

Activity: 39
Merit: 0



View Profile
January 23, 2012, 11:59:54 PM
 #5

Yes, seems to work now..
hattorihanzo (OP)
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
January 24, 2012, 12:03:10 AM
 #6

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.
teslacoil404
Member
**
Offline Offline

Activity: 78
Merit: 10


View Profile
January 24, 2012, 12:29:50 AM
 #7

Hi, it looks nice!I can translate it in italian if you want.
hattorihanzo (OP)
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
January 24, 2012, 03:22:05 AM
 #8

Please go ahead https://github.com/willwharton/btcbin/blob/master/js/strings.js
Costia
Newbie
*
Offline Offline

Activity: 28
Merit: 0



View Profile
January 24, 2012, 03:34:25 AM
 #9

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?
hattorihanzo (OP)
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
January 24, 2012, 03:45:06 AM
 #10

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.
Costia
Newbie
*
Offline Offline

Activity: 28
Merit: 0



View Profile
January 24, 2012, 03:49:11 AM
 #11

you use the local storage feature of html5?
I am just being paranoid, as required by bitcoin Smiley
hattorihanzo (OP)
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
January 24, 2012, 03:51:58 AM
 #12

more or elss but no, webkits local sqlite
hattorihanzo (OP)
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
January 24, 2012, 03:54:21 AM
 #13

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
Costia
Newbie
*
Offline Offline

Activity: 28
Merit: 0



View Profile
January 24, 2012, 04:13:35 AM
 #14

Oh. so its totally offline
I thought it still required a server like apache
hattorihanzo (OP)
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
January 24, 2012, 04:22:55 AM
 #15

Well servering the static files yes.  But if you look, we utilize html5 app caching.  This will work in air-plane mode baby.
Costia
Newbie
*
Offline Offline

Activity: 28
Merit: 0



View Profile
January 24, 2012, 05:01:30 AM
 #16

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
hattorihanzo (OP)
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
January 24, 2012, 03:15:04 PM
 #17

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.
Costia
Newbie
*
Offline Offline

Activity: 28
Merit: 0



View Profile
January 24, 2012, 03:27:42 PM
 #18

I didnt know mobile device browsers supported html 5.
confirmed to work on my sony X10 mini - in the android opera browser.
nice Smiley
hattorihanzo (OP)
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
January 24, 2012, 05:33:54 PM
 #19

I didnt know mobile device browsers supported html 5.
confirmed to work on my sony X10 mini - in the android opera browser.
nice Smiley

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

Androids:

droid 1,2,3

iphone 3,4s

ipod touch
hattorihanzo (OP)
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
January 24, 2012, 07:25:29 PM
 #20

also chrome 16.


it should also work in opera and safari.

no firefox or ie due to the sqlite requirement.
Pages: [1] 2 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!