Bitcoin Forum
May 05, 2024, 11:09:08 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14 »  All
  Print  
Author Topic: [Free Script] Untitled Dice - Run your own bitcoin dice site (no server needed)  (Read 64324 times)
Edraket31
Hero Member
*****
Offline Offline

Activity: 1190
Merit: 511



View Profile
December 03, 2016, 06:42:06 AM
 #241

my site: opdice.com
is working perfectly except for 1 part. The chat. It seems to be stuck on loading forever. I really need this to work, if anyone could help, that would be great

if you didn't change anything on the script except on the first 10 lines on the app.js it is on moneypot side's problem. try to visit other app if their chat is working

1714907348
Hero Member
*
Offline Offline

Posts: 1714907348

View Profile Personal Message (Offline)

Ignore
1714907348
Reply with quote  #2

1714907348
Report to moderator
1714907348
Hero Member
*
Offline Offline

Posts: 1714907348

View Profile Personal Message (Offline)

Ignore
1714907348
Reply with quote  #2

1714907348
Report to moderator
1714907348
Hero Member
*
Offline Offline

Posts: 1714907348

View Profile Personal Message (Offline)

Ignore
1714907348
Reply with quote  #2

1714907348
Report to moderator
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
dmesticg
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
December 03, 2016, 04:26:16 PM
 #242

my site: opdice.com
is working perfectly except for 1 part. The chat. It seems to be stuck on loading forever. I really need this to work, if anyone could help, that would be great

if you didn't change anything on the script except on the first 10 lines on the app.js it is on moneypot side's problem. try to visit other app if their chat is working

I followed a tutorial on youtube. and 0ther sites using his script have the chat working
coinableS
Legendary
*
Offline Offline

Activity: 1442
Merit: 1179



View Profile WWW
December 03, 2016, 04:37:19 PM
 #243

my site: opdice.com
is working perfectly except for 1 part. The chat. It seems to be stuck on loading forever. I really need this to work, if anyone could help, that would be great

if you didn't change anything on the script except on the first 10 lines on the app.js it is on moneypot side's problem. try to visit other app if their chat is working

I followed a tutorial on youtube. and 0ther sites using his script have the chat working


It's moneypot, they're down currently.

Code:
{"error":"INTERNAL_ERROR"}

coinableS
Legendary
*
Offline Offline

Activity: 1442
Merit: 1179



View Profile WWW
December 03, 2016, 06:16:23 PM
 #244

It's unable to connect to the websocket, because it's not using https.

Code:
socket.io.js:2919 GET http://socket.moneypot.com/socket.io/?EIO=3&transport=polling&t=1480788720215-8 net::ERR_CONNECTION_REFUSED

Alter your script back to https, and change your host to support https (or just use cloudflare free https cert)

dmesticg
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
December 04, 2016, 12:58:28 AM
 #245

how do you add a second page to this script
legus
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
December 14, 2016, 10:00:01 AM
 #246

Friends all hi  Grin

prompt please how to clean a redirect with https on http
my http://bitviptop.ml
GetCrypto
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile WWW
January 02, 2017, 01:18:35 AM
 #247

Hey guys! Much thanx to the author for the nice script, also gr8 tnx to MoneyPot live chat support who gave me some clues concerning redirects.
Here is my result of couple-hours work around the script: https://rolldice.win/

If by chance anyone wants to join my experiments on this or any other script - pm me  Wink
playersfun
Copper Member
Full Member
***
Offline Offline

Activity: 475
Merit: 121



View Profile
January 05, 2017, 11:14:59 AM
 #248

Hello everyone,
I'm looking to make a small moneypot website while my real website is in construction.
https://dicepalacecasino.github.io here is my website, but it don't load. (blank screen)
I'm looking for help please Smiley

have the same problem. do you know what is wrong?
bapparabi
Hero Member
*****
Offline Offline

Activity: 826
Merit: 1000


View Profile
January 05, 2017, 11:17:33 AM
 #249

Hello everyone,
I'm looking to make a small moneypot website while my real website is in construction.
https://dicepalacecasino.github.io here is my website, but it don't load. (blank screen)
I'm looking for help please Smiley

have the same problem. do you know what is wrong?

This script is no more updated for long time ..and as moneypot have change many thing in there site and api so may be it has siisue to changed done by moneypot
808mafia
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
January 26, 2017, 12:15:08 AM
 #250

Hello everyone,
I'm looking to make a small moneypot website while my real website is in construction.
https://dicepalacecasino.github.io here is my website, but it don't load. (blank screen)
I'm looking for help please Smiley

have the same problem. do you know what is wrong?

This script is no more updated for long time ..and as moneypot have change many thing in there site and api so may be it has siisue to changed done by moneypot

I had this same problem too, and lucky for all of you, I spent a day of headaches so you don't have to. For some reason everything in 'node_modules' cannot get accessed (I am too lazy to look at what file is causing this). What is weird is that other sites (that seemed to be posted a lot older) have a semi-working website where you can at least see the boxes and shit. But whatever, I digress, all you need to do is to rename 'node_modules' into something else (e.g. 'nodemods') then change the values in the html file where 'node_modules' => 'nodemods' (or whatever you renamed it to).

However, I am yet to test whether or not the actual API works. Alongside with chat, faucet, etc. but it does load.

If anyone is interested, I am going to be refactoring this code for devs. So far I am painstakingly separating each component to a seperate .js file along with rewriting (nearly every line) to use ES6. Things I am also looking at is to use lighter libraries (e.g. jquery => superagent for ajax).

But good work, dan. I appreciate you for giving this away for free, I don't think I'd be able to do that. Money helps relieve the headaches. Smiley
bapparabi
Hero Member
*****
Offline Offline

Activity: 826
Merit: 1000


View Profile
January 26, 2017, 10:13:17 AM
 #251

Hello everyone,
I'm looking to make a small moneypot website while my real website is in construction.
https://dicepalacecasino.github.io here is my website, but it don't load. (blank screen)
I'm looking for help please Smiley

have the same problem. do you know what is wrong?

This script is no more updated for long time ..and as moneypot have change many thing in there site and api so may be it has siisue to changed done by moneypot

I had this same problem too, and lucky for all of you, I spent a day of headaches so you don't have to. For some reason everything in 'node_modules' cannot get accessed (I am too lazy to look at what file is causing this). What is weird is that other sites (that seemed to be posted a lot older) have a semi-working website where you can at least see the boxes and shit. But whatever, I digress, all you need to do is to rename 'node_modules' into something else (e.g. 'nodemods') then change the values in the html file where 'node_modules' => 'nodemods' (or whatever you renamed it to).

However, I am yet to test whether or not the actual API works. Alongside with chat, faucet, etc. but it does load.

If anyone is interested, I am going to be refactoring this code for devs. So far I am painstakingly separating each component to a seperate .js file along with rewriting (nearly every line) to use ES6. Things I am also looking at is to use lighter libraries (e.g. jquery => superagent for ajax).

But good work, dan. I appreciate you for giving this away for free, I don't think I'd be able to do that. Money helps relieve the headaches. Smiley

So either make script and sell it people will buy ..or just put your script in github.io .. or you can add the updated options in already have githug.io dice source code
808mafia
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
January 30, 2017, 12:48:35 AM
 #252

So either make script and sell it people will buy ..or just put your script in github.io .. or you can add the updated options in already have githug.io dice source code

The upside of using the Moneypot api is that of the very low maintenance required, esp if you are going client-side. I could literally host the script and sit on my ass, maybe throw in a bit of marketing but other than that I will be set.

One thing for sure though, I will not be making any updates to the original github file. However, I may sell the script if I lose interest in running a small dice site of my own. Maybe use the script to make a working site then sell it? I could probably whip-up a mobile app too using React Native.
bapparabi
Hero Member
*****
Offline Offline

Activity: 826
Merit: 1000


View Profile
January 30, 2017, 04:20:06 AM
 #253

So either make script and sell it people will buy ..or just put your script in github.io .. or you can add the updated options in already have githug.io dice source code

The upside of using the Moneypot api is that of the very low maintenance required, esp if you are going client-side. I could literally host the script and sit on my ass, maybe throw in a bit of marketing but other than that I will be set.

One thing for sure though, I will not be making any updates to the original github file. However, I may sell the script if I lose interest in running a small dice site of my own. Maybe use the script to make a working site then sell it? I could probably whip-up a mobile app too using React Native.

Great ..hope you can do the things you mention
IGCGamers
Sr. Member
****
Offline Offline

Activity: 555
Merit: 251


View Profile
March 09, 2017, 03:42:06 AM
 #254

Update: I built this for the Moneypot API as it was when RHavar founded it. Since then, Moneypot is under new ownership and its API has possibly changed. I will not be updating this script. You'll need to know some Javascript to maintain it. I don't offer any technical support.


Untitled Dice v0.0.8
Run your own dice site without funding your own bankroll and without risking your own money


Live Demo:
https://untitled-dice.github.io



Source Code:
https://github.com/untitled-dice/untitled-dice.github.io





What is it?

Untitled Dice is a bare-bones bitcoin dice casino built on top of the Moneypot.com gambling API that lets anyone run their own dice site by cloning and modifying this project.

Since Moneypot handles the user accounts, betting, faucet, and chat, Untitled Dice does not need a server of its own. It's fully client-side (just some javascript files), so it can be hosted anywhere including Github.

Features

- Chat box
- Hotkeys
- Faucet
- Provably fair verification
- Serverless: Host it anywhere that hosts html and javascript files
- Free bankroll: Since your users bet against Moneypot's bankroll, you risk no money and the profits are shared between you, Moneypot, and Moneypot's investors. See: https://www.moneypot.com/investment
- 1% house edge

Want to run your own dice site?

1. Clone this project's code (https://github.com/untitled-dice/untitled-dice.github.io) or get the latest stable release here: https://github.com/untitled-dice/untitled-dice.github.io/releases
2. Create an app at Moneypot.com (https://www.moneypot.com/apps/new)
3. Modify the config (most importantly the config.app_id) at the top of the app.js file (https://github.com/untitled-dice/untitled-dice.github.io/blob/2d3b14c7f5fae0c81a810fd62e378f7e63099d44/app.js#L4-L21)
4. Do whatever you want with the code. Rebrand it completely. Change the colors. Improve the code. Make it your own. Just keep an eye on this thread and the github repo to look out for any updates you may want to backport into your clone.

Questions?

Just ask here. Smiley

If you need 1-on-1 support, you can find me lurking on MoneyPot's Slack (http://slack.moneypot.com/), username is `dan` just like here. Smiley Though note that this is just a hobby project so I can only provide limited support as time allows.

FAQ

Q: My faucet won't work
A: The faucet uses Google ReCaptcha to prevent abuse, so you sign your website up with ReCaptcha here: https://www.google.com/recaptcha/intro/index.html - Once you register your site there, ReCaptcha will give you a site_key and a site_secret. Your site_key goes into the config at the top of app.js, and your site_secret goes into the "Edit App" page for your app - you will see a field called "Recaptcha Secret".

Q: What commands are available in the chatbox?
A: Only app owners and mods can use commands.
Code:
COMMAND                         DESCRIPTION
/mute <username> <duration>     Mute <username> for <duration>
/unmute <username>              Unmute <username>

EXAMPLES
/mute foo forever               Mute user "foo" forever
/mute foo 10 min                Mute user "foo" for 10 minutes
/mute foo 30 sec                Mute user "foo" for 30 seconds
/mute foo 1 day                 Mute user "foo" for 1 day
/unmute foo                     Unmutes user "foo"

TODO list and things I need to improve:

- Implement auto-better
- Implement an "All Bets" tab
- Let user set client-seed. It defaults to 0 right now.
- [Implemented in v0.0.7] Display timestamps in chat
- [Fixed in v0.0.3] Right now, the chatbox always scrolls to the last message every time someone chats. This is very annoying when you're trying to scroll back to read previous conversation because the chat will keep jerking you to the latest message. I need to fix it so that the chat only scrolls if you are viewing the latest message.

Changelog:

v0.0.8 (13 August 2015): Added configurable house edge (minor but often-requested feature)
- You can now configure the script's house-edge in the configuration settings at the top of app.js (default is 1%)

v0.0.7 (13 August 2015): Upgrades to Moneypot's new socket-/chat-server (Vastly improves the Untitled-Dice experience. Recommended upgrade!)
- Read more here: https://bitcointalk.org/index.php?topic=1062680.msg12135241#msg12135241
- Chat messages and mutes are now saved in Moneypot's database and will not be forgotten when the chat-server resets
- Mods now have the power to /mute and /unmute
- The UI instantly updates to reflect changes in the user's confirmed and unconfirmed balance (when they deposit bitcoin to your app's bitcoin address)
- Chat messages now have a HH:MM timestamp

v0.0.6 (3 June 2015): Very minor/skippable release
- Made bet validation errors more user-friendly: https://bitcointalk.org/index.php?topic=1062680.msg11524765#msg11524765

v0.0.5 (2 June 2015):
- Added Deposit and Withdraw dialog links to navbar so users can move money in and out of untitled-dice without navigating to Moneypot. Read more at https://www.moneypot.com/api-docs#dialogs

v0.0.4:
- Fixed bug where betting high would have house of edge of 1.02% instead of 1.00% - https://github.com/untitled-dice/untitled-dice.github.io/blob/1beabd04d13dd0d619498dc198b165c3a5c6b0d3/app.js#L67

v0.0.3:
- ChatBox only scrolls to last message if user is already scrolled to the bottom when someone chats
- Fixed a cross-browser compatibility issue (e.g. "Number.isFinite" error in Safari)
- Started adding version as a comment in app.js to help operators follow the changelog

My other work:

- http://plinkopot.com/


Can any one make me a moneypot dice site with auto betting features like betterbets.io. I am ready to pay for this.  Recently i asked itbox.com.hr and i even paid. But he scammed me.  I need a good and trustworthy developer who can do this for me.  Please reply if some one can do this for me...
crazybtrade
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250



View Profile
March 16, 2017, 09:10:31 AM
 #255

Hello,

I bought this game.
http://crazybtrade.com


How can verified domain?

Why dont work chat?

Why dont work faucet?

please help me fix this bugs.

Thanks


• T I M E  A S  A N  E X P E R I E N C E •
  $3M PRIVATE SALE COMPLETED  
              ▓▓▓▓
            ▓▓▓▓▓▓▓▓
  ▓▓▓▓▓     ▓▓▓▓▓▓▓▓    ▓▓▓▓▓▓
  ▓▓▓▓▓▓▓▓  ▓▓▓▓▓▓▓▓  ▓▓▓▓▓▓▓▓▓
  ▓▓▓▓▓▓▓▓▓   ▓▓▓▓   ▓▓▓▓▓▓▓▓▓▓
   ▓▓▓▓▓▓▓▓▓▓  ▓▓  ▓▓▓▓▓▓▓▓▓▓▓
                              
 ▓▓▓▓▓▓▓▓▓▓▓        ▓▓▓▓▓▓▓▓▓▓▓▓
▓▓▓▓▓▓▓▓▓▓    ▓▓ ▓▓   ▓▓▓▓▓▓▓▓▓▓▓
▓▓▓▓▓▓▓    ▓▓▓▓▓ ▓▓▓▓    ▓▓▓▓▓▓▓▓
  ▓▓▓▓   ▓▓▓▓▓▓▓ ▓▓▓▓▓▓   ▓▓▓▓▓
       ▓▓▓▓▓▓▓▓▓ ▓▓▓▓▓▓▓▓
       ▓▓▓▓▓▓▓▓   ▓▓▓▓▓▓▓
Frosxh
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250

Tipsters Championship www.DirectBet.eu/Competition


View Profile
March 16, 2017, 10:05:02 AM
 #256

Hello,

I bought this game.
http://crazybtrade.com


How can verified domain?

Why dont work chat?

Why dont work faucet?

please help me fix this bugs.

Thanks



about the domain, contact moneypot about it but i doubt they will verify your app since it is only using the free untitled dice script from here

about the chat, not sure if they are still using the v1 for it

for the faucet, they removed that function already, all moneypot apps don't have faucet anymore

crazybtrade
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250



View Profile
March 18, 2017, 05:40:45 AM
 #257

Hello,

I bought this game.
http://crazybtrade.com


How can verified domain?

Why dont work chat?

Why dont work faucet?

please help me fix this bugs.

Thanks



about the domain, contact moneypot about it but i doubt they will verify your app since it is only using the free untitled dice script from here

about the chat, not sure if they are still using the v1 for it

for the faucet, they removed that function already, all moneypot apps don't have faucet anymore

how contact with moneypot?

where can get chat script?

• T I M E  A S  A N  E X P E R I E N C E •
  $3M PRIVATE SALE COMPLETED  
              ▓▓▓▓
            ▓▓▓▓▓▓▓▓
  ▓▓▓▓▓     ▓▓▓▓▓▓▓▓    ▓▓▓▓▓▓
  ▓▓▓▓▓▓▓▓  ▓▓▓▓▓▓▓▓  ▓▓▓▓▓▓▓▓▓
  ▓▓▓▓▓▓▓▓▓   ▓▓▓▓   ▓▓▓▓▓▓▓▓▓▓
   ▓▓▓▓▓▓▓▓▓▓  ▓▓  ▓▓▓▓▓▓▓▓▓▓▓
                              
 ▓▓▓▓▓▓▓▓▓▓▓        ▓▓▓▓▓▓▓▓▓▓▓▓
▓▓▓▓▓▓▓▓▓▓    ▓▓ ▓▓   ▓▓▓▓▓▓▓▓▓▓▓
▓▓▓▓▓▓▓    ▓▓▓▓▓ ▓▓▓▓    ▓▓▓▓▓▓▓▓
  ▓▓▓▓   ▓▓▓▓▓▓▓ ▓▓▓▓▓▓   ▓▓▓▓▓
       ▓▓▓▓▓▓▓▓▓ ▓▓▓▓▓▓▓▓
       ▓▓▓▓▓▓▓▓   ▓▓▓▓▓▓▓
IGCGamers
Sr. Member
****
Offline Offline

Activity: 555
Merit: 251


View Profile
March 18, 2017, 07:40:15 AM
 #258

can any one develop auto play feature in the moneypot version. i am ready to pay for it
goomezd
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile
March 18, 2017, 02:25:15 PM
 #259

I like  this source code. Thank you
IGCGamers
Sr. Member
****
Offline Offline

Activity: 555
Merit: 251


View Profile
March 23, 2017, 10:26:56 AM
 #260

I like  this source code. Thank you

Any developers here to get me the working version?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14 »  All
  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!