Bitcoin Forum
May 04, 2024, 01:31:43 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 »
1901  Other / Beginners & Help / Re: BUTTERFLY LABS WHERE THE FUCK IS MY ASICS HARDWARE on: May 29, 2013, 09:19:58 PM
i love these threads
1902  Economy / Economics / Re: BTC-E PHP Currency Arbitrage Bot Full Code on: May 29, 2013, 07:12:37 PM
well shit, I didn't even spot the (obvious) curl call. Shame on me.

Curl alone did not sort it out. I had to create the nonce file and now the bot is spitting out what looks like morse code so I guess its working now. Thanks!

[edit] ok, i will bite. this is what the output looks like

Code:
#screen -dmS arbot -h 1024 -L ./roundrobin.sh
..---....-....----.--------.--..-.---.------------.---.--.-.----.---------------------.----.----.-.--------.------.--.-..--..------------------------.-------.-----------.-..-.--.-..-.--....---------.-------.------------------.--.---.----.-------------------------..-..------.-.--.---.----..-----------------------.-----------.------------.---.--------.-----.-------------.--------.----.-----------.-.3....-..-.---.-.----.----..---....-.-..-..----.---.--......-----..-...---------.---...-..---..-..---.----..---.-..-----.-----.--.-------...---.---..-----.-.----.----------.---.-..-.----.-.1------.-.--.------.-------.----.---.---------.----------------------.-..-.---.---..-------.---.----.-.-.--...---..-.-------------..-.--.---..-----.-.....-.----.--..--.--....1-------..---.---..------..--..--.--....-.-----...-.-..--.--.-.---..---.---.----.-------.--.-....--.-------.-.-----.--...--.-..-..--.-.---..-..-..-.--.--.....-.-..-..-........--.-......--------.-..1-.------------..------.1----.------------...-.-----..--..-..-.----.--.-----------....---.-..--.--------.----.-...-.-...-.--...--.-.-..-..-..--...--.....-.--...-...--------.-----.-...---.-------.------.-----------.---.---..-.-.-...-.--------...-------.--.-.--.---.---.-----.2..----.------..-..--..-------..--.--------.-------.-.--.-.1----.-.------.-.1.-.-...-...--.1.----.--..-..--.-----.------.--.--.--------------.------..-..--.----..-.---.--.------------.---------.-.-----.--.----..---------....-.--.-.-.--.---------.----..------..-----.-.--------.----------..---...-----...--.-.1.---.-...-----.-----.----.--------------------------..------------.----.-.----.-..-.-..1---.-..-.--..--------.---------.--------.1-..-.-...-..-.1----.--.-..--.-----.--------...--.---..--.--------.--.-..------.-.-----.1-.--...-.-------.-.-..-..-------.----------.---..---.----.

Reading the translation of this I ASSUME all is well and the script just does not see a profitable path? Reason I ask is becuase this looks nothing like Jude Austin's output he posted.
1903  Economy / Trading Discussion / Re: tAPI-bot - Automated crossover trade platform for BTC-e on: May 29, 2013, 05:08:11 PM
So I've run this for a couple days with different settings, but I seem to pretty much get the same result.  It appears that I am buying low and selling high, but I am perpetually taking slow but gradual loss.  Is anyone actually making anything using this bot, or is everyone pretty much running into the same thing (as per previous messages in this thread)?
 

PS:  thanks for making this available to everyone Smiley

The fee's kill ya. Stagnant markets kill ya. This is not the easiest bot in the world to work with but has made me some bitchin trades... and then lost the profit through fee's on the following trades. I do not run this bot unattended. As quite as nomorecoin has been I would assume that he is messing with the code as we speak.
1904  Other / CPU/GPU Bitcoin mining hardware / Re: reduce laptop price by mining on: May 28, 2013, 09:13:12 PM
Just get a warranty on it.
If you permanently damage the GPU, or any part of the computer because of Bitcoin mining, and as long as you haven't overclocked, or modified any of the hardware, the manufacturer will replace it, for free.

Sneaky Sneaky! Good answer though.
1905  Bitcoin / Hardware / Re: Should I sell my Jalapeno? Seems to be working fine, but... on: May 28, 2013, 09:11:32 PM
I will do you one better. Take a picture of yourself with it and sell that pic to us poor sods still waiting for our own.
1906  Economy / Trading Discussion / Re: tAPI-bot - Automated crossover trade platform for BTC-e on: May 27, 2013, 12:51:08 PM
Good deal. Happy trading!
1907  Economy / Trading Discussion / Re: tAPI-bot - Automated crossover trade platform for BTC-e on: May 27, 2013, 12:37:32 PM
Code:
# Ribbon:
# Note: ribbonStart + (3*ribbonSpacing) MUST BE < 150!
# This is because the platform only looks at last 150 trades (max returned by API)
ribbonStart = 49
ribbonSpacing = 50

This is correct. Start is 49. Spacing is 50. 49 + 50 = 99. 99 + 50 = 149

This logic is here:

Code:
# Note: ribbonStart + (3*ribbonSpacing) MUST BE < 150!


Hope this helps.
1908  Economy / Trading Discussion / Re: tAPI-bot - Automated crossover trade platform for BTC-e on: May 27, 2013, 12:23:12 PM
Trouble as in the bot is not making trades? Or the bot is making trades that are not making you money?

1909  Economy / Economics / Re: BTC-E PHP Currency Arbitrage Bot Full Code on: May 27, 2013, 12:19:48 PM
Tried running this to see what it would do and it's throwing me these errors:

Code:
gdlinux@gdlinux:~/Desktop$ php phpbot.php
#screen -dmS arbot -h 1024 -L ./roundrobin.sh
PHP Warning:  fopen(nonce): failed to open stream: No such file or directory in /home/gdlinux/Desktop/phpbot.php on line 689
PHP Warning:  fread() expects parameter 1 to be resource, boolean given in /home/gdlinux/Desktop/phpbot.php on line 690
PHP Warning:  fclose() expects parameter 1 to be resource, boolean given in /home/gdlinux/Desktop/phpbot.php on line 691
PHP Fatal error:  Call to undefined function curl_init() in /home/gdlinux/Desktop/phpbot.php on line 665

and this is a little beyond me to figure out. I set debug to TRUE and the output did not give me any more hints. Thoughts?
1910  Other / Beginners & Help / Re: Want out of here FOR REAL? on: May 26, 2013, 01:06:11 PM
nice shakedown for new people...

"Welcome to the greatest thing happening on the net right now... By the way, give me your lunch money"
1911  Other / Beginners & Help / Re: GO FOR THE GOLD - Free GLDcoins on: May 26, 2013, 01:04:39 PM
Yes, bright red letters spamming the thread convinces me of the worth of what you are pushing.
1912  Other / Beginners & Help / Re: Free Bitcoins on: May 26, 2013, 12:51:08 PM
classic mac theme? really?
1913  Other / Beginners & Help / Re: What would you do with 1000$? on: May 26, 2013, 12:46:45 PM
two chicks at the same time
1914  Bitcoin / Hardware / Re: *New PCI-E Based ASIC miners 1.2th/s - 1.9th's +\- 10%* on: May 25, 2013, 11:23:24 PM
There is trust feature on the forum, you people don't know that? Guy is obviously scammer so why prolong this thread? Are you really so bored or what?



I am bored.
After careful analysis, I will fling my BTC indiscriminately at random BTC addresses. This has a higher chance of success than ordering from the OP.


*cough* look at my footer *cough*
1915  Bitcoin / Hardware / Re: [UPDATE] BFL ASIC Status (May 23 2013) on: May 23, 2013, 09:08:29 PM
Most sane people would go weary of even opening a BFL related thread any more... but I don't know any sane people.

The content of the 'update' does not much matter to me (been waiting since September) but what I do get a kick out of is the hit parade of jadedness that flocks to these types of posts. From people wondering if now would be a good time to order, to people who have been screwed properly by BFL, to just good ol fashioned nay-saying.

What a good day to be a nerd.
1916  Bitcoin / Mining / Re: I was just banned from BFL forums on: May 23, 2013, 08:57:56 PM
I am Jack's Smirking Revenge....


In all seriousness, for what us idealist are trying to do with crypto coins, you'd think there would be a fuck ton more Fight Club references floating around here...

Back on subject. Send a certified letter requesting a refund, the means in which would be acceptable for them (BFL) to return said funds. If they refuse, call the pigs or something... just make sure you document everything or you wont have a leg to stand on.
1917  Bitcoin / Hardware / Re: The ASIC device scams are getting a little fancier. on: May 23, 2013, 08:53:13 PM
Shit they are using Snakes Bank of America... its defintially a scam!
1918  Economy / Trading Discussion / Re: tAPI-bot - Automated crossover trade platform for BTC-e on: May 23, 2013, 08:04:11 PM

Best advice, run it in sim mode until you feel comfortable with the settings.ini and the settings within.

This, for now. In testing, you want to configure the signals such that a "crossover" happens as near to peaks and troughs as possible.

It's unlikely that many will share successful setups in the future, but you can do some reading on crossover trading and moving averages. Be aware: conventional wisdom on these signals may not apply, or may be skewed, as the period used to calculate is individual trades, not days.

Oh boy you can say that again. I went into playing with this bot thinking I knew a thing about a thing or two but I sure the hell was dead wrong.
1919  Economy / Trading Discussion / Re: tAPI-bot - Automated crossover trade platform for BTC-e on: May 22, 2013, 08:50:18 PM

I'm thinking of ways to implement a minimum volatility trade "pause". When the trends are smaller than a round trip trade, we're guaranteed to lose. The bot could check the high/low gap over a certain range, and decide whether or not to try trading. Thoughts?

YES! That is exactly what I think is needed. Is it possible? This is pretty much what I do when I say baby sitting. If there is not enough action in my pair of interest, I just shut to bot down for a bit and wait. If this could be done automatically with variables, you might be on to something.

Further develop that thought... include multiple trade pairs and have the bought 'shop around' so to speak for the most volatility with the available currencies in your account?
1920  Economy / Trading Discussion / Re: tAPI-bot - Automated crossover trade platform for BTC-e on: May 22, 2013, 08:47:28 PM
Is there a guide somewhere that defines the types of signals and what the values mean etc. (don't know how to adjust the signals if I don't know what the values mean)?  I'm rather new to these sorts of things, any help or starting point would be most appreciated.  Also, where does the graph output to?

Some quick internet searching on the moving average types and single types will give you a mind blowing amount of info.

Graph has to be enabled in the settings.ini and prerequisites met. Graph exports to ~/tapi/graph.png

Best advice, run it in sim mode until you feel comfortable with the settings.ini and the settings within.
Pages: « 1 ... 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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!