Bitcoin Forum
May 18, 2024, 01:53:50 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 »
1101  Economy / Gambling / Re: BetterBets.io |Rubies Launched!|🎲 DICE★PLINKO★HORSE RACING Games/Chat on: March 11, 2016, 05:02:02 PM
Forgot to post about it here.

There's a new beta available for the bot that supports betting in rubies at betterbets. You can get the beta from https://bot.seuntjie.com/botpage.aspx?id=23

To bet in rubies, open the site menu and select betterbets and then rbs from the sub-menu and log in. Or, if you're already logged into betterbets with the bot, open the site menu, hover over betterbets (do not click on it) until the menu pops up, then select rbs from the sub-menu

Keep in mind that this is a beta release and it's meant to test new features and look for bugs in them. Please be careful while using it. Also report any bugs you might find to me either on the forum or by email (contact@seuntjie.com)
1102  Economy / Gambling / Re: FORTUNEJACK.COM | No.1 for Cryptocurrency Gambling | Provably Fair | 3 BTC BONUS on: March 11, 2016, 01:49:14 PM
For anyone testing DiceBot on Fortunejack, as long as FJ has their anti ddos window thingy with a google captcha enabled, DiceBot will not be able to log in. This is mostly due to the technical difficulty of overcoming the captcha, but I will not even attempt a workaround (unless FJ provides me with one) so as not to increase the server load of the site while it's being attacked.
1103  Economy / Gambling / Re: Primedice.com | Most Popular & Trusted Bitcoin Game | Huge Community | Free BTC on: March 10, 2016, 10:39:31 AM
People have been asking about the app that you are developing. Will you consider a few members on this forum to help you test the app before rolling out or you are contented with your own development?. I would appreciate if I will be part of the team to test and give an honest criticism of the app.

Good idea!

I believe that some testing is needed because people have t o trust the app whit their money, so we can't go in this deal whit close eyes

This is the reason it is open source Wink
But you're right, not everyone can check this.
I hope there is a developer in here who can verify it for me.

How do you plan on hosting the source of the app? (github, gitbucket, self hosted, etc?)

A few things for people to be careful of is auto updating applications, scenarios where the open source versions of the code are not in sync with the released version of the app, and any app that sends data to any destination other than the destination the application focuses on (PD in this instance).

I'll be glad to skim your code once the source has been uploaded to a publicly accessible place (excuse me if you already have and I missed it). I won't be able to test it other than on a VM though.
1104  Economy / Gambling discussion / Re: Seuntjie' Dice bot programmers mode discussion. on: March 09, 2016, 10:41:08 AM
Quote from: franklintdv
I'm trying your script at just-dice but after an hour its just stop the bets.

Yeah, I found my code didn't even run as intended once I got it to run more than 15 hands  Undecided I quit after a couple hundred to fix it

Code has a tendancy to do what you tell it instead of what you want.
1105  Economy / Gambling discussion / Re: Seuntjie' Dice bot programmers mode discussion. on: March 09, 2016, 10:40:10 AM
I tried writing a new code that would just let the decimals do whatever they want, but update the minimum bet as my balance grew...

Quote from: my lua
chance=49.95
multiplier=0.4
minbet=0.01
divfactor=11763.8342980769


function dobet()
if previousbet*(1-multiplier)<minbet and win then
   minbet=balance/divfactor
   nextbet=minbet
   elseif win then
   nextbet = previousbet*(1-multiplier)
else   
   nextbet = previousbet*(1+multiplier)
end
end

Same deal as before. 15-25 bets and then 999dice cuts my api connection off.

have you tried running this script on another site? It seems that 999dice is doing weird things overall.

It lets me keep playing on safedice.

Thanks

I'm trying your script at just-dice but after an hour its just stop the bets. 

Does the script stop the betting or does the bot disconnect?
1106  Economy / Gambling / Re: Primedice.com | Most Popular & Trusted Bitcoin Game | Huge Community | Free BTC on: March 08, 2016, 04:53:38 PM
Can anyone explain me how I can find all mine previous bets. The bets shown now are not going all back to 9,350,000,000.
https://bitcointalk.org/index.php?topic=1387033.80
Anyone who can tell me how I can find back all mine previous bets done after 9,350,000,000.
There's no way for you to personally do it, you'd have to mail support for your archived bets.  But I'm not sure they'll want to sort through millions of bets just to find some of yours.  You never know though, you could definitely submit a ticket and ask. Smiley
I can't believe they don't keep an record of all bets you have done in the past with one account. I think they have advanced records of each accounts so they can look always back if they want. Thanks anyway for your answer and your help.

From a technical perspective, this is a really expensive thing to do. To go look for thousands (maybe even millions) of needles in a haystack of nearly 10 billion pieces of hay is going to take a long time. And if you want to provide a fast and reliable service to your clients actively betting (the ones bringing in the money), you can't afford to do these kind of expensive queries on the database the whole time. And if the feature is open to everyone, it's going to be used a lot and it's going to cause a lot of load on the servers. Another thing to remember is that a few million rows of bets become close to a gigabytes worth of data, even more if it's in the same form as you're seeing your bets on the website, so it will also cause a boatload of network traffic.

It's not that the record isn't there, it's just too costly (in regard to resources) to open the records to the public
1107  Economy / Gambling / Re: Primedice.com | Most Popular & Trusted Bitcoin Game | Huge Community | Free BTC on: March 08, 2016, 06:08:45 AM
hm, That image doesn't show much. Maybe Hui or one of the other mods can post chat log for the minutes before the mute and who knows, maybe someone was doing something that was against the rules. Like trading in the chat. idk, just a possiblity
1108  Economy / Gambling / Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! on: March 07, 2016, 09:02:30 PM
A beta version of DiceBot is available that supports FortuneJack.Com's Dice game is now available at https://bot.seuntjie.com/botpage.aspx?id=23

Keep in mind this is a beta version. I need people to test it and to give me feedback so I can make sure everything works as intended and is as stable as possible. Please be careful while using this version as it might behave a bit unpredictable if something happens that I don't know can happen.

If you have problems logging in, Like the site saying you're logged in but it not showing your balance or stats and bets not going through, change your computers date and number format to use English (US) number formatting, restart your PC and try again. This will be fixed in the stable release.


Any feedback would be greatly appreciated. The more feedback I get, and the more detailed it is, the faster I can make the bot the best and most stable bot possible.

Feedback can be posted here or you can email me on contact@seuntjie.com, or just PM me here on the forums.


Edit: You won't be able to log in with the bot and your browser at the same time. FJ doesn't allow concurrent connections and trying to do so will end up in the bot disconnecting and erroring out.
1109  Economy / Gambling / Re: FORTUNEJACK.COM | No.1 for Cryptocurrency Gambling | Provably Fair | 3 BTC BONUS on: March 07, 2016, 08:58:17 PM
A beta version of DiceBot is available that supports FortuneJack.Com's Dice game is now available at https://bot.seuntjie.com/botpage.aspx?id=23

Keep in mind this is a beta version. I need people to test it and to give me feedback so I can make sure everything works as intended and is as stable as possible. Please be careful while using this version as it might behave a bit unpredictable if something happens that I don't know can happen.

If you have problems logging in, Like the site saying you're logged in but it not showing your balance or stats and bets not going through, change your computers date and number format to use English (US) number formatting, restart your PC and try again. This will be fixed in the stable release.


Any feedback would be greatly appreciated. The more feedback I get, and the more detailed it is, the faster I can make the bot the best and most stable bot possible.

Feedback can be posted on https://bitcointalk.org/index.php?topic=307425 or you can email me on contact@seuntjie.com, or just PM me here on the forums.


Edit: You won't be able to log in with the bot and your browser at the same time. FJ doesn't allow concurrent connections and trying to do so will end up in the bot disconnecting and erroring out.
1110  Economy / Gambling / Re: BetKing.io - 42 NEW SLOT GAMES on: March 07, 2016, 12:28:52 PM
Would players be interested in rubies support? It's the new coin from BetterBets.

Would allow invest and play on https://betking.io

This would also mean the site would again feature multiple currencies and so I could add other alt coins if enough people wanted that.

I support the idea of adding Rubies.
1111  Economy / Gambling / Re: FORTUNEJACK.COM | No.1 for Cryptocurrency Gambling | Provably Fair | 3 BTC BONUS on: March 05, 2016, 07:41:11 PM
How long do you estimate your anti ddos captcha screen will be activated? DiceBot will not be able to log in to your site as long as that is activated.
1112  Economy / Gambling / Re: BetterBets.io |Rubies Launched!|🎲 DICE★PLINKO★HORSE RACING Games/Chat on: March 03, 2016, 12:45:46 PM
hello ..   acidentally i switch off my pc with my wallet open, now no synch anymore.....
2 days ago ...what shoul i do?

close your client, go to your appdata folder (click on start, type run, open the "run" program, type %appdata% and click run) look for the rubies folder and open it. Backup your wallet.dat file and then Delete your peers.dat file. when you open your rubies client again it should sync
1113  Economy / Gambling / Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! on: March 02, 2016, 04:15:08 PM
Hi, Seuntjies

I have a question, I Try https://bot.seuntjie.com/scripts.aspx?id=13
The Jossy Martingale Lua Scripts but have Error

Can you take a look..


Get the script from the site again and test it again please

Edit: it wasn't the scripts fault, but rather asp and the sites fault. ASP doesn't allow users to submit forms with data that could cause some sort of vulnerability such as sql or script injection. as such, I have to filter out elements like < > and ' and replace them with something a bit safer, like the html code for these characters instead. Now normally, that would work grand since they'd just be rendered as normal html, but in this case, they don't get rendered because they're in a text box, so instead it shows the html code. I've made a fix that should now show the correct characters in the script
1114  Economy / Gambling discussion / Re: Seuntjie' Dice bot programmers mode discussion. on: March 02, 2016, 03:37:13 PM
yeah, head over to https://bot.seuntjie.com/ and if you have a really small screen, scroll down a bit in the main window....
1115  Economy / Gambling / Re: SafeDICE.com ★ Bitcoin Dice ★ Monero ★ 0.5% Edge ★ Fast Cashout ★ Since 2014 on: March 02, 2016, 03:35:05 PM
I'm
Gotta say, love the interface, just wish auto-bet was a little faster. Great site though!

autobet is fast but the speed of it still depends on the amount you wager. IIRC .01btc > bets is much faster than .01btc below

I'm talking about in terms of bets per second, it's not very fast compared to some other sites.

He means that the bets per second is limited depending on your bet size. The bigger bets you make, the more bets per second you can make. This is true for most sites.
1116  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Just-Dice.com : now with added CLAMs : Play or Invest on: March 02, 2016, 06:07:13 AM
if Seuntjie could get this feature implemented into his bot soon, it'd be appreciated!

There's already a script on my site for the programmer mode that does something similar. With some tweaking it would do exactly what you want. You can find it on here: https://bot.seuntjie.com/scripts.aspx
1117  Economy / Gambling / Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! on: March 01, 2016, 03:22:30 PM
does it show anything in the status bar at the bottom of the window?

I works fine for me. so I'm guessing the problem is on your side?
1118  Economy / Gambling discussion / Re: Seuntjie' Dice bot programmers mode discussion. on: March 01, 2016, 02:16:34 PM
I tried writing a new code that would just let the decimals do whatever they want, but update the minimum bet as my balance grew...

Quote from: my lua
chance=49.95
multiplier=0.4
minbet=0.01
divfactor=11763.8342980769


function dobet()
if previousbet*(1-multiplier)<minbet and win then
   minbet=balance/divfactor
   nextbet=minbet
   elseif win then
   nextbet = previousbet*(1-multiplier)
else   
   nextbet = previousbet*(1+multiplier)
end
end

Same deal as before. 15-25 bets and then 999dice cuts my api connection off.

have you tried running this script on another site? It seems that 999dice is doing weird things overall.
1119  Economy / Gambling / Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! on: March 01, 2016, 10:37:22 AM
what achodik said.


It's usually a pretty meaningless value, but it's fun to look at.

If you're interested, it's calculated something like this after every bet:

luck = ( (old luck * (number of bets -1)) + ((100/(chance to win))*100 * (win?1:0))) / (number of bets )


* (win?1:0) means: If the bet wins, multiply this number with 1, of it's a loss,  multiply this number with 0
1120  Economy / Gambling / Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! on: February 28, 2016, 09:53:03 PM
Great bot...! Having a few troubles with 999dice... it keeps conking out - getting more and more regular... Maybe gets to 100 rolls and just stops with 'something went wrong error'. Anyone else getting this?

Also the seed resets every roll - perhaps thats just this site?

Might I ask for a feature request...? Send email on error - bot stop?

I'm not sure what's up with 999dice. A lot of people has been having issues with it and I am unable to reproduce it. I found a piece of code that could cause one of the issues, but don't know why everyone else is having all of the issues.

999dice doesn't use a nonce based RNG system like most other sites, every bet has its own server and client seed pair. the bot automatically generates a random client seed for every bet to make it impossible for the site to cheat to player.

I've been thinking of revamping those settings for v4, so it's possible that the feature will be implemented.
Pages: « 1 ... 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!