Bitcoin Forum
May 06, 2024, 06:44:13 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Bitcoin Technical Support / BUG: Transaction in limbo (apparently) on: July 01, 2011, 02:49:34 AM
I have been sending BTC with the latest client (.13) with fees of 0.00 successfully for a few days now; however, this morning (about 12 hours ago) I sent 0.501 BTC to this address (with a fee of 0.00 specified in the standard gui)
http://blockexplorer.com/address/1Q6eEfU6KGAA2WncmyWYjJCXq7HXGunsis

About 10-15 secs after sending the funds I closed the client.
Checked blockexplorer all day and the transaction never showed up.

As of now, the client reads '0/unconfirmed'.  What to do?
2  Bitcoin / Bitcoin Discussion / stream logs from the crash point on: June 21, 2011, 05:00:21 AM
(2011-06-19 10:04:05.468347): ticker: high: 18.8766, low: 15.26, vol: 46513, buy: 17.6, sell: 17.6023, last: 17.6
(2011-06-19 10:05:44.141865): ticker: high: 18.8766, low: 15.26, vol: 46481, buy: 17.6, sell: 17.6023, last: 17.6
(2011-06-19 10:05:55.618395): ticker: high: 18.8766, low: 15.26, vol: 46486, buy: 17.5, sell: 17.6, last: 17.6
(2011-06-19 10:06:33.219817): ticker: high: 18.8766, low: 15.26, vol: 46498, buy: 17.4326, sell: 17.6, last: 17.6
(2011-06-19 10:06:42.185397): ticker: high: 18.8766, low: 15.26, vol: 46499, buy: 17.4326, sell: 17.6, last: 17.6
(2011-06-19 10:11:50.609492): ticker: high: 18.8766, low: 15.26, vol: 46454, buy: 17.51, sell: 17.5998, last: 17.51
(2011-06-19 10:13:17.852609): ticker: high: 18.8766, low: 15.26, vol: 46453, buy: 17.51, sell: 17.5998, last: 17.51
(2011-06-19 10:13:47.728668): ticker: high: 18.8766, low: 15.26, vol: 46454, buy: 17.51, sell: 17.5998, last: 17.51   <------ A
(2011-06-19 10:51:11.170474): ticker: high: 18.8766, low: 0.01, vol: 282353, buy: 0.003, sell: 0.01, last: 0.01          <------ B
read_websocket error: HTTP Error 500: Internal Server Error
Connected to Mt. Gox
(2011-06-19 10:51:14.020662): ticker: high: 18.8766, low: 0.01, vol: 282452, buy: 0.003, sell: 0.01, last: 0.01
read_websocket error: HTTP Error 500: Internal Server Error
Connected to Mt. Gox
(2011-06-19 10:51:39.629533): ticker: high: 18.8766, low: 0.01, vol: 544904, buy: 7.51, sell: 10, last: 10
(2011-06-19 10:51:52.364589): ticker: high: 18.8766, low: 0.01, vol: 545343, buy: 0.8, sell: 10, last: 0.8
(2011-06-19 10:52:05.648917): ticker: high: 18.8766, low: 0.01, vol: 545337, buy: 1, sell: 10, last: 10
(2011-06-19 10:52:12.799261): ticker: high: 18.8766, low: 0.01, vol: 545339, buy: 3, sell: 10, last: 10
(2011-06-19 10:52:17.080434): ticker: high: 18.8766, low: 0.01, vol: 545316, buy: 3, sell: 10, last: 10

====================

I have my program designed to only printout tickers when they actually change.  Also, there is a timeout on the socket.read of 40 seconds and if it expires we see additional output such as:
read_websocket error: Timeout exceeded waiting for data from Gox

So, between points A & B (a time period of almost 40 very critical minutes) we know that:

1 - I received some sort of message from Gox at least every 40 seconds.
2 - None of those messages (if of the ticker variety) differed from this:
ticker: high: 18.8766, low: 15.26, vol: 46454, buy: 17.51, sell: 17.5998, last: 17.51

Does that seem strange to anyone else?
3  Other / Meta / Bowing out of discussions on: June 07, 2011, 06:33:32 AM
Is there a way to tell the 'Show new replies to your posts' feature that you're not longer interested in some discussions you posted to in the past?
4  Bitcoin / Bitcoin Discussion / user-centric augmented-reality pricing app (geo-location specific) on: June 06, 2011, 04:14:29 AM
I don't know if this has been proposed yet or not but it would greatly increase BTC's usefulness as a currency given the wide fluctuations in BTC's value and its inherently deflationary economy.

Brick-and-mortar businesses provide a wifi-hotspot exposing a database of prices (in BTC) for every tangible good (or service) they offer (each of which has an RFID for identification).  Users point their smartphones at items and see pricing in their preferred units (even historical) as augmentations of the view.  Of course, support for ad hoc conversions via manual input would be supported as well.
5  Bitcoin / Project Development / automated day (to be high-freq) trading on: June 03, 2011, 07:08:32 AM
I've developed a bot for gox trading (hosted on google app engine) which I've been using with reasonable success so far (avg profit 1-3% per day).  I am considering opening it up to outside investors and want to get an idea of the demand for such a service.  I will most likely settle on taking a percentage of the profits that it generates (as opposed to alternate pricing schemes).

It is certainly not as profitable [longer term] as simply holding at this point but it does offer the advantage of capitalizing on the near-constant noise (and is thus a good avenue for diversification).  I will, of course, over time increase its efficiency and customizability but it is already reasonably efficient and customizable.

[Sorry for the cross-post but it seems more relevant here than in 'trading discussion'].
6  Economy / Trading Discussion / automated day trading on: June 02, 2011, 07:55:41 AM
I've developed a bot for gox trading (hosted on google app engine) which I've been using with reasonable success so far (avg profit 1-3% per day).  I am considering opening it up to outside investors and want to get an idea of the demand for such a service.  I will most likely settle on taking a percentage of the profits that it generates (as opposed to alternate pricing schemes).

It is certainly not as profitable [longer term] as simply holding at this point but it does offer the advantage of capitalizing on the near-constant noise (and is thus a good avenue for diversification).  I will, of course, over time increase its efficiency and customizability but it is already reasonably efficient and customizable.
7  Bitcoin / Mining / heterogeneous ati system on: May 19, 2011, 04:22:27 AM
Has anyone tried mixing 5XXX and 6XXX cards on the same system?  Both Linux and Windows recognize the cards just fine, but CLInfo. ati-config and other OpenCL programs (including the miners) do not.
8  Bitcoin / Mining / Not seeing linear scale-up with addition of graphics card on: April 23, 2011, 12:07:39 PM
Hi,

I was mining at a rate of 300K khash/sec with a single ATI HD 5870 last week running on an ASUS P8P67 WS Revolution and a 64-bit installation of Ubuntu 11.X running open source ATI drivers (fglrx).  Something went wrong with the Ubuntu installation so I re-installed 32-bit Kubuntu 10.10 and also installed two additional cards using the ATI proprietary driver (Catalyst)--although it was installed with fglrx dpkg package as well.  Now, my 3 cards are only averaging a rate of 150K khash/sec.  I've read elsewhere that bus speed should not be the issue.

My CPU is a Intel i3 3.1 Ghz (duo-core with hyperthreading).  'top' shows 3 of the CPUs pegged.  If i also start the CPU mining, then my rate on the GPUs drops to 1/2 what it is currently.

Is the CPU the bottleneck?  And, if so why?  I've also read elsewhere that this should be plenty of CPU.  [I've also specified 'performance' for the 'governor' settings].

Thanks!
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!