Author

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

sr. member
Activity: 282
Merit: 260
Thanks to the team for the excellent communication always
full member
Activity: 476
Merit: 133
In the process of testing BTC in barterDEX, I realized that I need to handle mempools of 100,000+ transactions. This is 100x more than any other coin and due to the current blocksize limit.

And it created some really slow performance as I assumed no more than a few thousand mempool entries that any normal blockchain would have. So, I had to change the blockchain queries to use a caching layer and a background filling of the cache with blocks and mempool as they come in.

That took a bit more time than I had originally planned, and with other distractions, I was delayed to code it until now.

Once I get this iteration debugged, it will have very good performance for all non-BTC coins and for BTC should have acceptable performance (not much way to make 100,000 tx mempool efficient)

We did get the first bug bounty awarded for the bid volume being miscalculated.
newbie
Activity: 14
Merit: 0

Prepare for a doubling in BTC terms from here (i.e. 120k sats), folks!   Don't say you didn't know!!!   Kiss



Why do you think so? You know something what we dont know?

sr. member
Activity: 784
Merit: 253
Set Your Ideas Free
June 'guess the price' Winner

The closes guess was made by ERossin!

The final closing price: 1.69 USD
The guess: 1.639 USD

Congratulations!

He got a multiplier of 2,15x, which means the final prize sum is 215 KMD

- - -

It looks like the crowd's wisdom was pretty accurate again. That's pretty impressive considering that people were making these calls when the KMD price was around 0.55 USD in the begining of the month.

Average guess price: 1.80 USD
Median guess price: 1.5 USD
newbie
Activity: 43
Merit: 0
Hey KMD fans - I am new to crypto and had a friend pay me for something recently with BTCD. I just learned that its being swapped for KMD? Is this still going on?

I went to https://ico.komodoplatform.com/ like the website said but it won't let me register a new account... any help here?
member
Activity: 150
Merit: 10
PM me for posting ANN.
Here are two videos I did for Komodo community

1) How to mine Komodo - https://www.youtube.com/watch?v=pPG6IlBQJ0M

2) How to setup Komodo swing wallet - https://www.youtube.com/watch?v=PRUvJs2vXXc

Donations welcomed

-----

KMD - REZiQwA3sTootgPwApmFozinqTMySg5Fv9
sr. member
Activity: 466
Merit: 253
Imagine a world without banks.......
Hi Komodo Knights!!

Recently Tezos has suffered from a phishing attack. Slack's webhook functionality was used to send all slack users a fraudulent link to the Tezos ICO.

Please make sure you follow the correct link and beware any Slack links that you can't verify.

Keep your Bitcoin and Komodo safe Cheesy
hero member
Activity: 1022
Merit: 504
GoMeat - Digitalizing Meat Stores - ICO
With what I have watched over the youtube supernet channel about komodo has fancied my bone. Komodo has a ton of features to offer for consumers and developers alike.
full member
Activity: 183
Merit: 100
Does anyone know the implications of expanding (QEs) & contracting the fiat currencies by central banks on crypocurrency in general?
sr. member
Activity: 282
Merit: 260
It's time for July price poll Grin
newbie
Activity: 17
Merit: 0
I am thinking about a little investment of arround 0.7BTC in this Coin. But it is still worth for now or is the big hype now over?

i'm thinking about it too
have 1 btc - jump to the train now or never?  Grin

Price is stable for days now. Much potential in this project. Just have a look at the Komodo website and do your own research.
But some day this rocket will take off. Wait and see or come on board. Your choice. Smiley
sr. member
Activity: 1078
Merit: 310
AKA RJF - Member since '13
I am thinking about a little investment of arround 0.7BTC in this Coin. But it is still worth for now or is the big hype now over?

i'm thinking about it too
have 1 btc - jump to the train now or never?  Grin

Basically, the whole market is down right now, good time to buy then, just wait it out. Patience = $$$... (my opinion, not investment advise)
legendary
Activity: 3304
Merit: 8633
icarus-cards.eu
I am thinking about a little investment of arround 0.7BTC in this Coin. But it is still worth for now or is the big hype now over?

i'm thinking about it too
have 1 btc - jump to the train now or never?  Grin
newbie
Activity: 56
Merit: 0
Price is dumping for some reason
full member
Activity: 476
Merit: 133
Hello,

When will be possible to have a safe and "normal" like bitcoin,litecoin etc... wallet?

Is it so hard to create a komodo qt-wallet?

Because the swing one is buggy (cause early dev) and the Agama is in beta and multicoin.

I'm wondering what's the meaning to create a coin if you can't store it somewhere safe...
if you are in need of a stable wallet right now, you can use the komodo-cli that has been working for almost a year.

zcash only releases command line and no GUI and we also have made extensive additions to the baseline code.

And yes, it is that difficult to create a stable GUI across a dozen different system configurations. If you know of devs that are able to make stable GUI very quickly, send them our way, we are hiring. However, I doubt any such exist as the main issue is that there are over half a dozen OS configs, native mode and basilisk and even if it works in all but one of the combinations, the one config it doesnt work with are sure to complain loudly.

Also, the same people are also dealing with the ICO site issues, so time is split between.

Anyway, we are working diligently on getting things as stable as we can, and also increasing staffing.

You can definitely safely store KMD on the blockchain and access it via komodo-cli, I am wondering what's the meaning of why you are trying to spread FUD...

Neither I know the software design nor the code and perhaps it's a stupid question. But if we're having a working cli tool, would it be possible to use this cli tool as core or backend and build a GUI on top of that? The interaction between GUI and komodo-cli could be done with socket communication or just command line calls. That way it should be quite easy to build a GUI with C# or Java which just control the core app with all the functionality built in. But I'm not sure if it's possible with this command line wallet.
Indeed that is what all the wallets do, talk to the cli

basically the GUI is another layer of software on top of the cli and most of the issues are related to OS specific install issues (like windows needing some special patches) that users dont follow, so we need to have installers that do all the steps that need to be done.

I think for people that dont do software development, everything is easy, but to actually get it to work requires time. Also to make it easy and not get any complaints from any users, this is quite a difficult task as everyone has an opinion about what the GUI should do and a lot of times different users want different things.

This is why I just do core software and likely the reason zcash decided to not do any GUI at all.
newbie
Activity: 17
Merit: 0
Hello,

When will be possible to have a safe and "normal" like bitcoin,litecoin etc... wallet?

Is it so hard to create a komodo qt-wallet?

Because the swing one is buggy (cause early dev) and the Agama is in beta and multicoin.

I'm wondering what's the meaning to create a coin if you can't store it somewhere safe...
if you are in need of a stable wallet right now, you can use the komodo-cli that has been working for almost a year.

zcash only releases command line and no GUI and we also have made extensive additions to the baseline code.

And yes, it is that difficult to create a stable GUI across a dozen different system configurations. If you know of devs that are able to make stable GUI very quickly, send them our way, we are hiring. However, I doubt any such exist as the main issue is that there are over half a dozen OS configs, native mode and basilisk and even if it works in all but one of the combinations, the one config it doesnt work with are sure to complain loudly.

Also, the same people are also dealing with the ICO site issues, so time is split between.

Anyway, we are working diligently on getting things as stable as we can, and also increasing staffing.

You can definitely safely store KMD on the blockchain and access it via komodo-cli, I am wondering what's the meaning of why you are trying to spread FUD...

Neither I know the software design nor the code and perhaps it's a stupid question. But if we're having a working cli tool, would it be possible to use this cli tool as core or backend and build a GUI on top of that? The interaction between GUI and komodo-cli could be done with socket communication or just command line calls. That way it should be quite easy to build a GUI with C# or Java which just control the core app with all the functionality built in. But I'm not sure if it's possible with this command line wallet.
full member
Activity: 476
Merit: 133
Hello,

When will be possible to have a safe and "normal" like bitcoin,litecoin etc... wallet?

Is it so hard to create a komodo qt-wallet?

Because the swing one is buggy (cause early dev) and the Agama is in beta and multicoin.

I'm wondering what's the meaning to create a coin if you can't store it somewhere safe...
if you are in need of a stable wallet right now, you can use the komodo-cli that has been working for almost a year.

zcash only releases command line and no GUI and we also have made extensive additions to the baseline code.

And yes, it is that difficult to create a stable GUI across a dozen different system configurations. If you know of devs that are able to make stable GUI very quickly, send them our way, we are hiring. However, I doubt any such exist as the main issue is that there are over half a dozen OS configs, native mode and basilisk and even if it works in all but one of the combinations, the one config it doesnt work with are sure to complain loudly.

Also, the same people are also dealing with the ICO site issues, so time is split between.

Anyway, we are working diligently on getting things as stable as we can, and also increasing staffing.

You can definitely safely store KMD on the blockchain and access it via komodo-cli, I am wondering what's the meaning of why you are trying to spread FUD...
full member
Activity: 379
Merit: 100
Hello,

When will be possible to have a safe and "normal" like bitcoin,litecoin etc... wallet?

Is it so hard to create a komodo qt-wallet?

Because the swing one is buggy (cause early dev) and the Agama is in beta and multicoin.

I'm wondering what's the meaning to create a coin if you can't store it somewhere safe...
Jump to: