Daily Case Fairness
Provably Fair is a system allowing players to verify that the site operates legitimately and doesn't tamper game results. It leverages cryptography and third party input to generate random values. At the end of the game, players can verify that the outcome was indeed determined by the original seed and inputs, thus proving that the game was fair.
import * as seedrandom from "seedrandom";import BigNumber from "bignumber.js";
const serverSeed = "REVEALED_SERVER_SEED";
const clientSeed = "REVEALED_CLIENT_SEED";
const nonce = NONCE;
// to keep the support for legacy opens we must not include nonce
const saltedSeed = `${serverSeed}:${clientSeed}${nonce ? `:${nonce}` : ""}`;
const resultRaw = seedrandom(combined)();
const resultBps = BigNumber(random).times(100_000_000).integerValue().toNumber(); // percentage scalled to 6 decimals (e.g. 2% - 2000000)
const result = `${result / 1e6}%`;
console.log("Result: ", result);Server Seeds
Hashed Server Seed
Server Seed
Nonce
Active
Log in to view your daily case history.
Solpump is owned and operated by 3-102-932956 Ltd located at Calle 37 bis, Los Yoses, Montes, de Oca, San Jose, Costa Rica. Solpump is licensed and regulated by the Tuvalu Gaming Authority under license number GLN - 9301.




