Sign in

Code activation

Enter promo code

Enter Bonus code

Telegram bonus

Get 200 coins by fulfilling 2 conditions:

  • Connect Telegram account
  • Subscribe to telegram channel

Invite code name

Username

MY ID

Copy

JACKPOT Winners

User Bet Jackpot

Change Your Settings

Sign in

Sign in through steam Войти через VK ID
OR

Username or mail

Password

Sign UP

Username

Email

Password

Confirm password

Mute user

UID

reason

Chat Rules

Actions that will result in restricted chat abilities:
  • — Messages not in room language
  • — Spam, including predictions on any of the site's games
  • — Policy discussions
  • — Racism, harmful speech, or attacking any players
  • — Inviting site users to third-party resources
  • — Asking for coins
  • — CAPS LOOK messages
  • — Buying or selling coins, cryptocurrencies, game items
  • — Advertising any external website
  • — Advertising promo codes, including promo codes in username
  • — Sending bonus codes from social networks
  • — Advertising scripts or browser extensions
  • — disclosure of confidential information of players
Moderators can block a user without giving a reason. Please do not contact the site support if you have received a chat block. Support does not review the decisions of chat moderators.

Coinflip Provably Fair

Game id:

Private seed hash:

Private seed:


EOS block number:




Crash Provably Fair

Game id:

Game hash:

Game secret:

Dice Provably Fair

Current client seed: Not created yet

Current server seed (hashed): Not created yet

Change seeds

New client seed:

save

Next server seed (hashed):

Recover account

Login or email

Recover account

Recovery code


New password


Confirm new password

Swap coins/PLG

Enter amount to swap:

COINS

You will receive:

PLG

fee: (0.2$ + 1%)

Roulette - Provably Fair

All round results on PLG.BET are generated using the provably fair algorithm. This means that the results are generated before the bets are accepted and that they can't be altered by casino for their benefit. The process of verify round results is transparent and accessible to everyone.

For the Roulette game, every 24 hours, random number (lotto) and string of random letters and numbers (seed) is generated that will be used to generate all round results for that day.

While Seed is being used, it is hidden from users. Instead, we display the SHA256-Hash of this seed. The SHA256 function is deterministic (you will get the same result with the same input), which proves that the round results has not been changed during the day to favor the casino.

Also, each round of the game has a unique Round ID or Nonce. The combination of Nonce Lotto and Seed determines the outcome of each round.

To check the result of the game, you can use the PHP code given below:

  • $server_seed = "39b7d32fcb743c244c569a56d6de4dc27577d6277d6cf155bdcba6d05befcb34";
  • $lotto = "0422262831";
  • $round_id = "1";
  • $hash = hash("sha256", $server_seed."-".$lotto."-".$round_id);
  • $roll = hexdec( substr($hash,0,8)) % 15;
  • echo "Round $round_id = $roll";

You can execute PHP code straight from your web browser with tools like PHP Tester. Simply copy-paste the code into the window and replace the server_seed, lotto, and round_id values for your own.

Date Server Seed Lottery Rolls