Bitcoin Forum
October 14, 2024, 06:29:48 AM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Project Development / Re: Haasonline Simple Trade Bot For BTCe and Bitstamp[Main topic] on: July 10, 2014, 08:06:51 PM
The principle works by having one or more trade-bots and at the moment the safety bot kicks then it will hijack all the coins of all the main bots. This will make sure the main bots can not trade anymore (they will get into error state because of a wrong coin position) and this way you can make sure your coins are safe.

Ok.

Another question about the indicators.
Does it mater which indicator is on the top ?.

In my bot i first have a slow indicator (30minutes update period) and then a faster one (5 minutes). I expected that when the first slow indicator is indicating a buy signal, a buy order will trigger as soon as the second/fast indicator will indicate a buy indication. But it looks like my bot "waits" for some reason ?. Looks like it's waiting for the first/slow indicator to trigger one more time.

Another strange thing is when i'm looking at "current signals" I get the felling that the first/slow indicator moves back to "hold" during the 30 minute period while it should hold it's signal to the next update.



2  Bitcoin / Project Development / Re: Haasonline Simple Trade Bot For BTCe and Bitstamp[Main topic] on: July 06, 2014, 07:38:08 AM
It looks like your stop loss blocked a buy.

I suggest making a sperate bot only for drop loss- roof in so that it wont interfere with your other bots.


Hi.

Will this separate bot for drop loss change the coin position for the "main" bot ?.
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][MULTI POOL]New Low Diff profit switching pool on: May 01, 2014, 08:04:36 PM
Not working for me, Only got rejects.. Huh
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: [GUIDE] GridSeed 5-Chip USB & Blade Miner Support/Tuning on: April 22, 2014, 08:59:22 PM
Hello.

I tried to compiled cpuminer from Git but with no luck.


Code:
git clone https://github.com/siklon/cpuminer-gc3355 cpuminer
sudo sh autogen.sh
sudo ./configure CFLAGS="-O3"
make

Everything seems fine during compile (not an expert on linux)

Output
Code:
pi@rasp2 ~/cpuminer $ sudo ./minerd --gc3355=/dev/ttyAMA0 --freq=800 --gc3355-autotune --url=stratum+tcp://multi1.wemineall.com:5555 -u xxx.xxx -p test123 --retries=1
[2014-04-22 21:55:53.715] 0: GC3355 chip mining thread started, in SINGLE mode
[2014-04-22 21:55:53.717] 0: open device /dev/ttyAMA0
[2014-04-22 21:55:53.719] Starting Stratum on stratum+tcp://multi1.wemineall.com:5555
[2014-04-22 21:55:53.722] 0: Open UART device /dev/ttyAMA0
[2014-04-22 21:55:53.795] 0@0: Set GC3355 core frequency to 800Mhz
[2014-04-22 21:55:53.806] 0@1: Set GC3355 core frequency to 800Mhz
[2014-04-22 21:55:53.818] 0@2: Set GC3355 core frequency to 800Mhz
[2014-04-22 21:55:53.830] 0@3: Set GC3355 core frequency to 800Mhz
[2014-04-22 21:55:53.841] 0@4: Set GC3355 core frequency to 800Mhz
[2014-04-22 21:55:53.931] New job_id: 4ae Diff: 164
[2014-04-22 21:55:53.932] Stratum detected new block
[2014-04-22 21:55:53.934] Dispatching new work to GC3355 threads
[2014-04-22 21:57:53.985] Stratum connection timed out
[2014-04-22 21:57:53.985] Stratum connection interrupted
[2014-04-22 21:57:54.179] New job_id: c07a Diff: 164
[2014-04-22 21:57:54.180] Stratum detected new block
[2014-04-22 21:57:54.181] Dispatching new work to GC3355 threads
[2014-04-22 21:58:49.409] New job_id: c07b Diff: 164
[2014-04-22 21:58:49.410] Stratum detected new block
[2014-04-22 21:58:49.412] Dispatching new work to GC3355 threads
[2014-04-22 21:58:56.679] New job_id: c07c Diff: 164
[2014-04-22 21:58:56.679] Stratum detected new block
[2014-04-22 21:58:56.679] Dispatching new work to GC3355 threads
^C[2014-04-22 21:59:1.287] SIGINT received, exiting

Don't get any accepts, something is wrong.. Any Ideas ?.
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!