Pages:
Author

Topic: 🔥 ERENA.io 🔥 - The Litecoin Crash Game - LTC & BTC accepted - Faucet - page 6. (Read 1569 times)

copper member
Activity: 68
Merit: 0
Welcome to our Discord invite contest !
Rules are simple, invite people to join our Discord, and earn some free Litos.
This contest will be open from today until 11.07.2018

Rewards:

1st: 1 Million Litos (1 LTC)

2nd: 500K Litos

3rd: 125K Litos

Make sure to use a non-expirable invite link

Join our Discord to be part of the event : https://discord.gg/3jyGz9J

Good luck everyone !
copper member
Activity: 68
Merit: 0
01.16.2019 - Changelog

- New Maxbet 850 000 Litos (vs 450 000 before)
- New Maxwin +31.5 LTC (Dynamic) (vs 16 before)
- MrTippy, a fun way to tip some LTC to other players
- MrFlippy, a simple coinflip game

Official Discord : https://discord.gg/ns9Jewn
copper member
Activity: 68
Merit: 0
09.13.2018 - Changelog

- New maxbet 150 000
- New Maxwin 5.75 LTC (Dynamic)
- Fix layout issues
copper member
Activity: 68
Merit: 0

UPDATE 09/01/2018

Welcome to the Weekly Loot Challenge !

We will pay out weekly bonuses to the top 5 players who wagered the most and who lost the most on erena.io

During the week we accumulate a tiny piece of each bet to fill the treasure chest.
We will split 100% of our growing bonus pool between 5 players in the lists below each Sunday 0:00 CET

Other challenges will come soon, stay connected !

URL : https://erena.io/weeklyloot
copper member
Activity: 68
Merit: 0

I checked last replied is on june which is 2 months ago and there is nothing good there going on
This do just signify on having no interest on this kind of games and i have seen lots of similar bustabit games in the past some of them have purchased the license and some did not.

The following sites have purchased a non-distributable copy of the previous
version of bustabit's source code, exempting them from the requirements of the
AGPL:

 * erena.io


This one is good but i doubt on what would be the actual traffic or interest on their main launch.

yup there are dozens of the similar sites
even the LTC one popped up recently and seems to have quietly died somewhere on page 4-5 of the Gambling section
registered just because I like to try the new sites out,but I have a very severe case of a deja-vu
maybe the lottery functionality is new, haven't seen bustabit script based sites lately
other than that-nothing to write home about

I don't think there are "dozens" of similar websites.
Bustabit (using BTC), Phun (using BCH) and erena.io (using LTC) are the only registered websites (bustabit.com/license.txt) running at the moment.

Actually, we have more than 100+ players registered and a total wagered of 228 LTC on day 2 after our beta launching
We have new investors everyday, our bankroll will go up in the next days.
Actual erena.io team :

 - Ciro
 - BitK0ynR2 (N°1 Player at Bustadice : https://bustadice.com/leaderboard)
 - GCLZero
 - Mogwai
 - Trathos
 - Munchio

Our lottery game is unique in the crash games "scene" and really fun to play when some players are playing together at the same time.

We have an interesting roadmap and want to build on the long term Wink

See you soon on erena.io  Wink



I believe there is so many similar sites using both btc and eth too but if yours is on ltc that means it is no difference from others. The game is just the same, only currency difference, so it does not really big progress at all. I hope your site will be the best and not going to shut down like others because there is no enough traffic. Btw if there is competition, I would like to join on it, may be it is going to be luck here. Will watch this thread

Come online and check our unique Speed lottery game.
We will add a weekly competition to earn some free Litecoins every week too Wink
legendary
Activity: 1834
Merit: 1008

I checked last replied is on june which is 2 months ago and there is nothing good there going on
This do just signify on having no interest on this kind of games and i have seen lots of similar bustabit games in the past some of them have purchased the license and some did not.

The following sites have purchased a non-distributable copy of the previous
version of bustabit's source code, exempting them from the requirements of the
AGPL:

 * erena.io


This one is good but i doubt on what would be the actual traffic or interest on their main launch.

yup there are dozens of the similar sites
even the LTC one popped up recently and seems to have quietly died somewhere on page 4-5 of the Gambling section
registered just because I like to try the new sites out,but I have a very severe case of a deja-vu
maybe the lottery functionality is new, haven't seen bustabit script based sites lately
other than that-nothing to write home about

I don't think there are "dozens" of similar websites.
Bustabit (using BTC), Phun (using BCH) and erena.io (using LTC) are the only registered websites (bustabit.com/license.txt) running at the moment.

Actually, we have more than 100+ players registered and a total wagered of 228 LTC on day 2 after our beta launching
We have new investors everyday, our bankroll will go up in the next days.
Actual erena.io team :

 - Ciro
 - BitK0ynR2 (N°1 Player at Bustadice : https://bustadice.com/leaderboard)
 - GCLZero
 - Mogwai
 - Trathos
 - Munchio

Our lottery game is unique in the crash games "scene" and really fun to play when some players are playing together at the same time.

We have an interesting roadmap and want to build on the long term Wink

See you soon on erena.io  Wink



I believe there is so many similar sites using both btc and eth too but if yours is on ltc that means it is no difference from others. The game is just the same, only currency difference, so it does not really big progress at all. I hope your site will be the best and not going to shut down like others because there is no enough traffic. Btw if there is competition, I would like to join on it, may be it is going to be luck here. Will watch this thread
copper member
Activity: 68
Merit: 0
This will reuse the idea posted by Ryan and used for Bustabit.

This is an event to prove https://erena.io is fair.

  • Starting with a secret seed 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: 6fe1ab1a85771f31c37ba30d42df9dcee32199fdb3bc9ad94eca2d87673e9fcd
  • erena.io will play through that chain of hashes, in reverse order, and use the hashes to determine the crash point.
  • To avoid criticism that the Server Secret used in step 1 was carefully chosen to generate lots of "bad" crash points, each hash in the chain will be salted with a client seed, which we have no control of.
    The client seed will be the block hash of a bitcoin block that hasn't yet been mined: block 537657

The reference code (javascript) is as follows:

The method to create the hash chain is simply sha256:

Code:
function genGameHash(serverSeed) {
  return crypto.createHash('sha256').update(serverSeed).digest('hex');
}

The method to convert a game hash, mix it with the picked client seed to a erena.io multiplier:

Code:
function crashPointFromHash(serverSeed, clientSeed) {
  function divisible(hash, mod) {
    // We will read in 4 hex at a time, but the first chunk might be a bit smaller
    // So ABCDEFGHIJ should be chunked like  AB CDEF GHIJ
    var val = 0;
    
    var o = hash.length % 4;
    for (var i = o > 0 ? o - 4 : 0; i < hash.length; i += 4) {
      val = ((val << 16) + parseInt(hash.substring(i, i+4), 16)) % mod;
    }

    return val === 0;
  }

  var hash = crypto.createHmac('sha256', serverSeed).update(clientSeed).digest('hex');

  /* In 1 of 101 games the game crashes instantly. */
  if (divisible(hash, 101))
     return 0;

  /* Use the most significant 52-bit from the hash
     to calculate the crash point */
  var h = parseInt(hash.slice(0,52/4),16);
  var e = Math.pow(2,52);

  return Math.floor((100 * e - h) / (e - h));
}

The chain could be generated with code such as:
Code:
var serverSecret =  'secret';
var clientSeed = '0000examplehash';

var gamesToGenerate = 1e7;

var serverSeed = serverSecret;

for (var game = gamesToGenerate; game > 0; --game) {
  serverSeed = genGameHash(serverSeed);
  console.log('Game ' +  game + ' has a crash point of ' + (crashPointFromHash(serverSeed, clientSeed) / 100).toFixed(2) +'x', '\t\tHash: ' + serverSeed);
}

var terminatingHash = genGameHash(serverSeed);

console.log('The final hash is: ', terminatingHash);

Using our chosen starting serverSeed, the hash terminating the chain is 6fe1ab1a85771f31c37ba30d42df9dcee32199fdb3bc9ad94eca2d87673e9fcd
copper member
Activity: 68
Merit: 0
How much is the fee here because it just says

You will receive undefined Litos less than what you withdraw, as we use that undefined Litos to go towards mining fee.

Solved Wink Thanks for your feedback

You have more things to fix now because the withdrawal page shows

You will receive 500 Litos less than what you withdraw, as we use that 500 Litos to go towards mining fee

the faq shows

We remove 200 Litos from any withdrawal amount to cover mining fees.
Withdrawals must be in increments of 1 lito (100 litoshis), with a minimum withdrawal of 10000 Litos (of which 100 Litos goes towards the mining fee)

So one part says 500, one says 200, one says 100

Also above shows minimum withdrawal is 10,000 but the withdrawal page shows 1,000

There is also We currently have a bet limit of 250,000 Litos (1 LTC).

But 250,000 Litos is 0.250 LTC and not 1 LTC

There are more errors there too but these are the biggest

We are currently reviewing the entire FAQ, everything will be solved in the next hours.
Again, i appreciate your feedback!
member
Activity: 309
Merit: 12
How much is the fee here because it just says

You will receive undefined Litos less than what you withdraw, as we use that undefined Litos to go towards mining fee.

Solved Wink Thanks for your feedback

You have more things to fix now because the withdrawal page shows

You will receive 500 Litos less than what you withdraw, as we use that 500 Litos to go towards mining fee

the faq shows

We remove 200 Litos from any withdrawal amount to cover mining fees.
Withdrawals must be in increments of 1 lito (100 litoshis), with a minimum withdrawal of 10000 Litos (of which 100 Litos goes towards the mining fee)

So one part says 500, one says 200, one says 100

Also above shows minimum withdrawal is 10,000 but the withdrawal page shows 1,000

There is also We currently have a bet limit of 250,000 Litos (1 LTC).

But 250,000 Litos is 0.250 LTC and not 1 LTC

There are more errors there too but these are the biggest
copper member
Activity: 68
Merit: 0
How much is the fee here because it just says

You will receive undefined Litos less than what you withdraw, as we use that undefined Litos to go towards mining fee.

Solved Wink Thanks for your feedback
member
Activity: 309
Merit: 12
How much is the fee here because it just says

You will receive undefined Litos less than what you withdraw, as we use that undefined Litos to go towards mining fee.
legendary
Activity: 2016
Merit: 1106

I checked last replied is on june which is 2 months ago and there is nothing good there going on
This do just signify on having no interest on this kind of games and i have seen lots of similar bustabit games in the past some of them have purchased the license and some did not.

The following sites have purchased a non-distributable copy of the previous
version of bustabit's source code, exempting them from the requirements of the
AGPL:

 * erena.io


This one is good but i doubt on what would be the actual traffic or interest on their main launch.

yup there are dozens of the similar sites
even the LTC one popped up recently and seems to have quietly died somewhere on page 4-5 of the Gambling section
registered just because I like to try the new sites out,but I have a very severe case of a deja-vu
maybe the lottery functionality is new, haven't seen bustabit script based sites lately
other than that-nothing to write home about

I don't think there are "dozens" of similar websites.
Bustabit (using BTC), Phun (using BCH) and erena.io (using LTC) are the only registered websites (bustabit.com/license.txt) running at the moment.

Actually, we have more than 100+ players registered and a total wagered of 228 LTC on day 2 after our beta launching
We have new investors everyday, our bankroll will go up in the next days.
Actual erena.io team :

 - Ciro
 - BitK0ynR2 (N°1 Player at Bustadice : https://bustadice.com/leaderboard)
 - GCLZero
 - Mogwai
 - Trathos
 - Munchio

Our lottery game is unique in the crash games "scene" and really fun to play when some players are playing together at the same time.

We have an interesting roadmap and want to build on the long term Wink

See you soon on erena.io  Wink



good for you! wish all the best,don't get me wrong
I'm saying that if you had enough bankroll you could have looked towards a unique script and/or  a different concept
with proper marketing any legit site will make profit, but you will be competing against the original version (even though you are using LTC)
plus a host of both licensed and unlicensed bustadice scripts that are in abundance, way more than the three sites you quoted
lottery may give you some additional profit,but knowing the scene I would not put all my hopes on it to become a gamechanger,really
in any case-registered and will come back later to see the progress,good luck!  Wink
copper member
Activity: 68
Merit: 0

I checked last replied is on june which is 2 months ago and there is nothing good there going on
This do just signify on having no interest on this kind of games and i have seen lots of similar bustabit games in the past some of them have purchased the license and some did not.

The following sites have purchased a non-distributable copy of the previous
version of bustabit's source code, exempting them from the requirements of the
AGPL:

 * erena.io


This one is good but i doubt on what would be the actual traffic or interest on their main launch.

yup there are dozens of the similar sites
even the LTC one popped up recently and seems to have quietly died somewhere on page 4-5 of the Gambling section
registered just because I like to try the new sites out,but I have a very severe case of a deja-vu
maybe the lottery functionality is new, haven't seen bustabit script based sites lately
other than that-nothing to write home about

I don't think there are "dozens" of similar websites.
Bustabit (using BTC), Phun (using BCH) and erena.io (using LTC) are the only registered websites (bustabit.com/license.txt) running at the moment.

Actually, we have more than 100+ players registered and a total wagered of 228 LTC on day 2 after our beta launching
We have new investors everyday, our bankroll will go up in the next days.

Our lottery game is unique in the crash games "scene" and really fun to play when some players are playing together at the same time.

We have an interesting roadmap and want to build on the long term Wink

See you soon on erena.io  Wink

full member
Activity: 630
Merit: 102
Another bustabit "clone"?
What is the difference with other sites? I see licence.txt a long list of casino..
I dont understsnd, sorry for my rudeness (im like sheldon cooper)

Yeah, looks like another clone. But, they added lottery other than the crash game. Anyway registered now on this website. I am huge fan of Litecoin games.
legendary
Activity: 3696
Merit: 4343
Top Crypto Casino
Another bustabit "clone"?
What is the difference with other sites? I see licence.txt a long list of casino..
I dont understsnd, sorry for my rudeness (im like sheldon cooper)
hero member
Activity: 2926
Merit: 722
DGbet.fun - Crypto Sportsbook

I checked last replied is on june which is 2 months ago and there is nothing good there going on
This do just signify on having no interest on this kind of games and i have seen lots of similar bustabit games in the past some of them have purchased the license and some did not.

The following sites have purchased a non-distributable copy of the previous
version of bustabit's source code, exempting them from the requirements of the
AGPL:

 * erena.io


This one is good but i doubt on what would be the actual traffic or interest on their main launch.

yup there are dozens of the similar sites
even the LTC one popped up recently and seems to have quietly died somewhere on page 4-5 of the Gambling section
registered just because I like to try the new sites out,but I have a very severe case of a deja-vu
maybe the lottery functionality is new, haven't seen bustabit script based sites lately
other than that-nothing to write home about
Expecting things do headed on this way which we don't really discourage or do said purely on negative but they do died easily because people doesn't like lottery games
and instead they are heading to common games like dice. Same here i do really like to test out new sites but i do see less players then i do leave after that.
legendary
Activity: 2016
Merit: 1106

I checked last replied is on june which is 2 months ago and there is nothing good there going on
This do just signify on having no interest on this kind of games and i have seen lots of similar bustabit games in the past some of them have purchased the license and some did not.

The following sites have purchased a non-distributable copy of the previous
version of bustabit's source code, exempting them from the requirements of the
AGPL:

 * erena.io


This one is good but i doubt on what would be the actual traffic or interest on their main launch.

yup there are dozens of the similar sites
even the LTC one popped up recently and seems to have quietly died somewhere on page 4-5 of the Gambling section
registered just because I like to try the new sites out,but I have a very severe case of a deja-vu
maybe the lottery functionality is new, haven't seen bustabit script based sites lately
other than that-nothing to write home about
copper member
Activity: 68
Merit: 0
Just for information, we already have 70+ players who registered an account (not counting the faucet abusers).
I'm just waiting for some last minute investors answers and we will organise the seeding event soon.
Ciro
copper member
Activity: 68
Merit: 0
Thanks for your support Grin

Btcraffle.io was a temporary game without crash.
Based on our current users stats and people waiting for a good crash game alternative (especially with the closing of some others) i'm pretty confident.
Time will tell us i guess, and i'll be happy to see you playing on erena.io Wink
hero member
Activity: 2926
Merit: 722
DGbet.fun - Crypto Sportsbook

I checked last replied is on june which is 2 months ago and there is nothing good there going on
This do just signify on having no interest on this kind of games and i have seen lots of similar bustabit games in the past some of them have purchased the license and some did not.

The following sites have purchased a non-distributable copy of the previous
version of bustabit's source code, exempting them from the requirements of the
AGPL:

 * erena.io


This one is good but i doubt on what would be the actual traffic or interest on their main launch.
Pages:
Jump to: