Bitcoin Forum
May 29, 2024, 05:49:07 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they believe that the creator of this topic displays some red flags which make them high-risk. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: [1]
  Print  
Author Topic: coder who can change our untitled dice script from 2 decimals to 4 decimals  (Read 473 times)
JackpotRacer (OP)
Legendary
*
Offline Offline

Activity: 1946
Merit: 1014


All Games incl Racer and Lottery game are Closed


View Profile
August 01, 2016, 03:45:24 PM
 #1

hello

next task

we need a coder who can change our untitled dice script from 2 decimals after the dot to 4 decimals

after this task there are more tasks

Please check my Scam accusation against 👉 Blackjack.fun 👈 to be always up to date
                       👇🏿👇👇👇👇👇👇👇🏿
https://bitcointalk.org/index.php?topic=5474047.0
BetKing.io
Legendary
*
Offline Offline

Activity: 1400
Merit: 1021



View Profile WWW
August 01, 2016, 08:59:44 PM
 #2

hello

next task

we need a coder who can change our untitled dice script from 2 decimals after the dot to 4 decimals

after this task there are more tasks


In https://github.com/untitled-dice/untitled-dice.github.io/blob/master/app.js you will see this sort of thing:

.toFixed(2)

You can change the 2 to a 4.

I've not read the whole source so it might be bad to change every line to that so test first!
JackpotRacer (OP)
Legendary
*
Offline Offline

Activity: 1946
Merit: 1014


All Games incl Racer and Lottery game are Closed


View Profile
August 01, 2016, 09:21:15 PM
 #3

hello

next task

we need a coder who can change our untitled dice script from 2 decimals after the dot to 4 decimals

after this task there are more tasks


In https://github.com/untitled-dice/untitled-dice.github.io/blob/master/app.js you will see this sort of thing:

.toFixed(2)

You can change the 2 to a 4.

I've not read the whole source so it might be bad to change every line to that so test first!

thx a bunch for taking the time to give me this tip. and if this helps and was the solution I will have 2nd thoughts


Please check my Scam accusation against 👉 Blackjack.fun 👈 to be always up to date
                       👇🏿👇👇👇👇👇👇👇🏿
https://bitcointalk.org/index.php?topic=5474047.0
JackpotRacer (OP)
Legendary
*
Offline Offline

Activity: 1946
Merit: 1014


All Games incl Racer and Lottery game are Closed


View Profile
August 02, 2016, 01:54:25 AM
 #4

hello

next task

we need a coder who can change our untitled dice script from 2 decimals after the dot to 4 decimals

after this task there are more tasks


In https://github.com/untitled-dice/untitled-dice.github.io/blob/master/app.js you will see this sort of thing:

.toFixed(2)

You can change the 2 to a 4.

I've not read the whole source so it might be bad to change every line to that so test first!

I did what you proposed and got the target with 4 decimals Smiley not bad for a non coder
but the outcome is still with 2 decimals

thx again for trying to help



Please check my Scam accusation against 👉 Blackjack.fun 👈 to be always up to date
                       👇🏿👇👇👇👇👇👇👇🏿
https://bitcointalk.org/index.php?topic=5474047.0
james.lent
Hero Member
*****
Offline Offline

Activity: 602
Merit: 501



View Profile
August 02, 2016, 02:06:06 AM
 #5

hello

next task

we need a coder who can change our untitled dice script from 2 decimals after the dot to 4 decimals

after this task there are more tasks


In https://github.com/untitled-dice/untitled-dice.github.io/blob/master/app.js you will see this sort of thing:

.toFixed(2)

You can change the 2 to a 4.

I've not read the whole source so it might be bad to change every line to that so test first!

I did what you proposed and got the target with 4 decimals Smiley not bad for a non coder
but the outcome is still with 2 decimals

thx again for trying to help


[img ]https://i.imgur.com/gvzyopO.jpg[/img]

bet.outcome doesn't have a mode fixed to it. So try adding .toFixed(4) and try it out.
JackpotRacer (OP)
Legendary
*
Offline Offline

Activity: 1946
Merit: 1014


All Games incl Racer and Lottery game are Closed


View Profile
August 02, 2016, 02:10:56 AM
 #6

hello

next task

we need a coder who can change our untitled dice script from 2 decimals after the dot to 4 decimals

after this task there are more tasks


In https://github.com/untitled-dice/untitled-dice.github.io/blob/master/app.js you will see this sort of thing:

.toFixed(2)

You can change the 2 to a 4.

I've not read the whole source so it might be bad to change every line to that so test first!

I did what you proposed and got the target with 4 decimals Smiley not bad for a non coder
but the outcome is still with 2 decimals

thx again for trying to help


[img ]https://i.imgur.com/gvzyopO.jpg[/img]

bet.outcome doesn't have a mode fixed to it. So try adding .toFixed(4) and try it out.

hi

also to you a big thx for trying to help

I did what betking told me and it worked for target (I had to change 4 times the .tofixed)

what do you mean with try adding .toFixed(4) and try it out

where should I add it?

edit
did you mean everywhere I find .outcome to change it to .outcome (4)


Please check my Scam accusation against 👉 Blackjack.fun 👈 to be always up to date
                       👇🏿👇👇👇👇👇👇👇🏿
https://bitcointalk.org/index.php?topic=5474047.0
james.lent
Hero Member
*****
Offline Offline

Activity: 602
Merit: 501



View Profile
August 02, 2016, 02:12:36 AM
 #7

hello

next task

we need a coder who can change our untitled dice script from 2 decimals after the dot to 4 decimals

after this task there are more tasks


In https://github.com/untitled-dice/untitled-dice.github.io/blob/master/app.js you will see this sort of thing:

.toFixed(2)

You can change the 2 to a 4.

I've not read the whole source so it might be bad to change every line to that so test first!

I did what you proposed and got the target with 4 decimals Smiley not bad for a non coder
but the outcome is still with 2 decimals

thx again for trying to help


[img ]https://i.imgur.com/gvzyopO.jpg[/img]

bet.outcome doesn't have a mode fixed to it. So try adding .toFixed(4) and try it out.

hi

also to you a big thx for trying to help

I did what betking told me and it worked for target (I had to change 4 times the .tofixed)

what do you mean with try adding .toFixed(4) and try it out

where should I add it?


i'll pm you the lines.
JackpotRacer (OP)
Legendary
*
Offline Offline

Activity: 1946
Merit: 1014


All Games incl Racer and Lottery game are Closed


View Profile
August 02, 2016, 02:14:08 AM
 #8

hello

next task

we need a coder who can change our untitled dice script from 2 decimals after the dot to 4 decimals

after this task there are more tasks


In https://github.com/untitled-dice/untitled-dice.github.io/blob/master/app.js you will see this sort of thing:

.toFixed(2)

You can change the 2 to a 4.

I've not read the whole source so it might be bad to change every line to that so test first!

I did what you proposed and got the target with 4 decimals Smiley not bad for a non coder
but the outcome is still with 2 decimals

thx again for trying to help


[img ]https://i.imgur.com/gvzyopO.jpg[/img]

bet.outcome doesn't have a mode fixed to it. So try adding .toFixed(4) and try it out.

hi

also to you a big thx for trying to help

I did what betking told me and it worked for target (I had to change 4 times the .tofixed)

what do you mean with try adding .toFixed(4) and try it out

where should I add it?


i'll pm you the lines.

thx thats really kind of you

Please check my Scam accusation against 👉 Blackjack.fun 👈 to be always up to date
                       👇🏿👇👇👇👇👇👇👇🏿
https://bitcointalk.org/index.php?topic=5474047.0
james.lent
Hero Member
*****
Offline Offline

Activity: 602
Merit: 501



View Profile
August 02, 2016, 02:34:37 AM
 #9

hello

next task

we need a coder who can change our untitled dice script from 2 decimals after the dot to 4 decimals

after this task there are more tasks


In https://github.com/untitled-dice/untitled-dice.github.io/blob/master/app.js you will see this sort of thing:

.toFixed(2)

You can change the 2 to a 4.

I've not read the whole source so it might be bad to change every line to that so test first!

I did what you proposed and got the target with 4 decimals Smiley not bad for a non coder
but the outcome is still with 2 decimals

thx again for trying to help


[img ]https://i.imgur.com/gvzyopO.jpg[/img]

bet.outcome doesn't have a mode fixed to it. So try adding .toFixed(4) and try it out.

hi

also to you a big thx for trying to help

I did what betking told me and it worked for target (I had to change 4 times the .tofixed)

what do you mean with try adding .toFixed(4) and try it out

where should I add it?


i'll pm you the lines.

thx thats really kind of you

Aight no problem. It's a simple fix.
JackpotRacer (OP)
Legendary
*
Offline Offline

Activity: 1946
Merit: 1014


All Games incl Racer and Lottery game are Closed


View Profile
August 02, 2016, 02:37:12 AM
 #10

it works now!

with the help of Betking and James

2 coders tried for a week to do it against payment and could not deliver Sad

I am shocked that it was that easy with the right help(er)

thx to both and all the best


Please check my Scam accusation against 👉 Blackjack.fun 👈 to be always up to date
                       👇🏿👇👇👇👇👇👇👇🏿
https://bitcointalk.org/index.php?topic=5474047.0
james.lent
Hero Member
*****
Offline Offline

Activity: 602
Merit: 501



View Profile
August 02, 2016, 02:40:08 AM
 #11

it works now!

with the help of Betking and James

2 coders tried for a week to do it against payment and could not deliver Sad

I am shocked that it was that easy with the right help(er)

thx to both and all the best



Glad to help..

Maybe it's time to get new devs  Cheesy

Good luck in your project mate.
JackpotRacer (OP)
Legendary
*
Offline Offline

Activity: 1946
Merit: 1014


All Games incl Racer and Lottery game are Closed


View Profile
August 02, 2016, 10:25:53 AM
 #12

it works now!

with the help of Betking and James

2 coders tried for a week to do it against payment and could not deliver Sad

I am shocked that it was that easy with the right help(er)

thx to both and all the best



Glad to help..

Maybe it's time to get new devs  Cheesy

Good luck in your project mate.


we don't have any dev right now and the 2 were freelancers who said they can deliver against payment but task is very tough lol

thx again

Please check my Scam accusation against 👉 Blackjack.fun 👈 to be always up to date
                       👇🏿👇👇👇👇👇👇👇🏿
https://bitcointalk.org/index.php?topic=5474047.0
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!