Bitcoin Forum
May 27, 2024, 02:46:09 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 »
21  Economy / Games and rounds / Re: VerveCasino.com - FREE Spins for new members on: October 14, 2020, 01:11:41 AM
Username: Stedsm
Willing to try your casino before I deposit and play there. Smiley

Username: Swordsoffreedom

kinda interesting games on your site!  Cheesy

username: sambonz

Hi, you have to confirm your email address before receiving the free spins. Thanks



My username is Mike.
22  Bitcoin / Project Development / Re: ⚡️LightningVoucher—A banknote base on BTC LightningNetwork⚡️ on: June 28, 2020, 04:03:57 AM
Sounds like a good idea. Implement it in bc.
23  Economy / Gambling / Re: Multiplayer Keno seed event - BC.Game on: June 22, 2020, 06:27:11 AM
Dear community members,

After launching our new Multiplayer Keno game, we found that the current algorithm had a problem. Specifically, the ball shuffling gave the balls numbered 1-10 a probability of being the game's result over the other balls by 1%-2%.

Reasons:
1. The initialization order of the balls is arranged in the order of 1-40.
2. The hash used for the two ball shuffling events is the same, resulting in the similar order of the balls in the two shuffling events and the order of the balls not scattered widely enough.

1% House Edge does not affect fairness, but in order to make the game result distribution more random, we will upgrade the algorithm and choose a new salt.

Upgrading methods:
1. Adjust the initialization order of the balls. We will provide the order before the games so as to adhere to fairness standards.
2. Use a new hash for the second shuffling. The new hash will be generated through calculating the seed of the first ball shuffling with hash256 (seed).
This is the new code:

Code:
const CryptoJS = require("crypto-js");

function seedGenerator(hash, salt) {
    const hmac = CryptoJS.HmacSHA256(CryptoJS.enc.Hex.parse(hash), salt);
    return hmac.toString(CryptoJS.enc.Hex);
}
function createNums(allNums, hash) {
    const nums = [];
    let h = CryptoJS.SHA256(hash).toString(CryptoJS.enc.Hex);
    allNums.forEach((c) => {
        nums.push({ num: c, hash: h });
        h = h.substring(1) + h.charAt(0);
    });
    nums.sort(function (o1, o2) {
        if (o1.hash < o2.hash) {
            return -1;
        } else if (o1.hash === o2.hash) {
            return 0;
        } else {
            return 1;
        }
    });
    return nums;
}
function keno(hash) {
    const salt = 'salt waiting to be generated';
    const allNums = [1, 30, 11, 40, 2, 29, 12, 39, 3, 28, 13, 38, 4, 27, 14, 37, 5, 26, 15, 36, 6, 25, 16, 35, 7, 24, 17, 34, 8, 23, 18, 33, 9, 22, 19, 32, 10, 21, 20, 31];
    let seed = seedGenerator(hash, salt);
    let finalNums = createNums(allNums, seed);
    seed = String(CryptoJS.SHA256(seed));
    finalNums = createNums(finalNums, seed);
    return finalNums.slice(0, 10).map(m => m.num)
}

let hash = 'game hash';
console.log('result =>', keno( hash ).map(item => item.num).join(','));

Before being used to calculate the corresponding result, each game hash is salted with the lowercase, hexadecimal string representation of the hash of Bitcoin block 635,810
This block has not been mined yet at the time of starting the provably fair seeding event, proving that I have not deliberately picked a chain that is unfavorable for players. Also this block has not been pre-mined which can be verified using any block explorer.

Noted.
24  Economy / Gambling / Re: 🌟🔥🎲❤️🎰🔥 ₿ ✌️ <DAVINCI'S GOLD CASINO - Bitcoin Friendly > ✌️ ₿ 🔥 🎰❤️🎲🔥🌟 on: April 14, 2020, 10:21:25 PM
The promo begins today! Smiley

100 Free Spins for the first 30 Real Players with NO Deposit

$20 Loyalty Token with a minimum $25 on their 1st BTC deposit.


Please check the terms below.  Good Luck!



Hello. I completed one of the promotions on the site, but am unsure how to collect my winnings now.
I believe i may still need to make a deposit, and i was wondering if you could tell me how much that needs to be for me to be able to withdraw from the casino.
Thanks.
25  Economy / Games and rounds / Re: [GIVEAWAY #1] 🔥 www.Bits.do 🔥 - 🎁 Join US and Get 1,000 Lottery Tickets 🎁 on: April 01, 2020, 11:14:58 PM
418
26  Economy / Games and rounds / Re: WOLF.BET ⭐️ Lucky Number 4th Edition ⭐️19 Prizes 🍀 $100 Prize pool 🍀 30 Days on: April 01, 2020, 11:07:52 PM
14 - mike
27  Economy / Gambling / Re: 🔴🔴🔴BET RED IN CRASH!🔴🔴🔴 Find More Unique Games in BC.Game on: March 13, 2020, 01:21:25 AM
Bc game has come a long way from when I first played it. It's a lot smoother, the have 5 or 6 more games to play, and the slots is unique and enjoyable. Bc is now one of my favorite sites and I frequent it daily.
28  Economy / Games and rounds / Re: Want free bitcoins now? Post your wallet address here/Zero investment required on: March 04, 2020, 06:00:19 AM
I added you, but couldn't message.
Mrmike#0618
3AYaQUGji6HuWYUJQAYuWRUeJ7URSmPU9z
29  Economy / Gambling / Re: Opening a new gambling website 2020' on: February 22, 2020, 11:35:57 PM
I guarantee everyone that it is not a scam
Said every scammer ever.
You don't even explain how the game works. There is no information on the site.

you don't even want to come to the site and read the terms of use , everything is described on the page
if you are cheated, you can call me a cheater
but not before, please

I did. There is no explanation for how the drawing works.
30  Economy / Gambling / Re: Opening a new gambling website 2020' on: February 22, 2020, 09:55:30 PM
I guarantee everyone that it is not a scam
Said every scammer ever.
You don't even explain how the game works. There is no information on the site.
31  Economy / Gambling / Re: Here are some great promotions for all of you! on: February 21, 2020, 07:41:52 AM
Hey everyone!


We have managed to secure some unique promotional deals from an array on casinos. The list is updated weekly so you can always come back and find new and exclusive deals: https://bitcoinchaser.com/promos


If there is any casino in particular that you are looking to receive promotions for, let us know in this thread and we will reach out to the casino and make it happen!
None of those codes work and the .001 ndb wasnt factual.
32  Economy / Collectibles / Re: [DAILY FREE RAFFLE]455th ฿ECAUSE I AM STILL IN A GOOD MOOD FREE SATORI COIN on: January 31, 2020, 11:58:18 PM
24 - johnjimjack

Thanks krogoth
33  Economy / Games and rounds / Re: BitGame.online 3 mBTC No Deposit Bonus on: January 31, 2020, 04:49:57 PM
username: mikeh
ah well. made it about half way.
Thanks.
34  Economy / Games and rounds / Re: BitGame.online 3 mBTC No Deposit Bonus on: January 31, 2020, 03:56:24 PM
username: mikeh
35  Economy / Gambling / Re: ✅ casinoroyale.bet 🎲High Faucet 🎲 The fastest 🎲 Fairness 🎲 1%Edge on: January 15, 2020, 12:50:29 PM
Original source - http://prntscr.com/qo0otp

livestats - http://prntscr.com/qo0vyz

email - http://prntscr.com/qo0s69

LiveChat Response - http://prntscr.com/qo0th2 , http://prntscr.com/qo0u46

I reported a bug to their admin 10 minutes after a user on another site posted how to exploit the bug for potentially unlimited gain. After sending my report I tested it out for 800 drops. The profit meter doesn't change but as you can see there were no losses. This bug could have cost the site a lot of sats. Where I got the information shows it was shared with malicious intent.
The support acted oblivious to the problem at first. Even after I said what game it was for. After pasting the email in the chat the operator claims someone else has already reported the issue.
I do not believe anyone else reported it before I did. I believe the admin are just trying to not pay the offered bounty.
I challenge CasinoRoyale to provide proof someone else reported the issue before I did.
36  Economy / Games and rounds / Re: i need name ideas, for a new casino online, paying 5$ for the first 50 replies on: January 13, 2020, 10:46:06 AM
With the exception of LoyceV, I don't believe he has paid anyone else. I believe this thread is bullshit and loyce is the only one to get paid so that he could get a trust point from someone prominent.
I confirm I got paid , + I saw here reactions from other ppl who got paid aswell.
You can simply check from the btc addresses posted by people and see who got paid.
Fair enough. There was only one other confirmation and it was from a newbie after he said newbies wouldnt be paid.
37  Economy / Scam Accusations / Re: New scam schema on the forum - Free Money To Test Casinos on: January 13, 2020, 10:34:38 AM
https://beldexplatform[scam]com/

Sent a message on discord saying a giveaway was won. User was someone named doting.
Would like to see this thread updated
38  Economy / Games and rounds / Re: i need name ideas, for a new casino online, paying 5$ for the first 50 replies on: January 07, 2020, 08:02:41 AM
3AYaQUGji6HuWYUJQAYuWRUeJ7URSmPU9z
sent three unowned domains.
39  Economy / Games and rounds / Re: [DAILY FREE RAFFLE]433rd ฿ECAUSE I AM STILL IN A GOOD MOOD FREE PHYSICAL ฿ITCOIN on: January 01, 2020, 07:07:33 PM
5 - johnjimjack
Happy New year Krogoth
40  Local / Pamilihan / Re: Give Back to Community Raffle (Christmas/New Year) on: December 30, 2019, 01:09:16 AM
Bitcointalk username: johnjimjack
Napiling number: 67
Christmas and New year's message: Hodl.
Bitcoin address: 3FisU1j93McXqCRFK6XvhLdu5iQYfPQzVR
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!