Bitcoin Forum

Alternate cryptocurrencies => Announcements (Altcoins) => Topic started by: siulynotb on October 22, 2018, 01:00:02 AM



Title: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: siulynotb on October 22, 2018, 01:00:02 AM
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 (http://kmdice.bet/)
Whitepaper -  to be announced
explorer (http://kmdice.explorer.dexstats.info)

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 (https://t.me/KomodoPlatform_Official)
github (https://github.com/komodoplatform/komodo)


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:
support@komodoplatform.com



Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: SHossainKMD on October 22, 2018, 01:18:42 AM
Great. Where are all the z9 and z9 minis? Mine the half and play to get the other half.


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: oblox on October 22, 2018, 01:19:31 AM
How does one bet?


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: siulynotb on October 22, 2018, 01:21:03 AM
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...


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: fecell on October 22, 2018, 01:28:16 AM
>>>>>>>>>> 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


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: TimeTeller on October 22, 2018, 01:29:44 AM
Your explorer link is not working. Please fix. Thanks.


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: polycryptoblog on October 22, 2018, 01:29:57 AM
https://imgflip.com/i/2kn16s


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: siulynotb on October 22, 2018, 01:30:17 AM
>>>>>>>>>> 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.


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: siulynotb on October 22, 2018, 01:31:26 AM
Your explorer link is not working. Please fix. Thanks.

Fixed, thanks

http://kmdice.explorer.dexstats.info


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: oblox on October 22, 2018, 01:32:55 AM
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.


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: siulynotb on October 22, 2018, 01:36:43 AM
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"
}


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: fecell on October 22, 2018, 01:37:43 AM
>>>>>>>>>> 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..


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: tedngls on October 22, 2018, 01:40:41 AM
how to mine?


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: polycryptoblog on October 22, 2018, 01:44:13 AM
how to mine?


Build Komodo , then use the command at the beginning of the ANN


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: Korehok on October 22, 2018, 01:46:06 AM
Guys, I hope the development of the project will not take much time and we will not forget about KMDICE ;). I like such projects, so I wish you good luck. When to expect news about your presence in social networks? :)


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: siulynotb on October 22, 2018, 01:52:45 AM
Guys, I hope the development of the project will not take much time and we will not forget about KMDICE ;). I like such projects, so I wish you good luck. When to expect news about your presence in social networks? :)

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.


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: oblox on October 22, 2018, 01:55:40 AM
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


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: siulynotb on October 22, 2018, 01:57:05 AM
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.


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: oblox on October 22, 2018, 02:01:44 AM
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?


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: siulynotb on October 22, 2018, 02:05:55 AM
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.


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: oblox on October 22, 2018, 02:12:35 AM
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. :)


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: siulynotb on October 22, 2018, 02:23:59 AM
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. :)

Thanks for the recommendation. We are working on the docs too. Hope i can get them published this week.


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: tedngls on October 22, 2018, 02:25:33 AM
can i mine with a kmd address?


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: oblox on October 22, 2018, 02:29:11 AM
can i mine with a kmd address?

Yes


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: Danzing on October 22, 2018, 02:38:27 AM
I somehow have trouble connecting to the pool. Regular settings as always, but miners are hashing 0 for 5 mins already. Strange.


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: siulynotb on October 22, 2018, 08:08:31 AM
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


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: manfromafar on October 22, 2018, 04:59:25 PM
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






Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: msmde on October 23, 2018, 06:46:22 PM
what's the difference between KMDICE and CHIPS?

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


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: siulynotb on October 23, 2018, 11:54:24 PM
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


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: siulynotb on October 24, 2018, 12:33:34 AM
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.


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: msmde on October 24, 2018, 02:49:00 PM
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?


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: siulynotb on October 24, 2018, 03:59:21 PM
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.


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: Decker on October 25, 2018, 01:17:25 AM
https://i.imgur.com/EVB9TYt.png

Small KMDICE GUI app is already available for testing on Discord #kmdice (https://discord.gg/9qK6Zkt) .


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: hamidisbig123 on October 25, 2018, 01:38:12 AM
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? 


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: oblox on October 25, 2018, 02:54:48 AM
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.


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: siulynotb on October 25, 2018, 08:47:59 AM
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.


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: siulynotb on October 26, 2018, 12:20:24 PM
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.


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: tomsmith26 on October 27, 2018, 04:32:42 AM
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.


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: Mend0z4s on October 27, 2018, 10:50:36 AM
Cant understand how to mine kmdice. . . Where to get wallet?


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: goldbug1450 on October 27, 2018, 03:04:48 PM

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


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: siulynotb on October 27, 2018, 05:47:44 PM

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.


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: and1_89 on October 27, 2018, 11:12:46 PM
Selling KMDICE@0.35kmd


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: siulynotb on October 28, 2018, 12:18:36 PM
So that everyone knows, we have a bounty for best instructional youtube video on how to play dice:

https://i.imgur.com/gdhu9Nf.png


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: layer1gfx on October 28, 2018, 01:02:25 PM
nice project, will keep an eye on it. a german translation of your ANN thread could be posted in the subforum if you like.


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: siulynotb on November 02, 2018, 05:53:14 PM
http://kmdice.bet/

Here is a little website


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: siulynotb on November 06, 2018, 11:16:36 AM
New snapshot done at block 27000. This snapshot will be airdroped 1:1 once the dice code is fixed and new chain is done.


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: Decker on November 09, 2018, 09:57:18 PM
https://i.imgur.com/83xSKeh.png


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: siulynotb on November 11, 2018, 02:39:32 PM
GOOD NEWS EVERYONE!


KMDICE is back!!!

The code now is about 10000x more efficient!


BET AWAY ALL YOU WANT!


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: siulynotb on November 11, 2018, 06:53:53 PM
100K transactions in the last 24 hours!



https://www.dexstats.info/blocktivity.php?chain=KMDICE


https://i.imgur.com/F5241IF.png


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: siulynotb on November 17, 2018, 01:46:21 PM
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


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: toogoody on November 28, 2018, 09:36:53 PM
List of KMDice mining pools with live stats & hashrate distribution

https://miningpoolstats.stream/kmdice


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: cryptochristo on November 29, 2018, 04:37:34 AM
What do I use this token for? Where are the dice games?


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: siulynotb on November 29, 2018, 11:10:06 AM
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.


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: siulynotb on December 02, 2018, 01:36:43 PM
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.


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: siulynotb on January 15, 2019, 12:54:21 AM
Our new website is out:

http://kmdice.bet/


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: stoat on January 15, 2019, 01:21:40 AM
Our new website is out:

http://kmdice.bet/

Nice site. Not quite finished.


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: siulynotb on January 15, 2019, 09:15:36 AM
Our new website is out:

http://kmdice.bet/

Nice site. Not quite finished.

A work in progress.


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: Cryptofist on February 20, 2019, 05:55:49 AM
Our new website is out:

http://kmdice.bet/

Nice site. Not quite finished.

A work in progress.

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 ?


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: prigo on February 25, 2019, 09:12:20 AM
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 .




Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: minerja on February 25, 2019, 10:01:06 AM
Hi,

Which version of Equihash please?
J


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: prigo on March 02, 2019, 03:38:56 PM
equihash 200,9


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: kreatoralex on August 18, 2019, 08:16:05 AM
Is the project working or is it already dead?


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: erqin on August 18, 2019, 06:10:54 PM
Selling my signature at Bitcointalk and forums. You have such a bountry program?


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: True Spartan on October 21, 2019, 05:55:08 PM
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


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: antminerguruguy on January 07, 2020, 10:51:37 PM
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?


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: kreatoralex on January 10, 2020, 11:06:08 AM
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?


Title: Re: [ANN] [KMDICE] [dPoW] KMDice - First minable decentralized dice game.
Post by: antminerguruguy on January 10, 2020, 06:43:15 PM
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.