Bitcoin Forum
May 09, 2016, 01:06:59 AM *
News: New! Latest stable version of Bitcoin Core: 0.12.1 [Torrent]
 
  Home Help Search Donate Login Register  
  Show Posts
Pages: « 1 ... 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 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 114 »
1361  Bitcoin / Bitcoin Discussion / Re: live now - Gavin on twist on: May 10, 2011, 09:31:07 PM
I shoulda butted in, I think I'm too polite to be on a show with Jason Calacanis...
1362  Bitcoin / Development & Technical Discussion / Re: Feature idea: create bulk addresses on: May 10, 2011, 01:05:51 PM
Not sure how many addresses would be required. Probably also depending on the business. Maybe hundreds, or even thousands?

Extending the getnewaddress RPC call to take a [count] parameter would be easy.  Doing the same for the GUI would be pretty easy, too...
1363  Bitcoin / Development & Technical Discussion / [PULL] Allow move RPC to take account balances negative on: May 09, 2011, 07:47:18 PM
   https://github.com/bitcoin/bitcoin/pull/215

This pull is prompted by changes I'm making to ClearCoin, and should apply to any service where customers will owe the service bitcoins.   It removes the account balance checks from the RPC move command.

I'll use it to create accounts associated with users that keep track of how many bitcoins they owe; for example, if I owed 1 bitcoin ClearCoin will tell bitcoin:
  move 'gavinandresen' 'total_owed' 1.00

Assuming I'm not carrying a balance, that makes the gavinandresen account balance -1.00 BTC.  When I pay to one of the addresses associated with the 'gavinandresen' account, the account balance will be automatically credited.

If I were a professional accountant I probably would have written 'move' this way to begin with...
1364  Bitcoin / Development & Technical Discussion / Re: [PULL] Update RPC server to use asynchronous IO on: May 09, 2011, 07:19:54 PM
... but the async calls should greatly improve performance under high load.

Have you done any benchmarking to see if that is true?
1365  Bitcoin / Development & Technical Discussion / Re: bitcoin broken? on: May 09, 2011, 07:10:19 PM
Fine, the entire transaction except for:
  "The scripts for all transaction inputs in txCopy are set to empty scripts"

... is signed.   You're starting to make me grumpy...
1366  Bitcoin / Development & Technical Discussion / Re: bitcoin broken? on: May 09, 2011, 07:01:15 PM
The entire transaction is signed.  See:  https://en.bitcoin.it/wiki/OP_CHECKSIG  for the rules.
1367  Bitcoin / Bitcoin Discussion / Re: [RFC] New TX fee: 0.0005 BTC on: May 09, 2011, 06:35:45 PM
This "consensus" talk gives a bad feeling. Prices should be set by markets.
Agreed; that is the longer-term goal.  This is a short-term fix.
1368  Bitcoin / Development & Technical Discussion / Re: bitcoin broken? on: May 09, 2011, 06:21:57 PM
No, it is not possible, there is a rule against that.
1369  Economy / Economics / Re: Has anyone else thought about the role that GPU makers have in the BTC economy? on: May 09, 2011, 06:20:57 PM
Collusion to gain oversized-profits never succeeds in the long-term, unless there are artificial barriers to entry (like government regulations).

I won't worry until our governments decide to pass the Officially Licensed and Inspected Bitcoin Generating Devices Law.
1370  Bitcoin / Development & Technical Discussion / Re: Interface Optimization on: May 09, 2011, 03:21:20 PM
Will all of the internationalization/translations from the wxBitcoin port straight over to qtBitcoin?
1371  Bitcoin / Development & Technical Discussion / Re: [RFC] Continuous block reward decrease on: May 09, 2011, 01:32:02 AM
So, questions:
* Do you think a continuous decrease of the block reward is better?
* Is it worth breaking backward compatibility for?

No and no, in my opinion.

I think being able to explain the block reward as "starts at 50 every 10 minutes and is cut in half every 4 years" is a big advantage.  I like simple-- "the simplest possible solution that will work" is a good engineering rule of thumb.

1372  Bitcoin / Bitcoin Discussion / Re: What's the largest transaction fee you were asked to pay? on: May 09, 2011, 12:21:27 AM
When the client says it needs a fee, inform the user if they waited "x" amount of time. The fee is waived.

Good idea:  https://github.com/bitcoin/bitcoin/issues/206
1373  Bitcoin / Bitcoin Discussion / Re: [If tx limit is removed] Disturbingly low future difficulty equilibrium on: May 09, 2011, 12:17:48 AM
I know I'm not using an actual argument in this post. Feels strange to do that, too. But I think it's safe to say that a solid consensus should not produce this outcome. There is no consensus. There is no generally accepted operating model for Bitcoin after minting becomes negligible. We better find one.

Why?  Thats years and years away.  I don't think any of us can predict exactly what is going to happen 10 or 15 or 20 years from now; I don't think it is possible to get a consensus now because there has never been a system like bitcoin before, so predicting how merchants, miners, and users will interact in 10 years seems to me to be impossible.

So:  do you think this supposed problem will happen all at once?  Or will it happen slowly over time?  If you think it will happen all at once, would there be any warning signs?  If it is a problem that we can clearly see coming, then there will be time to react.

I'm much more worried on the problems I see coming in the next year or two or three-- bitcoin-specific viruses and trojans, poorly coded bitcoin web services, and maybe bitcoin service operators getting charged with financial crimes that they didn't know they were violating.
1374  Bitcoin / Bitcoin Discussion / Re: What's the largest transaction fee you were asked to pay? on: May 09, 2011, 12:05:14 AM
This has got me thinking. When transactions occur the coins get "broken up" if needed to make the payment with some change sent back to you. Wouldn't that mean that slowly the coins will get broken up smaller and smaller with time causing the kb for the transaction to go up, making the data required for transactions to slowly go up?

They tend to get put back together when you send larger payments.

The algorithm that the current bitcoin client uses isn't the best possible algorithm for deciding when to combine or split coins; ideally, it would have some notion of how big your average transaction would be, and when sending coins it might split change or combine extra coins to make change that is about that big (so the next time you make a transaction there are old, previous, high-priority transactions it can use).

If you ask nicely, I bet tcatm or somebody else will create a little web service that could tell you how long you have to wait for a 0.10 (or whatever) coin to mature before you can send it without a fee.
1375  Local / Discussions générales et utilisation du Bitcoin / Re: I'll be in Paris May 21 - 27 ... on: May 08, 2011, 12:25:52 PM
Wednesday May 25'th bitcoin lunch in la Défense is on my calendar.
1376  Bitcoin / Development & Technical Discussion / Re: Why Does The Bitcoin Server Create ~5x Fewer Connections Than Regular Bitcoin? on: May 08, 2011, 12:19:18 AM
The networking code is the same in either case, so it was almost certainly just a coincidence and you got unlucky with the peers you connected to running -server from the command line.
1377  Bitcoin / Technical Support / Re: I would like to be able to send .33 bitcoins without a fee. How do I do this? on: May 07, 2011, 05:48:31 PM
The rules that the GUI (and bitcoind sends) follows to figure out if you should pay a fee are now the same as the rules in the block generation code.  The rules themselves didn't change.
1378  Bitcoin / Technical Support / Re: I would like to be able to send .33 bitcoins without a fee. How do I do this? on: May 07, 2011, 02:49:16 PM
Clearly the fee system is suboptimal if one can reduce fees by workarounds that increase system overhead.

I learned long ago that it is much better to create a sub-optimal system that is simple and robust than to try to create a perfectly optimal system.

Pretty darn good, with the right incentives in place to drive the long-term desired behavior, is good enough for me right now.  I think "we" have been pretty good at responding fairly quickly to problems as they appear.   I'm keeping a close eye on the free-transaction backlog, but I think tcatm's recent changes to http://bitcoincharts.com/bitcoin/ , showing transaction priority, and the recent change to the bitcoin client, so the default fee rules are the same for miners, relaying across the network, and the client, are working nicely.
1379  Bitcoin / Technical Support / Re: I would like to be able to send .33 bitcoins without a fee. How do I do this? on: May 07, 2011, 02:25:19 PM
If your 0.33 bitcoins came from one or two recent payments to you, then waiting a day or three to let the inputs "mature" will let you send them without a fee.  The transaction priority fee rules are designed to discourage people from sending lots of small bitcoin transactions in a short time.

If your 0.33 bitcoins came from 20 or 30 penny-sized payments to you, then you'll have to go to a lot of work to send them without a fee, because a 20- or 30-input transaction will be too big to qualify to be free.  The transaction size fee rules are designed to discourage people from wasting everybody's disk and network bandwidth by sending big transactions.

If you did receive lots of tiny payments, you can try to bundle them up in chunks-- you might be able to send three payments of 0.10 BTC without a fee (because each of them would be smaller than the "too big to be free" size).

But you should ask yourself:  is it really worth your time?  0.01 BTC is less than 5 US cents.  If it takes you more than 20 seconds to send 2 or 3 payments to avoid the 0.01BTC fee, then you're valuing your time at less than US minimum wage.
1380  Economy / Economics / Re: Are we at the point where we HAVE to pay tx fee? on: May 06, 2011, 04:13:04 PM
BTW, can someone explain in layman words where from priority is defined?

Priority is a function of how many bitcoins are involved in the transaction (more is higher priority), the size (in bytes) of the transaction (smaller is higher priority), and the age of the transaction's previous transactions (older is higher priority).

Your transaction is taking a long time because it involved only 0.14 BTC which you got from a transaction that happened earlier today.  If you were running bitcoin version 0.3.21, it would have required that you add a 0.01BTC fee to send it.

Pages: « 1 ... 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 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 114 »
Sponsored by , a Bitcoin-accepting VPN.
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!