family2806
Newbie
Offline
Activity: 6
Merit: 0
|
 |
August 28, 2017, 10:19:05 AM |
|
Thanks dev. You need to keep up-to-date on the progress so people know you do not abandon the project.
|
|
|
|
brubic
|
 |
August 28, 2017, 10:01:33 PM |
|
Why do not you want to run the coin for novaexchange ? The required number of votes collected https://novaexchange.com/addcoin/ NUKO Nekonium 2017-08-03 17:07:14 Vote ended 250 / 250
|
|
|
|
Dies Irae
|
 |
August 28, 2017, 10:11:41 PM |
|
Why do not you want to run the coin for novaexchange ? The required number of votes collected https://novaexchange.com/addcoin/ NUKO Nekonium 2017-08-03 17:07:14 Vote ended 250 / 250 Do they always add coins to the list after the vote? I gave my few votes.
|
|
|
|
hxcoin
Newbie
Offline
Activity: 14
Merit: 0
|
 |
August 29, 2017, 12:42:31 AM |
|
Why do not you want to run the coin for novaexchange ? The required number of votes collected https://novaexchange.com/addcoin/ NUKO Nekonium 2017-08-03 17:07:14 Vote ended 250 / 250 Do they always add coins to the list after the vote? I gave my few votes. If you looked at Novaexchange disclaimer, you should able to see "Novaexchange only supports coins based on Bitcoin or Litecoin at this point" Nekonium is based on Ethereum, I won't expect it will be listed that soon.
|
|
|
|
Saracenis
|
 |
August 29, 2017, 07:25:20 PM |
|
Why do not you want to run the coin for novaexchange ? The required number of votes collected https://novaexchange.com/addcoin/ NUKO Nekonium 2017-08-03 17:07:14 Vote ended 250 / 250 Do they always add coins to the list after the vote? I gave my few votes. If you looked at Novaexchange disclaimer, you should able to see "Novaexchange only supports coins based on Bitcoin or Litecoin at this point" Nekonium is based on Ethereum, I won't expect it will be listed that soon. There are many ethereum based tokens already on NOVA. Looks like they have serious internal issues so coins that are waiting for listing might be added next year at best
|
|
|
|
benwinkey
Newbie
Offline
Activity: 45
Merit: 0
|
 |
August 30, 2017, 03:25:32 AM |
|
|
|
|
|
nekonium (OP)
Newbie
Offline
Activity: 6
Merit: 0
|
 |
August 30, 2017, 04:53:11 AM |
|
Thank you for your concern. I can harvest some vegetables in the field so it will be fine.
|
|
|
|
ph1102
Newbie
Offline
Activity: 52
Merit: 0
|
 |
September 01, 2017, 03:09:59 PM |
|
10 new coins added to Nova, but Nekonium is not between those 10... 
|
|
|
|
Greygor
Newbie
Offline
Activity: 40
Merit: 0
|
 |
September 01, 2017, 04:35:06 PM |
|
Is there any news about the coin or did she die without being born?
|
|
|
|
Kenshiru
Newbie
Offline
Activity: 5
Merit: 0
|
 |
September 01, 2017, 05:34:48 PM |
|
10 new coins added to Nova, but Nekonium is not between those 10...  Only on novaexchange.com?
|
|
|
|
Kenshiru
Newbie
Offline
Activity: 5
Merit: 0
|
 |
September 05, 2017, 05:42:27 PM |
|
When get listed on novaexchange.com?
|
|
|
|
Tony182
Newbie
Offline
Activity: 8
Merit: 0
|
 |
September 08, 2017, 07:48:55 AM |
|
hey, coin is dead? Any news?
|
|
|
|
LoveNeko
Newbie
Offline
Activity: 18
Merit: 0
|
 |
September 10, 2017, 01:29:08 PM |
|
Dev, have you contacted with Novaexchange support? Vote was ended month ago!
|
|
|
|
ph1102
Newbie
Offline
Activity: 52
Merit: 0
|
 |
September 13, 2017, 08:40:55 AM |
|
Dev, have you contacted with Novaexchange support? Vote was ended month ago!
dev is not interested in exchange markets... 
|
|
|
|
markus124
|
 |
September 13, 2017, 10:38:20 AM |
|
we collected enough votes to get listed in novaexchange but is more than a month an still not listed. Let's wait some more time or myabe try to get listed in yobit.
|
|
|
|
jonnylatte
Member

Offline
Activity: 60
Merit: 10
|
 |
September 15, 2017, 06:36:57 AM |
|
Hey guys. Just discovered your altcoin. I see there are no exchanges for it. Have you considered building a decentralised exchange for it rather than waiting for a centralised exchange? I can see a couple of ways to do it: If you have a trusted individual or group you could deposit ETH (easiest to implement the logic for this) and in return get a signed piece of data that allows you to generate an IOU on nekonium that is an ERC20 token. You could then trade that using a copy of the contracts on ethereum that implement decentralised exchanges like maker market/oasisdex, etherdelta and crryptoderivatives then when the seller wants to get ETH they could burn the token to alert the trusted party to release the ETH to their address (minus some fee to reward them for running both a nekonium and ethereum node and providing the service) the trusted party would not have to perform any transactions in this way as all they do is create signed data allowing the ones withdrawing or claiming tokens to perform the on chain transaction. The other alternative way to do it would be atomic cross chain transactions. You would have a contract on ethereum and nekonium that locks funds from one individual and releases them to another individual after a challenge period if they know the data that resolves to some value when hashed. Revealing another hash-data in the challenge period cancels the exchange. The same contract but addresses (and currency) would be on the other chain with a cancel on one chain allowing a cancel on the other. This would have to be designed more thoughtfully than a simple IOU but it would be trustless. You could even do these exchanges between the other etehereum alts and eventually rootstock and try and build some network effect as a low cost hub for exchange between these systems. For anyone excited about this idea with some programming experience I recommend checking out open zepplin: https://github.com/OpenZeppelin/zeppelin-solidity which is a repository of solidity contracts / patterns. I also have my own library of example contracts: https://github.com/JonnyLatte/MiscSolidity
|
|
|
|
jonnylatte
Member

Offline
Activity: 60
Merit: 10
|
 |
September 15, 2017, 06:50:59 AM |
|
Here is an example of some helper contracts that would make it easy for a single trusted party to offer an IOU: https://gist.github.com/anonymous/6befb1d7b9a421207134ce6c1f9662c7One contract would sit on the ethereum chain and simply emit an event that would alert a web3 script that could then generate the signed data for claiming the token on the nekonium chain, technically you dont need a contract for this but when it comes to redeeming the ETH funds this is the contract that allows a user to do that without a transaction from the trusted party, just their signature of the specific claim data. The other contract is the token for the nekonium chain which allows anyone to generate your iou given the signed data of the claim from the trusted party. It contains a burn function that emits an event for the trusted party to be alarted to publish the claim for ETH on the other contract. I have not put fees into this system but it would be trivial to add. Some means of publishing the signed data would also be needed but with this system it would be relatively easy for anyone to audit the behaviour of the trusted party by comparing the emitted events of one contract against the claims on the other contract on the other chain. All signatures are a hash of the data for the claim including an id and the contract address. This should prevent replay attacks if the contracts are simply deployed on each chain although in the event of a chain split having additional replay protection might be needed. Feel free to donate nekonium tokens if you like my ideas: 0x0283b7d0d2224dd22f6bcecf4eb0cebdf8f5d282
|
|
|
|
adsabelly
Newbie
Offline
Activity: 55
Merit: 0
|
 |
September 15, 2017, 06:52:45 AM |
|
Only the text explanation is weak, especially the only explanation of the technology of the text, you should have some logo or propaganda figure, even a title to attract people's attention, so does the reward activities will be announced
|
|
|
|
oleg1984a
|
 |
September 15, 2017, 07:07:43 AM |
|
why novaexchange.com not in a hurry to add this coin to the exchange??? it's been over a month and still no coins at auction.🙈
|
|
|
|
sssergy
|
 |
September 15, 2017, 07:14:52 AM |
|
I think it's hard to add a coin to the stock market without investing anything. There are many such coins. On another's hump in paradise you will not get.
|
|
|
|
|