Bitcoin Forum
June 21, 2024, 10:26:17 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Project Development / Re: Bounty size to attract developers? (Coinpunk, NodeJS) on: January 29, 2014, 08:58:31 PM
Depends on the quality of developer you want to attract, but offering 0.1 BTC per hour would definitely get you attention.
2  Bitcoin / Project Development / Re: Bitcoin Wallet Chrome Extension on: January 29, 2014, 06:30:48 PM
I'm sure the percentage of people who can audit the code that are on this forum is closer to 99% than 0.1%. It's not a very complex app, perhaps 1000 lines of JavaScript. It's very easy to see if anything malicious is being done. The fact is none of your wallet data ever leaves the browser so there is no server component that can be compromised. Once you have encrypted your wallet nobody can access your private key without the password (not even the extension itself).
3  Bitcoin / Project Development / Re: Bitcoin Wallet Chrome Extension on: January 29, 2014, 02:46:57 PM
[...] and then, when you alter the code, re-do the audit .... and on and on.

That's why I also posted instructions in GitHub on how to download the source and create your own version of the extension outside of the Chrome Web Store. This will let you not be dependent on automatic updates from the store so you always know exactly what code you're using Smiley
4  Bitcoin / Wallet software / Re: Bitcoin Wallet Chrome Extension on: January 29, 2014, 12:20:40 AM
Here's the source for all you skeptics. https://github.com/andrewtoth/BitcoinWallet
5  Bitcoin / Project Development / Re: Bitcoin Wallet Chrome Extension on: January 29, 2014, 12:19:15 AM
Here's the source for all you skeptics https://github.com/andrewtoth/BitcoinWallet.
6  Bitcoin / Project Development / Bitcoin Wallet Chrome Extension on: January 28, 2014, 05:15:22 PM
The Bitcoin Wallet Chrome Extension is the easiest way to send and receive Bitcoin while browsing the web. It sits right in the browser and also integrates directly in all pages to let you right click on addresses or click directly on send links to send Bitcoin.

http://www.youtube.com/watch?v=DfoyuBTudDs





http://imgur.com/a/rMvdO

https://chrome.google.com/webstore/detail/bitcoin-wallet/mjjfjonhlkajifgkcmmgadaimemcihcj

And yes it's open source. All Chrome extensions are open source. You can download any extension at http://chrome-extension-downloader.com/ and replace .crx with .zip to see the source.
7  Bitcoin / Wallet software / Re: Bitcoin Wallet Chrome Extension on: January 27, 2014, 02:39:00 AM
Usually open-source software is published in public repositories such as GitHub, so it can be easily found and modified.

How secure is it to use this wallet? Where are the private keys stored?

I'm planning on publishing on GitHub, but I wanted to document the code first. Follow the instructions in the initial post and it is very easy to get the source code.

The private key is stored in the browser only. It is stored plaintext if not encrypted, but is encrypted using CryptoJS's AES if you set a password. You won't be able to crack that without someone discovering your password.
8  Bitcoin / Project Development / Re: Bitcoin Wallet Chrome Extension on: January 26, 2014, 11:53:38 PM
So why were you "pretty sure" it's a scam? What about the video and images give an impression I'm trying to steal from people?
9  Bitcoin / Wallet software / Re: so I installed kryptokit and generated address and later chrome crashed on: January 26, 2014, 09:00:16 PM
Check out the Bitcoin Wallet Chrome extension https://chrome.google.com/webstore/detail/bitcoin-wallet/mjjfjonhlkajifgkcmmgadaimemcihcj. It lets you pay directly on any page.
10  Bitcoin / Wallet software / Bitcoin Wallet Chrome Extension on: January 26, 2014, 08:52:09 PM
The Bitcoin Wallet Chrome Extension is the easiest way to send and receive Bitcoin while browsing the web. It sits right in the browser and also integrates directly in all pages to let you right click on addresses or click directly on send links to send Bitcoin.

http://www.youtube.com/watch?v=DfoyuBTudDs





http://imgur.com/a/rMvdO

https://chrome.google.com/webstore/detail/bitcoin-wallet/mjjfjonhlkajifgkcmmgadaimemcihcj

And yes it's open source. All Chrome extensions are open source. You can download any extension at http://chrome-extension-downloader.com/ and replace .crx with .zip to see the source.
11  Bitcoin / Project Development / Re: Bitcoin Wallet Chrome Extension on: January 26, 2014, 07:08:40 PM
What? No it's not trying to steal wallets. It is open source - all Chrome extensions are open source. Just download it at http://chrome-extension-downloader.com/ and change .crx to .zip.
12  Bitcoin / Project Development / Bitcoin Wallet Chrome Extension on: January 26, 2014, 02:54:42 AM
The Bitcoin Wallet Chrome Extension is the easiest way to send and receive Bitcoin while browsing the web. It sits right in the browser and also integrates directly in all pages to let you right click on addresses or click directly on send links to send Bitcoin. Images are worth a thousand words though:

http://imgur.com/a/rMvdO.

Also, here's a video demonstration:

http://www.youtube.com/watch?v=DfoyuBTudDs.

And finally a link to the extension itself:

https://chrome.google.com/webstore/detail/bitcoin-wallet/mjjfjonhlkajifgkcmmgadaimemcihcj
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!