Bitcoin Forum

Economy => Gambling => Topic started by: zaclex on August 15, 2016, 08:13:58 PM



Title: Can anyone help me with a small code for Seuntjie's DiceBot?
Post by: zaclex on August 15, 2016, 08:13:58 PM
Hi guys, is someone here good at coding a very little if function for Seuntjie's Dicebot? Please leave your BTC address and I'll make sure to be worth your time!

I tried to make it myself but I'm not good at all at coding and that's why I'm asking you guys for help.

I am using a simple basic martingale script that I got from Seuntjie's website... What I want to add to that script is this:


1. to  stop betting when my overral balance gets lower than a specific number that I put in at the beginning, after stopping, to reset seed and then start again. For example: my balance is 0.5 and if something goes bad and I start losing money, I want it to stop at 0.4, reset seed and start again.

I tried with:

if balance < mynumber then
stop()
resetseed();
start()
end

It stops, it resets the seed but it doesn't start again, how can I fix this?

2. to automatically withdraw my profit to my BTC address. For example: my profit starts at 0, when it gets to 0.00015 automatically withdraw it to my BTC address, reset the profit count to 0 and repeat the same process.


If you can help me in any way your input is welcomed, thanks in advance and also don't forget to put your BTC address!


Title: Re: Can anyone help me with a small code for Seuntjie's DiceBot?
Post by: neochiny on August 17, 2016, 08:48:23 PM
Have you tried the placing of your ' ; ' ? Maybe you could place it after start () ; (like so). Sorry, I'm just a newbie with codes so not really sure, but seeing as no one has replied yet might as well give it a try. Someone who actually knows may even reply after the bump. lol. good luck though.  :P


Title: Re: Can anyone help me with a small code for Seuntjie's DiceBot?
Post by: richkellj on August 18, 2016, 06:10:46 AM
Please move this thread to service section of economy board here : https://bitcointalk.org/index.php?board=52.0
Also I like to suggest you to mention the exact bounty for this help. Because, that will be the better way of attracting experts for this type of knowledge involved help.
In service section you can find many programming experts to help you (even for free of cost too). Good luck.


Title: Re: Can anyone help me with a small code for Seuntjie's DiceBot?
Post by: seuntjie on August 18, 2016, 06:51:44 AM
This has been discussed here: https://bitcointalk.org/index.php?topic=1114503.msg15940695#msg15940695