Bitcoin Forum
May 04, 2024, 05:03:12 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Brollet - Bitcoin Browser Wallet featuring multisignature transactions  (Read 1312 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
mswiggs (OP)
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile WWW
February 07, 2014, 08:13:04 PM
 #1

Hey all,

Brollet on Github

Brollet client

I just want to mention a little opensource project that I'm working on called Brollet. Brollet builds upon the former work of EZWallet. Brollet gives you the ability to host your own javascript brain wallet.

Brollet features basic transactions and also multisignature transactions. Brollet allows upto 3 out of 3 multisignature transactions and adding support for more will be added shortly. Sending bitcoins via email is in the pipeline.

Lastly, I just want to thank OutCast3k for sharing his great work on bitcoin-multisig.

Suggestions and feedback appreciated.
1714798992
Hero Member
*
Offline Offline

Posts: 1714798992

View Profile Personal Message (Offline)

Ignore
1714798992
Reply with quote  #2

1714798992
Report to moderator
1714798992
Hero Member
*
Offline Offline

Posts: 1714798992

View Profile Personal Message (Offline)

Ignore
1714798992
Reply with quote  #2

1714798992
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714798992
Hero Member
*
Offline Offline

Posts: 1714798992

View Profile Personal Message (Offline)

Ignore
1714798992
Reply with quote  #2

1714798992
Report to moderator
RGBKey
Hero Member
*****
Offline Offline

Activity: 854
Merit: 658


rgbkey.github.io/pgp.txt


View Profile WWW
February 08, 2014, 06:39:29 AM
 #2

Can someone review this code please?
mswiggs (OP)
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile WWW
February 09, 2014, 02:36:54 PM
Last edit: February 09, 2014, 04:03:42 PM by mswiggs
 #3

My First Multisig Transaction

I've created a tutorial titled My First Multisignature Transaction. This guides anyone that wants to try out Brollet's Multisignature capability.

By the end of the tutorial you will have created your first 3 out of 3 multisig transaction.

Here are the multisig transactions on blockchain.info

Enjoy!
virtualmaster
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500



View Profile
March 06, 2014, 09:58:26 AM
 #4

Honestly I didn't understood how it works.
Is everything in JavaScript in the browser or some codes are working on server side also ?

Calendars for free to print: 2014 Calendar in JPG | 2014 Calendar in PDF Protect the Environment with Namecoin: 2014 Calendar in JPG | 2014 Calendar in PDF
Namecoinia.org  -  take the planet in your hands
BTC: 15KXVQv7UGtUoTe5VNWXT1bMz46MXuePba   |  NMC: NABFA31b3x7CvhKMxcipUqA3TnKsNfCC7S
mswiggs (OP)
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile WWW
March 07, 2014, 10:38:43 AM
 #5

All of your bitcoin private keys are generated and stored within the browser. The browser requests transaction information from the server, for example the balance of your brollet bitcoin addresses. All transaction signing is done within the browser.

The browser only interacts with the server to gain information that is publicly available. For example, the brollet server sees nothing more than what can be seen on blockchain.info. Sensitive information -- e.g private keys -- remains in the browser.

Within the browser javascript handles private key storage, transaction construction & signing.

For example, sending bitcoins from brollet to a bitcoin-qt address would take the following steps:

  • Brollet-javascript requests available bitcoins from the brollet-server.
  • Brollet-javascript constructs transaction of appropriate size and signs transaction using private keys(stored in javascript)
  • Brollet-javascript sends transaction to brollet-server for broadcasting.
  • Brollet-server broadcasts transaction onto bitcoin network.

Thanks for your interest and let me know if you need more info.
Pages: [1]
  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!