Search content
Sort by

Showing 20 of 23 results by hattorihanzo
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ICO] Karbon - The World's First Decentralized Social E-Commerce Platform
by
hattorihanzo
on 25/07/2017, 16:09:51 UTC
ALERT!  I also found the fake thread floating around to any users coming here.  The official site is karbon.io -- Beware people!

dont be scammed people, the only real project thread is this one!  (That should be pretty easy to spot the fake...)

yes be aware.....i almost sent more eth to that one since i didnt pay attention.  thx for alert
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ICO] Karbon - Creating a Decentralized Social Experience
by
hattorihanzo
on 24/07/2017, 09:06:25 UTC
nice to hear about it. Will invest with some coins,so,demo?

yeah i contributed some eth and i was able to see the demo which was cool.  people don't understand this thing is a game changer.  im hearing they they have some wealthy chinese vcs who are looking at karbon as a facebook killer.  if they get in these tokens will skyrocket.  first ico that im really really bullish on
Post
Topic
Board Pools
Re: What I love about P2pool
by
hattorihanzo
on 04/02/2012, 20:59:19 UTC
- I am not sure where you got the idea of 1% fee in p2pool. But if you check the coinbase transactions in p2pool mined block, you can look for yourself that it is not so.

Well if there is an optional parameter that defaults to giving the author 1% of each found block....idk.. i would call that not free
Post
Topic
Board Pools
Re: What I love about P2pool
by
hattorihanzo
on 04/02/2012, 20:40:35 UTC
What I love about P2pool are:

1. It is decentralized
2. It is democratic
3. It perfectly complements bitcoin
4. You do not need to worry about whether a mining pool is stealing.
5. The best of all, no fee to pay to the pool and you got to keep the transaction fees as well.

What do you love about P2pool?


how is it decentralized and democratic?

how does it complement bitcoin?

what pools steal?

there is a 1% fee that goes to forresst so how is that 'no fee'
Post
Topic
Board Pools
Re: BTCServ - [hacked / for now down]
by
hattorihanzo
on 04/02/2012, 03:54:26 UTC
http://blockchain.info/tx/e266dd4a5aba8c848c2d66016c3716f2e08e8939e605edc4c80cf7643e95c3d3

shows the transaction.  Blockchain.info shows a relayed IP coming from S.C.

What is the significance of this.  Is this just the relay that first told the blockchain.info node?
Post
Topic
Board Project Development
Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
by
hattorihanzo
on 26/01/2012, 19:01:04 UTC
Interesting. How does it handle receiving funds?  Can balanced or any type of transaction be checked?

Yes, balance can be checked with the public address, and then pass over the private address.

Whatever method you perfer.
Post
Topic
Board Project Development
Topic OP
Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
by
hattorihanzo
on 25/01/2012, 20:17:32 UTC
I've been working on a ultra-think Bitcoin client.  It's never ment to actually touch the blockchain, but is managed by generating wallets address in the app, or importing them.



Its completely HTML5 and Javascript.
Can work in Airplane Mode (Uses HTML5 App caching)
Uses Jquery & JqueryMobile
Uses Bitcoin Address Code from BitAddress.org
Uses a lot of code from Crypto-JS


Some of the main features:

QR Codes
Sharing via email/text
AES encryption of wallets


Try it now:
*Tested in Chrome, iOS, Android. So if its not webkit (or doesnt have sqlite it wont work)
**Opera may work.
http://btcbin.com/

Code on github:

https://github.com/willwharton/btcbin


QR code for phones.


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


I'm just posting it here,because its fitting. If you have any options / opinions regarding BTCBIN please send them to me.
Post
Topic
Board Beginners & Help
Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
by
hattorihanzo
on 25/01/2012, 20:00:32 UTC
DES dropped infavor of AES.
Post
Topic
Board Beginners & Help
Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
by
hattorihanzo
on 25/01/2012, 02:08:19 UTC
Yes I did. Thank you. I will push it to live and hook you and a few others up when I get home.
Post
Topic
Board Beginners & Help
Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
by
hattorihanzo
on 25/01/2012, 00:56:23 UTC
Thanks.

BTW DES is about to be pushed to the github.  Also maybe a new data drive for localstroage.
Post
Topic
Board Beginners & Help
Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
by
hattorihanzo
on 24/01/2012, 22:38:43 UTC
Please do Smiley
Post
Topic
Board Beginners & Help
Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
by
hattorihanzo
on 24/01/2012, 19:25:29 UTC
also chrome 16.


it should also work in opera and safari.

no firefox or ie due to the sqlite requirement.
Post
Topic
Board Beginners & Help
Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
by
hattorihanzo
on 24/01/2012, 17:33:54 UTC
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
Post
Topic
Board Beginners & Help
Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
by
hattorihanzo
on 24/01/2012, 15:15:04 UTC
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.
Post
Topic
Board Beginners & Help
Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
by
hattorihanzo
on 24/01/2012, 04:22:55 UTC
Well servering the static files yes.  But if you look, we utilize html5 app caching.  This will work in air-plane mode baby.
Post
Topic
Board Beginners & Help
Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
by
hattorihanzo
on 24/01/2012, 03:54:21 UTC
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
Post
Topic
Board Beginners & Help
Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
by
hattorihanzo
on 24/01/2012, 03:51:58 UTC
more or elss but no, webkits local sqlite
Post
Topic
Board Beginners & Help
Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
by
hattorihanzo
on 24/01/2012, 03:45:06 UTC
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.
Post
Topic
Board Beginners & Help
Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
by
hattorihanzo
on 24/01/2012, 03:22:05 UTC
Post
Topic
Board Beginners & Help
Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
by
hattorihanzo
on 24/01/2012, 00:03:10 UTC
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.