Author

Topic: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 🌟 (New Price List 04/2021) - page 152. (Read 531503 times)

legendary
Activity: 1022
Merit: 1000
one of my boxes is on kubuntu but never went over 200 indeed...i wonder if all those GUI buttons would cause that memory leak, but that's something Sampey would be able to sort it out.
jr. member
Activity: 171
Merit: 3
I need a break!
MMM just checked this out myself, although its nowhere as bad as Hashpuppy im also using more resources on my ubuntu machine but running less markets than my windows machine, is this an issue with linux ?
Im sure if its a C.A.T issue Sampey will get it sorted, I love the program that much I just bought myself a second paid API today Smiley
full member
Activity: 136
Merit: 110
wow, sick memory utilization!
never had that much ram used on windows, and my cat runs for month without a restart
sr. member
Activity: 405
Merit: 250
After 24 hours of C.A.T running on 2 exchanges with 3 markets on Poloniex and 1 on Okcoin, deploying C.A.T. on a Kubuntu VPS with 4 GB, C.A.T is very painfully slow and hogging 100% of the CPU. It is grinding to a halt now. See screenshot below.


Any suggestion on how to improve performance.

sr. member
Activity: 405
Merit: 250
Hi Sampey,

Can you please add option of daily performance report maybe by email or telegram.  Specially, the gains log that keeps on increasing.  Then clean the gains log  after sending the report. In my experience, just after a day of running the CAT becomes laggy and eating 70 to 100% CPU on a linux VPS with 4GB.

Also, I hope the next release will be up soon. I am waiting for the feature on  "Limit to x number of active buy/sell". Finally, please add Bitmex API and Huobi.

legendary
Activity: 2632
Merit: 1040
2 Important things. 2 General Rules.....i'm talking with anyone who wants to sell a C.A.T. copy.

1 - I always try to verify if a person who is selling a C.A.T. copy is a real owner. I can confirm qbsfinest is a C.A.T. copy owner.

2 - This is not a marketplace for C.A.T. copy. This is not an automoderated topic, but i would like respect of rules : you can write once that you're selling your copy, that's ok. Then you can open your personal topic in Digital Good Markets.
But you can't spam/bump topics from time to time.
There are hundreds of C.A.T. copies around here, sometimes people quit trading, sometimes people quit with crypto, sometimes people need money. If anyone who wants to sell a C.A.T. copy starts to bump this topic, results will be that i will change rules about C.A.T. copies selling.....

legendary
Activity: 2632
Merit: 1040
Just wanted to inform you that I have stopped CAT for the first time for doing an version update.
It ran on a server since 2016-05-04 with over 7 million api calls and very stable RAM utilization of ~ 200 MB.
CAT runs very smoothly and is a great tool! Thank you for your work Sampey

GREAT  Cheesy Cheesy Cheesy Cheesy Cheesy Cheesy
legendary
Activity: 2632
Merit: 1040
Is this a bug?

Quote
2016-10-09 19:57:14| 2016-10-09 19:57:14 - API Get User Trades Error. Trace Is :
java.lang.UnsupportedOperationException: Not an array: null
   at JSON.JsonValue.asArray(Unknown Source)
   at CAT.apiSystemBot.Support.CJ.getSubArray(Unknown Source)
   at CAT.apiSystemBot.API_Bittrex.getMyTrades(Unknown Source)
   at CAT.apiSystemBot.Support.API_INVOKER.getMyTrades(Unknown Source)
   at CAT.singleMarketEnv.CoreOrderEnv.PPMarketBrain.updateMyTrades(Unknown Source)
   at CAT.singleMarketEnv.CoreOrderEnv.PPMarketBrain.updateOrderMyOrderMyTrades(Unknown Source)
   at CAT.singleMarketEnv.Core.PPPingPongAlgo.startLookup(Unknown Source)
   at CAT.singleMarketEnv.Core.a.run(Unknown Source)
   at java.util.TimerThread.mainLoop(Timer.java:555)
   at java.util.TimerThread.run(Timer.java:505)

-----

This is called "trace".
It's a java debug structure i print when an error occurs.
This could help me if a problem occurs.
In this case, your probably get an API Error like "Too Much Call" or "Service unavailable" or similar (you will find the message in the GENERAL Exchange Console)
C.A.T. always consider an API Call correct, so after the call there's a "parsing routine".
If the expected data is not inside the API return then you will have that trace.

Example

- I Call "Market Orders"
Expected return is
{callResult:ok,buy{orderList},sell{orderList}}
CAT will look for Buy and sell List.
If return is
{callResult:ko,"Sevice Unavailable"}

You will get that error.

This is only an example, you have more info that the trace.
So next time you will have that error, try to look at the Exchange Console.
legendary
Activity: 2632
Merit: 1040
Is this a bug? (I just got up, maybe it's me)

My balance shows 6000 BURST coins left and reserved for orders 19734.


However, my orders are only 12055.



I arrived to that, when I deleted the Pong Order, since the price was not anymore in the range of current trading. It seems it did not updated the balance. I clicked several times the Load balances button.

The function "My Balance" Only print the data returned from the "MyBalance" Api Call.
So probably some values are not updated on the exchange after the order delete action.
If problem persist pls pm me and i will try to contact exchange admin  Wink
legendary
Activity: 2632
Merit: 1040
Hi!
Come back from holiday!!!  Cheesy Cheesy Cheesy
sr. member
Activity: 266
Merit: 250
Hello, I am selling my copy of C.A.T. Cryptocurrency Automatic Trader 4.4 w/Poloniex. I have fiddled with the settings, but I can't figure out the best trade method to make it profitable. I'm pretty new at trading so I'm assuming that's what's causing so much trouble. I am selling it at a fraction of the cost of what you would have to pay for it normally. Looking to only recoup 0.4 BTC for my copy. Once receive payment I will contact Sampey to transfer the name over. Please pm me if you are interested.

Please see private message. I just sent you. Thank you.
newbie
Activity: 3
Merit: 0
Hello, I am selling my copy of C.A.T. Cryptocurrency Automatic Trader 4.4 w/Poloniex. I have fiddled with the settings, but I can't figure out the best trade method to make it profitable. I'm pretty new at trading so I'm assuming that's what's causing so much trouble. I am selling it at a fraction of the cost of what you would have to pay for it normally. Looking to only recoup 0.4 BTC for my copy. Once receive payment I will contact Sampey to transfer the name over. Please pm me if you are interested.
jr. member
Activity: 171
Merit: 3
I need a break!
My CAT system gets frequently frozen on Ubuntu 15.10.

I found following:

cat CAT_Log_2016-09-27_17_23_19.txt
java.lang.IllegalArgumentException: Invalid format
   at org.classpath.icedtea.pulseaudio.PulseAudioDataLine.createStream(PulseAudioDataLine.java:142)
   at org.classpath.icedtea.pulseaudio.PulseAudioDataLine.open(PulseAudioDataLine.java:99)
   at org.classpath.icedtea.pulseaudio.PulseAudioDataLine.open(PulseAudioDataLine.java:283)
   at org.classpath.icedtea.pulseaudio.PulseAudioClip.open(PulseAudioClip.java:402)
   at org.classpath.icedtea.pulseaudio.PulseAudioClip.open(PulseAudioClip.java:453)
   at CAT.zzImageSound.Sound.Sound(Unknown Source)
   at CAT.singleMarketEnv.CoreSupport.PPGainMarket.addLogPingPongFinish(Unknown Source)
   at CAT.singleMarketEnv.Core.PPTradePool.manageTrade(Unknown Source)
   at CAT.singleMarketEnv.Core.PPPingPongAlgo.startLookup(Unknown Source)
   at CAT.singleMarketEnv.Core.a.run(Unknown Source)
   at java.util.TimerThread.mainLoop(Timer.java:555)
   at java.util.TimerThread.run(Timer.java:505)

Thats about sound, ... would CAT use sound?

Have you tried turning the sound off in C.A.T ? Tools -> Options -> (UNTICK) reproduce sound when ping pong is complete

Hope it helps Smiley
newbie
Activity: 6
Merit: 0
is there a video on youtube that will show C.A.T in action?
full member
Activity: 136
Merit: 110
Just wanted to inform you that I have stopped CAT for the first time for doing an version update.
It ran on a server since 2016-05-04 with over 7 million api calls and very stable RAM utilization of ~ 200 MB.
CAT runs very smoothly and is a great tool! Thank you for your work Sampey
legendary
Activity: 1064
Merit: 1001
Is C.A.T easy to use?  Can a noobie like me set it up and run it?
There's a small learning curve but it's easy enough for anyone to pick up. If your interested in CAT with the Bittrex API your welcome to buy my copy and Sampey will transfer it to your name when he's back from holiday.
newbie
Activity: 6
Merit: 0
Is C.A.T easy to use?  Can a noobie like me set it up and run it?
legendary
Activity: 1064
Merit: 1001
Selling my copy of CAT with the Bittrex API. PM me for info, will make it a very good deal. Under current pricing with Sampeys 20% discount the face value of my copy would be 0.55 BTC (0.4 core + 0.15 for Trex API) but I will undercut that a bit !

Will price to move ;-)
hero member
Activity: 785
Merit: 500
BURST got Smart Contracts (AT)
Is this a bug?

Quote
2016-10-09 19:57:14| 2016-10-09 19:57:14 - API Get User Trades Error. Trace Is :
java.lang.UnsupportedOperationException: Not an array: null
   at JSON.JsonValue.asArray(Unknown Source)
   at CAT.apiSystemBot.Support.CJ.getSubArray(Unknown Source)
   at CAT.apiSystemBot.API_Bittrex.getMyTrades(Unknown Source)
   at CAT.apiSystemBot.Support.API_INVOKER.getMyTrades(Unknown Source)
   at CAT.singleMarketEnv.CoreOrderEnv.PPMarketBrain.updateMyTrades(Unknown Source)
   at CAT.singleMarketEnv.CoreOrderEnv.PPMarketBrain.updateOrderMyOrderMyTrades(Unknown Source)
   at CAT.singleMarketEnv.Core.PPPingPongAlgo.startLookup(Unknown Source)
   at CAT.singleMarketEnv.Core.a.run(Unknown Source)
   at java.util.TimerThread.mainLoop(Timer.java:555)
   at java.util.TimerThread.run(Timer.java:505)

-----
hero member
Activity: 785
Merit: 500
BURST got Smart Contracts (AT)
Is this a bug? (I just got up, maybe it's me)

My balance shows 6000 BURST coins left and reserved for orders 19734.


However, my orders are only 12055.



I arrived to that, when I deleted the Pong Order, since the price was not anymore in the range of current trading. It seems it did not updated the balance. I clicked several times the Load balances button.
Jump to: