Bitcoin Forum
May 03, 2024, 11:19:27 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 [36] 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 »
701  Economy / Gambling / Re: FORTUNEJACK.COM |Deposit 777 play with 1777 mBTC |Live Casino, Slots, Betting on: November 30, 2016, 06:30:54 AM
I'm un-able to log into your site with Sent's dicebot.

Any fixes to this?




That is the manual way of logging in the FJ. Their cloudflare protection became weird again and is causing trouble for the bot. I'm not sure how to fix it yet.
702  Economy / Gambling / Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! on: November 30, 2016, 06:29:31 AM
can i know how to reset setting to default? anything that i modify on advance mode seems still there.

see "How do I reset my bot to default settings?" on https://bot.seuntjie.com/faqs.aspx#faq18

im having problem playing bitlser.

lets say i choose to play LTC.

i setup the bot run it.. and after 5-8 bets it just stops playing.

my conditions are not set to stop..



any ideas ?

does it do the same when playing with btc?

Hey,

Please help, after 11 hours of running the bot is Not responding and force to close.
try renaming the dicebot.db file while the bot is closed and see if that helps
703  Economy / Gambling / Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! on: November 29, 2016, 06:34:08 AM
I can't seem to log into FortuneJack.

Error below: (I've tried waiting for a bit and re-logging)
Is there anyway to manually login within DiceBot?



That is the manual way of logging in the FJ. Their cloudflare protection became weird again and is causing trouble for the bot. I'm not sure how to fix it yet.
704  Economy / Gambling / Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! on: November 26, 2016, 02:11:40 PM
Hi all,
My first script Tongue

Quote
-- Martingale avec 0.99% de chance d'avoir un spin gagnant et
-- qui paye 100 fois le bet en cours.
-- Elle augmente le bet de 1% si le spin est perdant et s'il est gagnant
-- on repart au bet de base.

nextbet = 0.000001
speed = 5.0
maxbal = balance+0.01000000 -- Réglage de l'objectif des gains
chance = 0.99
base = 0.000001
function dobet()
if win then
      nextbet=base
      else
      nextbet = previousbet+(previousbet*0.01)
end
      if balance > maxbal then
   print("Profit Objectif atteint. Arrêt du Script...")
   ching()
   ching()
   ching()
   stop()
    end
end

Please can you help me for auto withdraw on PrimeDice (BTC)
exemple:
if balance > maxbal then withdraw.............

Here's a page with some information about the programmer mode as well as some links to video and written tutorials: https://bot.seuntjie.com/programmermode.aspx
705  Economy / Gambling / Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! on: November 26, 2016, 07:28:13 AM
  What happens?  First off, do you have BTC addr defined or are you using your eal address there?  Do you have 10000 BTC to withdraw?  
What site are you trying to do this on?  Some don't work, but I',m not sure which ones.  
Here's a list of supported sites and what features are enabled on them: https://bot.seuntjie.com/features.aspx
706  Economy / Gambling discussion / Re: Guide For Seuntjies Dice Bot on: November 25, 2016, 06:12:05 AM
hey,seuntjle
love your bot!
there is a little problem with the topic:
it seems like the pictures in your post stopped working
could you put them on a different picture host?
thank you in advance

p.s. i wonder is it just me and my ISP or connection? no pictures whatsoever

I'll see what I can do about the images.
Note that this guide was written for version 2.x. While some of it is still applicable to v3.x, some is not. And there are a lot of settings in v3.x that is not covered in this guide. Basically, it's outdated

cheers,mate
now it explains "my problems with images"
forum versions discrepancy was the last thing I thought about
accidentally I started to fnd several topics with pictures like that i.e. no pictures Smiley
was blaming everything starting from my connection to unsupported picture host list etc.


No, the images not showing was my fault (redirected a domain but didn't consider everything using it). I was talking about the post. The post was made for version 2.x of the bot. We're now on v3.x of the bot.
707  Economy / Gambling discussion / Re: Guide For Seuntjies Dice Bot on: November 24, 2016, 06:42:53 AM
hey,seuntjle
love your bot!
there is a little problem with the topic:
it seems like the pictures in your post stopped working
could you put them on a different picture host?
thank you in advance

p.s. i wonder is it just me and my ISP or connection? no pictures whatsoever

I'll see what I can do about the images.
Note that this guide was written for version 2.x. While some of it is still applicable to v3.x, some is not. And there are a lot of settings in v3.x that is not covered in this guide. Basically, it's outdated
708  Economy / Gambling discussion / Re: Guide For Seuntjies Dice Bot on: November 24, 2016, 06:37:51 AM
Thank you very much, seuntjie! Really valuable informations. But something is not yet clear to me. Someone can explain me what's the difference between btc streak loss and loss please? Or course same questions for BTC streak profit and just BTC profit.

Btc Loss = when your profit is -the value that you set.
btc streak loss = the amount of <currency> lost since the most recent win.

no  Bet  Result  profit  Loss   Streak Loss
1    1    W        1        0      0
2    1    L         0        0      1
3    2    L         -2       2      3
4    4    W        2        0      0
5    1    L         1        0      1
6    2    L        -1       1       3
7    4    L        -5       5       7
8    8    L        -13      13     15
9    16  L        -29      29     31
10  16  L        -45      14      47
11  1    L        -46      46     48
12  2    W      -44       44     0
13  1    W      -43       43     0
14  1    W      -42       42     0
15  10  W      -32       32     0
709  Economy / Gambling discussion / Re: Seuntjie' Dice bot programmers mode discussion. on: November 23, 2016, 09:49:09 AM
Is there any way to get the bot to return the client and server seed / hash used for bets?

You can use the lastBet variable, which is of type Bet. See the UML at the bottom of this page: https://bot.seuntjie.com/programmermode.aspx
710  Economy / Gambling / Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! on: November 23, 2016, 09:46:48 AM
Hi all,

Help me please.
How to make this settings in the bot?



the bot uses a multiplier, not % increase. To convert between the two:

From https://steemit.com/gambling/@seuntjie/diecebot-math
Quote
Convert between multiplier and percentage increase

Percentage increase  = (multiplier*100)-100

Fore Example (1.25 multiplier): (1.25*100)-100=(125)-100=25%



Multiplier = (100+(percentage increase))/100

Fore Example (30% increase): (100+30)/100=(130)/100=1.3
So for 1% increase, multiplier = (100+1)/100=1.01
The rest is pretty self explanatory. Set your chance to the same chance, your starting bet to the same bet, multiplier on win to 1 and check "reset to base on first win"
711  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Just-Dice.com : now with added CLAMs : Play or Invest on: November 21, 2016, 06:30:59 AM
It's possible he's using dicebot and the bot failed to connect for some reason and tried to unsuccessfully reconnect a few times, or he might have written his own bot or used another bot that runs on jdcapi (like tigers bot) that handles disconnects/reconnects incorrectly or tries to log into a whole bunch of accounts too quickly.

I just had another player complaining that the bot had lost all his balance, and that the same numbers were being rolled several times. Turns out the bot is showing the same bet multiple times:



Not sure what's going wrong, but it also seems to be skipping some bet sizes, and resetting on loss sometimes. Maybe it's user error, but it's odd how the same bet shows up multiple times.

It looks like there's an error in JDCAPIs reconnection logic. It seems like the socket gets a disconnect message or experiences an error, so the bot tries to reconnect, but the socket stays connected. Meaning a bet is placed via the newest socket but the messages are received from both sockets, so the bet is shown twice in the bot. This will cause issues (as shown in the screenshot above). This is a very recent issue

I'd suggest people avoid using dicebot on JD until I get this fixed.
712  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Just-Dice.com : now with added CLAMs : Play or Invest on: November 20, 2016, 08:37:25 AM
Just a warning to everyone that someone is attempting to scam/borrow money in my name on JD.  They've made some fake hard luck story and trying to get bitcoins from you in my name. First, I never borrow crypto, ever, second authenticity should be proved by me signing a message with the address 1KzdSngS7CNPFz15pUBSK1P1Eo1R8qjTPm

-C

Message: I am me
Signature: IOmuGMoc7uYXma3SsBT13YqkTqL10GiqU2XyGUgOmv6bkykyi7gyETFzbYizZga4kSR9Sw7cIZ3HRxT zsOFYl+I=

Or they can just check against your JD ID. If it's not your ID, it's not you. This isn't new. It's been going on since the launch of JD
713  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Just-Dice.com : now with added CLAMs : Play or Invest on: November 17, 2016, 07:24:58 AM
Wait what?
are those successful logins? Or is it loading the page using my hash and then getting redirected to the login page?

The latter I think. Does your bot try to log in using your hash? Because that won't work since you set a username and password on your account.

Ok, that's fine then.

It depends on how you use jdcapi. When trying to connect with a username and password from the get go, the bot uses my hash to get the login page and then log in from there. if you connect without a username and password, it connects with no hash and just loads the main page.

It's possible he's using dicebot and the bot failed to connect for some reason and tried to unsuccessfully reconnect a few times, or he might have written his own bot or used another bot that runs on jdcapi (like tigers bot) that handles disconnects/reconnects incorrectly or tries to log into a whole bunch of accounts too quickly.
714  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Just-Dice.com : now with added CLAMs : Play or Invest on: November 17, 2016, 06:12:51 AM
This one is new for me:

Your IP address has been blocked for an hour.  Sorry for the inconvenience.

What for is it blocked? I refreshed the page and this message showed up, my UID is: 1035511

The first time I've seen it. I'm not using vpn or anything and haven't been in chat since 8 hours or so.

IP addresses are only blocked if they are hitting the site much too often. It's a primitive DOS protection.

In your case it looks like user 91380 (Seuntjie) is logging in over and over from your IP address. Are you using his bot perhaps? If so I think it's the bot that is getting your IP address banned.

Edit: specifically, your IP address tried logging in 25 times in a single minute, at these timestamps (UTC):

2016-11-16 18:24:08
2016-11-16 18:24:08
2016-11-16 18:24:09
2016-11-16 18:24:09
2016-11-16 18:24:09
2016-11-16 18:24:09
2016-11-16 18:24:14
2016-11-16 18:24:14
2016-11-16 18:24:36
2016-11-16 18:24:36
2016-11-16 18:24:36
2016-11-16 18:24:36
2016-11-16 18:24:36
2016-11-16 18:24:42
2016-11-16 18:24:42
2016-11-16 18:24:42
2016-11-16 18:24:42
2016-11-16 18:24:42
2016-11-16 18:24:47
2016-11-16 18:24:47
2016-11-16 18:24:47
2016-11-16 18:24:47
2016-11-16 18:24:52
2016-11-16 18:24:52
2016-11-16 18:24:52

Some seconds there you were doing 5 logins per second. That's what got your IP address banned...

Wait what?
are those successful logins? Or is it loading the page using my hash and then getting redirected to the login page? I have only logged in to JD about 3 times in the last two weeks. I probably connected lastnight via tunnelbear which might explain the same IP (if he was using a VPN)
715  Economy / Gambling discussion / Re: Seuntjie' Dice bot programmers mode discussion. on: November 16, 2016, 10:56:04 AM
this program is very good, but i dont know how to use there mode like martiangle etc..

Take a look at the getting started guide: https://bot.seuntjie.com/gettingstarted.aspx
716  Economy / Gambling / Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! on: November 14, 2016, 06:25:33 AM
To the Developers,

I am LOVING the dicebot program and would like to ask that you add my favorite site... yobit.net

yobit.net supports ALL crypto-currencies and allows players to roll dice on their site using API bots.... I would like your bot to be compatible with the site please!

Hi

Please see "Can you add my site to the bot?" on https://bot.seuntjie.com/faqs.aspx#faq8

Edit: As far as I can see, yobit isn't provably fair. So unless someone can prove me wrong (by linking or showing their provably fair RNG and how to verify rolls etc), I likely won't add them to the bot.
717  Economy / Gambling / Re: KingDice.com - Innovative & Realistic Bitcoin Dice Casino on: November 09, 2016, 07:20:06 AM
Your support page needs a bit of work:

Quote
WHAT IS KINGDICE?
Primedice is the undisputed most popular and trusted bitcoin game in the world! Over the past three years we’ve provided well over a million users a reliable, quick, and simple way to play with their coins.

The game is simple, you enter in a bet, select a payout or win chance and hit roll dice. After you click roll a provably fair dice roll is generated and if the number falls within your green win region you win the bet. Sound easy enough? There’s no minimum bet, try claiming some free coins from the faucetto give it a go!

List style
List style
List style
List style

More information on us: Here’s 1000+ pages of user reviews and feedback.

Also, none of the navigation links at the bottom of the page works if you've navigated away from the home page
718  Economy / Gambling / Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! on: November 08, 2016, 04:38:14 PM
Just downloaded the last version, it works. Great job, I'll send you a tip when I make some profits Smiley

Good to know!
719  Economy / Gambling / Re: ★☆★777Coin★☆★ - ✔ Full Range of Games! ✔ Instant Withdraw! ✔ Progressive Jackpot on: November 08, 2016, 12:07:36 PM
So when is 777coin getting dice? I hear there are some cool bots available for dice sites *skimp skimp* Wink
720  Economy / Gambling discussion / Re: Where do people post referral links? on: November 08, 2016, 08:09:56 AM
The best way to post referral/affiliate links are in a way that the person clicking on them doesn't explicitly know they're referral links (some people have this habit of removing your referral id from the link before opening it). What I mean with this is mostly that you have to link to it in a natural way as part of a blog post or as part of a more informative and useful whole. For example the list of supported sites on my home page or the grid showing which features are supported by which sites in my bot. It's informative and useful to the user and having a link to the site feels natural and makes it easier for the user to go to the site. Unless you go look for it, you won't even know you clicked on a ref link

Like others have said, spamming ref links in forum posts or chats usually doesn't work. Almost the only time it's OK to post a referral link blatantly is if someone asks you for a link to the site.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 [36] 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!