siulynotb (OP)
Member
Offline
Activity: 79
Merit: 54
|
|
October 22, 2018, 01:00:02 AM Last edit: November 17, 2018, 01:43:55 PM by siulynotb |
|
KMDICE - First minable decentralized dice gameWhat 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:WebsiteWhitepaper - to be announced explorerDice 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 telegramgithubKMDICE 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 Poolshttps://pool.forkwitch.com/statshttps://kmdice.komodopool.xyz/Exchangeshttps://digitalprice.io/order?url=kmdice-kmdteam:Komodo Platform Chainmakers contact:support@komodoplatform.com
|
|
|
|
SHossainKMD
Newbie
Offline
Activity: 43
Merit: 0
|
|
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.
|
|
|
|
oblox
Legendary
Offline
Activity: 1442
Merit: 1018
|
|
October 22, 2018, 01:19:31 AM |
|
How does one bet?
|
|
|
|
siulynotb (OP)
Member
Offline
Activity: 79
Merit: 54
|
|
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...
|
|
|
|
fecell
Jr. Member
Offline
Activity: 136
Merit: 2
|
|
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
|
|
|
|
TimeTeller
|
|
October 22, 2018, 01:29:44 AM |
|
Your explorer link is not working. Please fix. Thanks.
|
|
|
|
|
siulynotb (OP)
Member
Offline
Activity: 79
Merit: 54
|
|
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.
|
|
|
|
|
oblox
Legendary
Offline
Activity: 1442
Merit: 1018
|
|
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.
|
|
|
|
siulynotb (OP)
Member
Offline
Activity: 79
Merit: 54
|
|
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: ./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" }
|
|
|
|
fecell
Jr. Member
Offline
Activity: 136
Merit: 2
|
|
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..
|
|
|
|
tedngls
Newbie
Offline
Activity: 12
Merit: 0
|
|
October 22, 2018, 01:40:41 AM |
|
how to mine?
|
|
|
|
polycryptoblog
|
|
October 22, 2018, 01:44:13 AM |
|
how to mine?
Build Komodo , then use the command at the beginning of the ANN
|
|
|
|
Korehok
Jr. Member
Offline
Activity: 154
Merit: 8
|
|
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?
|
E C O S T A R T | WE CREATE A CRYPTOCURRENCY FOR OUR PLANET https://eco-start.com/
|
|
|
siulynotb (OP)
Member
Offline
Activity: 79
Merit: 54
|
|
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.
|
|
|
|
oblox
Legendary
Offline
Activity: 1442
Merit: 1018
|
|
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: ./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
|
|
|
|
siulynotb (OP)
Member
Offline
Activity: 79
Merit: 54
|
|
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: ./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.
|
|
|
|
oblox
Legendary
Offline
Activity: 1442
Merit: 1018
|
|
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: ./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?
|
|
|
|
siulynotb (OP)
Member
Offline
Activity: 79
Merit: 54
|
|
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: ./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.
|
|
|
|
|