Pages:
Author

Topic: [Free Script] Untitled Dice - Run your own bitcoin dice site (no server needed) - page 7. (Read 64524 times)

legendary
Activity: 1974
Merit: 1014
All Games incl Racer and Lottery game are Closed
Looks pretty confusing...
Because..
As you said no server needed...
And no investment..
Then it will be only a game...
Or it will pay also.. ??
I mean to say by this can we get btc in our wallet or it will be only for game..not more than that..

just go to moneypoit.com and read a bit. we have 3 moneypot game apps as you can see in my signature.
you are doing a dice app with moneypot API and moneypot will take care of bank roll and provably fair. you need client side only. actually very easy but the question is if another dice site is worth your time and work. but if it is only for you to play a bit thats perfect
newbie
Activity: 56
Merit: 0
Looks pretty confusing...
Because..
As you said no server needed...
And no investment..
Then it will be only a game...
Or it will pay also.. ??
I mean to say by this can we get btc in our wallet or it will be only for game..not more than that..
hero member
Activity: 762
Merit: 500
Installed the script and setup config after I read OP post guide but at moneypot site Domain Not Verified  
BTW OAuth Response Type: is token.where's the error?
member
Activity: 70
Merit: 10
What does this mean when trying to log in with moneypot?

The app that directed you here did not supply a valid request.
Reason: redirect_uri does not match any of the URIs configured by the app operator
Until the operator of the app complies with the MoneyPot API, you cannot authorize this app.
elm
legendary
Activity: 1050
Merit: 1000
good work. Is it possible to use just the API? I don't really like the UI... is there somewhere I can d find the whole list of api commands?

you should find the API at moneypot.com
sr. member
Activity: 412
Merit: 251
good work. Is it possible to use just the API? I don't really like the UI... is there somewhere I can d find the whole list of api commands?
hero member
Activity: 909
Merit: 506
any possibility to add auto betting (robot)?
legendary
Activity: 854
Merit: 1000
Is there a way or tool to edit the HTML code easier?

Something like this:

Code:


Rather than this:

Code:
var ChatUserList = React.createClass({
  displayName: 'ChatUserList',
  render: function() {
    return (
      el.div(
        {className: 'panel panel-default'},
        el.div(
          {className: 'panel-heading'},
          'UserList'
        ),
        el.div(
          {className: 'panel-body'},
          el.ul(
            {},
            _.values(chatStore.state.userList).map(function(u) {
              return el.li(
                {
                  key: u.uname
                },
                helpers.roleToLabelElement(u.role),
                ' ' + u.uname
              );
            })
          )
        )
      )
    );
  }
});

The code is in React, so it might be better if you learned
that before delving into this project.
doV
member
Activity: 109
Merit: 10
Is there a way or tool to edit the HTML code easier?

Something like this:

Code:


Rather than this:

Code:
var ChatUserList = React.createClass({
  displayName: 'ChatUserList',
  render: function() {
    return (
      el.div(
        {className: 'panel panel-default'},
        el.div(
          {className: 'panel-heading'},
          'UserList'
        ),
        el.div(
          {className: 'panel-body'},
          el.ul(
            {},
            _.values(chatStore.state.userList).map(function(u) {
              return el.li(
                {
                  key: u.uname
                },
                helpers.roleToLabelElement(u.role),
                ' ' + u.uname
              );
            })
          )
        )
      )
    );
  }
});
sr. member
Activity: 392
Merit: 251
Hey guys, i'm looking to enhance my dice site. It is based on your API. I want to add a loyalty program, but I'm unsure of how to do this.

What I want: A loyalty program that measures how many consecutive days you wager x+ bits, and stores that info. Depending on how many consecutive days, the house edge reduces. Maybe on your first ever day with the site, there is a 1.5% house edge, but after that the base edge is 5%. And each y consecutive days that gamble for, the house edge decreases by z. Is this possible, or would I have to contact moneypot and get them to push this into an update, or get them to help me personally?

If anyone can help me do this, PM me and I am willing to pay them.


P.S. Can you guys update the script so it automatically refreshes the balance every time you claim from the faucet?
sr. member
Activity: 392
Merit: 251
I'm currently having a little trouble with moneypot. I've set up the dice site, but after you log in, everything stays at loading.

Screenshot: http://imgur.com/rjxkDXg


You can see it here: http://www.dice.fastcoins.cf

Has anyone had this problem, and know a fix? Or have I done something wrong? I've even tried deleting all the files on my ftp server, reuploading and reconfiguring, but to no avail.


EDIT - I've fixed this problem already!
dan
newbie
Activity: 50
Merit: 0
Thanks for great free script Smiley

Does anyone know what is minimum house edge what can be used without changing calculating formula?

I tried 0.02%, but ended up players reporting that it rounds to neutral EV at some multipliers resulting moneypot to reject bet.

MoneyPot aka its investors accept bets according to the kelly criterion, so by minimizing the house edge (minimizing the investors' odds) you're minimizing the amount of the bankroll that the investors are willing to stake. Obviously, with every bet, the investors are staking wager*multiplier while the player is staking only the wager.

In other words, if you minimize the house edge, then you're guaranteeing that nobody will ever be able to make bets with large wagers or high multipliers because you're directly limiting the max profit per bet.

So the "minimum house edge" is the one that lets your players make the bets that they want to make. This includes whales and, for example, players that don't want their bet to be rejected when they're trying to double their wager on their 5th consecutive martingale loss.

I hope that illuminates why there's no real answer to your question. Players want a low house edge, but they also need a house edge high enough to attract a counterparty to their bets (the investors).

You can get an idea of how house edge impacts max profit by playing with the "Payout Editor" I made on plinkopot.com.

https://i.imgur.com/hSUoibY.png
newbie
Activity: 56
Merit: 0
Added an FAQ section to the first post that answers this question.

I will soon update the script so that it makes it more clear *why* the Faucet is failing.

Let me know if you still have trouble after setting up ReCaptcha, joclixal.
sr. member
Activity: 288
Merit: 250
Thanks for great free script Smiley

Does anyone know what is minimum house edge what can be used without changing calculating formula?

I tried 0.02%, but ended up players reporting that it rounds to neutral EV at some multipliers resulting moneypot to reject bet.
dan
newbie
Activity: 50
Merit: 0
Sweet script, I will try it out soon Smiley Can we make users register on our own (MySQL) database? Also, it is possible to make it completely white label (basic users won't be able to see that it is related to Moneypot.com)? As we share profits, I think they should allow that Wink

Basically, it's an affiliate program, right?


> Can we make users register on our own (MySQL) database?

The MoneyPot login integration is pretty much standard OAuth: you redirect the user to MoneyPot, and MoneyPot redirects the user back to you with an `access_token`. You can then query MoneyPot's API (https://www.moneypot.com/api-docs#v1-public-get-token-info) to get that user's underlying `auth_id` (you can think of it as a unique user ID) and save it in your database for that user so you that can link users to their MoneyPot account in your system.

So, yes, you can have your own authentication/user system and save the aforementioned MoneyPot `auth_id` in your users table. Now a user should be able to "Login with MoneyPot" or enter their username/password on your site to log into their account.

> Also, it is possible to make it completely white label (basic users won't be able to see that it is related to Moneypot.com)?

Yes, you can do this and hide the fact that your site uses MoneyPot all together, but it would require a lot of custom programming.

Basically, you would have to run the casino on your own server (unlike Untitled-Dice which runs on the client aka browser). Users deposit Bitcoin into your own system, and you re-deposit it into your own MoneyPot account. When a user bets on your casino, you basically make the bet through your own MoneyPot account and then use the outcome response to update the user's balance in your own system.

Obviously, any features you don't use MoneyPot for are features you're going to build yourself, but the above scheme illustrates how you can use MoneyPot solely for its bankroll and its betting API if that's what you want to do.

> Basically, it's an affiliate program, right?

Yeah, you can think of the MoneyPot bet API as a system that simply rewards you for sending it bets that its investors are willing to take.
member
Activity: 183
Merit: 12
ImmVRse | Disrupting the VR industry
Nice share OP! I thought long time ago about starting my own dice game but I was worried about bankroll  Grin

Now using someones other bankroll even your server-less implementation is easy setup! Going to test it soon.

Thank you.
legendary
Activity: 1008
Merit: 1005
Just wanted to say thank you for this script.  In addition to making me a few bits, it's inspired me to learn React, too.
hero member
Activity: 795
Merit: 500
Name change soon (hopefully)
Well, it is already possible to use your own bankroll, but if you want to use theirs (less profit for you though) why wouldn't it be possible to advertise with theirs as if it is yours. There is no harm right? It'll still be 100% solid.
elm
legendary
Activity: 1050
Merit: 1000
Sweet script, I will try it out soon Smiley Can we make users register on our own (MySQL) database? Also, it is possible to make it completely white label (basic users won't be able to see that it is related to Moneypot.com)? As we share profits, I think they should allow that Wink

Basically, it's an affiliate program, right?


if user will not know that it is moneypot related IMO they will ask for proof  of your bank roll. how will you explain
this to users?

anyway interesting view
Pages:
Jump to: