Bitcoin Forum
May 26, 2024, 11:45:05 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 [162]
3221  Economy / Exchanges / Re: New Bitcoin Exchange (mtgox.com) on: July 23, 2010, 04:59:10 PM
Payment processing and automated withdrawal is working, here.  Well done.
3222  Bitcoin / Bitcoin Discussion / Re: Bitcoin subscriptions on: July 23, 2010, 05:25:24 AM
i've never used the ui client, but if the linux client exposed itself via dbus, you could write your own subscription manager.

alternatively, put this in your crontab:

0 0 0 0 */1 bitcoin -server sendtoaddress whatever amount-in-btc

Sure, I can do this.  But the supposition and suggestion were more general.

If bitcoins are to be successful, there needs to be a subscription system accessible to Aunt Tillie.
3223  Economy / Marketplace / Re: Bitcoin Payment Button for websites on: July 22, 2010, 07:38:46 PM
It has payment notification... nice.
3224  Economy / Marketplace / Re: Pick 3 Lotto - Jackpot (221 BTC) - Evening Drawing 7/23/2010 (1 BTC Lotto) on: July 22, 2010, 08:34:21 AM
Suggestion:  Derive the Pick 3 value from a well-known, independent source.

1) Download the posted-daily numbers from the US SEC's EDGAR service,

          ftp://ftp.sec.gov/edgar/daily-index/

2) Run the file through md5sum / sha1sum / sha256sum

3) Convert last few digits from hex to decimal.

4) Use last 3 digits from decimal value for Pick 3.
3225  Bitcoin / Development & Technical Discussion / Re: Scalability and transaction rate on: July 22, 2010, 06:45:58 AM

Large transaction rates are a key future bottleneck of the current bitcoin system.
3226  Bitcoin / Bitcoin Discussion / Re: Bitcoin subscriptions on: July 22, 2010, 06:43:03 AM
IMO, the bitcoin client should have a subscription manager.
3227  Bitcoin / Development & Technical Discussion / cachelines and prefetches (was Re: Faster SHA-256, MSVC build) on: July 21, 2010, 10:15:01 PM
Ideally, bitcoin should be hashing in CPU cacheline-sized, cacheline-aligned chunks (usually 64 bytes).

Also, on modern CPUs, you can issue a "pre-fetch" like this

     while (have bytes)
          pre-fetch(index + 1)
          sha256(index)

which will potentially speed up the operation.

Both Linux and Windows compilers can generate prefetches.  gcc provides builtins for this.
3228  Economy / Economics / Re: Current Bitcoin economic model is unsustainable on: July 21, 2010, 09:05:32 PM
But I hope you realize, that aside from trust, I and anyone that comes afterwards can't know. And the point of bitcoin was not to have to rely on trust. That's in the white paper. :-)

Well, more like, you trust the bitcoin network.  For everyday currency transactions (buying and selling), some level of human trust is almost always involved.  You trust that a business will likely give you a service, in exchange for giving them money.
3229  Bitcoin / Bitcoin Discussion / Re: Has someone made a "buy with bitcoins" button? on: July 21, 2010, 09:01:11 PM
More than just an image...

Even though the bitcoin network itself handles fundamental transaction processing, web shopping carts will need additional amounts of payment processing to match purchases to incoming payments, be notified when a payment is processed (currently bitcoin purchase can take multiple hours to be confirmed), though order fulfillment and completion.

Even a simple "donate" button will require some sort of payment processing gadgetry a la Paypal's web button engine, if you want people to provide names and/or messages along with their donation.

It's tempting to code up a button engine myself, actually...
3230  Economy / Economics / [US] Taxes and gold coins on: July 21, 2010, 08:49:37 PM
Something eventually relevant to bitcoin and Pecunix?

http://abcnews.go.com/Business/gold-coin-dealers-decry-tax-law/story?id=11211611

Starting Jan. 1, 2012, Form 1099s will become a means of reporting to the Internal Revenue Service the purchases of all goods and services by small businesses and self-employed people that exceed $600 during a calendar year. Precious metals such as coins and bullion fall into this category and coin dealers have been among those most rankled by the change.

This provision, intended to mine what the IRS deems a vast reservoir of uncollected income tax, was included in the health care legislation ostensibly as a way to pay for it. The tax code tweak is expected to raise $17 billion over the next 10 years, according to the Joint Committee on Taxation.
Pages: « 1 ... 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 [162]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!