Bitcoin Forum
May 25, 2024, 03:30:57 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 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 »
921  Bitcoin / Development & Technical Discussion / Re: Balance not re-calculated after wallet swaps on: May 20, 2011, 01:24:24 PM
Did it work with 0.3.21?
922  Bitcoin / Bitcoin Discussion / Re: Public Relations on: May 20, 2011, 09:58:35 AM
To me, Bitcoin is an interesting experiment. It may fail for various reasons, grow obsolete, or - who knows - change the world. Whatever happens, we'll learn a lot about independent online currencies and their feasibility, and I would sure love to see one succeed, even in just a niche market.

Also, in its current form, I don't see it as a competitor to paypal or other transaction processor. It's just this:

  The free currency of the internet.

(free as in freedom, obviously). The services built upon - including paypal-like infrastructures - grow every day, but there's a long way to go, and I hope I can contribute a bit to get there.
923  Bitcoin / Development & Technical Discussion / Re: [PULL] Sign and verify message with bitcoin address and public key on: May 19, 2011, 09:52:55 AM
Quote from: sipa
By the way, would you consider using the compact signatures I proposed some time ago (http://bitcointalk.org/index.php?topic=6430.0)? This would alleviate the need for separately showing and passing the public key around.

[...]

I don't think that experimental (though tested) recover-public-key code should be included immediately [...]
If prefer to keep things simple for now, but if we want to add that later, it may break the compatibility with this patch (we must chose to use Sign or SignCompact when signing. When verifying, no problem, if a bitcoin address is provided it'll use VerifyCompact, otherwise Verify).

What are the other opinions ?
[/quote]

What about currenty just encoding pubkey + signature together in a single hex or base58 string, so the "verifymessage address message signature" interface can be used. In can always be extended later to use the more compact representation.
924  Bitcoin / Development & Technical Discussion / Re: Balance not re-calculated after wallet swaps on: May 18, 2011, 10:47:49 PM
Which version are you using? 0.3.21 should support this situation automatically. Earlier versions may need a -rescan. If transactions were done using copies of the wallet, you need 0.3.21 whatsoever.
925  Bitcoin / Development & Technical Discussion / Re: New Attack Vector on: May 18, 2011, 04:09:28 PM
I don't like the idea of openssl segfaulting on garbage data.

Is there an easy way for checking (by looking at the bytes ourselves, not by passing it to openssl and request to encode it again) that the input is a valid DER-encoded signature?
926  Bitcoin / Development & Technical Discussion / Re: [PULL] Wallet Private Key Encryption on: May 18, 2011, 12:29:29 PM
I'd like to see a way to pass the passphrase through a file descriptor instead of on the command-line, so it isn't visible on the process list.
927  Economy / Economics / Re: IndexCoin on: May 18, 2011, 12:00:58 PM
It is a purely psychological thing, but you need people to think in the derived (indexed) unit rather than the internal (bitcoin) unit, as their pay in the latter one will decrease.

PS: this is not a serious proposal, just to show that it's possible to address (some of) the concerns.
928  Economy / Economics / IndexCoin on: May 18, 2011, 09:45:32 AM
(repost from general discussion)

Hello,

the past few months I've heard about many people who consider the limited money supply of Bitcoin as a flaw. I am no economist, and won't get involved in a discussion for or against deflation, but there is one claim I am sympathetic with: if people were paid in bitcoins, their pay rate might need to decrease gradually, and people definitely don't like to see decreasing numbers (purely a psychological thing). Hence my solution: IndexCoin.

IndexCoin is a currency backed by bitcoin, but with an exchange rate that varies in time. Actually, IndexCoin is nothing more than a different representation of bitcoin amounts. The exchange rate is determined by an index, which is defined by a central authority. Note however that many such authorities may exist, and people are free to choose one.

The authority publishes (using the necessary cryptographic arrangements, such as digitally signing) regularly an updated file which contains indexing points, Each point is defined as a block number together with an index value, plus a special index for any point in time before the first indexing (typically 1).

The IndexCoin client displays the amount for each transaction calculated for the time/block position in which the transaction took place, plus pseudo-transactions that represent the indexation, eg. "0.1% Interest on balance 1234.45 IDXC: +1.23445", if the index increased with 0.1% at a point in time where the wallet's balance was 1234.45 IDXC.

When doing a transaction, people can freely choose which index they want to use for the currency they send (or the address format could be modified to include information about the holder's native index). The client will then lookup the index value of that, and send the corresponding number of BTC, implicitly doing a feeless "currency convertion". If I use the Alpha-index, and you're using the Beta-index, I could choose to send you an amount in AlphaCoins or in BetaCoins.

Though I am not sure an index linked to such a volatile exchange rate would be a good idea, but exchange sites could be their own index authority, allowing eg. an indexcoin client that denominates values in "MTGUSD".

A payment contract could stipulate a trusted index authority to use for payments then.
929  Bitcoin / Bitcoin Discussion / Re: We will run out of coins eventually! on: May 17, 2011, 12:26:59 PM
if bitcoin succeeds there will be new blockchains, people will start trading bitcoins for those other coins and eventually the original blockchain will be abandoned, leaving most of its flaws and dead weight behind. for example, nobody needs the transaction history of the last fifty years.

Neither is bitcoin designed to retain the history for all time. Though not implemented yet, the system is designed to purse spend transaction outputs from storage, after the spending is buried deep enough in the block chain.
930  Bitcoin / Development & Technical Discussion / Re: Some questions about scripts on: May 17, 2011, 11:43:07 AM
Hi everyone,

I've been looking at the script parts now of the Bitcoin protocol and have the following questions about it:

1) Right now there are only two (I think) different scripts whitelisted and it's not possible to do custom scripts. If a miner starts accepting transactions with non-standard scripts and creates a new block using them, will they also be accepted by the Bitcoin client?

I'm guessing they will, because the transactions being in a block already means they are valid transactions. I'm just asking for confirmation.

Exactly.

2) If I create a nonstandard transaction, with a valid and normal TxIn but with a special TxOut that has a script that always evaluate to true, everyone will be able to claim those bitcoins and use them for their own needs. In this situation, I'm assuming the first person that has a transaction in a valid block will be the "winner" and all the others that tried to use those coins will have their transactions never confirmed?

Again correct, but I'm not sure the default client will be able to create a corresponding txIn 9even though it's trivial).
931  Bitcoin / Development & Technical Discussion / Re: [PULL] remove GUI 'Generate Coins' option on: May 17, 2011, 10:07:54 AM
Quote
Maybe, but that does not mean we want tons of people burning electricity for almost no additional strength to the network.

Unless I am missing something, the current scheme looks flawed to me. It is designed so most of generators would waste electricity!
By waste I mean: earn less than the electricity it costs you. And no, it is not designed to be wasteful in this respect.

Now what am I missing? Smiley

The security of the network lies in the fact that you need - on average - to do as much work as was done in generating a part of the chain, to revert that part of the chain to your own version. The difficulty is irrelevant here, its only purpose is to prevent massive stale blocks by people working on different blocks at the same time. The security of the network is only determined by the total hashing speed, and even now, small CPu miners do contribute to that, but that does not mean they should if it is wasteful for them.
932  Bitcoin / Development & Technical Discussion / Re: [PULL] remove GUI 'Generate Coins' option on: May 17, 2011, 09:33:40 AM
a) Why can't the client be improved to the point where it is at least comparable with big miners? 1 coin per month is Ok. If user's system doesn't support GPU code - don't use CPU for that or warn him.
GPU mining code in the default client is an incredible mess. There are many algorithms tuned for different cards, and one has to support different versions of OpenCL and CUDA for different operating systems, making it unmaintainable and pulling in tons of dependencies. This is much better done in specialized packages, those will be better at it anyway.

1 BTC / month currently corresponds to 256 Mhash/s. There are no CPU's that can do that, and only a few GPU's can.

b) Isn't coin generation random? So there is a chance, however small, that an ordinary user will generate new coins?
Yes, but at some point it's just not worth it.

c) Isn't several big miners, instead of numerous independent clients, pose a greater risk and can manipulate and control bitcoin? What if in the nearest future there will be like 2-3 really big guys, like VISA and MasterCard and they will control 95% of block generation? Wouldn't this make bitcoin a new PayPal, instead of truly independent currency?
Maybe, but that does not mean we want tons of people burning electricity for almost no additional strength to the network.
933  Bitcoin / Development & Technical Discussion / Re: [PULL] remove GUI 'Generate Coins' option on: May 17, 2011, 09:16:38 AM
Well, what's this "consensus" based upon?

My logic is simple:

   More users generating => Better system protection => Make it easier to generate => Don't remove generation from the client, rather improve it.

At which step my thinking failed me? Smiley

At the fact that 10000 users running a CPU miner would only result in a few % increased total hash rate. Mining is a business, the economics of which make it profitable only for those with the most efficient hardware. Don't give users false hope that it is otherwise. If they are persistent that they still want to mine on a CPU, they can run a CPU miner, which has better algorithms too.
934  Bitcoin / Bitcoin Discussion / IndexCoin on: May 17, 2011, 07:21:40 AM
Hello,

the past few months I've heard about many people who consider the limited money supply of Bitcoin as a flaw. I am no economist, and won't get involved in a discussion for or against deflation, but there is one claim I am sympathetic with: if people were paid in bitcoins, their pay rate might need to decrease gradually, and people definitely don't like to see decreasing numbers (purely a psychological thing). Hence my solution: IndexCoin.

IndexCoin is a currency backed by bitcoin, but with an exchange rate that varies in time. Actually, IndexCoin is nothing more than a different representation of bitcoin values. The exchange rate is determined by an index, which is defined by a central authority. Note however that many such authorities may exist, and people are free to choose one.

The authority publishes (using the necessary cryptographic arrangements, such as digitally signing) regularly an updated file which contains indexing points, Each point is defined as a block number together with an index value, plus a special index for any point in time before the first indexing (typically 1).

The IndexCoin client displays the amount for each transaction calculated for the time/block position in which the transaction took place, plus pseudo-transactions that represent the indexation, eg. "0.1% Interest on balance 1234.45 IDXC: +1.23445", if the index increased with 0.1% at a point in time where the wallet's balance was 1234.45 IDXC.

When doing a transaction, people can freely choose which index authority they want to use (or the address format could be modified to include information about the holder's native index). The client will then lookup the index value of the receiver, and send the corresponding number of BTC, implicitly doing a feeless "currency convertion".

Though I am not sure an index linked to such a volatile exchange rate would be a good idea, but exchange sites could be their own index authority, allowing eg. an indexcoin client that denominates values in "MTGUSD".

A payment contract could stipulate a trusted index authority to use for payments then.
935  Bitcoin / Development & Technical Discussion / Re: Post-inflation security on: May 16, 2011, 01:07:33 PM
Yes, but it doesn't let you change the inputs. So you can't add more money into the transaction if it needs a higher fee, unless the recipient is OK with getting a bit less.

You're right, it seems. This seems strange to me - I would expect the outputs to remain identical instead of the input, so that someone who sees a payment coming in will know for sure it will either confirm, be replaced by something with the same effect (or remain in limbo forever...). Any reason why there is a requirement on the inputs remaining identical?
936  Bitcoin / Bitcoin Discussion / Re: Could you backup your wallet in a block chain ? on: May 16, 2011, 09:50:17 AM
I you're going to store your wallet in the block chain (only its keys, the transactions are there anyway), encrypted with a passphrase, I think you're better off using an idea that suggested here earlier: use the passphrase as random seed for generating your keys... no need to store anything anywhere, and exactly the same level of security.
937  Bitcoin / Development & Technical Discussion / Re: Post-inflation security on: May 16, 2011, 09:23:53 AM
Payment to miners via fees has a number of problems. One is that you have to pick a fee up front and then broadcast the tx. If you pick too low and no miner accepts it your transaction stays pending forever. If you pick too high you waste money. There's no way to replace a transaction with a higher or lower fee one today and changing Bitcoin to allow it would be tricky.

The bitcoin protocol supports a version number in transactions, and there is code in the main client (though disabled) for handling this. I believe it should be possible to enable it again. This will allow you to create new versions of a transaction that override the old version as long as they are not included in a block.
938  Bitcoin / Development & Technical Discussion / Re: New Attack Vector on: May 16, 2011, 09:21:12 AM
So let me get this straight: bitcoin's signatures are always in DER encoding, but it will accept any BER-encoded signature?
939  Bitcoin / Development & Technical Discussion / Re: New Attack Vector on: May 15, 2011, 05:36:54 PM
I believe the attack you describe is possible and real, but the effect is less troublesome. As soon as a modified echo of the transaction is included in a block, both sender and receiver will see this transaction too. The old transaction will linger on however, unconfirmed.
940  Bitcoin / Development & Technical Discussion / Re: Can next bitcoin client limit hash/sec? on: May 15, 2011, 04:58:35 PM
All nodes in the network - even those who are not lookin to generate new blocks - are verifying all transactions and blocks generated by others. This on itself is beneficial for the network (especially if you have a lot of connections).

Generating blocks is only as good as the (average) number of blocks generated. If a node would try one 1 khash per second, it will generate 1/2144027 of a block per year. Sorry, that's pointless.

The current network hashing speed is estimated around 1.8 Thash/s. It requires around 50000 normal desktop systems (4 Mhash/s each) to get a 10% share of this number. The same can be accomplished with 300 high-end graphic cards. Doing it with anything else, is just a waste of electricity.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!