Author

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

newbie
Activity: 7
Merit: 0
hero member
Activity: 910
Merit: 1000
So much possibility to do with Komodo platform, as someone mentioned a smart city run by Komodo platform will be a great opportunity.
newbie
Activity: 20
Merit: 0
After downloading and installing the Komodo Wallet i always get the following error when im trying to start it:

A gerneral unexpected critical error has occured:
null
See the console output for more detailed error information!

Did i do something wrong?

Also i tried the Agama wallet for a few days but im not earning any interest.
Is there anything to do with the agama wallet after installing and funding it?
Thank you for your help!


Try installing java and reinstall. The wallet worked on a computer I have with java. I tried to install on a computer without Java I got the same error.
sr. member
Activity: 282
Merit: 260
All you need is decentralize the point of failure.BarterDEX will be a success sure,direct atomic swaps are the future.dICO the same.This stuff is impressive and have enormous potential in my opinion.SuperNET team is highly competitive.Komodo value can rise like foam!.What can go wrong? Undecided
full member
Activity: 280
Merit: 100
hi could you tell me pls, the KMD now is the main asset of j77??
because i see instantDEX ( dont know where to buy it)
and bitcoindark (that is still tradeable)
so maybe there more?
i want to invest in the main asset of all this projects
full member
Activity: 476
Merit: 133
https://blockchain.info/address/37iMmBbyaqNad7Q5ys8uP4WWyyEA6kDq6P

Above is an atomic swap deposit claim by the alice side, which had no bitcoind running locally.
full member
Activity: 178
Merit: 100
After downloading and installing the Komodo Wallet i always get the following error when im trying to start it:

A gerneral unexpected critical error has occured:
null
See the console output for more detailed error information!

Did i do something wrong?

Also i tried the Agama wallet for a few days but im not earning any interest.
Is there anything to do with the agama wallet after installing and funding it?
Thank you for your help!
full member
Activity: 476
Merit: 133
James and crew,

Upthred we were discussing installation  barterdex user account and installing coins under that account name or linking them with permissions. Can you weigh in on this please?
There are recent developments that sidestep this issue entirely.

I dont want to announce yet, but we are discussing it in slack
newbie
Activity: 63
Merit: 0
James and crew,

Upthred we were discussing installation  barterdex user account and installing coins under that account name or linking them with permissions. Can you weigh in on this please?
newbie
Activity: 63
Merit: 0
Out in the distance I can envision a smart contract for the governance of a town or city run on the komodo platform.

It seems James is always on the cutting edge providing use case scenerios for tech, I wonder what smart contracts he is planning.

Komodo DAO?
full member
Activity: 476
Merit: 133
Komodo Team I must say I'm very impressed by the recent velocity of the platform, from both a technology and human freedom perspective.

I have a question for the komodo development team. What are the best methods for developers to contribute to the platform? Specifically to decentralize the ongoing development and release process to the global community.
join SuperNET slack and contact @pondsea
newbie
Activity: 34
Merit: 0
Komodo Team I must say I'm very impressed by the recent velocity of the platform, from both a technology and human freedom perspective.

I have a question for the komodo development team. What are the best methods for developers to contribute to the platform? Specifically to decentralize the ongoing development and release process to the global community.
member
Activity: 91
Merit: 10
also I have a question, as currently working on the command line barterdex, was following this guide:
https://github.com/SuperNETorg/komodo/wiki/Setting-up-Liquidity-Provider-(LP)-Node

""
External services

    Bittrex.com account with activated API key. LP node will put funds on both Centralised Exchange and on it's local wallet to gain more liquidity.
    Blocktrail.com account with activated API key. It is needed for querying blockchain data from explorer. No funds needed to be in Blocktrail.com. Basilisk needs to query explorer level data which is not available locally, and neither the notary nodes have them. So, in this case Blocktrail.com API is used to query explorer level data ONLY.
""

actually two questions, is the bittrex api needed if you plan to use only as a client and not actual LP node? also I logged into blocktrail and there is no obvious way to get the api.. that is essential? now the site forwards to btc.com as they (blocktrail) were apparently acquired recently.

other than that everything seems to be running smoothly. I can view orderbook, etc. but most of the orders appear to be old, haven't actually executed a trade yet..

$./autotrade
curl: (52) Empty reply from server

^ perhaps due to api's not being setup?
I had to change the default port from 7779 to 7783 so you would need to update all the scripts you changed in dexscripts after running install (from exchanges dir)

I removed the dependency on iguana to simplify the installation and runtime environments and iguana was handling the exchanges api talking to bittrex. so that is temporarily disabled. also no need for blocktrail, the new changes will make that unnecessary.

the marketmaker code got most of the iguana codebase custom ported into it, just need to do that with the exchange interface code.

For now my priority is to make the install and runtime as easy as possible. some big changes coming in the next week or two. I dont want to publicly disclose the current changes I am working on quite yet as I am not 100% sure I can get it to work, 99% sure, but not 100%. There is more than just one if statement to change.

Keep up the good work, for now I just keep accumulating at these low prices, love it!
member
Activity: 93
Merit: 10
also I have a question, as currently working on the command line barterdex, was following this guide:
https://github.com/SuperNETorg/komodo/wiki/Setting-up-Liquidity-Provider-(LP)-Node

""
External services

    Bittrex.com account with activated API key. LP node will put funds on both Centralised Exchange and on it's local wallet to gain more liquidity.
    Blocktrail.com account with activated API key. It is needed for querying blockchain data from explorer. No funds needed to be in Blocktrail.com. Basilisk needs to query explorer level data which is not available locally, and neither the notary nodes have them. So, in this case Blocktrail.com API is used to query explorer level data ONLY.
""

actually two questions, is the bittrex api needed if you plan to use only as a client and not actual LP node? also I logged into blocktrail and there is no obvious way to get the api.. that is essential? now the site forwards to btc.com as they (blocktrail) were apparently acquired recently.

other than that everything seems to be running smoothly. I can view orderbook, etc. but most of the orders appear to be old, haven't actually executed a trade yet..

$./autotrade
curl: (52) Empty reply from server

^ perhaps due to api's not being setup?
I had to change the default port from 7779 to 7783 so you would need to update all the scripts you changed in dexscripts after running install (from exchanges dir)

I removed the dependency on iguana to simplify the installation and runtime environments and iguana was handling the exchanges api talking to bittrex. so that is temporarily disabled. also no need for blocktrail, the new changes will make that unnecessary.

the marketmaker code got most of the iguana codebase custom ported into it, just need to do that with the exchange interface code.

For now my priority is to make the install and runtime as easy as possible. some big changes coming in the next week or two. I dont want to publicly disclose the current changes I am working on quite yet as I am not 100% sure I can get it to work, 99% sure, but not 100%. There is more than just one if statement to change.


Looking forward to the big changes for komodo the next two weeks !

thx looking good !

Keep up the good work.
full member
Activity: 476
Merit: 133
also I have a question, as currently working on the command line barterdex, was following this guide:
https://github.com/SuperNETorg/komodo/wiki/Setting-up-Liquidity-Provider-(LP)-Node

""
External services

    Bittrex.com account with activated API key. LP node will put funds on both Centralised Exchange and on it's local wallet to gain more liquidity.
    Blocktrail.com account with activated API key. It is needed for querying blockchain data from explorer. No funds needed to be in Blocktrail.com. Basilisk needs to query explorer level data which is not available locally, and neither the notary nodes have them. So, in this case Blocktrail.com API is used to query explorer level data ONLY.
""

actually two questions, is the bittrex api needed if you plan to use only as a client and not actual LP node? also I logged into blocktrail and there is no obvious way to get the api.. that is essential? now the site forwards to btc.com as they (blocktrail) were apparently acquired recently.

other than that everything seems to be running smoothly. I can view orderbook, etc. but most of the orders appear to be old, haven't actually executed a trade yet..

$./autotrade
curl: (52) Empty reply from server

^ perhaps due to api's not being setup?
I had to change the default port from 7779 to 7783 so you would need to update all the scripts you changed in dexscripts after running install (from exchanges dir)

I removed the dependency on iguana to simplify the installation and runtime environments and iguana was handling the exchanges api talking to bittrex. so that is temporarily disabled. also no need for blocktrail, the new changes will make that unnecessary.

the marketmaker code got most of the iguana codebase custom ported into it, just need to do that with the exchange interface code.

For now my priority is to make the install and runtime as easy as possible. some big changes coming in the next week or two. I dont want to publicly disclose the current changes I am working on quite yet as I am not 100% sure I can get it to work, 99% sure, but not 100%. There is more than just one if statement to change.
newbie
Activity: 86
Merit: 0
Komodo keeps their eyes on the stars and their feet on the ground.It relates the best eService.
full member
Activity: 225
Merit: 100
also I have a question, as currently working on the command line barterdex, was following this guide:
https://github.com/SuperNETorg/komodo/wiki/Setting-up-Liquidity-Provider-(LP)-Node

""
External services

    Bittrex.com account with activated API key. LP node will put funds on both Centralised Exchange and on it's local wallet to gain more liquidity.
    Blocktrail.com account with activated API key. It is needed for querying blockchain data from explorer. No funds needed to be in Blocktrail.com. Basilisk needs to query explorer level data which is not available locally, and neither the notary nodes have them. So, in this case Blocktrail.com API is used to query explorer level data ONLY.
""

actually two questions, is the bittrex api needed if you plan to use only as a client and not actual LP node? also I logged into blocktrail and there is no obvious way to get the api.. that is essential? now the site forwards to btc.com as they (blocktrail) were apparently acquired recently.

other than that everything seems to be running smoothly. I can view orderbook, etc. but most of the orders appear to be old, haven't actually executed a trade yet..

$./autotrade
curl: (52) Empty reply from server

^ perhaps due to api's not being setup?
full member
Activity: 225
Merit: 100
Bigger is better, and the bigger number of sidechains that want to have Komodo technology , the more valuable Komodo tokens would it become. Hurrah!!!
I think that with the future Monaize dICO,there will be an awakening in the Komodo platform

now the trick will be to enable the common user to have access to the dICO, before it happens. that will be a pivotal moment from komodo, I look forward to participating if for nothing other than to show support. we just got to make sure that enough people can actually use the platform so the event is a success. this is why I am working on my barterdex skills now Smiley i would encourage anyone else who would like to participate to do the same.. as autumn is not far distant .. i think i heard correctly that it was autumn of this year .. ?
sr. member
Activity: 282
Merit: 260
Bigger is better, and the bigger number of sidechains that want to have Komodo technology , the more valuable Komodo tokens would it become. Hurrah!!!
I think that with the future Monaize dICO,there will be an awakening in the Komodo platform
Jump to: