Bitcoin Forum
May 09, 2024, 05:38:38 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 [80] 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 »
1581  Bitcoin / Development & Technical Discussion / Re: [PULL] sendmany RPC command on: March 08, 2011, 11:07:39 PM
It looked pretty reasonable when I gave it a quick read through. Are there any such transactions on the testnet for us to look at/test with?
Sure, here's one:
  http://blockexplorer.com/testnet/tx/0d6c3d3470a89e4be56df04e80a9b7da1855bbe2cf07c1e99e22e0212688eb8b
1582  Bitcoin / Development & Technical Discussion / Re: [PULL] sendmany RPC command on: March 07, 2011, 09:44:18 PM
How the old miners will check the doublespending if money was spend earlier with new transaction type?

It is not a new transaction type-- transactions could always have multiple TxOuts.

However, to prevent a denial-of-service attack (which was actually attempted-- see block 71036) transactions with more than 2 TxOuts are currently dropped by clients instead of relayed.

Now that there is a need for it, the rules allow "reasonable" multi-output transactions, but still denies "unreasonable" ones (reasonable means:  is one of the 2 standard transaction types and only does one ECDSA signature verification per recipient).

So:  no, this won't cause a block chain split.  And no, old miners will not disagree with new miners, so double-spending is not possible.
1583  Bitcoin / Development & Technical Discussion / Re: Announcing Bitcoin RPC Proxy on: March 07, 2011, 09:35:30 PM
I was just about to ask the same thing as LMGTFY....
Running anybody else's code on your system is dangerous.
1584  Bitcoin / Bitcoin Technical Support / Re: questions about accepting bitcoins in my website on: March 07, 2011, 08:18:50 PM
My question is:
Is it a bug (not to see the payer address) or there is no bug and I have to ask my customers to pay to my IP to be able to know the payer address?

There is no bug, but if you want to know one of your customer's bitcoin addresses (maybe you want to send them a refund?) you must ask them.  They might be using an escrow service like ClearCoin or, as theymos says, using a shared wallet service like MyBitcoin.
1585  Bitcoin / Development & Technical Discussion / [PULL] sendmany RPC command on: March 07, 2011, 07:57:34 PM
Code:
sendmany <fromaccount> {address:amount,...} [minconf=1] [comment]
amounts are double-precision floating point numbers
   https://github.com/bitcoin/bitcoin/pull/106

Need for this is being driven by mining pool operators; it is much more efficient to pay lots of people with one transaction rather than lots of little transactions.

Old clients will refuse to relay sendmany transactions, so to ensure timely inclusion in a block mining pool operators should either upgrade together and connect their clients together or wait until a good percentage of the network has had a chance to upgrade to the next version of bitcoin.

Examples of use from a bash command-line (note you have to quote the second 'object' argument because the {} characters are interpreted by bash):
Code:
bitcoind sendmany "" '{"mvTt8hav6e9ESjSrXJ1yaJhyULHv8ywcN7":50}' 1 "To the Faucet"
bitcoind sendmany "SomeAccount" '{"myeTWjh876opYp6R5VRj8rzkLFPE4dP3Uw":10,"mikZVLuasDcY1Jmph3rqgT1NXfjB1srSEc":15,"mvTt8hav6e9ESjSrXJ1yaJhyULHv8ywcN7":50}'
1586  Bitcoin / Development & Technical Discussion / Re: Dealing with SHA-256 Collisions on: March 07, 2011, 04:15:54 PM
RE: changing things now "just in case" :

No, I think it would be dumb to switch hashing algorithms or public/private keylengths now, for at least two reasons:

1. You'd just be switching from older technology that has the advantage of being well-tested and "battle-hardened" to something newer that you THINK will be more secure.

2. There are much more important things to work on.  If you know enough about crypto to evaluate whether Whirpool really is fundamentally more secure than SHA-256, please apply your knowledge to the problems we have right now, like making users' wallets more secure against trojans and malware...
1587  Bitcoin / Development & Technical Discussion / Re: Dealing with SHA-256 Collisions on: March 07, 2011, 03:59:53 PM
No. As long as SHA-256 is used for any blocks in the chain, the entire chain is compromised by a client forging a new block that can sit in-place of the real one in history.

So lets say I can create SHA-256 collisions fairly easily, and I want to replace an old transaction somewhere in the block chain.

I create an alternate version of the transaction with the same hash... and then?  Whenever clients happen to connect to my node to get old transactions I feed them the bogus version?

How do I get a majority of the network to accept the bogus version as valid, when the majority of the network probably already has already downloaded the old, valid version?

Same question if I'm creating duplicate (old) block hashes instead of duplicate transaction hashes.


I suppose I could try to double-spend with two transactions that hash to the same value... and hope that the merchant's bitcoin accepts Transaction Version 1 while the majority of the rest of the network accepts Transaction Version 2 (where I pay myself).   But if SHA-256 ever gets close to being broken I'm sure bitcoin will be upgraded so new clients only accept upgraded hashes for new blocks/transactions.
1588  Bitcoin / Development & Technical Discussion / Re: Development roadmap on: March 06, 2011, 05:37:19 PM
define click-to-pay?

You're browsing the web and see a link or button that says "Pay now with Bitcoin"-- you click it, and... stuff happens.  Where that stuff does NOT involve copying and pasting anything (I know WE all know how to copy and paste, but a surprising number of computer users don't) and certainly doesn't involve trying to type in a 35-character bitcoin address.
1589  Bitcoin / Bitcoin Discussion / Re: Changes to the bitcoin.org homepage on: March 06, 2011, 02:52:14 AM
If you try and mine with a cpu it should point and laugh or say "youre doing it wrong".

WAAAAAY back in May of last year I did a little CPU mining.  Then stopped when I realized I was spending more on electricity than the bitcoins I generated were worth.  Bitcoins were selling for under a penny a piece, and I figured it cost a couple cents in electricity to mine them.

So if you think there's a chance bitcoin prices will be 10 or 100 times higher in the next year or three, maybe CPU mining now isn't crazy.

Just saying.
1590  Bitcoin / Development & Technical Discussion / Re: Development roadmap on: March 06, 2011, 02:30:41 AM
The solution for sending coins to people is ...

Cool... but Hal just convinced me we don't need that feature for bitcoin 1.0.

Is anybody willing to commit to actually implementing any of these?

I know the bitcoin<->Berkeley DB code pretty well, so I'll volunteer to do the "Import a backed up wallet" feature.
1591  Economy / Economics / Re: WTH? why a sudden drop by 10 cents? on: March 06, 2011, 02:13:29 AM
MT.Gox's selling price is now at 81 cents... it was at 90 cents a few MINUTES ago, at 92~94 cents 2 days ago...
is this a trend that will continue?

You mean fairly large fluctuations in BTC/$ prices?  Yes, yes it will.  If you're looking for a stable, boring investment do not buy bitcoins.

I'm still surprised we haven't seen a real price bubble yet (where my definition of bubble is "doubles in price and then falls all the way back down").  Maybe we're in the middle of one still on its way up...

1592  Bitcoin / Project Development / Re: Do we need Forum moderators on: March 06, 2011, 01:59:04 AM
I'm reading the same questions again and again and again.
We need moderators who can close those threads and point to the already existing ones.

Maybe it is time to start a bitcoin stack exchange site?

Forums aren't really designed for Q&A.
1593  Bitcoin / Bitcoin Discussion / Re: Frustration at the Digital Money Forum on: March 06, 2011, 01:55:47 AM
For the layman, I submit that bitcoin sounds no less kooky than Time Cube (okay, maybe a little less kooky, at least the website styling doesn't burn your eyes and people write in grammatical sentences).

Conversation I had tonight:

Quote
"So Gavin, what are you working on these days?"

"A really exciting project that is... well, OUT THERE.  My wife calls it my 'pretend money project,' but I'm wearing really nice wool socks that I bought with my pretend money."

People who know me aren't shocked that I'm working on something wild and crazy, and by saying up front "this is a wild and crazy idea that may or may not work" I think they're more likely to really think about whether or not bitcoin makes sense.
1594  Bitcoin / Bitcoin Discussion / Re: Changes to the bitcoin.org homepage on: March 05, 2011, 10:22:08 PM
But I still see "If you have version 0.3.9 or lower, please upgrade for an important security update!" on this forum?

It is amazing how the brain can ignore things that it sees every single day...  (thanks for pointing that out, fixed).

RE: removing wording about generating coins on the home page:  any objections to doing that?
1595  Bitcoin / Development & Technical Discussion / Re: Shy client patch on: March 05, 2011, 10:16:13 PM
Pull request:
  https://github.com/bitcoin/bitcoin/pull/101
1596  Bitcoin / Development & Technical Discussion / Re: Development roadmap on: March 05, 2011, 10:07:37 PM
design/implement a secure DNS-like "map string to bitcoin address" system  (so I can send bitcoins to "gavin@acm.org")
This might be nice but I don't see it as a prerequisite for 1.0.

I suppose if we figure out how to make click-to-pay work for both the "I'm using an online wallet service" and the "I'm using the client" cases, then users won't have to know how to copy&paste addresses and human-type-able addresses won't be critical.

RE: DoS resistance:  please DO keep thinking about it; I'm not a networking expert (in fact, if you know any networking experts, see if you can get them thinking about it....).
1597  Bitcoin / Bitcoin Discussion / Re: Possible to export transaction history to spreadsheet? on: March 05, 2011, 09:57:25 PM
Good idea.  I opened a feature request at https://github.com/bitcoin/bitcoin/issues/100
1598  Economy / Marketplace / Re: We need to find out where Stevenbucks lives. on: March 05, 2011, 07:39:05 PM
Can't you scam the seller by not releasing the bitcoins?
Clearcoin now supports sending unreleased coins to a charity instead of refunding them, which gives both buyer and seller the same incentives.
1599  Bitcoin / Development & Technical Discussion / Development roadmap on: March 05, 2011, 06:09:41 PM
Crashing bugs, any bug that might result in loss of bitcoins, and security fixes are always highest priority, but here are the big things I think are very high priority that, as far as I know, nobody is working on.  I think they all need to be done before we can say we have a "Bitcoin 1.0" :

  • finish download-only-blockheaders client mode
  • password-protect the wallet private keys (mitigate the steal wallet.dat problem: see https://gist.github.com/803170 )
  • import a backed-up wallet
  • figure out how to do click-to-pay
  • design/implement a secure DNS-like "map string to bitcoin address" system  (so I can send bitcoins to "gavin@acm.org")
  • export+encrypt part of your balance (for long-term storage; I still waffle on whether we want to encourage that right now)
1600  Bitcoin / Development & Technical Discussion / Re: Version 0.3.20.2 released on: March 05, 2011, 06:04:54 PM
- tag these minor releases in git, too
- sign tags with gpg (git tag -s -u <email> <tag>)

The tag is v0.3.20.2, and it is signed by my (gavinandresen@gmail.com) gpg key.

RE: roadmap for v0.4 :  I worry that we'll spend time creating a roadmap and then... people will work on whatever strikes their fancy.  So the 0.4 release will end up being completely different from what the roadmap says.

That said, I'll start a roadmap thread; maybe we CAN all agree on priorities and find people to actually work on the highest priority stuff.
Pages: « 1 ... 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 [80] 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!