Pages:
Author

Topic: 【 BOT 】 C.A.T. Cryptsy Automatic Trader 1 [email protected] (Old Topic Beta1-Beta3V8) - page 87. (Read 151159 times)

full member
Activity: 163
Merit: 100

CAT will give you ROI more faster than every ASIC hardware out of there. I have done 0.25 in 2 days using 2.5/3 BTC.


I think CAT works very well but I think to talk about ROI is slightly misleading. Yes, gain is guaranteed but it is not Bitcoin gain guaranteed. You are guaranteed to gain in altcoin. I have been using CAT for a few weeks and definitely have more altcoins to show for it. But I don't have more Bitcoins to show for it. My available balance on Cryptsy has actually decreased because of Bitcoins increasing value/altcoins decreasing exchange value. So I have actually seen a loss in Bitcoin since buying CAT with Bitcoin, but I do have more alternate coins. If those altcoins ever increase in value, then maybe I'll have an ROI but if they never do, there's no ROI. That's why I think you to say that CAT will give you an ROI is a little misleading. If you don't think altcoins have value, then CAT is not really for you and then comparing CAT to an ASIC doesn't make sense either.

Actually, what would be a neat feature is that once you make a successful gain ping/pong, there would be an option in CAT to automatically withdraw that gain portion to an external wallet and then continue trading with the original value of BTC.
copper member
Activity: 3948
Merit: 2201
Verified awesomeness ✔
I like this software. But It seems it was super expensive. No price adjustment sampey?
He already decreased the price with BTC0.5.
sr. member
Activity: 448
Merit: 250
I like this software. But It seems it was super expensive. No price adjustment sampey?
hero member
Activity: 802
Merit: 1003
GCVMMWH
member
Activity: 103
Merit: 10
Campey, does cryptsy api supports gzip data compression? gathering all markets data with statistic consumes about 17mb. I calculated: trading on LTC/BTC will consume about 300mb/day.
I have vps and setuped ziproxy (it adds gzip support if client support it and site not). But usual way to specify proxy for java programs did not help:

Code:
javaw -Dhttp.proxyHost=PROXYHOST -Dhttp.proxyPort=PROXYPORT -Dhttp.proxyUser=PROXYUSER -Dhttp.proxyPassword=PROXYPASSWORD -jar CAT.jar -Xmx2048m -Xms256m
EXIT

Can i use CAT with proxy or not?

No i don't think it supports data compression (there's nothing about in Cryptsy Api Documentation).
For the proxy part i'm not able to give you an answer. CAT doesn't use proxy and is not configured to use  Undecided

As i understand cryptsy api uses simple http requests, so all must be ok. Can you please help me from CAT side: how you make http requests (which classes do you use) i'll google, have they gzip/proxy support or not.

A simple HttpURLConnection Class

Thanks for help! Hm, this class supports gzip and proxy. May be i did mistake in javaw command line params...

Not so easy as I thought, because cryptsy api uses ssl
member
Activity: 103
Merit: 10
Campey, does cryptsy api supports gzip data compression? gathering all markets data with statistic consumes about 17mb. I calculated: trading on LTC/BTC will consume about 300mb/day.
I have vps and setuped ziproxy (it adds gzip support if client support it and site not). But usual way to specify proxy for java programs did not help:

Code:
javaw -Dhttp.proxyHost=PROXYHOST -Dhttp.proxyPort=PROXYPORT -Dhttp.proxyUser=PROXYUSER -Dhttp.proxyPassword=PROXYPASSWORD -jar CAT.jar -Xmx2048m -Xms256m
EXIT

Can i use CAT with proxy or not?

No i don't think it supports data compression (there's nothing about in Cryptsy Api Documentation).
For the proxy part i'm not able to give you an answer. CAT doesn't use proxy and is not configured to use  Undecided

As i understand cryptsy api uses simple http requests, so all must be ok. Can you please help me from CAT side: how you make http requests (which classes do you use) i'll google, have they gzip/proxy support or not.

A simple HttpURLConnection Class

Thanks for help! Hm, this class supports gzip and proxy. May be i did mistake in javaw command line params...
legendary
Activity: 2632
Merit: 1040
Campey, does cryptsy api supports gzip data compression? gathering all markets data with statistic consumes about 17mb. I calculated: trading on LTC/BTC will consume about 300mb/day.
I have vps and setuped ziproxy (it adds gzip support if client support it and site not). But usual way to specify proxy for java programs did not help:

Code:
javaw -Dhttp.proxyHost=PROXYHOST -Dhttp.proxyPort=PROXYPORT -Dhttp.proxyUser=PROXYUSER -Dhttp.proxyPassword=PROXYPASSWORD -jar CAT.jar -Xmx2048m -Xms256m
EXIT

Can i use CAT with proxy or not?

No i don't think it supports data compression (there's nothing about in Cryptsy Api Documentation).
For the proxy part i'm not able to give you an answer. CAT doesn't use proxy and is not configured to use  Undecided

As i understand cryptsy api uses simple http requests, so all must be ok. Can you please help me from CAT side: how you make http requests (which classes do you use) i'll google, have they gzip/proxy support or not.

A simple HttpURLConnection Class
member
Activity: 103
Merit: 10
Campey, does cryptsy api supports gzip data compression? gathering all markets data with statistic consumes about 17mb. I calculated: trading on LTC/BTC will consume about 300mb/day.
I have vps and setuped ziproxy (it adds gzip support if client support it and site not). But usual way to specify proxy for java programs did not help:

Code:
javaw -Dhttp.proxyHost=PROXYHOST -Dhttp.proxyPort=PROXYPORT -Dhttp.proxyUser=PROXYUSER -Dhttp.proxyPassword=PROXYPASSWORD -jar CAT.jar -Xmx2048m -Xms256m
EXIT

Can i use CAT with proxy or not?

No i don't think it supports data compression (there's nothing about in Cryptsy Api Documentation).
For the proxy part i'm not able to give you an answer. CAT doesn't use proxy and is not configured to use  Undecided

As i understand cryptsy api uses simple http requests, so all must be ok. Can you please help me from CAT side: how you make http requests (which classes do you use) i'll google, have they gzip/proxy support or not.
legendary
Activity: 2632
Merit: 1040
Campey, does cryptsy api supports gzip data compression? gathering all markets data with statistic consumes about 17mb. I calculated: trading on LTC/BTC will consume about 300mb/day.
I have vps and setuped ziproxy (it adds gzip support if client support it and site not). But usual way to specify proxy for java programs did not help:

Code:
javaw -Dhttp.proxyHost=PROXYHOST -Dhttp.proxyPort=PROXYPORT -Dhttp.proxyUser=PROXYUSER -Dhttp.proxyPassword=PROXYPASSWORD -jar CAT.jar -Xmx2048m -Xms256m
EXIT

Can i use CAT with proxy or not?

No i don't think it supports data compression (there's nothing about in Cryptsy Api Documentation).
For the proxy part i'm not able to give you an answer. CAT doesn't use proxy and is not configured to use  Undecided
full member
Activity: 157
Merit: 100
This thing is worth 5 BTC+ easy. Sampey! Please raise the price before it oversells and kills the trader! :p
member
Activity: 103
Merit: 10
Campey, does cryptsy api supports gzip data compression? gathering all markets data with statistic consumes about 17mb. I calculated: trading on LTC/BTC will consume about 300mb/day.
I have vps and setuped ziproxy (it adds gzip support if client support it and site not). But usual way to specify proxy for java programs did not help:

Code:
javaw -Dhttp.proxyHost=PROXYHOST -Dhttp.proxyPort=PROXYPORT -Dhttp.proxyUser=PROXYUSER -Dhttp.proxyPassword=PROXYPASSWORD -jar CAT.jar -Xmx2048m -Xms256m
EXIT

Can i use CAT with proxy or not?
legendary
Activity: 2955
Merit: 1049
Well I bought a far superior and tested bot for $125 or .15 btc.
which one and how does it work?
(and on BTC <-> fiat or BTC <-> alt coins, which exchange?)
thx
legendary
Activity: 1008
Merit: 1022
Well I bought a far superior and tested bot for $125 or .15 btc.

Link that bot, i'm curious to see this far superior bot.

Remember that NO ONE SITE have Some Return Parameter like Cryptsy API Have.
And without this parameters there's no way to create a program Like CAT.
And do you know why Cryptsy have this parameter? Because i Ask Vern/John to add while writing CAT  Smiley

No worries, i'll give it a try. PM sent.
legendary
Activity: 2632
Merit: 1040
Well I bought a far superior and tested bot for $125 or .15 btc.

Link that bot, i'm curious to see this far superior bot.

Remember that NO ONE SITE have Some Return Parameter like Cryptsy API Have.
And without this parameters there's no way to create a program Like CAT.
And do you know why Cryptsy have this parameter? Because i Ask Vern/John to add while writing CAT  Smiley
legendary
Activity: 1008
Merit: 1022
Well I bought a far superior and tested bot for $125 or .15 btc. A few sales at 1btc is better than none I suppose
legendary
Activity: 2632
Merit: 1040
I also don't understand why people look at the value of the price. The program is made to get you a Bitcoin gain, not a fiat gain. It doesn't even touch it, so why compare? I see Bitcoin and Fiat, as I see Euro and Dollars. I know both have their own value, but I don't really care, because I don't convert from one to another.

Yes you're right  Cheesy
But actually peoples think like that. So i prefer to sell 1 Copy @ 1 BTC that not sell anything.
When People who paid 1 BTC comes here to tell the community "1.5 Is A Very Fair Price" "CAT Works Great" i will restore the right price for this tool.  Wink
copper member
Activity: 3948
Merit: 2201
Verified awesomeness ✔
I also don't understand why people look at the value of the price. The program is made to get you a Bitcoin gain, not a fiat gain. It doesn't even touch it, so why compare? I see Bitcoin and Fiat, as I see Euro and Dollars. I know both have their own value, but I don't really care, because I don't convert from one to another.
legendary
Activity: 2632
Merit: 1040
I Decide to give a lower price @1 BTC until peolpe who have buyed CAT tells to community that 1.5 Is a Good Price and you will ROI In less more time than any ASIC Hardware
I Understand that people actually do a comprare with 1.5 BTC and FIAT Money. It is no correct but i must adequate..... Wink
legendary
Activity: 2632
Merit: 1040

well now CAT 1 btc is 700 , it's equal Grin, but the best thing is, you don't need to worry about bitcoin difficulty


Of Course!!  Wink
Pages:
Jump to: