Post
Topic
Board Gambling
Re: Dice-Bet.com 🎲 0.7% House Edge | BTC, LTC, ETH | Play or Invest 🎲
by
Dice-Bet
on 29/09/2018, 19:20:32 UTC
So you guys know, you have an error in your verification script. You have typed
const hash = crypto.createHmac('sha512', n + ':' + ss + ':' + n).update(n +':' + cs + 'n')
when you meant to type
const hash = crypto.createHmac('sha512', n + ':' + ss + ':' + n).update(n +':' + cs + ':' + n)

Making this change allowed the script to work for me.

Thanks - updated Smiley