siulynotb (OP)
Member
Offline
Activity: 79
Merit: 54
|
|
October 27, 2018, 05:47:44 PM |
|
can i mine with a kmd address?
Yes 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.
|
|
|
|
and1_89
Newbie
Offline
Activity: 3
Merit: 0
|
|
October 27, 2018, 11:12:46 PM |
|
|
|
|
|
siulynotb (OP)
Member
Offline
Activity: 79
Merit: 54
|
|
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:
|
|
|
|
layer1gfx
Legendary
Offline
Activity: 2128
Merit: 1109
Graphic Design & Translation - BTC accepted here!
|
|
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.
|
|
|
|
|
siulynotb (OP)
Member
Offline
Activity: 79
Merit: 54
|
|
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.
|
|
|
|
Decker
Member
Offline
Activity: 121
Merit: 61
|
|
November 09, 2018, 09:57:18 PM |
|
|
💰 Komodo (KMD) Enthusiast 💰 🚀 Supporting Decentralization with Komodo Wallet 🚀 🔗 Embrace the Future of Decentralized Exchanges 🔗⚡ Stay Secure, Stay Independent, Go Decentralized! ⚡
|
|
|
siulynotb (OP)
Member
Offline
Activity: 79
Merit: 54
|
|
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!
|
|
|
|
siulynotb (OP)
Member
Offline
Activity: 79
Merit: 54
|
|
November 11, 2018, 06:53:53 PM Last edit: November 11, 2018, 07:06:09 PM by siulynotb |
|
|
|
|
|
|
|
cryptochristo
Newbie
Offline
Activity: 36
Merit: 0
|
|
November 29, 2018, 04:37:34 AM |
|
What do I use this token for? Where are the dice games?
|
|
|
|
siulynotb (OP)
Member
Offline
Activity: 79
Merit: 54
|
|
November 29, 2018, 11:10:06 AM |
|
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.
|
|
|
|
siulynotb (OP)
Member
Offline
Activity: 79
Merit: 54
|
|
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 oddsexample: #!/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.
|
|
|
|
|
stoat
|
|
January 15, 2019, 01:21:40 AM |
|
Nice site. Not quite finished.
|
| FREEDOMRESERVE | Free currency for the British Isles Visit our website for more info <-- Click here! | | FREEDOMRESERVE By the People and for the People |
|
|
|
siulynotb (OP)
Member
Offline
Activity: 79
Merit: 54
|
|
January 15, 2019, 09:15:36 AM |
|
Nice site. Not quite finished. A work in progress.
|
|
|
|
Cryptofist
Newbie
Offline
Activity: 7
Merit: 0
|
|
February 20, 2019, 05:55:49 AM |
|
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 ?
|
|
|
|
prigo
Newbie
Offline
Activity: 11
Merit: 0
|
|
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 .
|
|
|
|
minerja
|
|
February 25, 2019, 10:01:06 AM |
|
Hi,
Which version of Equihash please? J
|
|
|
|
|