BLIXO

BLIXO

Provably Fair

Verify your bets and learn how the website uses blockchain to verify all bets to ensure nothing is rigged.

Games

Coinflip Details

Our platform ensures fairness and transparency through a provably fair system. Here's how it works:

  1. Server Seed — A securely generated random value, created at the start of each Coinflip game. The SHA-256 hash of this seed is immediately revealed to all players ensuring transparency.
  2. Public Hash — When the second player joins, a future EOS block is selected. Once that block is mined, its hash is used as a random value to determine the outcome.

Players can replicate any past roll by using the code provided, or verify it using an external tool.

const crypto = require("crypto");
const serverSeed = "example_server_seed";
const clientSeed = "example_client_seed";
const nonce = 1;
const min = 0;
const max = (100*10000) - 1;
const hash = crypto.createHash('sha512').update(
`${serverSeed}-${clientSeed}-${nonce}`
).digest('hex');
const ticket = seededRandomInteger(hash, min, max);
console.log(`Generated ticket: ${ticket}`)
function seededRandomInteger(hash, min, max) {
const uintValue = parseInt(hash.slice(0, 16), 16);
const range = max - min + 1;
return min + (uintValue % range);
}

Verify

Coinflip History

Game ID
Date
Server Seed
Public Hash
Winner
Ticket
Result

No Data

0 of 0

BLIXO

Welcome to Blixo. Play 100% fair on-chain Solana based gambling games like Coinflip and Jackpot. Blixo provides instant on-chain deposits and withdrawals for bets of any size. We are dedicated to providing gambling games solely for the SOL chain. Earn and play with free Solana by opening your Daily Case or participating in our Airdrop promotion.

In order to register for this website, the user is required to accept the General Terms and Conditions. In the event the General Terms and Conditions are updated, existing users may choose to discontinue using the products and services before the said update shall become effective, which is a minimum of two weeks after it has been announced.

Blixo.com is owned and operated by Blixo Ltd. registration number: 2024-00724, registered address: ACE CORPORATE SERVICES INC, Top Floor, Rodney Court Building, Rodney Bay, Gros Islet, Saint Lucia. Blixo.com is licensed and regulated by the Government of the Autonomous Island of Anjouan and operates under License No. ALSI-202504013-FI1. Blixo.com has passed all regulatory compliance and is legally authorized to conduct gaming operations for all games of chance and wagering.

© 2025 Blixo.com All Rights Reserved