Bitcoin Forum
May 29, 2024, 02:13:19 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 5 6 »  All
  Print  
Author Topic: NASCRASH - The new version of crash gambling with dueling race car multipliers.  (Read 856 times)
NASCRASH (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile WWW
August 18, 2021, 04:34:17 AM
Last edit: September 04, 2021, 03:04:35 PM by NASCRASH
 #1

Going live August 19
Introduction
I am pleased to announce the release of my new game, NASCRASH.  NASCRASH is a race simulation-style variant of the traditional crash gambling game.  Each round has 2 multipliers that are each represented by red and blue race cars.  We have 4 total bet options available per round of play (Crash bet Blue Car 1, Crash bet Red Car 2, 1st place Blue Car 1, and 1st place Red Car 2).

House Edge
Each of the 4 bet selections has a 1% house edge using provably fair technology.

Cashier
NASCRASH currently accepts Litecoin deposits and withdrawals.
1 LTC = 1,000,000 Nitros
BTC deposits coming soon

Bankroll Investing
We offer bankroll investing for all users.  Simply deposit LTC and transfer your Nitros into your bankroll balance.  Select what percent of your bankroll you would like to risk per round, per bet type with no dilution fee for early investors.
NASCRASH takes 50% of all profit that exceeds the previous all-time high profit, with the remaining 50% going to the investors.

NASCRASH will officially launch on Thursday, August 19, at 1 PM EST.

Provably fair seeding event
Seed
b8d4105eb74a537bbe869baf73e9392cef96e74990cd72e3dad0c0ce72997274 (Last hash from a chain of 10,000,000 SHA256 hashes, Game 1)
Salt Blue Car 1
Hash from Litecoin block 2,107,448
Salt Red Car 2
Hash from Litecoin block 2,107,449
The code used to convert the seed and salt to the result
multiplierFromHash(seed, salt) {
        const nBits = 52 // number of most significant bits to use

        // 1. HMAC_SHA256(key=salt, message=seed)

        const hmac = hmacSHA256(Hex.parse(seed), salt);
        seed = hmac.toString(Hex);

        // 2. r = 52 most significant bits
        seed = seed.slice(0, nBits / 4)
        const r = parseInt(seed, 16)

        // 3. X = r / 2^52
        let X = r / Math.pow(2, nBits) // uniformly distributed in [0; 1)

        // 4. X = 99 / (1-X)
        X = 99 / (1 - X)

        // 5. return max(trunc(X), 100)
        const result = Math.floor(X);
        return Math.max(1, result / 100);
    }
Strongkored
Legendary
*
Offline Offline

Activity: 2786
Merit: 1112


Leading Crypto Sports Betting & Casino Platform


View Profile WWW
August 18, 2021, 06:50:48 AM
 #2

Your website can't be accessed, first I thought because it was blocked by the internet provider I tried to use a VPN but still couldn't access it, I hope you can fix it soon so members here can give their views on this game.

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
YOSHIE
Legendary
*
Offline Offline

Activity: 2114
Merit: 1773



View Profile
August 18, 2021, 07:04:04 AM
 #3

Your website can't be accessed, first I thought because it was blocked by the internet provider I tried to use a VPN but still couldn't access it, I hope you can fix it soon so members here can give their views on this game.
the same thing happens the website doesn't work at all.

OP, there are changes that you must fix for your gambling site, so that it returns to normal.
You try to check this: http://nascrash.com/

Code:
(located at /var/www/html/index.html)

R


▀▀▀▀▀▀▀██████▄▄
████████████████
▀▀▀▀█████▀▀▀█████
████████▌███▐████
▄▄▄▄█████▄▄▄█████
████████████████
▄▄▄▄▄▄▄██████▀▀
LLBIT|
4,000+ GAMES
███████████████████
██████████▀▄▀▀▀████
████████▀▄▀██░░░███
██████▀▄███▄▀█▄▄▄██
███▀▀▀▀▀▀█▀▀▀▀▀▀███
██░░░░░░░░█░░░░░░██
██▄░░░░░░░█░░░░░▄██
███▄░░░░▄█▄▄▄▄▄████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
█████████
▀████████
░░▀██████
░░░░▀████
░░░░░░███
▄░░░░░███
▀█▄▄▄████
░░▀▀█████
▀▀▀▀▀▀▀▀▀
█████████
░░░▀▀████
██▄▄▀░███
█░░█▄░░██
░████▀▀██
█░░█▀░░██
██▀▀▄░███
░░░▄▄████
▀▀▀▀▀▀▀▀▀
|
██░░░░░░░░░░░░░░░░░░░░░░██
▀█▄░▄▄░░░░░░░░░░░░▄▄░▄█▀
▄▄███░░░░░░░░░░░░░░███▄▄
▀░▀▄▀▄░░░░░▄▄░░░░░▄▀▄▀░▀
▄▄▄▄▄▀▀▄▄▀▀▄▄▄▄▄
█░▄▄▄██████▄▄▄░█
█░▀▀████████▀▀░█
█░█▀▄▄▄▄▄▄▄▄██░█
█░█▀████████░█
█░█░██████░█
▀▄▀▄███▀▄▀
▄▀▄
▀▄▄▄▄▀▄▀▄
██▀░░░░░░░░▀██
||.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
░▀▄░▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄░▄▀
███▀▄▀█████████████████▀▄▀
█████▀▄░▄▄▄▄▄███░▄▄▄▄▄▄▀
███████▀▄▀██████░█▄▄▄▄▄▄▄▄
█████████▀▄▄░███▄▄▄▄▄▄░▄▀
███████████░███████▀▄▀
███████████░██▀▄▄▄▄▀
███████████░▀▄▀
████████████▄▀
███████████
▄▄███████▄▄
▄████▀▀▀▀▀▀▀████▄
▄███▀▄▄███████▄▄▀███▄
▄██▀▄█▀▀▀█████▀▀▀█▄▀██▄
▄██▄██████▀████░███▄██▄
███░████████▀██░████░███
███░████░█▄████▀░████░███
███░████░███▄████████░███
▀██▄▀███░█████▄█████▀▄██▀
▀██▄▀█▄▄▄██████▄██▀▄██▀
▀███▄▀▀███████▀▀▄███▀
▀████▄▄▄▄▄▄▄████▀
▀▀███████▀▀
OFFICIAL PARTNERSHIP
FAZE CLAN
SSC NAPOLI
|
Twinkledoe
Full Member
***
Offline Offline

Activity: 1904
Merit: 138


★Bitvest.io★ Play Plinko or Invest!


View Profile
August 18, 2021, 11:30:37 AM
 #4

Maybe he is still finalizing the online publication of the site. Let's wait and see what's in store for us here. Since it is only accepting LTC, does it qualify to be on this board or should be under Services (Altcoins) board? Or are you planning to add btc later on?
kryptqnick
Legendary
*
Offline Offline

Activity: 3108
Merit: 1389


Join the world-leading crypto sportsbook NOW!


View Profile
August 18, 2021, 12:50:01 PM
 #5

The first post says you're going live on August 17, but today is August 18, and the website seems offline (at least, I cannot access it, and judging from the posts above, it's not just me). I haven't seen a racing version of crash before, so it sounds intriguing, and it's great that it's provably fair. Also, screenshots in the original post wouldn't hurt, as it's a common practice on this forum and gives the first impression. Moreover, is it true that you're only accepting Litecoin? Why not allow Bitcoin if it's the most commonly used cryptocurrency?

  ▄▄███████▄███████▄▄▄
 █████████████
▀▀▀▀▀▀████▄▄
███████████████
       ▀▀███▄
███████████████
          ▀███
 █████████████
             ███
███████████▀▀               ███
███                         ███
███                         ███
 ███                       ███
  ███▄                   ▄███
   ▀███▄▄             ▄▄███▀
     ▀▀████▄▄▄▄▄▄▄▄▄████▀▀
         ▀▀▀███████▀▀▀
░░░████▄▄▄▄
░▄▄░
▄▄███████▄▀█████▄▄
██▄████▌▐█▌█████▄██
████▀▄▄▄▌███░▄▄▄▀████
██████▄▄▄█▄▄▄██████
█░███████░▐█▌░███████░█
▀▀██▀░██░▐█▌░██░▀██▀▀
▄▄▄░█▀░█░██░▐█▌░██░█░▀█░▄▄▄
██▀░░░░▀██░▐█▌░██▀░░░░▀██
▀██
█████▄███▀▀██▀▀███▄███████▀
▀███████████████████████▀
▀▀▀▀███████████▀▀▀▀
▄▄██████▄▄
▀█▀
█  █▀█▀
  ▄█  ██  █▄  ▄
█ ▄█ █▀█▄▄█▀█ █▄ █
▀▄█ █ ███▄▄▄▄███ █ █▄▀
▀▀ █    ▄▄▄▄    █ ▀▀
   ██████   █
█     ▀▀     █
▀▄▀▄▀▄▀▄▀▄▀▄
▄ ██████▀▀██████ ▄
▄████████ ██ ████████▄
▀▀███████▄▄███████▀▀
▀▀▀████████▀▀▀
█████████████LEADING CRYPTO SPORTSBOOK & CASINO█████████████
MULTI
CURRENCY
1500+
CASINO GAMES
CRYPTO EXCLUSIVE
CLUBHOUSE
FAST & SECURE
PAYMENTS
.
..PLAY NOW!..
NASCRASH (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile WWW
August 18, 2021, 01:16:02 PM
 #6

Sorry, there was a type-o in the launch date in the original post and it has now been corrected.  We are officially launching the site tomorrow, August 19th at 1 PM EST.
NASCRASH (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile WWW
August 18, 2021, 01:23:13 PM
 #7

Maybe he is still finalizing the online publication of the site. Let's wait and see what's in store for us here. Since it is only accepting LTC, does it qualify to be on this board or should be under Services (Altcoins) board? Or are you planning to add btc later on?

We will be adding more deposit methods in the future, including BTC.
NASCRASH (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile WWW
August 18, 2021, 02:16:39 PM
 #8

I just posted the seeding event to the original post.  I wanted it to be easily accessible for everyone without having to scroll through numerous messages.  Could someone please verify that Litecoin blocks 2,107,448 and 2,107,449 have not been mined yet?  Thanks in advance
Fesatmas
Sr. Member
****
Offline Offline

Activity: 2268
Merit: 275



View Profile
August 18, 2021, 02:18:04 PM
 #9

one more day before the first broadcast but it's true what was said before; generally we still can't open access to the site you provided, is this serious for us to look at or what? we cannot provide any comments or input regarding what you are hosting if we cannot reach the site even using a VPN. The first thing you should really pay attention to is that it's easy to access the site, if at this time we can't access it then how can we provide feedback?

.
DuelbitsSPORTS
▄▄▄███████▄▄▄
▄▄█████████████████▄▄
▄██████████████████████▄
██████████████████████████
███████████████████████████
██████████████████████████████
██████████████████████████████
█████████████████████████████
███████████████████████████
█████████████████████████
▀████████████████████████
▀▀███████████████████
██████████████████████████████
██
██
██
██

██
██
██
██

██
██
██
████████▄▄▄▄██▄▄▄██
███▄█▀▄▄▀███▄█████
█████████████▀▀▀██
██▀ ▀██████████████████
███▄███████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
▀█████████████████████▀
▀▀███████████████▀▀
▀▀▀▀█▀▀▀▀
OFFICIAL EUROPEAN
BETTING PARTNER OF
ASTON VILLA FC
██
██
██
██

██
██
██
██

██
██
██
10% CASHBACK
          100% MULTICHARGER
NASCRASH (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile WWW
August 18, 2021, 02:24:15 PM
 #10

one more day before the first broadcast but it's true what was said before; generally we still can't open access to the site you provided, is this serious for us to look at or what? we cannot provide any comments or input regarding what you are hosting if we cannot reach the site even using a VPN. The first thing you should really pay attention to is that it's easy to access the site, if at this time we can't access it then how can we provide feedback?

Hey Fesatmas
Sorry, I thought the post about the error in the launch day would have cleared this up.  You won't be able to visit the site until tomorrow at the launch time.  Sorry for the inconvenience.  I really just posted the launch in advance for the sake of the seeding event.
Pho3niX90
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
August 18, 2021, 05:57:45 PM
 #11


Going live August 19
Introduction
I am pleased to announce the release of my new game, NASCRASH.  NASCRASH is a race simulation-style variant of the traditional crash gambling game.  Each round has 2 multipliers that are each represented by red and blue race cars.  We have 4 total bet options available per round of play (Crash bet Blue Car 1, Crash bet Red Car 2, 1st place Blue Car 1, and 1st place Red Car 2).

House Edge
Each of the 4 bet selections has a 1% house edge using provably fair technology.

Cashier
NASCRASH currently accepts Litecoin deposits and withdrawals.
1 LTC = 1,000,000 Nitros
BTC deposits coming soon

Bankroll Investing
We offer bankroll investing for all users.  Simply deposit LTC and transfer your Nitros into your bankroll balance.  Select what percent of your bankroll you would like to risk per round, per bet type with no dilution fee for early investors.
NASCRASH takes 50% of all profit that exceeds the previous all-time high profit, with the remaining 50% going to the investors.

NASCRASH will officially launch on Thursday, August 19, at 1 PM EST.

Provably fair seeding event
Seed
b8d4105eb74a537bbe869baf73e9392cef96e74990cd72e3dad0c0ce72997274 (Last hash from a chain of 10,000,000 SHA256 hashes, Game 1)
Salt Blue Car 1
Hash from Litecoin block 2,107,448
Salt Red Car 2
Hash from Litecoin block 2,107,449
The code used to convert the seed and salt to the result
multiplierFromHash(seed, salt) {
        const nBits = 52 // number of most significant bits to use

        // 1. HMAC_SHA256(key=salt, message=seed)

        const hmac = hmacSHA256(Hex.parse(seed), salt);
        seed = hmac.toString(Hex);

        // 2. r = 52 most significant bits
        seed = seed.slice(0, nBits / 4)
        const r = parseInt(seed, 16)

        // 3. X = r / 2^52
        let X = r / Math.pow(2, nBits) // uniformly distributed in [0; 1)

        // 4. X = 99 / (1-X)
        X = 99 / (1 - X)

        // 5. return max(trunc(X), 100)
        const result = Math.floor(X);
        return Math.max(1, result / 100);
    }

Can confirm the blocks aren't mined yet.
DoublerHunter
Hero Member
*****
Offline Offline

Activity: 2590
Merit: 644


View Profile
August 18, 2021, 08:29:59 PM
 #12

one more day before the first broadcast but it's true what was said before; generally we still can't open access to the site you provided, is this serious for us to look at or what? we cannot provide any comments or input regarding what you are hosting if we cannot reach the site even using a VPN. The first thing you should really pay attention to is that it's easy to access the site, if at this time we can't access it then how can we provide feedback?

Hey Fesatmas
Sorry, I thought the post about the error in the launch day would have cleared this up.  You won't be able to visit the site until tomorrow at the launch time.  Sorry for the inconvenience.  I really just posted the launch in advance for the sake of the seeding event.
^ I had now completely visited the site and it seems it needs to have an account before you can explore the site. Where are the TOS and the FAQ?
I cannot found them on the site, it should have a visitors mode because most commonly gamblers are want to test first before making an account or just like the TOS and FAQ where we can able to see upon visiting the site. I just noticed that you are probably in hurry lunching this site, it seems not yet ready to operate.
LimLims
Sr. Member
****
Offline Offline

Activity: 1204
Merit: 272


1xbit.com


View Profile WWW
August 19, 2021, 04:39:03 AM
 #13

Maybe he is still finalizing the online publication of the site. Let's wait and see what's in store for us here. Since it is only accepting LTC, does it qualify to be on this board or should be under Services (Altcoins) board? Or are you planning to add btc later on?

We will be adding more deposit methods in the future, including BTC.

If the site is not accepting BTC now, then it will be moved to Altcoins board very soon by the Mods here.
To prevent that, you need to add the BTC in your accepting coin lists as soon as possible before the mods notice so that your thread can stay here in this board.
Also we need to Bet on that token that you are providing? Or we can be with Litecoin also?
Moreover i am too facing problem in accessing the site.
Hope this is fixed soon.

████
██
██
██
██
██
██
██
██
██
██
██
████
█████████████████████████████████████████████████████████████████████████████████


████████████████████████▄▄▄█████▄▄▄██████████████████████████████████████████████
████▄█████▄█▄███▄█▄██████████▄██▀▀▀██████████████████████████████████████████████
████████▀████▄████▀██████████████████████████▄█████▄██▄█████▄████▄████▄████▄██
███████████▐█████▌███████████▄█████▀███▀▀████████▀▀▀▀█████▀▀▀██████▀▀███▀▀█████
████████▄████▀████▄██████████████████▄▄▄▄▄███▄▄▄▄█████▄▄▄██████████████████
██████████▀█▀███▀█▀██████████▀███████▀█████████▀█████▀██▀█████▀█████████████████
████████████████████████▀▀▀██████████████████████████████████████████████████████



█████████████████████████████████████████████████████████████████████████████████
████
██
██
██
██
██
██
██
██
██
██
██
████
.
█▀▀▀











█▄▄▄
.
WELCOME BONUS UP TO 7 BTC!
▀▀▀█











▄▄▄█
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
█▀▀▀▀▀











█▄▄▄▄▄
.
BET NOW
▀▀▀▀▀█











▄▄▄▄▄█
el kaka22
Legendary
*
Offline Offline

Activity: 3528
Merit: 1162


www.Crypto.Games: Multiple coins, multiple games


View Profile
August 19, 2021, 07:06:08 AM
 #14

Yeah, the game itself "sounds" good, but we have absolutely no way of knowing how good it is or how bad it is so far because nobody can check the website out. The addition of having two crash which allows one of them to be before the other is really a great way to make a betting website. I really like the new addition ideas because it allows one more option of betting, that's it, because every other crash game out there is doing the same thing as bustabit is doing, they were the first ones to do a crash game and you can check every single other crash game and aside from changing the looks and the themes etc (basically design) they are all the same idea.

With this idea we could actually have one more feature and even if this place doesn't skyrocket in interest, then at least the idea of this could spread to other crash games which could make it so much more fun.

█████████████████████████
███████▄▄▀▀███▀▀▄▄███████
████████▄███▄████████
█████▄▄█▀▀███▀▀█▄▄█████
████▀▀██▀██████▀██▀▀████
████▄█████████████▄████
███████▀███████▀███████
████▀█████████████▀████
████▄▄██▄████▄██▄▄████
█████▀▀███▀▄████▀▀█████
████████▀███▀████████
███████▀▀▄▄███▄▄▀▀███████
█████████████████████████
.
 CRYPTOGAMES 
.
 Catch the winning spirit! 
█▄░▀███▌░▄
███▄░▀█░▐██▄
▀▀▀▀▀░░░▀▀▀▀▀
████▌░▐█████▀
████░░█████
███▌░▐███▀
███░░███
██▌░▐█▀
PROGRESSIVE
      JACKPOT      
██░░▄▄
▀▀░░████▄
▄▄▄▄██▀░░▄▄
░░░▀▀█░░▀██▄
███▄░░▀▄░█▀▀
█████░░█░░▄▄█
█████░░██████
█████░░█░░▀▀█
LOW HOUSE
         EDGE         
██▄
███░░░░░░░▄▄
█▀░░░░░░░████
█▄░░░░░░░░█▀
██▄░░░░░░▄█
███▄▄░░▄██▌
██████████
█████████▌
PREMIUM VIP
 MEMBERSHIP 
DICE   ROULETTE   BLACKJACK   KENO   MINESWEEPER   VIDEO POKER   PLINKO   SLOT   LOTTERY
john_nautica
Full Member
***
Offline Offline

Activity: 966
Merit: 102



View Profile
August 19, 2021, 07:42:43 AM
 #15

Welcome, your website will open now right? I would like to test this out, I do like the design upon checking it I haven't seen the gameplay yet. Too bad you don't offer Bitcoin and I'm afraid that you might be needing to move this thread other boards.

Fesatmas
Sr. Member
****
Offline Offline

Activity: 2268
Merit: 275



View Profile
August 19, 2021, 02:30:04 PM
 #16

one more day before the first broadcast but it's true what was said before; generally we still can't open access to the site you provided, is this serious for us to look at or what? we cannot provide any comments or input regarding what you are hosting if we cannot reach the site even using a VPN. The first thing you should really pay attention to is that it's easy to access the site, if at this time we can't access it then how can we provide feedback?

Hey Fesatmas
Sorry, I thought the post about the error in the launch day would have cleared this up.  You won't be able to visit the site until tomorrow at the launch time.  Sorry for the inconvenience.  I really just posted the launch in advance for the sake of the seeding event.
^ I had now completely visited the site and it seems it needs to have an account before you can explore the site. Where are the TOS and the FAQ?
I cannot found them on the site, it should have a visitors mode because most commonly gamblers are want to test first before making an account or just like the TOS and FAQ where we can able to see upon visiting the site. I just noticed that you are probably in hurry lunching this site, it seems not yet ready to operate.

You don't need to register for a while until you thoroughly read the most important FAQ before continuing. and of course, I'm looking for it too, if the OP doesn't list it then how can we join in it.
Rules are the most important thing for us, at least they have an idea of what can be done and what is not allowed.

.
DuelbitsSPORTS
▄▄▄███████▄▄▄
▄▄█████████████████▄▄
▄██████████████████████▄
██████████████████████████
███████████████████████████
██████████████████████████████
██████████████████████████████
█████████████████████████████
███████████████████████████
█████████████████████████
▀████████████████████████
▀▀███████████████████
██████████████████████████████
██
██
██
██

██
██
██
██

██
██
██
████████▄▄▄▄██▄▄▄██
███▄█▀▄▄▀███▄█████
█████████████▀▀▀██
██▀ ▀██████████████████
███▄███████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
▀█████████████████████▀
▀▀███████████████▀▀
▀▀▀▀█▀▀▀▀
OFFICIAL EUROPEAN
BETTING PARTNER OF
ASTON VILLA FC
██
██
██
██

██
██
██
██

██
██
██
10% CASHBACK
          100% MULTICHARGER
NASCRASH (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile WWW
August 19, 2021, 02:33:35 PM
 #17

Block 2,107,448 and 2,107,449 have now been mined.

Salt Blue Car 1:  b603464f5f64152262f352ad091e9c2681d751d93165566a6b2ba84aa5774537
Salt Red Car 2:  f3fdbc17131631e390e9358dbec76e3cd82b1c38d9fde8b2f79602593c66cbd8

Games will start shortly
carlfebz2
Hero Member
*****
Offline Offline

Activity: 2954
Merit: 730


Seabet.io | Crypto-Casino


View Profile
August 19, 2021, 05:58:37 PM
 #18

Block 2,107,448 and 2,107,449 have now been mined.

Salt Blue Car 1:  b603464f5f64152262f352ad091e9c2681d751d93165566a6b2ba84aa5774537
Salt Red Car 2:  f3fdbc17131631e390e9358dbec76e3cd82b1c38d9fde8b2f79602593c66cbd8

Games will start shortly
Would you mind on adding up a FAQ section on how this game works or on how to make bets? Ive seen Nitros is on Litecoin blockchain am right?

Is this something a blockchain based type of game since you had posted up transactions hashes above?

Also, this shouldnt be posted on Gambling board since it doesnt really accept bitcoin. You do just really need some add on specially FAQ.
This one looks interesting though.

NASCRASH (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile WWW
August 19, 2021, 06:14:58 PM
 #19

Block 2,107,448 and 2,107,449 have now been mined.

Salt Blue Car 1:  b603464f5f64152262f352ad091e9c2681d751d93165566a6b2ba84aa5774537
Salt Red Car 2:  f3fdbc17131631e390e9358dbec76e3cd82b1c38d9fde8b2f79602593c66cbd8

Games will start shortly
Would you mind on adding up a FAQ section on how this game works or on how to make bets? Ive seen Nitros is on Litecoin blockchain am right?

Is this something a blockchain based type of game since you had posted up transactions hashes above?

Also, this shouldnt be posted on Gambling board since it doesnt really accept bitcoin. You do just really need some add on specially FAQ.
This one looks interesting though.

Hey
This was more of a soft launch.  We are a small team and we are working to get the FAQs and Terms posted on the site ASAP.  I would estimate they will be available tomorrow or the day after.  Sorry for the inconvenience.

This is a provably fair crash game that uses the hash from blocks that were announced before they were mined.  We provide the seed in the form of a hash chain and the salt comes from the hash from the block.  Once combined, this will give us the outcome of the game.  The hash chain is 10,000,000 games long and each game is connected to the one after it.  This proves that the game results are predetermined and can't be altered based on bet volume.
nakamura12
Hero Member
*****
Offline Offline

Activity: 2282
Merit: 669


View Profile
August 19, 2021, 07:09:25 PM
 #20

I am a small time gambler but I don't just trust newly launched websites until someone can give an honest review about the site. So i'll start then, using mobile phone then accessing the site is not much of a problem since I can access it normally but when you see the UI for mobile devices it is not well organised well. The site is quite simple to look at but i'll be checking to see what will be added or updated like terms and conditions, and FAQs.
Pages: [1] 2 3 4 5 6 »  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!