Bitcoin Forum
June 22, 2024, 11:41:19 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 »  All
  Print  
Author Topic: cex.io purchase bot  (Read 9296 times)
dmpotter (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
January 20, 2014, 10:01:37 PM
 #1

Anyone know of a safe bot to just autobuy gh/s every hour or so with the mined amount of btc and nmc? I've seen several bots, but either the focus only on the btc amount or attempt some form of trading.
zerokwel
Sr. Member
****
Offline Offline

Activity: 464
Merit: 250



View Profile
January 21, 2014, 11:13:21 PM
 #2

yes its called  cex.io reinvestor by zack urben..

it is over on the cex.io forums somewhere. (2 lazy to look myself)

dmpotter (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
January 22, 2014, 05:30:03 AM
 #3

Thank you, I found it!

https://github.com/zackurben/cex.io-reinvestor
Bitcoin Fiction
Member
**
Offline Offline

Activity: 138
Merit: 10


View Profile
January 22, 2014, 03:08:32 PM
 #4

yes its called  cex.io reinvestor by zack urben..

it is over on the cex.io forums somewhere. (2 lazy to look myself)


Huge props to both of you and the developer of the software! Didn't even think that something like this exists, lol.
Thank you!

dmpotter (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
January 22, 2014, 04:01:05 PM
 #5

yes its called  cex.io reinvestor by zack urben..

it is over on the cex.io forums somewhere. (2 lazy to look myself)


Huge props to both of you and the developer of the software! Didn't even think that something like this exists, lol.
Thank you!

I got the CLI version working, the gui didn't work for me.. but not going to complain.. use to terminal anyhow Smiley

ex. C:\PROGRA~2\Java\jre7\bin\java -jar Reinvestor_v1.0.4.jar username key secret
FlyForFun
Sr. Member
****
Offline Offline

Activity: 243
Merit: 250


View Profile
January 22, 2014, 04:10:36 PM
 #6


Nice, didn't know there is a bot for such thing.

kannibal3
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
January 26, 2014, 01:31:17 AM
 #7

Hey guys, this is random, but I am the developer Zack.

I'm glad you guys are finding this useful!

yes its called  cex.io reinvestor by zack urben..

it is over on the cex.io forums somewhere. (2 lazy to look myself)


Huge props to both of you and the developer of the software! Didn't even think that something like this exists, lol.
Thank you!

I got the CLI version working, the gui didn't work for me.. but not going to complain.. use to terminal anyhow Smiley

ex. C:\PROGRA~2\Java\jre7\bin\java -jar Reinvestor_v1.0.4.jar username key secret
dmpotter, do you mind if I ask: 1) what version of java you are using, 2) what happens when you try to run the program in GUI mode, and 3) are you in a non North American region? I would love to fix any problems that exist.

Also, for reference, I will include my original post on the Cex.io support forms, if any of you would like to follow the development updates: https://support.cex.io/entries/37739687-Earnings-Reinvestment-Application-kannibal3-Official-
dmpotter (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
January 26, 2014, 03:43:30 AM
 #8

Zack!

You're a skilled person that is for sure. Just the idea you put a cli in with your gui was a lot of effort.

As far as I know my system is normal (North American) windows 8 pro with the exception of the following.
On my windows 7 machines when I dropped down to dos prompt, I just had to type java and it would work (I guess it was part of my cmd path)..


This is what my bat file looks like to start it in CLI, where the secret and key are correct. You'll notice I have to put the path absolute path there.

Code:
@echo off
C:
cd \PROGRA~1\CEX~1.IOR
\PROGRA~2\Java\jre7\bin\java -jar Reinvestor_v1.0.4.jar dmpotter1361 itsmypartyand illcryifiwanttoo

For the GUI, when I plug in the username and secret/key, I get the following errors when I hit toggle investor, I also don't get any balances.




Thank you for your time, and your in my awesome people's book!
kannibal3
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
January 26, 2014, 04:12:34 AM
 #9

dmpotter, typing the following in cmd should work, for the java version:

Code:
java -version

Also, the errors you got were file read/write problems. Can you run it as admin? I write the setting to a small text file (actually a csv saved as .txt) and that seems to be the error.

Honestly I have neglected the CLI version as of late, because I anticipated more people using the GUI version, but I will add more documentation to my Github wiki to help people get started and answer any questions that may arise.

TL;DR: Right click the jar and run as admin to see if the GUI version works.
dmpotter (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
January 26, 2014, 04:34:34 AM
 #10

dmpotter, typing the following in cmd should work, for the java version:

Code:
java -version

Also, the errors you got were file read/write problems. Can you run it as admin? I write the setting to a small text file (actually a csv saved as .txt) and that seems to be the error.

Honestly I have neglected the CLI version as of late, because I anticipated more people using the GUI version, but I will add more documentation to my Github wiki to help people get started and answer any questions that may arise.

TL;DR: Right click the jar and run as admin to see if the GUI version works.

That worked, but had to do it a different way.

For some reason, run as administrator wasn't a choice.



But if it's a storage/read problem, I gave myself rights to the directory.



Ignore, the initial errors, forgot to turn off the CLI Smiley



kannibal3
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
January 26, 2014, 05:15:11 AM
 #11

Great, glad to hear it works now.

Let me know if you have any improvement suggestions!

Zack.
dmpotter (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
January 26, 2014, 05:46:51 AM
Last edit: January 26, 2014, 05:59:03 AM by dmpotter
 #12

Great, glad to hear it works now.

Let me know if you have any improvement suggestions!

Zack.

If anything, I like how simple it is.


I guess if you could run as a service and it show up down by the clock.

and maybe on the login screen some convenience links (though I know some people including myself are a little iffy about clicking links). Though some people may not know the API function is under profile.

https://cex.io/trade/profile#api     - if you looked at the status bar to see where it really went to, then you're no different  Wink

and

https://www.google.com/#hl=en&q=what's+my+ip&safe=off (or at-least filter for the answer so it can be used at cex.io, google always lists it between "Your public IP address is XXX.XXX.XXX.XXX - Learn more")

BorisAlt
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
January 26, 2014, 04:10:44 PM
 #13

Worked out of the box, instantly. Entire setup took less than 2 minutes. GREAT app.

I would show GHS, BTC and NMC balance on the front screen when Reinvestor starts, since these are primary trading objects.

I like how you list more balances and other details under information tab.

dmpotter (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
January 26, 2014, 06:26:08 PM
 #14

I like it cause it feels a lot like dollar cost averaging. I can always disable it during silly highs.. but overall, I think my average is pretty good.
kannibal3
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
January 26, 2014, 07:02:53 PM
 #15

Worked out of the box, instantly. Entire setup took less than 2 minutes. GREAT app.

I would show GHS, BTC and NMC balance on the front screen when Reinvestor starts, since these are primary trading objects.

I like how you list more balances and other details under information tab.

Great, I'm glad others found use in it!

Which screen do you consider the 'front screen'? I'm assuming in the settings tab, where you can set what to trade with and the prices?

So you can see your balance of each coin before you set limits and what not?
BorisAlt
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
January 26, 2014, 08:26:50 PM
 #16

Yes, when I start the App, it shows the first dialog, which is called "Settings". I am not sure if "Settings" is the right title, but I do not care much. The point is, at one glance I could see what happened since the last time I took a look. I remember what my GHS, BTC and NMC were. I expect to see BTC/NMC very low and close to Reserve figures. I would like to see the GHS instantly in big bold digits. Thanks, really nicely done.

dimka
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
January 27, 2014, 11:55:53 PM
 #17

Hey When i try to run the reinvester, this is the error that i get:

Quote
[Mon Jan 27 15:54:36 PST 2014] Settings saved successfully!
[Mon Jan 27 15:54:36 PST 2014] Reinvesting.
[Mon Jan 27 15:54:37 PST 2014] Error 0x1: {1390866875:dimkako99:[0.00357863:0.00000000]:[0.00000000:4.84203308]:[0.03184367]:[1.32393429]:[0.00927643]}
dmpotter (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
January 28, 2014, 01:40:02 AM
 #18

Hey When i try to run the reinvester, this is the error that i get:

Quote
[Mon Jan 27 15:54:36 PST 2014] Settings saved successfully!
[Mon Jan 27 15:54:36 PST 2014] Reinvesting.
[Mon Jan 27 15:54:37 PST 2014] Error 0x1: {1390866875:dimkako99:[0.00357863:0.00000000]:[0.00000000:4.84203308]:[0.03184367]:[1.32393429]:[0.00927643]}

I think we all do, but seems to work otherwise.
dimka
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
January 28, 2014, 02:49:49 AM
Last edit: January 28, 2014, 02:59:56 AM by dimka
 #19

Hey When i try to run the reinvester, this is the error that i get:

Quote
[Mon Jan 27 15:54:36 PST 2014] Settings saved successfully!
[Mon Jan 27 15:54:36 PST 2014] Reinvesting.
[Mon Jan 27 15:54:37 PST 2014] Error 0x1: {1390866875:dimkako99:[0.00357863:0.00000000]:[0.00000000:4.84203308]:[0.03184367]:[1.32393429]:[0.00927643]}

I think we all do, but seems to work otherwise.

It's not working for me....

Here are my settings:
http://i41.tinypic.com/waityb.png
kannibal3
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
January 28, 2014, 03:07:42 AM
 #20

dimika, sorry it's not working for you. Mind if I ask, what version of the program your using, and your os?
Pages: [1] 2 3 4 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!