Bitcoin Forum
May 14, 2024, 02:24:21 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3] 4 »  All
  Print  
Author Topic: cex.io purchase bot  (Read 9292 times)
Danglez2907
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile WWW
March 14, 2014, 02:03:55 PM
 #41

Could be because they have added the futures trading tonight... More balances to retrieve..
The forum was founded in 2009 by Satoshi and Sirius. It replaced a SourceForge forum.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715696661
Hero Member
*
Offline Offline

Posts: 1715696661

View Profile Personal Message (Offline)

Ignore
1715696661
Reply with quote  #2

1715696661
Report to moderator
tsume90
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile WWW
March 15, 2014, 03:13:28 AM
 #42

I started working on something similar to this earlier today and just happen to run across this thread.
If anyone's interested, I wouldn't mind making it open source when it's done. Should probably finish it soon.
djoir
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
March 23, 2014, 06:10:14 AM
 #43

I have been writing a program in GO that does all sorts of silly things like this.

You can find the source at https://github.com/travisstone/cex.io.reinvester
sanjoea
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile WWW
March 25, 2014, 07:27:55 AM
 #44

I bookmarked this url link , i will try later some time

▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
PRIMEDICE
The Premier Bitcoin Gambling Experience @PrimeDice
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
joeofall
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
March 29, 2014, 02:47:57 PM
 #45

hi,

i had download the v1.0.5 after i start i see a login screen after i enter all detail i click login, a window show up white, and nothing happen
so i download 1.0.4 and after login a screen to allow me to enter setting.

so i just want every btc and nmc mining go into ghs so i leave it all 0, and i click on reinvest and waited nothing happen. i don't see Balance or anything.

is there anything i need to do ?

joe
berliston
Jr. Member
*
Offline Offline

Activity: 52
Merit: 21


View Profile
March 30, 2014, 11:44:20 AM
 #46

Hello , kannibal3, I was going to download ver 1.0.5 using your link  https://github.com/zackurben/cex.io-reinvestor/releases/tag/1.0.5  but it hasn't downloaded! and I don't know why - it's just show nothing like my pc haven't seen it
joeofall
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
April 04, 2014, 05:04:39 AM
 #47

anyone able to get it to work ?
SixOfFive
Sr. Member
****
Offline Offline

Activity: 630
Merit: 257


View Profile
April 04, 2014, 03:46:06 PM
 #48

As a "hats off" to the mining community, I decided to post my private php bot called balancebot thats for cex.io

I did not come up with the original idea, however, the original was limited to selling NMC and was out of date (a very good concept though!)

Usage is pretty simple, Modify the first 25 lines according to what you want traded (as well as your username, api_key and secret_key.

This bot attempts to balance your balances so they are equal.

At its default settings, the bot will NOT sell or do anything, you have to tell it what you want traded.

Support is in there for balancing: BTC, GHS, FHA, FHM, NMC and LTC.
There is also support for instant selling NMC and LTC.
As an example, if you only wanted to use the bot to sell LTC and NMC to obtain only GHS, you would set those respective fields to 1 from 0.. for the above example:
$balancing_GHS=0; change the 0 to 1
$autosell_LTC=0; change the 0 to 1
$autosell_NMC=0; change the 0 to 1

Hope the script helps somebody (it's definetly helped me in the last while)
I've put it up on pastebin with ID xx6QeyDY http://pastebin.com/xx6QeyDY

There is a bug (somewhere!) where it will try to purchase more than you have in BTC when it's trying to balance .. not entirely sure why unless its because it's including the sell orders which haven't sold.

Enjoy!
- SixOfFive
Raptor2213
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
April 07, 2014, 04:45:08 AM
 #49

I've not gotten it to work either.  1.0 gives a 0x1 error, and 1.05 loads to a blank white screen.  I reached out to the developer, but no response as yet.

Did something I say help you out?    BTC - 18oTipf66z8dbwTgRCiPjbdPmqEP7zuCFb
Raptor2213
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
April 07, 2014, 04:59:23 AM
 #50

I found the root error message it's giving:
Code:
Reinvestor_v1.0.jar
java.io.IOException: Server returned HTTP response code: 403 for URL: https://cex.io/api/balance/
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
        at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
        at CexAPI.post(CexAPI.java:156)
        at CexAPI.apiCall(CexAPI.java:189)
        at CexAPI.balance(CexAPI.java:231)
        at Reinvestor.execute(Reinvestor.java:256)
        at Reinvestor$ReinvestThread.run(Reinvestor.java:513)

Did something I say help you out?    BTC - 18oTipf66z8dbwTgRCiPjbdPmqEP7zuCFb
dickcheney
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
April 10, 2014, 09:11:09 PM
 #51

Any updates on a fix ?
rockyram
Sr. Member
****
Offline Offline

Activity: 295
Merit: 250



View Profile
April 15, 2014, 01:33:40 PM
 #52

what version of the program your using
Raptor2213
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
April 16, 2014, 01:17:12 AM
 #53

what version of the program your using

I've tried 1.0, 1.0.2, 1.0.3, 1.0.4, and 1.0.5.  None of them have worked for me.

Did something I say help you out?    BTC - 18oTipf66z8dbwTgRCiPjbdPmqEP7zuCFb
ripmax
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
April 17, 2014, 12:04:23 AM
 #54

what version of the program your using

I've tried 1.0, 1.0.2, 1.0.3, 1.0.4, and 1.0.5.  None of them have worked for me.

Since the API update, the CEX.IO bot doesnt work. Version 1.05 just gives a white screen. We need to wait for Kannibal to update it.
billysweird
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
April 21, 2014, 07:52:58 AM
 #55


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.

************************************************

I want to know too. If you have some information, please let me know!
kannibal3
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
April 21, 2014, 11:43:18 PM
 #56

Hey guys, just wanted to let you know I'm still alive! I am aware of the issue, however the process is slow between free time because, CEX dev's have been terrible with getting back to me and I dont really have free time lol. I will post here ASAP as I have a resolution.

Thanks for hanging in there guys,
Zack.
ripmax
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
April 23, 2014, 02:57:55 PM
 #57


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.

************************************************

I want to know too. If you have some information, please let me know!

if your able to run php at home then grab the one about 4 posts above yours from "sixoffive". It can sell NMC/LTC and use Mined BTC to get more GHS. I have tested it and ran it a few times and seems to do what he says. There isn't much doco so you have to try work out whats in his code.
kannibal3
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
April 28, 2014, 01:48:38 AM
 #58

Hey guys, wanted to let everyone know that I have patched the reinvestor, and you can grab the latest version here: https://github.com/zackurben/cex.io-reinvestor/releases/tag/1.0.6

Sorry this took so long, I've been beyond swamped lately.

Let me know if you have any problems,
Zack.
Raptor2213
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
April 28, 2014, 05:05:37 AM
 #59

Hey guys, wanted to let everyone know that I have patched the reinvestor, and you can grab the latest version here: https://github.com/zackurben/cex.io-reinvestor/releases/tag/1.0.6

Sorry this took so long, I've been beyond swamped lately.

Let me know if you have any problems,
Zack.

Thanks!  Seems to be working fine.

Did something I say help you out?    BTC - 18oTipf66z8dbwTgRCiPjbdPmqEP7zuCFb
kannibal3
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
April 28, 2014, 05:40:19 AM
 #60

Hey guys, wanted to let everyone know that I have patched the reinvestor, and you can grab the latest version here: https://github.com/zackurben/cex.io-reinvestor/releases/tag/1.0.6

Sorry this took so long, I've been beyond swamped lately.

Let me know if you have any problems,
Zack.

Thanks!  Seems to be working fine.

Great, thanks for the update!
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!