Author

Topic: [ANN][KMD][dPoW] Komodo - An Open, Composable Smart Chain Platform, Secured by B - page 198. (Read 1192053 times)

hero member
Activity: 1022
Merit: 504
GoMeat - Digitalizing Meat Stores - ICO
Komodo platform is  really gaining traction now that the world is aware of the potentials crypto investments may bring. Bitcoin is now introduced to CBOE, the rest may follow.
hero member
Activity: 666
Merit: 500
attention users stock cryptopia! deposits are not credited to KMD for the second day! those support is silent! the coins are listed on the purses of the stock exchange cryptopia!

Cryptopia needs 20 confirmations for KMD. Check how many you have.
Be careful with cryptopia some coins need 200 confirmations to be deposited in there.
newbie
Activity: 2
Merit: 0
About the BTCD swap: If all the BTCD supply is not swapped by the 15th of January, there will be a small portion of BTCD (less than 20%, cuz according to bitcoindark.com "over 80% ... has been swapped") in circulation. Indeed, the coin won't be maintained, but if users want to keep the blockchain running they could. This seems to create room for some crazy speculation (very high price due to scarcity), unless of course exchanges unlist BTCD, well it could still be exchanged OTC but I think not being on exchanges will considerably limit the trades, thus helping BTCD to die peacefully. I don't recall having read anything about exchanges stopping BTCD support, I would expect them to do so as BTCD will no longer be maintained but one never knows. Any thoughts/infos?
It hasnt been maintained in forever, exchanges still list it and it trades

more like 93% has been swapped, estimated 5% lost forever, so maybe 2% left to swap or live on as zombie coin

(Of course this won't matter if all of it is swapped.)

It never will be all. Even i lost due a HDD crash last year even "only" 100btcd i was still holding since 2015 time and staking for the love of jl777 <3 this 0.3 btcd stakes would have made me rich now -.- it was more at the beginning but i had to live from something and fucked up my 650btcd tressure. i also participated into the cryptocard asset but it seems after one pump there was no more action.

I would love to invest into komodo since i trust jl777 in the hope it will go same way as btcd finally did. but iam not sure if cryptomarket is atm overvalued. because i would belike  selling atm parts of my coins and get profit.. so what would u guys advice?
full member
Activity: 476
Merit: 133
Im exploring a bit on Barterdex. Im trying to do my first swap but I get this error "can't find alice utxo that is close enough in size". Im sorry if this has been adressed before but I could use any help I could get.
I changed the error message to:

"cant find a deposit that is close enough in size. make another deposit that is just a bit larger than what you want to trade"

one difference with barterDEX is you are exchanging specific deposits (utxo) and at first if you make only one, you dont have enough as the atomic swap protocol requires 2. Once you do your first swaps, the change automatically creates more outputs (utxo) so it is less and less a problem.

Another issue is that currently we dont have that many marketmakers, so it is harder to find an ordermatch. New release will improve this situation as I just created a way for end users to be marketmakers with a single simple api command:

example scripts: auto_chipskmd/auto_chipsbtc

curl --url "http://127.0.0.1:7783" --data "{\"userpass\":\"$userpass\",\"method\":\"autoprice\",\"base\":\"CHIPS\",\"rel\":\"KMD\",\"margin\":0.01,\"refbase\":\"chips\",\"refrel\":\"coinmarketcap\"}"

curl --url "http://127.0.0.1:7783" --data "{\"userpass\":\"$userpass\",\"method\":\"autoprice\",\"base\":\"CHIPS\",\"rel\":\"BTC\",\"margin\":0.01,\"refbase\":\"chips\",\"refrel\":\"coinmarketcap\"}"

this allows you to be a marketmaker with a single simple command where you specify the profit margin relative to CMC price. dont worry, the GUI will make a simple form where you can specify the COIN, KMD or BTC and the margin. Click and you are a marketmaker! No need for a LP (Liquidity Provider) node, even normal non-relaying nodes can be a marketmaker in barterDEX, and even if you are using electrum. It can even be configured to do 0conf swaps. It really is hard to describe all the advances that are rolled into a single seamless solution.

just set the margin big enough to deal with market price fluctuations

auto_chipskmd prices in KMD, auto_chipsbtc prices in BTC, automatically in the orderbooks as long as your node is running.

i think it must be the absolute easiest way ever to setup a marketmaking. also being the bob (maker) side there is no dexfee

especially for marketmaking, the LM (Liquidity Multiplier) feature is quite useful as you can have a lot more active orders at the same time. when marketmaking it is a waiting game, so setup the autoprice and be patient

you can also make manual orders while market making

Ah okay got it now. Made small transactions 3-4 times for it to work. Will deposit more now.
I have two more questions in general if you have time to answer. If Barterdex takes off are you going to be able to handle all the traffic that exchanges handle today? Also regarding ICO's, can companies that want to launch an ICO get in trouble if they use Komodo considering it is decentralized and not "regulated". Talking about the future where new regulations might come?
If needed it is possible to setup multiple barterDEX networks. each node is actually a fully self-contained mini-exchange, that happens to be able to connect to others.

So it would be a matter of grouping the nodes, likely via trading pairs/reference currency
Maybe there would be a way to bridge multiple of these networks together, sort of an internet of barterDEX p2p networks.

Clearly, we cant go immediately to the level of volumes that exchanges have overnight. But as long as the growth isnt too crazy, we should be able to keep up.

I would imagine any sane regulations would have some reasonable level of purchase that doesnt have to go through KYC. Would they really require KYC for a 1 satoshi purchase? 10 satoshis? Where is the line drawn? No idea. And will they be sane? unfortunately I fear the desperation will lead to insane regulations. Regulations so onerous that people will think twice about conforming.

as long as there is some minimum exempt amount, then there shouldnt be any big troubles. If dICO is banned, then for those countries, residents would need to create "offshore" entities
newbie
Activity: 12
Merit: 0
Im exploring a bit on Barterdex. Im trying to do my first swap but I get this error "can't find alice utxo that is close enough in size". Im sorry if this has been adressed before but I could use any help I could get.
I changed the error message to:

"cant find a deposit that is close enough in size. make another deposit that is just a bit larger than what you want to trade"

one difference with barterDEX is you are exchanging specific deposits (utxo) and at first if you make only one, you dont have enough as the atomic swap protocol requires 2. Once you do your first swaps, the change automatically creates more outputs (utxo) so it is less and less a problem.

Another issue is that currently we dont have that many marketmakers, so it is harder to find an ordermatch. New release will improve this situation as I just created a way for end users to be marketmakers with a single simple api command:

example scripts: auto_chipskmd/auto_chipsbtc

curl --url "http://127.0.0.1:7783" --data "{\"userpass\":\"$userpass\",\"method\":\"autoprice\",\"base\":\"CHIPS\",\"rel\":\"KMD\",\"margin\":0.01,\"refbase\":\"chips\",\"refrel\":\"coinmarketcap\"}"

curl --url "http://127.0.0.1:7783" --data "{\"userpass\":\"$userpass\",\"method\":\"autoprice\",\"base\":\"CHIPS\",\"rel\":\"BTC\",\"margin\":0.01,\"refbase\":\"chips\",\"refrel\":\"coinmarketcap\"}"

this allows you to be a marketmaker with a single simple command where you specify the profit margin relative to CMC price. dont worry, the GUI will make a simple form where you can specify the COIN, KMD or BTC and the margin. Click and you are a marketmaker! No need for a LP (Liquidity Provider) node, even normal non-relaying nodes can be a marketmaker in barterDEX, and even if you are using electrum. It can even be configured to do 0conf swaps. It really is hard to describe all the advances that are rolled into a single seamless solution.

just set the margin big enough to deal with market price fluctuations

auto_chipskmd prices in KMD, auto_chipsbtc prices in BTC, automatically in the orderbooks as long as your node is running.

i think it must be the absolute easiest way ever to setup a marketmaking. also being the bob (maker) side there is no dexfee

especially for marketmaking, the LM (Liquidity Multiplier) feature is quite useful as you can have a lot more active orders at the same time. when marketmaking it is a waiting game, so setup the autoprice and be patient

you can also make manual orders while market making

Ah okay got it now. Made small transactions 3-4 times for it to work. Will deposit more now.
I have two more questions in general if you have time to answer. If Barterdex takes off are you going to be able to handle all the traffic that exchanges handle today? Also regarding ICO's, can companies that want to launch an ICO get in trouble if they use Komodo considering it is decentralized and not "regulated". Talking about the future where new regulations might come?
full member
Activity: 168
Merit: 100
Bought a lot few days back at 24 and it tanked to 19-18 Sad why you guys have such weak hands?
member
Activity: 161
Merit: 10
About the BTCD swap: If all the BTCD supply is not swapped by the 15th of January, there will be a small portion of BTCD (less than 20%, cuz according to bitcoindark.com "over 80% ... has been swapped") in circulation. Indeed, the coin won't be maintained, but if users want to keep the blockchain running they could. This seems to create room for some crazy speculation (very high price due to scarcity), unless of course exchanges unlist BTCD, well it could still be exchanged OTC but I think not being on exchanges will considerably limit the trades, thus helping BTCD to die peacefully. I don't recall having read anything about exchanges stopping BTCD support, I would expect them to do so as BTCD will no longer be maintained but one never knows. Any thoughts/infos?
It hasnt been maintained in forever, exchanges still list it and it trades

more like 93% has been swapped, estimated 5% lost forever, so maybe 2% left to swap or live on as zombie coin

Is https://ico.komodoplatform.com/ still working? I have not swapped and can't register either. Registration sends the email but when I try to login the site says "Email not registered".
member
Activity: 121
Merit: 61
What is better to mine Komodo? AMD or Nvidia?
Mining KMD (Komodo) is equialent to mine any coin on Equihash algo, so you can find any comparsion charts with various GPU for Equihash, and it'll be applicable for KMD. For example, 3 x NVidia GTX 1080 8 Gb with EWBF miner gives hashrate about 1.4-1.5 KSol/s (without overclocking).

Other example:

  • AMD RX470 8 Gb Mining Edition - ~280 Sol/s (Claymore ZCash AMD GPU Miner v12.6)
  • GeForce GTX 1060 6 Gb - ~231,89 Sol/s (ccminer x64 v2.2.2)
  • GeForce GTX 1060 6 Gb - ~265,00 Sol/s (EWBF 0.3.4b)
full member
Activity: 178
Merit: 100
Kmd future is really bright despite the dip in price recently because of the rise of Btc but it hasn't dipped that low so should be good buy opportunity for ones that actually want to get in
well i think currently there arent many coins that can stand that price explosion in bitcoin but if bitcoin stops to explode its the time of some good altcoins like komodo.
hero member
Activity: 716
Merit: 500
Kmd future is really bright despite the dip in price recently because of the rise of Btc but it hasn't dipped that low so should be good buy opportunity for ones that actually want to get in
sr. member
Activity: 481
Merit: 264
BCMonster.com BTC ZEN HUSH KMD ARRR VRSC ACH RFOX
We at BCMonster are excited about your coin!  We decided to make our first alt coin pool using KMD!  Can you add us to your mining pool list.   www.KMDMonster.com

We officially launched the pool this morning!
newbie
Activity: 43
Merit: 0
I have 1k kmds on bittrex, what wallet you recommend to get any interests? Ofc safe wallet, and how to do it Tongue

As long as you have KMD in an address that you own the privkey, you are safe and it will be accuring interest automatically. Your balance need to be minimum 10 KMD and nlocktime need to be set for the tx. You don't need to keep your wallet online 24/7. You can use Agama or the komodo-cli version. Please find the download link from the post above.
newbie
Activity: 43
Merit: 0
Having an issue with my KMD displaying in the agama wallet im using v0.2.0.2a-beta , is there a new updated version which i havent seen or is this still the display bug being worked on, any help is greatly appreciated.
https://github.com/SuperNETorg/Agama/releases

Use Agama v25d-beta installer from here https://artifacts.supernet.org/latest/. This is the latest. If you want to use BarterDEX this is a must.
full member
Activity: 181
Merit: 100
Decentralize $15-Trillion Global Trade Industry
Komodo sure looks like a great buy right now, project is solid and it is quite low atm.
hero member
Activity: 1092
Merit: 552
Retired IRCX God
Having an issue with my KMD displaying in the agama wallet im using v0.2.0.2a-beta , is there a new updated version which i havent seen or is this still the display bug being worked on, any help is greatly appreciated.
https://github.com/SuperNETorg/Agama/releases
newbie
Activity: 9
Merit: 0
Has anyone any idea how we add our coin to BarterDEX?I can't see anything on github but maybe I am looking in the wrong repo or something.Any advice would be appreciated.Thanks
A coin needs to have CLTV support (bip65)
gettxout rpc call

and given that the equivalent coin parameters in JSON format:

{\"coin\":\"XMY\",\"name\":\"myriadcoin\",\"rpcport\":10889,\"pubtype\":50,\"p2shtype\":9,\"wiftype\":178,\"txfee\":5000}




Having an issue with my KMD displaying in the agama wallet im using v0.2.0.2a-beta , is there a new updated version which i havent seen or is this still the display bug being worked on, any help is greatly appreciated.
full member
Activity: 476
Merit: 133
Has anyone any idea how we add our coin to BarterDEX?I can't see anything on github but maybe I am looking in the wrong repo or something.Any advice would be appreciated.Thanks
A coin needs to have CLTV support (bip65)
gettxout rpc call

and given that the equivalent coin parameters in JSON format:

{\"coin\":\"XMY\",\"name\":\"myriadcoin\",\"rpcport\":10889,\"pubtype\":50,\"p2shtype\":9,\"wiftype\":178,\"txfee\":5000}

hero member
Activity: 1344
Merit: 656
About the BTCD swap: If all the BTCD supply is not swapped by the 15th of January, there will be a small portion of BTCD (less than 20%, cuz according to bitcoindark.com "over 80% ... has been swapped") in circulation. Indeed, the coin won't be maintained, but if users want to keep the blockchain running they could. This seems to create room for some crazy speculation (very high price due to scarcity), unless of course exchanges unlist BTCD, well it could still be exchanged OTC but I think not being on exchanges will considerably limit the trades, thus helping BTCD to die peacefully. I don't recall having read anything about exchanges stopping BTCD support, I would expect them to do so as BTCD will no longer be maintained but one never knows. Any thoughts/infos?
It hasnt been maintained in forever, exchanges still list it and it trades

more like 93% has been swapped, estimated 5% lost forever, so maybe 2% left to swap or live on as zombie coin

Thanks for the reply. So actually all the more reason for the price of BTCD to eventually skyrocket (and probably dump after that) if they keep it listed. I mean a potential 2% in circulation is almost as scarce as it gets. Don't you think?
Would it make sense for Supernet to get in touch with the (four) exchanges listing BTCD (https://coinmarketcap.com/currencies/bitcoindark/#markets) so that once BTCD can't be swapped anymore, they delist it?
(Of course this won't matter if all of it is swapped.)
legendary
Activity: 1484
Merit: 1032
Has anyone any idea how we add our coin to BarterDEX?I can't see anything on github but maybe I am looking in the wrong repo or something.Any advice would be appreciated.Thanks
Jump to: