Pages:
Author

Topic: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game. (Read 22078 times)

newbie
Activity: 328
Merit: 0
Is the project working or is it already dead?
Still alive at altsbit.com (previously known as digitalprice.io) https://altsbit.com/order?url=kmdice-kmd

The project has development, or it just mined and sold?

I tried but I was making .0001 bitcoin a day less than mining pirate so I went back to pirate no real point to this.
hero member
Activity: 1257
Merit: 501
Is the project working or is it already dead?
Still alive at altsbit.com (previously known as digitalprice.io) https://altsbit.com/order?url=kmdice-kmd

The project has development, or it just mined and sold?
newbie
Activity: 328
Merit: 0
Is the project working or is it already dead?
Still alive at altsbit.com (previously known as digitalprice.io) https://altsbit.com/order?url=kmdice-kmd

It just randomly steals block reward which is frustrating at the moment.  Otherwise it would be more profitable to mine but the the global system just steals block reward with no one in the pool I guess its why everyone gives up on this.

Its easy to do the math for me even after the recent block halfing recently but still it seems to steal.  Hmmm Can you be more fair?
jr. member
Activity: 358
Merit: 1
Is the project working or is it already dead?
Still alive at altsbit.com (previously known as digitalprice.io) https://altsbit.com/order?url=kmdice-kmd
newbie
Activity: 22
Merit: 0
Selling my signature at Bitcointalk and forums. You have such a bountry program?
hero member
Activity: 1257
Merit: 501
Is the project working or is it already dead?
newbie
Activity: 11
Merit: 0
sr. member
Activity: 1248
Merit: 297
Hi,

Which version of Equihash please?
J
newbie
Activity: 11
Merit: 0
any well explained link how to play and install the game on windows ? too many commands for installing game on era when it should be just click "next" to install and plug and play .


newbie
Activity: 7
Merit: 0

Website is looking great! I'm looking forward to testing the GUI as soon as possible. Are there any other upcoming plans here for KMDice ?
sr. member
Activity: 686
Merit: 270
FREEDOM RESERVE
member
Activity: 79
Merit: 54
member
Activity: 79
Merit: 54
For anyone interested in playing dice from command line in a automated way i share this script that will repeat a bet with the parameters specified when executed.

You will need to sync the KMDICE chain and start it using the -pubkey= parameter. Once the chain is synced you can create a file called ./dicebet give executable privilege and run it with the parameters ./dicebet amount odds

example:
Code:
$ ./dicebet 0.1 5


Code:
#!/bin/bash

while true; do
sleep 2
echo "KMDICE"

cd ~/komodo/src
getinfo=$(./komodo-cli -ac_name=KMDICE getinfo)
balance=$(echo $getinfo | jq -r '.balance')
echo 'Wallet balance:' $balance
entropy=$(./komodo-cli -ac_name=KMDICE diceinfo 5be49570c56d036abb08b6d084da93a8a86f58fc48db4a1086be95540d752d6f)
entropytx=$(echo $entropy | jq -r '.entropytxs')
echo 'Entropy txs available:' $entropytx
bet=$(./komodo-cli -ac_name=KMDICE dicebet KMDICE 5be49570c56d036abb08b6d084da93a8a86f58fc48db4a1086be95540d752d6f  $1 $2)
bet_hex=$(echo $bet | jq -r '.hex')
bet_txid=$(./komodo-cli -ac_name=KMDICE sendrawtransaction $bet_hex)
echo $bet_txid
echo $bet_txid >> ~/bets.txt
        echo "$bet_txid" > ~/bettxid.txt
echo "Waiting bet tx to confirm"
while true; do
bet_status=$(komodo-cli -ac_name=KMDICE dicestatus KMDICE 5be49570c56d036abb08b6d084da93a8a86f58fc48db4a1086be95540d752d6f $bet_txid)
betStatus_result=$(echo $bet_status | jq -r '.status')
betAmount_result=$(echo $bet_status | jq -r '.won')
if [[ ! $betStatus_result =~ "bet still pending" ]]; then
break
fi
sleep .5
done
if [ "$betAmount_result" != "null" ]; then echo $betAmount_result
fi
echo $betStatus_result
echo $betStatus_result >> ~/bets.txt
done


If someone is interested in knowing more, dont hesitate to ask.

A complete wallet plus dice game gui is in the works and we hope to have it available for public use on Q1 2019. Thanks for your attention and support.
member
Activity: 79
Merit: 54
We want to proudly announce that KMDICE has been added to digitalprice.io for BTC and KMD pairs: https://digitalprice.io/order?url=kmdice-kmd

unfortunately no one buys it (

ID: 45043
price:0.00000240 BTC
Amount 1,103.59149353 BZC

maybe someone wants to buy?


The coin just got listed a few days ago. The exchange is also fairly new and has little volume. The most active trading pair so far is KMDICE/KMD.

Also, dice game gui is still in the works and so far it only can be played using command line.
newbie
Activity: 36
Merit: 0
What do I use this token for? Where are the dice games?
jr. member
Activity: 588
Merit: 1
List of KMDice mining pools with live stats & hashrate distribution

https://miningpoolstats.stream/kmdice
member
Activity: 79
Merit: 54
We want to proudly announce that KMDICE has been added to digitalprice.io for BTC and KMD pairs: https://digitalprice.io/order?url=kmdice-kmd
member
Activity: 79
Merit: 54
member
Activity: 79
Merit: 54
GOOD NEWS EVERYONE!


KMDICE is back!!!

The code now is about 10000x more efficient!


BET AWAY ALL YOU WANT!
Pages:
Jump to: