Bitcoin Forum
May 05, 2024, 03:24:41 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Project Development / hookedin :: an ecash-inspired bitcoin wallet on: June 04, 2019, 06:48:40 PM
For an embarrassingly long amount of time I've been working on an ecash inspired bitcoin wallet.

At a high level an ecash-style wallet makes a bunch of trade offs:

* + Way more private than a normal bitcoin wallet (thanks to blinded schnorr coins)
* + Cheaper to use than a normal bitcoin wallet (thanks to economy of scale, option to batch transactions..)
* - Trust. You can be robbed by the custodian at any time (Although, you'll have cryptographic proof if it does happen!)
* - Availability. If the custodian is down (or DoS'd) there's no way to transact. Sorry.



It's in extremely rough shape, but if anyone wants to try it out (testnet only!) or help with development, here's a sneak preview:

https://wallet.hookedin.com

and the informational website is:
https://www.hookedin.com



Note: It only works in chrome and beta versions of firefox, due to its reliance on bigints
Note2: History/Restore from mnemoic are broken at the moment

==

The core primitives and "consensus level" classes are maintained here:

https://github.com/hookedin/hookedin-lib

and the wallet is here:

https://github.com/hookedin/hundredeyes

==

The best way to chat to me in real-time would be over telegram ( https://t.me/hookedin ) and I'd like to keep this thread for more serious discussions.


Thanks!
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!