Bitcoin Forum

Economy => Services => Topic started by: JackpotRacer on August 01, 2016, 03:45:24 PM



Title: coder who can change our untitled dice script from 2 decimals to 4 decimals
Post by: JackpotRacer on August 01, 2016, 03:45:24 PM
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


Title: Re: coder who can change our untitled dice script from 2 decimals to 4 decimals
Post by: BetKing.io on August 01, 2016, 08:59:44 PM
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!


Title: Re: coder who can change our untitled dice script from 2 decimals to 4 decimals
Post by: JackpotRacer on August 01, 2016, 09:21:15 PM
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



Title: Re: coder who can change our untitled dice script from 2 decimals to 4 decimals
Post by: JackpotRacer on August 02, 2016, 01:54:25 AM
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 :) not bad for a non coder
but the outcome is still with 2 decimals

thx again for trying to help


https://i.imgur.com/gvzyopO.jpg


Title: Re: coder who can change our untitled dice script from 2 decimals to 4 decimals
Post by: james.lent on August 02, 2016, 02:06:06 AM
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 :) 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.


Title: Re: coder who can change our untitled dice script from 2 decimals to 4 decimals
Post by: JackpotRacer on August 02, 2016, 02:10:56 AM
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 :) 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)



Title: Re: coder who can change our untitled dice script from 2 decimals to 4 decimals
Post by: james.lent on August 02, 2016, 02:12:36 AM
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 :) 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.


Title: Re: coder who can change our untitled dice script from 2 decimals to 4 decimals
Post by: JackpotRacer on August 02, 2016, 02:14:08 AM
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 :) 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


Title: Re: coder who can change our untitled dice script from 2 decimals to 4 decimals
Post by: james.lent on August 02, 2016, 02:34:37 AM
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 :) 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.


Title: Re: coder who can change our untitled dice script from 2 decimals to 4 decimals
Post by: JackpotRacer on August 02, 2016, 02:37:12 AM
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 :(

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

thx to both and all the best



Title: Re: coder who can change our untitled dice script from 2 decimals to 4 decimals
Post by: james.lent on August 02, 2016, 02:40:08 AM
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 :(

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  :D

Good luck in your project mate.


Title: Re: coder who can change our untitled dice script from 2 decimals to 4 decimals
Post by: JackpotRacer on August 02, 2016, 10:25:53 AM
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 :(

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  :D

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