Author

Topic: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game. (Read 22122 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: 360
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!
member
Activity: 119
Merit: 61
member
Activity: 79
Merit: 54
New snapshot done at block 27000. This snapshot will be airdroped 1:1 once the dice code is fixed and new chain is done.
member
Activity: 79
Merit: 54
legendary
Activity: 2128
Merit: 1109
Graphic Design & Translation - BTC accepted here!
nice project, will keep an eye on it. a german translation of your ANN thread could be posted in the subforum if you like.
member
Activity: 79
Merit: 54
So that everyone knows, we have a bounty for best instructional youtube video on how to play dice:

newbie
Activity: 3
Merit: 0
member
Activity: 79
Merit: 54

If I mine to my KMD address is there some guidance on how to see and transfer coins?


Just import your KMD address private key to KMDICE wallet. Its available in Agama now so you should be able to do it pretty easily.
newbie
Activity: 15
Merit: 0

If I mine to my KMD address is there some guidance on how to see and transfer coins?
newbie
Activity: 5
Merit: 0
Cant understand how to mine kmdice. . . Where to get wallet?
hero member
Activity: 1148
Merit: 512
It's very interesting to see new coin born from KMD platform and I expect KMD will reach a high level as leading coins on top 10 coinmarketcap next year.
member
Activity: 79
Merit: 54
We want to make it clear to everyone that in the case that KMDICE needs to migrate to another chain (restarted in a new chain) with maybe more games or better features, we will make sure 100% of the holders will get a snapshot and airdrop to the new chain in the same proportions held with the fixes or new features added. Remember that with Komodo Platform technology we can make this in a very simplified (seamleass) way for users.  With dPOW we are not scared of hard forks, we will make sure that the game can keep going.
member
Activity: 79
Merit: 54
So how do I receive the kmdice to my kmd address? im currently mining just dont understand how coins get distributed if no wallet exists? 

Cli wallet exists and Agama release with kmdice added should be ready soon too.
legendary
Activity: 1442
Merit: 1018
So how do I receive the kmdice to my kmd address? im currently mining just dont understand how coins get distributed if no wallet exists? 

Use CLI and import your privkey into the daemon running the asset chain params in the OP.
newbie
Activity: 5
Merit: 0
So how do I receive the kmdice to my kmd address? im currently mining just dont understand how coins get distributed if no wallet exists? 
member
Activity: 119
Merit: 61


Small KMDICE GUI app is already available for testing on Discord #kmdice .
member
Activity: 79
Merit: 54
what's the difference between KMDICE and CHIPS?

also is this tied to the BET asset in any way?

This is a blockchain created by chainmakers to take crypto conditions dice game to the public.

is this tied to the BET asset in any way?


isnt CHIPS getting CC? what is the reason for another AC if chips is getting CC? seems like you could just use CHIPS for all the komodo ecosystem gambling games rather than making a new AC for each game. unless because there are different rules for each game, a new AC is required?

This is not tied to any other chain or asset. Afaik chips need a hard fork to get CC. For now, the intention is to showcase the tech in a chain solely dedicated to this CC. It gives an opportunity to develop and test. So far it is having more txs than even KMD itself.
member
Activity: 73
Merit: 10
what's the difference between KMDICE and CHIPS?

also is this tied to the BET asset in any way?

This is a blockchain created by chainmakers to take crypto conditions dice game to the public.

is this tied to the BET asset in any way?


isnt CHIPS getting CC? what is the reason for another AC if chips is getting CC? seems like you could just use CHIPS for all the komodo ecosystem gambling games rather than making a new AC for each game. unless because there are different rules for each game, a new AC is required?
newbie
Activity: 45
Merit: 0
This coin has been added on channels New Coins / CryptoTeam
https://t.me/cryptoteam_newcoins
https://discord.gg/zuRfphS
On discord you can: vote for coins, see raiting coins, see new exchanges for coins.
In future: analytics for new coins, new airdrops, new POS, new MN, setup for mining and others.
member
Activity: 79
Merit: 54
what's the difference between KMDICE and CHIPS?

also is this tied to the BET asset in any way?

This is a blockchain created by chainmakers to take crypto conditions dice game to the public.
member
Activity: 79
Merit: 54
With only one week in existance we are now one of the POW chains with more transactions per block

http://kmdice.explorer.dexstats.info/blocks
member
Activity: 73
Merit: 10
what's the difference between KMDICE and CHIPS?

also is this tied to the BET asset in any way?
newbie
Activity: 45
Merit: 0
This coin has been added on channels New Coins / CryptoTeam
https://t.me/cryptoteam_newcoins
https://discord.gg/zuRfphS
On discord you can: vote for coins, see raiting coins, see new exchanges for coins.
In future: analytics for new coins, new airdrops, new POS, new MN, setup for mining and others.
full member
Activity: 390
Merit: 100
KMDICE added to PoolofD32th


https://kmdice.poolofd32th.club

Use your wallet address as your username, and X as your password.
No registration required.


Can be tested with:
Code:
miner --server kmdice.poolofd32th.club --user {YOURKMDICEADDRESS} --pass x --port 37123 --pec
pause

Don't forget to change -u  to mine to your wallet

TO GET FAST SUPPORT AND SHARE INFORMATION, JOIN OUR DISCORD

https://discord.gg/E2rThkk




member
Activity: 79
Merit: 54
I somehow have trouble connecting to the pool. Regular settings as always, but miners are hashing 0 for 5 mins already. Strange.

You can also try this one http://103.6.12.112:6333/stats
member
Activity: 112
Merit: 10
I somehow have trouble connecting to the pool. Regular settings as always, but miners are hashing 0 for 5 mins already. Strange.
legendary
Activity: 1442
Merit: 1018
newbie
Activity: 12
Merit: 0
can i mine with a kmd address?
member
Activity: 79
Merit: 54
How does one bet?

Right now its only available in command line. Some people are working on interfaces to get playing easier, but this project just started so it will take some days, weeks, months...

CLI is fine, just curious if you can give an example of the actual structure.

Its a set of RPC call in the Komodo daemon. Youll see the call named dicebet which is the one used for betting. Other calls are dicelist and diceinfo to see the information regarding the contract, like this:

Quote
./komodo-cli -ac_name=KMDICE diceinfo 5be49570c56d036abb08b6d084da93a8a86f58fc48db4a1086be95540d752d6f{
  "result": "success",
  "fundingtxid": "5be49570c56d036abb08b6d084da93a8a86f58fc48db4a1086be95540d752d6f",
  "name": "KMDICE",
  "sbits": 76155294338379,
  "minbet": "0.00100000",
  "maxbet": "1000.00000000",
  "maxodds": 1500,
  "timeoutblocks": 600,
  "funding": "10000001.00000000"
}

./komodo-cli -ac_name=KMDICE dicebet KMDICE 5be49570c56d036abb08b6d084da93a8a86f58fc48db4a1086be95540d752d6f 0.001 10
{
  "result": "error",
  "error": "cant find dice entropy inputs"
}

What am I missing?

I think we will need more entropy txs.... This will be fixed in a couple of hours. Sorry, didnt expect so much traffic.

No problem, but the structure of the bet is right (last two arguments being bet amount and odds), then I broadcast the tx hex and then I query dicestatus to see if I won or lost, right?

Yes, its right. Just broadcast hex and then with the txid you can do dicestatus to verify if you won or lost.

Thanks, easy enough. Perhaps consider adding this information to the OP for anyone else that wants to do it prior to a gui. Smiley

Thanks for the recommendation. We are working on the docs too. Hope i can get them published this week.
legendary
Activity: 1442
Merit: 1018
How does one bet?

Right now its only available in command line. Some people are working on interfaces to get playing easier, but this project just started so it will take some days, weeks, months...

CLI is fine, just curious if you can give an example of the actual structure.

Its a set of RPC call in the Komodo daemon. Youll see the call named dicebet which is the one used for betting. Other calls are dicelist and diceinfo to see the information regarding the contract, like this:

Quote
./komodo-cli -ac_name=KMDICE diceinfo 5be49570c56d036abb08b6d084da93a8a86f58fc48db4a1086be95540d752d6f{
  "result": "success",
  "fundingtxid": "5be49570c56d036abb08b6d084da93a8a86f58fc48db4a1086be95540d752d6f",
  "name": "KMDICE",
  "sbits": 76155294338379,
  "minbet": "0.00100000",
  "maxbet": "1000.00000000",
  "maxodds": 1500,
  "timeoutblocks": 600,
  "funding": "10000001.00000000"
}

./komodo-cli -ac_name=KMDICE dicebet KMDICE 5be49570c56d036abb08b6d084da93a8a86f58fc48db4a1086be95540d752d6f 0.001 10
{
  "result": "error",
  "error": "cant find dice entropy inputs"
}

What am I missing?

I think we will need more entropy txs.... This will be fixed in a couple of hours. Sorry, didnt expect so much traffic.

No problem, but the structure of the bet is right (last two arguments being bet amount and odds), then I broadcast the tx hex and then I query dicestatus to see if I won or lost, right?

Yes, its right. Just broadcast hex and then with the txid you can do dicestatus to verify if you won or lost.

Thanks, easy enough. Perhaps consider adding this information to the OP for anyone else that wants to do it prior to a gui. Smiley
member
Activity: 79
Merit: 54
How does one bet?

Right now its only available in command line. Some people are working on interfaces to get playing easier, but this project just started so it will take some days, weeks, months...

CLI is fine, just curious if you can give an example of the actual structure.

Its a set of RPC call in the Komodo daemon. Youll see the call named dicebet which is the one used for betting. Other calls are dicelist and diceinfo to see the information regarding the contract, like this:

Quote
./komodo-cli -ac_name=KMDICE diceinfo 5be49570c56d036abb08b6d084da93a8a86f58fc48db4a1086be95540d752d6f{
  "result": "success",
  "fundingtxid": "5be49570c56d036abb08b6d084da93a8a86f58fc48db4a1086be95540d752d6f",
  "name": "KMDICE",
  "sbits": 76155294338379,
  "minbet": "0.00100000",
  "maxbet": "1000.00000000",
  "maxodds": 1500,
  "timeoutblocks": 600,
  "funding": "10000001.00000000"
}

./komodo-cli -ac_name=KMDICE dicebet KMDICE 5be49570c56d036abb08b6d084da93a8a86f58fc48db4a1086be95540d752d6f 0.001 10
{
  "result": "error",
  "error": "cant find dice entropy inputs"
}

What am I missing?

I think we will need more entropy txs.... This will be fixed in a couple of hours. Sorry, didnt expect so much traffic.

No problem, but the structure of the bet is right (last two arguments being bet amount and odds), then I broadcast the tx hex and then I query dicestatus to see if I won or lost, right?

Yes, its right. Just broadcast hex and then with the txid you can do dicestatus to verify if you won or lost.
legendary
Activity: 1442
Merit: 1018
How does one bet?

Right now its only available in command line. Some people are working on interfaces to get playing easier, but this project just started so it will take some days, weeks, months...

CLI is fine, just curious if you can give an example of the actual structure.

Its a set of RPC call in the Komodo daemon. Youll see the call named dicebet which is the one used for betting. Other calls are dicelist and diceinfo to see the information regarding the contract, like this:

Quote
./komodo-cli -ac_name=KMDICE diceinfo 5be49570c56d036abb08b6d084da93a8a86f58fc48db4a1086be95540d752d6f{
  "result": "success",
  "fundingtxid": "5be49570c56d036abb08b6d084da93a8a86f58fc48db4a1086be95540d752d6f",
  "name": "KMDICE",
  "sbits": 76155294338379,
  "minbet": "0.00100000",
  "maxbet": "1000.00000000",
  "maxodds": 1500,
  "timeoutblocks": 600,
  "funding": "10000001.00000000"
}

./komodo-cli -ac_name=KMDICE dicebet KMDICE 5be49570c56d036abb08b6d084da93a8a86f58fc48db4a1086be95540d752d6f 0.001 10
{
  "result": "error",
  "error": "cant find dice entropy inputs"
}

What am I missing?

I think we will need more entropy txs.... This will be fixed in a couple of hours. Sorry, didnt expect so much traffic.

No problem, but the structure of the bet is right (last two arguments being bet amount and odds), then I broadcast the tx hex and then I query dicestatus to see if I won or lost, right?
member
Activity: 79
Merit: 54
How does one bet?

Right now its only available in command line. Some people are working on interfaces to get playing easier, but this project just started so it will take some days, weeks, months...

CLI is fine, just curious if you can give an example of the actual structure.

Its a set of RPC call in the Komodo daemon. Youll see the call named dicebet which is the one used for betting. Other calls are dicelist and diceinfo to see the information regarding the contract, like this:

Quote
./komodo-cli -ac_name=KMDICE diceinfo 5be49570c56d036abb08b6d084da93a8a86f58fc48db4a1086be95540d752d6f{
  "result": "success",
  "fundingtxid": "5be49570c56d036abb08b6d084da93a8a86f58fc48db4a1086be95540d752d6f",
  "name": "KMDICE",
  "sbits": 76155294338379,
  "minbet": "0.00100000",
  "maxbet": "1000.00000000",
  "maxodds": 1500,
  "timeoutblocks": 600,
  "funding": "10000001.00000000"
}

./komodo-cli -ac_name=KMDICE dicebet KMDICE 5be49570c56d036abb08b6d084da93a8a86f58fc48db4a1086be95540d752d6f 0.001 10
{
  "result": "error",
  "error": "cant find dice entropy inputs"
}

What am I missing?

I think we will need more entropy txs.... This will be fixed in a couple of hours. Sorry, didnt expect so much traffic.
legendary
Activity: 1442
Merit: 1018
How does one bet?

Right now its only available in command line. Some people are working on interfaces to get playing easier, but this project just started so it will take some days, weeks, months...

CLI is fine, just curious if you can give an example of the actual structure.

Its a set of RPC call in the Komodo daemon. Youll see the call named dicebet which is the one used for betting. Other calls are dicelist and diceinfo to see the information regarding the contract, like this:

Quote
./komodo-cli -ac_name=KMDICE diceinfo 5be49570c56d036abb08b6d084da93a8a86f58fc48db4a1086be95540d752d6f{
  "result": "success",
  "fundingtxid": "5be49570c56d036abb08b6d084da93a8a86f58fc48db4a1086be95540d752d6f",
  "name": "KMDICE",
  "sbits": 76155294338379,
  "minbet": "0.00100000",
  "maxbet": "1000.00000000",
  "maxodds": 1500,
  "timeoutblocks": 600,
  "funding": "10000001.00000000"
}

./komodo-cli -ac_name=KMDICE dicebet KMDICE 5be49570c56d036abb08b6d084da93a8a86f58fc48db4a1086be95540d752d6f 0.001 10
{
  "result": "error",
  "error": "cant find dice entropy inputs"
}

What am I missing? Using this as a reference: https://github.com/KomodoPlatform/Mastering_CryptoConditions/blob/master/docs/dice/dicebet.md
member
Activity: 79
Merit: 54
how to mine?


compile KMD and execute the KMDICE chain.

here is a pool too: https://pool.forkwitch.com/stats
member
Activity: 79
Merit: 54
Guys, I hope the development of the project will not take much time and we will not forget about KMDICE Wink. I like such projects, so I wish you good luck. When to expect news about your presence in social networks? Smiley

Its coming. We just want to make it public fast so that people dont complain about mining privilege or something like that. It has taken us by storm. We just created this on wednesday and it already has gone viral. We need to catch up.
jr. member
Activity: 154
Merit: 8
Guys, I hope the development of the project will not take much time and we will not forget about KMDICE Wink. I like such projects, so I wish you good luck. When to expect news about your presence in social networks? Smiley
sr. member
Activity: 383
Merit: 252
how to mine?


Build Komodo , then use the command at the beginning of the ANN
newbie
Activity: 12
Merit: 0
jr. member
Activity: 136
Merit: 2
>>>>>>>>>> KMDICE: p2p.30176 rpc.30177 magic.266bdd28 644603176 10500000 coins
initialized KMDICE at 1540171621
Error: Cannot find the Zcash network parameters in the following directory:
"/root/.zcash-params"
Please run 'zcash-fetch-params' or './zcutil/fetch-params.sh' and then restart.

set addressindex, will reindex. sorry will take a while.
set spentindex, will reindex. sorry will take a while.
finished loading blocks KMDICE
fAddressIndex.1/1 fSpentIndex.1/1

You need to execute ./zcutil/fetch-params.sh

Seems like you dont have them.
thanx.. already doing..
member
Activity: 79
Merit: 54
How does one bet?

Right now its only available in command line. Some people are working on interfaces to get playing easier, but this project just started so it will take some days, weeks, months...

CLI is fine, just curious if you can give an example of the actual structure.

Its a set of RPC call in the Komodo daemon. Youll see the call named dicebet which is the one used for betting. Other calls are dicelist and diceinfo to see the information regarding the contract, like this:

Quote
./komodo-cli -ac_name=KMDICE diceinfo 5be49570c56d036abb08b6d084da93a8a86f58fc48db4a1086be95540d752d6f{
  "result": "success",
  "fundingtxid": "5be49570c56d036abb08b6d084da93a8a86f58fc48db4a1086be95540d752d6f",
  "name": "KMDICE",
  "sbits": 76155294338379,
  "minbet": "0.00100000",
  "maxbet": "1000.00000000",
  "maxodds": 1500,
  "timeoutblocks": 600,
  "funding": "10000001.00000000"
}
legendary
Activity: 1442
Merit: 1018
How does one bet?

Right now its only available in command line. Some people are working on interfaces to get playing easier, but this project just started so it will take some days, weeks, months...

CLI is fine, just curious if you can give an example of the actual structure.
member
Activity: 79
Merit: 54
member
Activity: 79
Merit: 54
>>>>>>>>>> KMDICE: p2p.30176 rpc.30177 magic.266bdd28 644603176 10500000 coins
initialized KMDICE at 1540171621
Error: Cannot find the Zcash network parameters in the following directory:
"/root/.zcash-params"
Please run 'zcash-fetch-params' or './zcutil/fetch-params.sh' and then restart.

set addressindex, will reindex. sorry will take a while.
set spentindex, will reindex. sorry will take a while.
finished loading blocks KMDICE
fAddressIndex.1/1 fSpentIndex.1/1

You need to execute ./zcutil/fetch-params.sh

Seems like you dont have them.
hero member
Activity: 2744
Merit: 588
Your explorer link is not working. Please fix. Thanks.
jr. member
Activity: 136
Merit: 2
>>>>>>>>>> KMDICE: p2p.30176 rpc.30177 magic.266bdd28 644603176 10500000 coins
initialized KMDICE at 1540171621
Error: Cannot find the Zcash network parameters in the following directory:
"/root/.zcash-params"
Please run 'zcash-fetch-params' or './zcutil/fetch-params.sh' and then restart.

set addressindex, will reindex. sorry will take a while.
set spentindex, will reindex. sorry will take a while.
finished loading blocks KMDICE
fAddressIndex.1/1 fSpentIndex.1/1
member
Activity: 79
Merit: 54
How does one bet?

Right now its only available in command line. Some people are working on interfaces to get playing easier, but this project just started so it will take some days, weeks, months...
member
Activity: 79
Merit: 54
Great. Where are all the z9 and z9 minis? Mine the half and play to get the other half.

If you are lucky hehe
legendary
Activity: 1442
Merit: 1018
How does one bet?
newbie
Activity: 43
Merit: 0
Great. Where are all the z9 and z9 minis? Mine the half and play to get the other half.
member
Activity: 79
Merit: 54

KMDICE - First minable decentralized dice game

What is KMDICE?

KMDICE is a POW blockchain dice game created within the Komodo Platform.
Why KMDICE?
We want to take advantage of Crypto Conditions transactions implemented in Komodo Platform and see what they are capable of. The complete coins supply will be 21 million coins, but the singularity of KMDICE is that 50% of the supply was premined and locked in a dice game contract that is inaccessible for anyone and has no house edge or financial benefit for the creators. The only way to get that 50% of the supply unlocked from the dice contract is by betting the other 50% of the supply against it but it needs to be mined first. The mining reward is 25 coins per block and it will have a halving every 210,000 blocks.

info:
Website
Whitepaper -  to be announced
explorer

Dice Game Info

  "fundingtxid": "5be49570c56d036abb08b6d084da93a8a86f58fc48db4a1086be95540d752d6f",
  "name": "KMDICE",
  "minbet": "0.00100000",
  "maxbet": "1000.00000000",
  "maxodds": 1500,
  "timeoutblocks": 600,
  "funding": "10500000.00000000"


social media and source code:
Facebook - to be announced
Twitter - to be announced
telegram
github


KMDICE chain parameters:
Max Supply: 21,000,000 KMDICE
Block time: On demand blocks (1 minute)
Block reward: 25 KMDICE before first halving at block 210,000
Mining Algorithm: Equihash
RPC Port: 30177
Launch command: ./komodod -ac_name=KMDICE -ac_supply=10500000 -ac_reward=2500000000 -ac_halving=210000 -ac_cc=2 -addressindex=1 -spentindex=1 &

distribution:
50% pre mined and locked in a dice game smart contract that has no access other than betting against it.
50% Mined

Pools
https://pool.forkwitch.com/stats
https://kmdice.komodopool.xyz/

Exchanges
https://digitalprice.io/order?url=kmdice-kmd

team:
Komodo Platform
Chainmakers

contact:
[email protected]

Jump to: