Bitcoin Forum
May 04, 2024, 04:58:21 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Marketplace (Altcoins) / [WTS] License for C.A.T Auto Trader + Poloniex License on: June 10, 2016, 09:36:01 AM
I'm selling my license of the C.A.T. Automated bot trader which also has a license for Poloniex. Originally should cost 0.65 but I'm selling it for 0.5 BTC

I've been using it since April and have had some very good results on both CEX exchange (free exchange) and on Poloniex - but my circumstances have changed, and can't devote as much time to updating the configs as I'd like to - so I'm not being as effective as I can be on it. Thought it best to sell the license instead.

Anyone interested then PM me and I can then clear it off with Sampey for a license transfer.
2  Economy / Gambling / Yet Another PrimeDice Bot - Java (Faster than AutoBet!) on: October 23, 2014, 10:24:25 PM
Hi All,

Yes yet another betting bot for Prime Dice, but just thought that I would share it with the community as some people might benefit. I prefer Java as a language, and I couldn't find any bots for PD in Java, and so I created this.

It's no frills to be perfectly honest - but it has a few advantages:

  • Speed: As fast as I can get it and as fast as PD allows (at the moment). I got frustrated by how slow the PrimeDice website Auto Bet was, and so I tried to make a bot that was faster. PD's website averaged ~80 bets per minute for my tests. My java bot averages ~110. From what I can gather, The PrimeDice website and/or Cloudflare rate limits requests coming into their website. I think that they must do this based on the Access Token used for the request, and possibly tracking IPs. It seems to be limited to roughly a request every 280 to 320 milliseconds. Sending too many bet requests results in an HTTP 429 response (Too Many Requests). My bot script tweaks the delay between each request, and gradually attempts to get faster as successful HTTP requests are processed, and pulls back the delay if too much.
  • Easy To Mod: I've just coded this as simple as problem to use the Martingale style strategy with a tweakable Multiplier. Nice and easy, but perfect for strategies that require high throughput of bets. The code is nicely laid out (I'm no expert coder and I knocked this up in a day.
  • No Browser / timeout errors: Again problems with auto bet where it freezes after a few hours. This doesn't do that.

Here's a screenshot:


The source code is posted here free. There's been a lot of scams and scares over bots and mystery scripts stealing bitcoins. This doesn't do that as you can read through the source code.

If it helps other people create betting bots and use it as a "boiler plate" for complex strategies then I'll be happy. I've tested it quite a bit and not many bugs so far. I've posted here both the runnable jar and the source code.

If you'd like to donate and show appreciation then be my guest! Bit Coin Address is:
1Gj9AtrqAKmqKUYzuc27dmiGpro4Bk7BEe

And/or you can affiliate me by
https://primedice.com/?ref=Cunter

Link to source code:
https://github.com/daCoops/PrimeDiceBot

Or you can PM me and I'll send it to you direct via email, along with the Eclipse project etc.

Let me know what people think.
Thanks
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!