Bitcoin Forum
July 15, 2024, 01:56:11 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Wallet software / Re: Brollet - Bitcoin Browser Wallet featuring multisignature transactions on: March 07, 2014, 10:38:43 AM
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.
2  Bitcoin / Electrum / Re: Command to determine what servers can be connected too? on: February 11, 2014, 08:55:35 PM
Thanks!
3  Bitcoin / Electrum / Command to determine what servers can be connected too? on: February 11, 2014, 08:40:21 AM
Is there a command showing a list of servers that can be connected too? I have tried using

Code:
getservers ...
but I have problems connecting to some of the servers on that list. Also what do the letters of the list mean? i.e each port has an associated letter-key.

Code:
    "electrum.random.re": {
        "g": "443",
        "h": "80",
        "s": "110",
        "t": "50001"
    }
4  Other / Meta / Notify by email on: February 10, 2014, 09:26:42 AM
Is there a way for me to subscribe to specific topics and have new posts sent via email?

Thanks!
5  Bitcoin / Project Development / Re: Simple multisig signing program on: February 09, 2014, 04:11:56 PM
You may also want to checkout this tutorial My First Multisignature Transaction. This guides anyone that wants to try out Brollet's Multisignature capability.

The tutorial helps you create a 3 out of 3 multisig transaction.

 Smiley
6  Bitcoin / Wallet software / Re: Brollet - Bitcoin Browser Wallet featuring multisignature transactions on: February 09, 2014, 02:36:54 PM
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!
7  Bitcoin / Wallet software / Brollet - Bitcoin Browser Wallet featuring multisignature transactions on: February 07, 2014, 08:13:04 PM
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.
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!