Pages:
Author

Topic: [ANN] Coincer: The Decentralized Cryptocurrency Exchange (Read 4076 times)

hero member
Activity: 938
Merit: 1001
I like the project but the name, not so much. Following....
newbie
Activity: 36
Merit: 0
Very interesting project. Assuming the platform is stable can it be a safe place to store coins as well as trade?
Well, some people suggested that it might be good to implement simple wallets for the coins and connect directly to the coin's networks, but it seems to me to be needlessly complicated. So far I prefer to connect to other clients, that provide wallet functionality, via their API. Currently, I already have some support for bitcoind-like API and would like to add support for Electrum and possibly other clients as well.

It should be pretty safe way of trading, although probably not the cheapest and definitely not the fastest (because it's happening on blockchains so one has to wait for confirmations).
newbie
Activity: 48
Merit: 0
Very interesting project. Assuming the platform is stable can it be a safe place to store coins as well as trade?
member
Activity: 86
Merit: 10
after the fall of cryptsy - decentralized exchanges are the futur.
Bice project
legendary
Activity: 2814
Merit: 1091
--- ChainWorks Industries ---
bitbucket ... i use github ...
Of course, I'm a fan of decentralisation. Grin

hahaha ... and you are a funny bugga ...

nice one ...

im off to bed now ... cant wait to see what the working product might look like ...

#crysx
newbie
Activity: 36
Merit: 0
bitbucket ... i use github ...
Of course, I'm a fan of decentralisation. Grin
legendary
Activity: 2814
Merit: 1091
--- ChainWorks Industries ---
what a great project ...
Thanks! Smiley

why dont you add it to git - so those who are interested could help Wink ...
Well, if you go to Download, there's a link under "Source Code" leading right to the git repository! Cheesy

kool - and tanx ...

bitbucket ... i use github ...

but nonetheless - this is a very good looking project ...

tanx mate ...

#crysx
newbie
Activity: 36
Merit: 0
what a great project ...
Thanks! Smiley

why dont you add it to git - so those who are interested could help Wink ...
Well, if you go to Download, there's a link under "Source Code" leading right to the git repository! Cheesy
legendary
Activity: 2814
Merit: 1091
--- ChainWorks Industries ---
xhire ...

what a great project ...

why dont you add it to git - so those who are interested could help Wink ...

#crysx
newbie
Activity: 36
Merit: 0
With BIP66, all parts of BIP62 should be fixed (except those where the malleability comes from ECDSA signatures, but those aren't relevant here as it's the sender who strives for the txid remaining the same and no one else could be affected).

I think the main issue would be if the forked alt has not updated its tx signing code (as the sender's txid could be changed without their knowledge).

By this I am referring to the low S values issue which I patched for CIYAM here: https://github.com/ciyam/ciyam/blob/master/src/crypto_keys.cpp#L531

Other than that I think that using P2SH (rather than the original multisig) is just a neater approach (it probably doesn't alter the workflow though).

Yes, I try to keep this in mind. Before including an explicit support for an altcoin, I'll have to make sure that it meets certain requirements (like supporting CLTV or non-malleability or possibly something else). Moreover, there also might be altcoins that use different hash functions or generally script encoding which should also be taken into account.

But honestly, I don't expect too many of them to include needed features. Wink
legendary
Activity: 1890
Merit: 1078
Ian Knowles - CIYAM Lead Developer
With BIP66, all parts of BIP62 should be fixed (except those where the malleability comes from ECDSA signatures, but those aren't relevant here as it's the sender who strives for the txid remaining the same and no one else could be affected).

I think the main issue would be if the forked alt has not updated its tx signing code (as the sender's txid could be changed without their knowledge).

By this I am referring to the low S values issue which I patched for CIYAM here: https://github.com/ciyam/ciyam/blob/master/src/crypto_keys.cpp#L531

Other than that I think that using P2SH (rather than the original multisig) is just a neater approach (it probably doesn't alter the workflow though).
newbie
Activity: 36
Merit: 0
Seems we are doing very similar things: https://bitcointalksearch.org/topic/acct-using-cltv-more-effective-than-a-sleeping-pill-1340621 (also based upon TierNolan's basic idea but reworked to use CLTV with P2SH so no malleability issues and txs should be considered as "standard" for both Bitcoin and Litecoin now).
CLTV is one of the things I have in mind when I write about extending the trading part of Coincer. Smiley On the other hand, I'm not going to completely abandon current approach. But maybe you know more than I do about current malleability issues in Bitcoin? Because as far as I (think I) know, there shouldn't be anything that could affect this atomic protocol. With BIP66, all parts of BIP62 should be fixed (except those where the malleability comes from ECDSA signatures, but those aren't relevant here as it's the sender who strives for the txid remaining the same and no one else could be affected).

Also if you are doing a GUI then with some very minor tweaks you could get it to work with AT blockchains as well (Qora and Burst) as they have supported ACCT for a long time now.
I'll definitely have a look at both Qora and Burst. :c) Although a GUI has a low priority for me, it still is on my ToDo list and eventually will be implemented.
legendary
Activity: 1890
Merit: 1078
Ian Knowles - CIYAM Lead Developer
Seems we are doing very similar things: https://bitcointalksearch.org/topic/acct-using-cltv-more-effective-than-a-sleeping-pill-1340621 (also based upon TierNolan's basic idea but reworked to use CLTV with P2SH so no malleability issues and txs should be considered as "standard" for both Bitcoin and Litecoin now).

If you would like to use some of the CIYAM code to get your implementation using CLTV and P2SH you would be welcome to (also feel free to PM me if you wish to discuss it).

Also if you are doing a GUI then with some very minor tweaks you could get it to work with AT blockchains as well (Qora and Burst) as they have supported ACCT for a long time now.
newbie
Activity: 36
Merit: 0
whats the status on this?
Oh, you just remined me that I haven't finished my summarizing post on this. Anyway, I don't have much time this nor next month, so there won't be probably anything new happening. Then (in March), I'm going to focus on improving P2P layer, communication protocol and probably also refactoring trading, because I need to extend it a little bit, but its current state isn't very nice. You can also expect another testing session. :c)

Very nice project ! Good luck Smiley
Thanks! Smiley
sr. member
Activity: 332
Merit: 250
Very nice project ! Good luck Smiley
newbie
Activity: 3
Merit: 0
whats the status on this?
newbie
Activity: 36
Merit: 0
It seems like a pretty useful development. So... will we still see this coming out?
Absolutely! Smiley
legendary
Activity: 1596
Merit: 1027
It seems like a pretty useful development. So... will we still see this coming out?
newbie
Activity: 36
Merit: 0
Thank you everyone who took part in the test! Smiley 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. Cool

I promise that the next testing session will be annonced a bit more ahead. Grin
legendary
Activity: 2772
Merit: 3282
Seems like a good concept.
Can't wait till it is working, might try it out later.
Pages:
Jump to: