From 2bb751e111278031fe118740c8fbc01ad9b2a81e Mon Sep 17 00:00:00 2001 From: bitdice Date: Sun, 11 Oct 2015 21:26:57 +0300 Subject: [PATCH 1/6] Update app.js --- app.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app.js b/app.js index de7d01e9..c91f0ee0 100644 --- a/app.js +++ b/app.js @@ -4,13 +4,13 @@ var config = { // - Your app's id on moneypot.com - app_id: 18, // <----------------------------- EDIT ME! + app_id: 666, // <----------------------------- EDIT ME! // - Displayed in the navbar - app_name: 'Untitled Dice', + app_name: 'BIT Dice', // - For your faucet to work, you must register your site at Recaptcha // - https://www.google.com/recaptcha/intro/index.html - recaptcha_sitekey: '6LfI_QUTAAAAACrjjuzmLw0Cjx9uABxb8uguLbph', // <----- EDIT ME! - redirect_uri: 'https://untitled-dice.github.io', + recaptcha_sitekey: '6Ld_lg4TAAAAAMWR85zUNZ_F-rxPFAaignrCEbNC', // <----- EDIT ME! + redirect_uri: 'https://bitdice.github.io', mp_browser_uri: 'https://www.moneypot.com', mp_api_uri: 'https://api.moneypot.com', chat_uri: '//socket.moneypot.com', @@ -21,7 +21,7 @@ var config = { force_https_redirect: !isRunningLocally(), // - Configure the house edge (default is 1%) // Must be between 0.0 (0%) and 1.0 (100%) - house_edge: 0.01, + house_edge: 0.05, chat_buffer_size: 250, // - The amount of bets to show on screen in each tab bet_buffer_size: 25 From 072420a3df5b333692844793115731ab9a716803 Mon Sep 17 00:00:00 2001 From: bitdice Date: Sun, 11 Oct 2015 21:50:58 +0300 Subject: [PATCH 2/6] Update app.js --- app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app.js b/app.js index c91f0ee0..575cb7e0 100644 --- a/app.js +++ b/app.js @@ -15,7 +15,6 @@ var config = { mp_api_uri: 'https://api.moneypot.com', chat_uri: '//socket.moneypot.com', // - Show debug output only if running on localhost - debug: isRunningLocally(), // - Set this to true if you want users that come to http:// to be redirected // to https:// force_https_redirect: !isRunningLocally(), From d4ca1605b732bf94a3d89152987041cc888bb0ba Mon Sep 17 00:00:00 2001 From: bitdice Date: Sun, 11 Oct 2015 21:56:27 +0300 Subject: [PATCH 3/6] Update app.js --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 575cb7e0..82ea0420 100644 --- a/app.js +++ b/app.js @@ -10,7 +10,7 @@ var config = { // - For your faucet to work, you must register your site at Recaptcha // - https://www.google.com/recaptcha/intro/index.html recaptcha_sitekey: '6Ld_lg4TAAAAAMWR85zUNZ_F-rxPFAaignrCEbNC', // <----- EDIT ME! - redirect_uri: 'https://bitdice.github.io', + redirect_uri: 'http://www.bitdice.github.io', mp_browser_uri: 'https://www.moneypot.com', mp_api_uri: 'https://api.moneypot.com', chat_uri: '//socket.moneypot.com', From a182d72210fed377254e2deb6f4ffb3e4a78f4e7 Mon Sep 17 00:00:00 2001 From: bitdice Date: Sun, 11 Oct 2015 22:13:08 +0300 Subject: [PATCH 4/6] Update index.html --- index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index a7ea468d..bb14819b 100644 --- a/index.html +++ b/index.html @@ -1,8 +1,7 @@ Untitled Dice - - + From bf12afec0bbdfa11aec1b767d4953f51c0fff3a8 Mon Sep 17 00:00:00 2001 From: bitdice Date: Sun, 11 Oct 2015 22:15:06 +0300 Subject: [PATCH 5/6] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index bb14819b..5a51cc47 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ Untitled Dice - + From 3483bb1017cbedc98261953317706272a9e09fe5 Mon Sep 17 00:00:00 2001 From: bitdice Date: Sun, 11 Oct 2015 23:27:09 +0300 Subject: [PATCH 6/6] Update app.js --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 82ea0420..971ba0c1 100644 --- a/app.js +++ b/app.js @@ -20,7 +20,7 @@ var config = { force_https_redirect: !isRunningLocally(), // - Configure the house edge (default is 1%) // Must be between 0.0 (0%) and 1.0 (100%) - house_edge: 0.05, + house_edge: 0.01, chat_buffer_size: 250, // - The amount of bets to show on screen in each tab bet_buffer_size: 25