Pages:
Author

Topic: 🚀 NanoGames.io - Social Gambling | Play or Invest with a leverage up to 5x 🚀 - page 2. (Read 2001 times)

newbie
Activity: 71
Merit: 0
Never before had play in gambling sites. Use to avoid them by default. but this one really did zin and I see earnings coming. Is really amazing. Great community, great admin mods are so nice. I almost see anyone be banned. Is clear transparent. Just amazing. Even for casino fobics like me
copper member
Activity: 60
Merit: 10
Provably Fair Seeding Event for Roulette

This will reuse the idea posted by Ryan and used for Bustabit v2.

Starting with a secret I've generated a chain of 10,000,000 SHA256 hashes. Each element is the hash of the lowercase, hexadecimal string representation of the previous hash. The hash of the chain's last element is
f6c4a94c4a2dd2912fbef23fb68aa56488313a343c9cf6c95e52b8ef74230991 .

Every game maps to a hash in the chain: The 10,000,000th element of the chain is the hash of game #1 and the first element in the chain is the hash of game #10,000,000. To verify that a hash belongs to a game #n, simply hash it n times and compare the result with the terminating hash.

To calculate a game's result from its hash:

Code:
const crypto = require("crypto")

function gameResult(seed, salt) {
  const nBits = 52 // number of most significant bits to use

  // 1. HMAC_SHA256(key=salt, message=seed)
  const hmac = crypto.createHmac("sha256", salt)
  hmac.update(seed)
  seed = hmac.digest("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)

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 590639 .
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.


I've generated a snapshot here: https://web.archive.org/web/20190818091308/https://bitcointalk.org/index.php?topic=5105754.msg52193785
copper member
Activity: 60
Merit: 10
Provably Fair Seeding Event for Roulette

This will reuse the idea posted by Ryan and used for Bustabit v2.

Starting with a secret I've generated a chain of 10,000,000 SHA256 hashes. Each element is the hash of the lowercase, hexadecimal string representation of the previous hash. The hash of the chain's last element is
f6c4a94c4a2dd2912fbef23fb68aa56488313a343c9cf6c95e52b8ef74230991 .

Every game maps to a hash in the chain: The 10,000,000th element of the chain is the hash of game #1 and the first element in the chain is the hash of game #10,000,000. To verify that a hash belongs to a game #n, simply hash it n times and compare the result with the terminating hash.

To calculate a game's result from its hash:

Code:
const crypto = require("crypto")

function gameResult(seed, salt) {
  const nBits = 52 // number of most significant bits to use

  // 1. HMAC_SHA256(key=salt, message=seed)
  const hmac = crypto.createHmac("sha256", salt)
  hmac.update(seed)
  seed = hmac.digest("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)

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 590639 .
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.
copper member
Activity: 60
Merit: 10
100,000 DOGECOIN GIVEAWAY 6/29-6/30

This weekend we will be giving away Dogecoin on the NanoGames.io game chat. Come by hang out with us!
Additional, we've added a new feature for bankroll investments! You can invest now with leverage (aka Off-Site Investment) up to 5x of your initial investment.

How does leverage investment work?
We'll add the selected multiplier to your initial investment ( minus dilution fee ). If the Bankroll goes down and your initial investment goes to 0, you get liquidated and you lost your investment.

Hint: You can also use this feature as an Off-Site investment.
member
Activity: 406
Merit: 10
Come and join us today! We'll give away BTC, Banano, XNOS, ETH through tips and rains today.
Just stay active in the chat over the day and you'll good chances to receive free crypto.


Ohh, its nice to receive a free crypto. I want to join and stay tuned for more free crypto like Btc, eth, xnos and banano.
copper member
Activity: 60
Merit: 10
Earlier this week, we rolled out a pretty significant update to the site.

Just a few of the many changes are-
- A new color scheme.
- Use Spin Games to exchange CUB to real Crypto. What?!  Shocked
- An improved investment system with investment leveraging.
- Our Panda mascot got himself a name. Swing by and say hello to Paco!
- BlackJack has been overhauled and you can now host your own table with your own funds as table bankroll.
- Track the Greens and Reds with the simple built-in Trend Tracker On/Off toggle button.
- Show off your big wins with the "Biggest Winner Today" rankings.
- Multi-Language chats! And more...

We are still fixing minor things here and there, so please continue to give us your constructive feedback in #suggestion-box and report any bugs or glitches to #support. Join our discord! https://discordapp.com/invite/5sWsU4d

Our local script guru @Nubs27 has agreed to help players run scripts. Many of which he has scripted himself. Feel free to toss him a tip if you get rich! Drop by #scripts for script help.

Lastly, we will be hosting another awesome giveaway this weekend!
150 NANO and 50,000 BANANO will be given away through a series of random Tips and Rains on the NanoGames.io game chat!

Please help us share this awesome news by grabbing your agent referral link and telling a friend.
Thanks
copper member
Activity: 60
Merit: 10
Come and join us today! We'll give away BTC, Banano, XNOS, ETH through tips and rains today.
Just stay active in the chat over the day and you'll good chances to receive free crypto.
full member
Activity: 280
Merit: 215
Your goals has gotten my attention, transparency should be a standard for gambling site and so many site out there  gives regard to it, fairness should be the watch word.
As a gambler am averagely impressed at this point but still a whole lot of work is needed, as an investor I would say you guys should work in your publicity try getting your project out to the world this would give investors the confidence to partner with you guys
copper member
Activity: 60
Merit: 10
XNOS is now LIVE on NanoGames!
Read more about the coin and their team here: https://nos.cash/

copper member
Activity: 60
Merit: 10
Registered and play some games. look easy to use and friendly to new user. i hope developer can add new cryptocurrency for kindly change other one.
thanks

New currencies will be added pretty soon. We're working also on some other features and games.





We are doing a FORTNITE tournament! Read the details here: https://bitcointalksearch.org/topic/m.51106736
Are we going to expect more tournament in the future or is it just a one time plan only?
And would there be other tournament besides fortnite ?

We're looking into other options as well.
There will be probably more tournaments of different games.

hero member
Activity: 1134
Merit: 502
Registered and play some games. look easy to use and friendly to new user. i hope developer can add new cryptocurrency for kindly change other one.
thanks

New currencies will be added pretty soon. We're working also on some other features and games.





We are doing a FORTNITE tournament! Read the details here: https://bitcointalksearch.org/topic/m.51106736
Are we going to expect more tournament in the future or is it just a one time plan only?
And would there be other tournament besides fortnite ?

Nano is one of the best currency for me. Dev are really doing there best to make nano a better coin. So i believe that there will be more games like this that there gonna be implementing in the future.
sr. member
Activity: 994
Merit: 257
Best Bitcoin Casino www.coinsaga.com
Registered and play some games. look easy to use and friendly to new user. i hope developer can add new cryptocurrency for kindly change other one.
thanks

New currencies will be added pretty soon. We're working also on some other features and games.





We are doing a FORTNITE tournament! Read the details here: https://bitcointalksearch.org/topic/m.51106736
Are we going to expect more tournament in the future or is it just a one time plan only?
And would there be other tournament besides fortnite ?
copper member
Activity: 60
Merit: 10
Fortnite is such a kids game to me, is there plans to add more tournaments in the future? I do not want to download and play that horrific game just to win a chance but if you can add something more like pubg maybe then we can actually have fun.

No matter what happens I would like to congratz nanogames for their futuristic ideas of tournaments, normally the casinos only do wagering contests like "whoever wagers most in the next 7 days will win the prize" just to gain more customers and make everyone gamble a lot more, it works out for them because people wager a lot to win but it is not nice for people like me who do not have too much to risk on gambling. That is why these types of third party (fortnite in this instance) tournaments to give out prizes and attract new customers is AWESOME.

Thanks for your feedback! I really appreciate that.

We'll look into other games as well. We've taken FORTNITE because it's quite popular, you can play it on almost every device and its free. There will be probably more tournaments like this in the future so keep an eye on this thread.  Wink




legendary
Activity: 1442
Merit: 1025
Fortnite is such a kids game to me, is there plans to add more tournaments in the future? I do not want to download and play that horrific game just to win a chance but if you can add something more like pubg maybe then we can actually have fun.

No matter what happens I would like to congratz nanogames for their futuristic ideas of tournaments, normally the casinos only do wagering contests like "whoever wagers most in the next 7 days will win the prize" just to gain more customers and make everyone gamble a lot more, it works out for them because people wager a lot to win but it is not nice for people like me who do not have too much to risk on gambling. That is why these types of third party (fortnite in this instance) tournaments to give out prizes and attract new customers is AWESOME.
legendary
Activity: 2828
Merit: 1497
Join the world-leading crypto sportsbook NOW!
Just read about the new tournament you will be having next month and the prizes will be nano so this makes it each sweet to partake in playing fortnite.
Excellent way to get new members to join in and have some fun without needing to spend anything. Just play! Grin
copper member
Activity: 60
Merit: 10
Registered and play some games. look easy to use and friendly to new user. i hope developer can add new cryptocurrency for kindly change other one.
thanks

New currencies will be added pretty soon. We're working also on some other features and games.





We are doing a FORTNITE tournament! Read the details here: https://bitcointalksearch.org/topic/m.51106736
sr. member
Activity: 1344
Merit: 259
Tontogether | Save Smart & Win Big
Registered and play some games. look easy to use and friendly to new user. i hope developer can add new cryptocurrency for kindly change other one.
thanks
copper member
Activity: 60
Merit: 10
Is there any partnership with nano or the team are simply nano supporters? I personally haven't found gambling site that uses nano to play with. I don't think a specific coin can be an advantage to use the platform. Is there any different between using nano to gamble and other cryptocurrencies?

We are simply early nano supporters. We've launched the project two years ago, at this time we've only accepted NANO for playing the crash game.
There is no difference between using nano and other coins on our website expect the bankroll. Each coin has its own bankroll.
sr. member
Activity: 1274
Merit: 267
Is there any partnership with nano or the team are simply nano supporters? I personally haven't found gambling site that uses nano to play with. I don't think a specific coin can be an advantage to use the platform. Is there any different between using nano to gamble and other cryptocurrencies?
legendary
Activity: 1834
Merit: 1008
Which gaming platform does it use? I saw several websites similar to it. Exactly the same

Inside their platform, they have pretty good games, like crash, dice, blackjack which has really many active players there so I think they is provably fair as well, so it is worth to spend some of you amount there. Anyway which websites similar to them? Because I can't find any site that is similar with them. What unique about their sites is they have these two dice games which is called hashdice and noncedice, you should try them. Btw they have pretty good bankroll there on every game they have, so do not mind to join them and try their games
Pages:
Jump to: