Bitcoin Forum
June 18, 2024, 07:03:55 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Gambling discussion / Re: Seuntjie' Dice bot programmers mode discussion. on: September 09, 2017, 02:34:27 AM
Hi all experts!

I have a questions for you....

In my script I have the following line to have it withdraw:

-----------------------------

if balance>=target  then ching()
 withdraw(withdrawAmount,withdrawAddress)
   resetSettings()
end

-----------------------------

The problem I experience is that it starts to withdraw at the set limit I have and takes the amount I have chosen to withdraw... but for some reason it the repeats it over and over until the money was gone....

Which in my case was a really shitty move Sad I was willing to take a 30% fee on the test withdrawal but I DIDN'T want to have a 30% on 9 withdrawals in a row, which caused me to loose 30% of my balance Sad

I will attach a bit of the log:

Betting 0.000000107 at 0.99% chance to win, high
Withdrawing 0.001 to 1HSPqbFBRQDT1pKyGk1mp2UZKQNzUdt43x
---bet lost--- 
 ==================================================
 
Betting 0.000000114 at 0.99% chance to win, low
Withdrawing 0.001 to 1HSPqbFBRQDT1pKyGk1mp2UZKQNzUdt43x
---bet lost--- 
 ==================================================
 
Betting 0.000000121 at 0.99% chance to win, high
Withdrawing 0.001 to 1HSPqbFBRQDT1pKyGk1mp2UZKQNzUdt43x
---bet lost--- 
 ==================================================
 
Betting 0.000000128 at 0.99% chance to win, low
Withdrawing 0.001 to 1HSPqbFBRQDT1pKyGk1mp2UZKQNzUdt43x
---bet lost--- 

Can someone please guide me how to over come this.... I don't understand why he repeated since target is:

target=0.0085

and withdraw:

withdrawAmount=0.001   -- amount to withdraw

To me he should recheck the balance and see that it was now 0.001 less and thus not withdrawing anymore Sad I hope it's not an issue with the site being slow to update the balance and fooling the dicebot to think that the balance remains the same? O.o

If that would be the case can I in some way initiate a pause directly after the first withdrawal to give the site time to update?

/T
2  Economy / Gambling discussion / Re: Seuntjie' Dice bot programmers mode discussion. on: September 06, 2017, 04:30:15 PM
Thanks Seuntjie!

As you mentioned.....

The problem was that I was missing the ' before and after the address.

Now it's working as it should!

Big Thanks!

/mikael
3  Economy / Gambling discussion / Re: Seuntjie' Dice bot programmers mode discussion. on: September 06, 2017, 04:22:16 PM
What currency are you using? BTC or DOGE or ?? Huh

The bot seems to be setup to calculate BTC values in the withdrawal code (ie. 1 BTC = 100,000,000 satoshis):
Code:
pairs.Add(new KeyValuePair<string, string>("Amount", (Amount*100000000m).ToString("0",System.Globalization.NumberFormatInfo.InvariantInfo)));

Given that you're betting "13.016.." and withdrawing "50"... either you're some kind of "whale" or you're wagering and attempting to withdraw in a currency other than BTC Wink

If this is the case, then I suspect that the final amount calculated is not correct and the bot is not reporting the error/failure message from the site correctly.


It's doge Smiley Otherwise I would be a rich gambler Tongue Also basically the only reason I am running it on 999d since they allow minimum bets lower the 1 on Doge.

But I see your point!.. So maybe the withdrawal amount should be in the above case 5000000000 (assuming 50*100000000m)??

I will do as seuntjie advised and test it in console directly...

I will get back to you on the results
4  Economy / Gambling discussion / Re: Seuntjie' Dice bot programmers mode discussion. on: September 06, 2017, 01:37:55 PM
A quick question....

I am trying to get the withdrawal function to work on 999d.

The code used here is:

 if balance >= targetBalance then
    ching()                                  
    withdraw(withdrawAmount,withdrawAddress)

And in the beginning I have the following settings:

-- withdraw settings
withdrawAddress="my address here ofc"
withdrawAmount=50   -- amount to withdraw

I can see the messages in the console saying:

Betting 13.0161111551561 at 95% chance to win, low
Withdrawing 50 to
Betting 0.00002 at 95% chance to win, low
Withdrawing 50 to

Nothing gets withdrawn and it's just getting into a loop since the balace says it should withdraw...

However I can just easy withdraw the same amount by clicking the withdraw button in Dicebot and enter the same amount and address.

Anyone have an idea what's failing?

/Mikael
 
5  Economy / Gambling discussion / Re: Seuntjie' Dice bot programmers mode discussion. on: September 03, 2017, 10:28:08 PM
Hi everyone!

I am in dire need of having a customised script created, but I am certainly no programmer. I know exactly what I want in the script just that I can create it myself.

Therefor I wonder if there are any kind soul willing to assist me here? I can donate $10 to the kind soul helping me out here (paypal required).

Please send me a PM if you have time and skills to assist me.

Best Regards!

/Thrilled
6  Economy / Gambling / Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! on: September 03, 2017, 12:43:55 AM
Hi everyone!

Is there anyone here good with scripts for Dicebot?

I am in dire need of having a customised script created, but I am certainly no programmer. I know exactly what I want in the script just that I can create it myself.

Therefor I wonder if there are any kind soul willing to assist me here? I can donate $10 to paypal to the kind soul helping me out here.

Please send me a PM if you have time and skills to assist me.

Best Regards!

/Thrilled
7  Economy / Gambling / Re: ▂▃▅▆█ BITSLER █▆▅▃▂🎁 LOTTERY 🎁14 BILLIONTH BET🎁 on: September 02, 2017, 10:33:00 PM
I have another intriguing problem...

I was logged on to Bitsler BTC... and it worked just find then as soon I try to change over to Bitsler Doge. Then I get into a loop...

It displays:

https://www.bitsler.com/play

and I do not want to create a new account... I just want to login with my existing... so I click "login here" and when doing so I get looped back to the same page over and over again. So I can't login to Bitsler anymore Sad

8  Economy / Gambling discussion / Re: Seuntjie' Dice bot programmers mode discussion. on: July 01, 2017, 02:51:07 PM
Quick and most likely an easy question for you...

The scripts I have been testing by copy and pasting in and running start() only executes one time.... can I in some way make it execute repeatingly?

/T
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CoinMarket.io | New, self-moderated support and news thread. on: February 18, 2014, 10:20:08 AM
Hmmmm I was just about to start using CoinMarket.io....

However the withdrawal issues some users are experiencing is a concern to me...

Are they solved now? Should I wait to see how this sorts out before I start using this exchange?

Sincerely!

/Thrilled
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MAX] MaxCoin - Alive and Kickin' on: February 12, 2014, 06:34:20 PM
Tried earlier and trying again... Smiley

Anyone able to help me out?


"Well I am using the "right" cgminer 3.7.3 from max1gh...

However when I start it with my normal config it starts as it should and the hashrate is as it should.... BUT I get sooooooo many HW's which I ofc don't get when using the exact same config file mining other coins with cgminer 3.7.2

What's causing this?"

/T
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MAX] MaxCoin - Alive and Kickin' on: February 12, 2014, 10:24:45 AM
Well I am using the "right" cgminer 3.7.3 from max1gh...

However when I start it with my normal config it starts as it should and the hashrate is as it should.... BUT I get sooooooo many HW's which I ofc don't get when using the exact same config file mining other coins with cgminer 3.7.2

What's causing this?

/T
12  Alternate cryptocurrencies / Altcoin Discussion / Re: The big VTC Vertcoin settings thread on: February 06, 2014, 06:36:17 PM
I am clueless......

I have 2 x Sapphire Tri-X 290x cards...

I am running the perfectly fine at 988 Khz each on any "normal" scrypt alt coin. Using I 20, 24600 thread conc, 1000 gpu engine. 1500 memory. This gives me NO HW at all.

Now I wanted to transition over to Vect coins... this has ended up in a total fail...

The miner I have currently has 4 gb ram.

Using anything higher then 8192 tc makes the cards go disabled. Using any intensity higher then 13 makes the HW run mad. Going i13 and tc 8192 gives me a hash rate of about 280khz per card which is way less it should be. Using intensity 19-20 gives me around 470khz but then the hardware errors are INSANE. I have tried to adjust the config file so many times and it all ends up with the same results.

I am using vectminer 0.5.3

I am in dire need of your help here!

Thanks in advance!

/T

Exactly the same here, TC 8192 gets me tons of HW errors at anything over I 13, can not run larger TC because of -4 error.
The solution is 8GB ram, but unfortunately my old Asus MBs only accept 2 ram modules and both slots are taken, memory is expensive, so I let these rigs run Doge.
Maybe Linux could help since ram requirements are different but I'm not in the mood to try it...


Hmmm more ram... well that can be solved... I have completely new motherboard and I think I have like 128 GB ram in 16 GB modules lying somewhere too Smiley
13  Alternate cryptocurrencies / Altcoin Discussion / Re: The big VTC Vertcoin settings thread on: February 06, 2014, 03:54:03 PM
I am clueless......

I have 2 x Sapphire Tri-X 290x cards...

I am running the perfectly fine at 988 Khz each on any "normal" scrypt alt coin. Using I 20, 24600 thread conc, 1000 gpu engine. 1500 memory. This gives me NO HW at all.

Now I wanted to transition over to Vect coins... this has ended up in a total fail...

The miner I have currently has 4 gb ram.

Using anything higher then 8192 tc makes the cards go disabled. Using any intensity higher then 13 makes the HW run mad. Going i13 and tc 8192 gives me a hash rate of about 280khz per card which is way less it should be. Using intensity 19-20 gives me around 470khz but then the hardware errors are INSANE. I have tried to adjust the config file so many times and it all ends up with the same results.

I am using vectminer 0.5.3

I am in dire need of your help here!

Thanks in advance!

/T
14  Alternate cryptocurrencies / Mining (Altcoins) / Re: Vertcoin Settings/Configs (How To Mine VertCoin) on: February 06, 2014, 03:27:34 PM
I am clueless......

I have 2 x Sapphire Tri-X 290x cards...

I am running the perfectly fine at 988 Khz each on any "normal" scrypt alt coin. Using I 20, 24600 thread conc, 1000 gpu engine. 1500 memory. This gives me NO HW at all.

Now I wanted to transition over to Vect coins... this has ended up in a total fail...

The miner I have currently has 4 gb ram.

Using anything higher then 8192 tc makes the cards go disabled. Using any intensity higher then 13 makes the HW run mad. Going i13 and tc 8192 gives me a hash rate of about 280khz per card which is way less it should be. Using intensity 19-20 gives me around 470khz but then the hardware errors are INSANE. I have tried to adjust the config file so many times and it all ends up with the same results.

I am using vectminer 0.5.3

I am in dire need of your help here!

Thanks in advance!

/T
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!