Post
Topic
Board Gambling
Merits 5 from 1 user
Re: Dice-Bet.com 🎲 0.7% House Edge | BTC, LTC, ETH | Play or Invest 🎲
by
RGBKey
on 29/09/2018, 05:47:11 UTC
⭐ Merited by Dice-Bet (5)
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.