Pages:
Author

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

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"
}
Pages:
Jump to: