Pages:
Author

Topic: Bitcoin Project will be making a major announcement in September - page 15. (Read 53379 times)

donator
Activity: 1736
Merit: 1010
Let's talk governance, lipstick, and pigs.


Google allows it's staff to spend 20 percent of their work time on personal projects? Who do I have to suck off to get a job at Google?

Signed,

Puckered up and waiting for response.

http://dilbert.com/strips/comic/2011-12-19/

20% they work
20% they do google stuff and
60% they spend on youtube FaceBook
FTFY  Wink
legendary
Activity: 1988
Merit: 1012
Beyond Imagination
I hope the block reward will keep the same, so that BTC will provide continuous incentive for new adopters, and reduce the deflation nature in BTC economy

The continuously reducing supply in protocol make it a perfect place for speculation, and the wild price swing will discourage business users
legendary
Activity: 1022
Merit: 1000


Google allows it's staff to spend 20 percent of their work time on personal projects? Who do I have to suck off to get a job at Google?

Signed,

Puckered up and waiting for response.

http://dilbert.com/strips/comic/2011-12-19/

20% they work
20% they do google stuff and
60% they spend on youtube
sr. member
Activity: 966
Merit: 311


Google allows it's staff to spend 20 percent of their work time on personal projects? Who do I have to suck off to get a job at Google?

Signed,

Puckered up and waiting for response.

http://dilbert.com/strips/comic/2011-12-19/
full member
Activity: 168
Merit: 100
Maybe Google will get involved with Bitcoin?
hero member
Activity: 560
Merit: 500
I am the one who knocks
Hmm, my gut reaction is cautious to having scripting within the core bitcoin exchange network especially as the default behavior. Just a bit uneasy at adding such an attack vector.
No offense, but please learn what you are talking about.

Scripting is not what you think it is.  Here is some information: https://en.bitcoin.it/wiki/Script
sr. member
Activity: 336
Merit: 250
Wow, interesting looking deeper under the hood. This note is comforting though " Some of the more complicated opcodes are disabled out of concern that the client might have a bug in their implementation"
legendary
Activity: 1904
Merit: 1002
Hmm, my gut reaction is cautious to having scripting within the core bitcoin exchange network especially as the default behavior. Just a bit uneasy at adding such an attack vector.

Um.... it has always had scripting.  The changes for multisig actually reduced what was valid.
sr. member
Activity: 336
Merit: 250
Hmm, my gut reaction is cautious to having scripting within the core bitcoin exchange network especially as the default behavior. Just a bit uneasy at adding such an attack vector.
legendary
Activity: 924
Merit: 1004
Firstbits: 1pirata
Multisig addresses require m-of-n signatures to spend from.  There are n total keys that can sign, and you need m <= n  of them to successfully spend.  For example, with m = 2 and n = 3 you can do a trade of physical goods with built-in escrow.  The escrow holds one key, and each of the sender and receiver of the good hold the other keys.  The buyer sends his bitcoin to the 2-of-3 address and the seller ships out the goods.  The seller than creates and signs a transaction that spends the coins from the 2-of-3 address to his personal address.  When the buyer receives the goods, he also signs the transaction and the coins are moved.  If there is a dispute, the escrow can either sign the transaction, awarding the coins to the seller, or can ask the buyer to create and sign a transaction that returns the coins to him, and then sign that one.  This can all be done without including the escrow except when necessary as all you need to know is the escrow's public address.  They can have an outstanding offer to settle any disputes provided that if arbitration is necessary they get X BTC (or a %) as a fee.
Thank you for this - it makes a lot more sense now.  It would be nice if there was a short little video on youtube explaining this to the common bitcoin user.

There is no UI yet, and the code with the command line support still hasn't been in a release yet.  Give it some time.

Or a major announcement  Grin
legendary
Activity: 1904
Merit: 1002
Multisig addresses require m-of-n signatures to spend from.  There are n total keys that can sign, and you need m <= n  of them to successfully spend.  For example, with m = 2 and n = 3 you can do a trade of physical goods with built-in escrow.  The escrow holds one key, and each of the sender and receiver of the good hold the other keys.  The buyer sends his bitcoin to the 2-of-3 address and the seller ships out the goods.  The seller than creates and signs a transaction that spends the coins from the 2-of-3 address to his personal address.  When the buyer receives the goods, he also signs the transaction and the coins are moved.  If there is a dispute, the escrow can either sign the transaction, awarding the coins to the seller, or can ask the buyer to create and sign a transaction that returns the coins to him, and then sign that one.  This can all be done without including the escrow except when necessary as all you need to know is the escrow's public address.  They can have an outstanding offer to settle any disputes provided that if arbitration is necessary they get X BTC (or a %) as a fee.
Thank you for this - it makes a lot more sense now.  It would be nice if there was a short little video on youtube explaining this to the common bitcoin user.

There is no UI yet, and the code with the command line support still hasn't been in a release yet.  Give it some time.
hero member
Activity: 518
Merit: 500
Manateeeeeeees
Multisig addresses require m-of-n signatures to spend from.  There are n total keys that can sign, and you need m <= n  of them to successfully spend.  For example, with m = 2 and n = 3 you can do a trade of physical goods with built-in escrow.  The escrow holds one key, and each of the sender and receiver of the good hold the other keys.  The buyer sends his bitcoin to the 2-of-3 address and the seller ships out the goods.  The seller than creates and signs a transaction that spends the coins from the 2-of-3 address to his personal address.  When the buyer receives the goods, he also signs the transaction and the coins are moved.  If there is a dispute, the escrow can either sign the transaction, awarding the coins to the seller, or can ask the buyer to create and sign a transaction that returns the coins to him, and then sign that one.  This can all be done without including the escrow except when necessary as all you need to know is the escrow's public address.  They can have an outstanding offer to settle any disputes provided that if arbitration is necessary they get X BTC (or a %) as a fee.
Thank you for this - it makes a lot more sense now.  It would be nice if there was a short little video on youtube explaining this to the common bitcoin user.
legendary
Activity: 1904
Merit: 1002
At the risk of being called a newb who's too stupid and/or lazy to use the search function correctly (it's a fair cop  Smiley), could someone explain to me what multisig is, how it works, and why it's important (or provide a link)? Thanks!

http://lmgtfy.com/?q=bitcoin+multisig

You know, I assumed that if I just asked the question, I'd probably end up getting a lmgtfy link or some other snarky non-response.  But I hoped that maybe if I threw in a little self-deprecating humor acknowledging that yes, I should probably be able to find this information on my own, I might get an actual answer.  Obviously that hope was misplaced.   Cry But seriously, I still haven't found a good overview on the subject.  If you know of a link to one that's particularly good, I'd love to see it. 

Multisig addresses require m-of-n signatures to spend from.  There are n total keys that can sign, and you need m <= n  of them to successfully spend.  For example, with m = 2 and n = 3 you can do a trade of physical goods with built-in escrow.  The escrow holds one key, and each of the sender and receiver of the good hold the other keys.  The buyer sends his bitcoin to the 2-of-3 address and the seller ships out the goods.  The seller than creates and signs a transaction that spends the coins from the 2-of-3 address to his personal address.  When the buyer receives the goods, he also signs the transaction and the coins are moved.  If there is a dispute, the escrow can either sign the transaction, awarding the coins to the seller, or can ask the buyer to create and sign a transaction that returns the coins to him, and then sign that one.  This can all be done without including the escrow except when necessary as all you need to know is the escrow's public address.  They can have an outstanding offer to settle any disputes provided that if arbitration is necessary they get X BTC (or a %) as a fee.
sr. member
Activity: 342
Merit: 250
At the risk of being called a newb who's too stupid and/or lazy to use the search function correctly (it's a fair cop  Smiley), could someone explain to me what multisig is, how it works, and why it's important (or provide a link)? Thanks!

http://lmgtfy.com/?q=bitcoin+multisig

You know, I assumed that if I just asked the question, I'd probably end up getting a lmgtfy link or some other snarky non-response.  But I hoped that maybe if I threw in a little self-deprecating humor acknowledging that yes, I should probably be able to find this information on my own, I might get an actual answer.  Obviously that hope was misplaced.   Cry But seriously, I still haven't found a good overview on the subject.  If you know of a link to one that's particularly good, I'd love to see it. 
legendary
Activity: 1904
Merit: 1002
At the risk of being called a newb who's too stupid and/or lazy to use the search function correctly (it's a fair cop  Smiley), could someone explain to me what multisig is, how it works, and why it's important (or provide a link)? Thanks!

http://lmgtfy.com/?q=bitcoin+multisig
sr. member
Activity: 342
Merit: 250
At the risk of being called a newb who's too stupid and/or lazy to use the search function correctly (it's a fair cop  Smiley), could someone explain to me what multisig is, how it works, and why it's important (or provide a link)? Thanks!
hero member
Activity: 868
Merit: 1000
Bitcoins will be exchanges on the ECN forex network Cheesy
legendary
Activity: 1106
Merit: 1004
An affirmative law saying "yes, bitcoin is legal" would be wonderful, would it not?

Not necessarily, no.
First of all, bitcoin is already legal. And besides that, this text shows an example of an activity that is better off in the current prohibition scenario than what it'd be in a legalization scenario. The example in question is prostitution houses in Brazil. They're currently forbidden, but if you want to open one, all you have to do is pay the appropriate bribes to the cops. According to the text author, who happens to have some friends in the business, these bribes are already lower than what taxes alone would be had the activity been legalized. Not to mention stupid licenses, labor laws, regulations etc. And if you think that being prohibited forces these business to be "shady" and dangerous, well, take a look at this or this or this. One of them even has bowling lanes inside! Cheesy

"Legalization" is not always a good thing, because often it comes together with taxation, cumbersome or prohibitive regulations, licenses etc etc. I wouldn't like to see bitcoin transfers crippled with the same kind of AML bullshit that affects fiat transfers, for example.

A good read: Air Guitars and Bitcoin Regulation.
legendary
Activity: 3472
Merit: 1722
jp morgan, the original inventors of "project satoshi" will be taking over the project and acquiring bfl labs (but don't worry, refunding all the funds from pre-sales, .. in dollars though, at the prices quoted when prepayment was sent).

I got scared when I read that first lol
Pages:
Jump to: