xHire (OP)
Newbie
Offline
Activity: 36
Merit: 0
|
|
September 16, 2015, 09:26:23 PM Last edit: December 06, 2015, 03:57:04 PM by xHire |
|
I would like to announce a release of the first version of my decentralized cryptocurrency exchange project – Coincer. Although version 0.0.1 is still more like an unstable preview running on testnets, it's already functional. Coincer is decentralized by means of TierNolan's atomic protocol (just a bit enhanced). Announced version 0.0.1 still uses a central server to forward communication between users, but this is just a temporary solution. I'm already working on a P2P overlay that will fully replace it. This is something that no other similar project has offered so far. Currently there is only a CLI available (see a demo), but GUI is of course planned too. Nonetheless, it's not that bad as you might think. ;c) Coincer doesn't connect to any cryptocurrency network itself, but relies on other clients (currently bitcoind-based RPC is supported). I also plan on publishing detailed specifications so that anyone could easily create an alternative client compatible with the rest of the network. Developing a network and protocols is my primary goal. I will be grateful for your feedback. If you feel like supporting the development, I will be glad too. :c) My bitcoin address: 1DmvwcYUkRUbDdfe2dKVEkZJAY7Bwv9zy9 And the most important link: Download Current versionDownload version 0.0.5Changes in 0.0.5:- encrypting all trading messages (using ChaCha20 stream cipher and Curve25519 keys)
- automatic market exploration on startup
- running also as a daemon
- routing enhancements
- switched from hop-based to time-based metric for building routes
- mitigation of replay attacks
|
|
|
|
Pab
Legendary
Offline
Activity: 1862
Merit: 1012
|
|
September 16, 2015, 09:56:59 PM |
|
Thank you great project,will download documents read,and will ask you some questions if it is needed,i need exchange for currency what is not blockchain,but has rpc cliant done,custom code can be done if needed
|
|
|
|
melisande
|
|
September 17, 2015, 06:46:26 AM |
|
Nice project you have completed here mate, have you checked it for bugs, backdoors and likes? I am also interested in the virus scan of the script and it will be great if you can post the result here.
|
|
|
|
xHire (OP)
Newbie
Offline
Activity: 36
Merit: 0
|
|
September 17, 2015, 08:05:10 AM |
|
Nice project you have completed here mate, have you checked it for bugs, backdoors and likes? I am also interested in the virus scan of the script and it will be great if you can post the result here.
Yes, there definitely are bugs in this version (0.0.1), I know about several of them, that's part of the reason why it has such version number and is called unstable. Some of them will get fixed by further development, the rest will need to be fixed explicitely. But I can assure you that I'm not going to release any stable release that would still contain them.
|
|
|
|
melisande
|
|
September 18, 2015, 08:10:03 AM |
|
Nice project you have completed here mate, have you checked it for bugs, backdoors and likes? I am also interested in the virus scan of the script and it will be great if you can post the result here.
Yes, there definitely are bugs in this version (0.0.1), I know about several of them, that's part of the reason why it has such version number and is called unstable. Some of them will get fixed by further development, the rest will need to be fixed explicitely. But I can assure you that I'm not going to release any stable release that would still contain them. Ok, that is cordial of you, I will sure like to use this when it become more stable, I have bookmark this page in order to watch the development on this thread.
|
|
|
|
zaph3t
|
|
October 04, 2015, 10:24:45 AM |
|
Is this Still being developed? Nice project by the way.
|
|
|
|
xHire (OP)
Newbie
Offline
Activity: 36
Merit: 0
|
|
October 04, 2015, 11:21:06 AM |
|
Is this Still being developed? Nice project by the way.
Sure, I'm working on it (currently on communication over P2P). Thanks!
|
|
|
|
zaph3t
|
|
October 06, 2015, 06:00:18 AM |
|
Is this Still being developed? Nice project by the way.
Sure, I'm working on it (currently on communication over P2P). Thanks! Very nice. I will watch this thread for progress. Would you make some demo videos?
|
|
|
|
xHire (OP)
Newbie
Offline
Activity: 36
Merit: 0
|
|
November 05, 2015, 02:46:13 PM |
|
Version 0.0.2 is out. Its main feature is Coincer's own P2P overlay so that no central server is needed anymore. There is just a seed DNS server that serves as a source of node addresses to bootstrap new peers. I run one node on the server that I also use a source for the seed. Please note that there isn't any active market discovery yet, just a passive one. This release was delayed for couple of weeks, because I didn't know how bureaucratic process getting a permission to run such a basic thing like a DNS server would be.
|
|
|
|
croato
|
|
November 08, 2015, 01:03:37 AM |
|
Looks very promising. I can hardly wait for decentralized exchanges become operational. Bookmarking this thread...
|
|
|
|
xHire (OP)
Newbie
Offline
Activity: 36
Merit: 0
|
|
November 09, 2015, 03:10:14 PM |
|
Rolling out version 0.0.3. It contains several improvements and bug fixes in the P2P code (discovered during testing of previous version), adds logging (useful thing to know what is happening on the background, while not flooding the terminal), and a command to print current peers (Coincer itself automatically tries to keep at least 4 connections to the network), and few minor things. Looks very promising. I can hardly wait for decentralized exchanges become operational. Bookmarking this thread...
Until now the problem was mainly in transaction malleability (which breaks rollback transactions), but as this is finally being fixed, I'm very optimistic about operationability of this and similar decentralized exchanges.
|
|
|
|
GhostofIhsotas
Newbie
Offline
Activity: 1
Merit: 0
|
|
November 09, 2015, 08:51:05 PM |
|
Looks good, hope you have the right infrastructure in place.
|
|
|
|
xHire (OP)
Newbie
Offline
Activity: 36
Merit: 0
|
|
November 23, 2015, 03:07:54 PM |
|
Version 0.0.4 is released. From the most notable changes: nodes now maintain their local databases of peers' addresses so that the DNS seed is now a secondary source of addresses (used only if there isn't enough of live nodes in the list); and all P2P messages are now being signed. I chose Ed25519 as the signing algorithm and already made some steps so that the same key could be also used for encryption. As nodes use their public key as an identifier in every message, it's really easy to do verifying of signatures and later also encrypting as there is no need for additional key exchange.
|
|
|
|
xHire (OP)
Newbie
Offline
Activity: 36
Merit: 0
|
|
December 06, 2015, 04:06:31 PM |
|
Today I released new version 0.0.5. It adds messages encryption next to the signing and thanks to ECC, there's no need for extra key exchange mechanisms – everything is already built in. Another nice feature is automatic market exploration that makes it possible to join the network and to almost immediately see what is there, what are the active orders. Aside from various improvements there is also a protection against DoS attack on routing and a protection against replay attack.
|
|
|
|
xHire (OP)
Newbie
Offline
Activity: 36
Merit: 0
|
|
December 10, 2015, 07:11:52 AM |
|
This Sunday, 13th December, I'm going to hold a testing&trading session starting at 15:00 UTC.Please make sure you have at least two out of three currently supported testnet clients (BTC/LTC/DOGE Core) synced and that you can run Coincer. Nonetheless, only one sort of testnet coins is needed as you will have chance to exchange them for different testnet coins. I will prepare a special patch for this session that would create a log with detailed information on functioning of Coincer, its P2P network, or trading. Sending this log back to me will help me a lot in further development. Primary communication channel during this session will be the official IRC channel (#coincer at Freenode.net).
|
|
|
|
xHire (OP)
Newbie
Offline
Activity: 36
Merit: 0
|
|
December 13, 2015, 04:16:02 PM |
|
You can still jump in! If you don't have any testnet coins, I can provide you with some. Thanks a lot!
|
|
|
|
DarkStar_
Legendary
Offline
Activity: 2772
Merit: 3284
|
|
December 13, 2015, 04:20:50 PM |
|
Seems like a good concept. Can't wait till it is working, might try it out later.
|
taking a break - expect delayed responses
|
|
|
xHire (OP)
Newbie
Offline
Activity: 36
Merit: 0
|
|
December 13, 2015, 08:27:22 PM |
|
Thank you everyone who took part in the test! We found several bugs and I gathered some data about the network to analyse. I would also like to thank a lot Dogecoin devs who fixed the testnet chain for me. I promise that the next testing session will be annonced a bit more ahead.
|
|
|
|
Blawpaw
Legendary
Offline
Activity: 1596
Merit: 1027
|
|
December 14, 2015, 05:28:10 AM |
|
It seems like a pretty useful development. So... will we still see this coming out?
|
|
|
|
xHire (OP)
Newbie
Offline
Activity: 36
Merit: 0
|
|
December 14, 2015, 06:10:35 AM |
|
It seems like a pretty useful development. So... will we still see this coming out?
Absolutely!
|
|
|
|
|