dinnerforfive
Newbie
Offline
Activity: 3
Merit: 0
|
|
January 26, 2016, 12:03:23 PM |
|
whats the status on this?
|
|
|
|
Araudan
|
|
January 26, 2016, 12:14:22 PM |
|
Very nice project ! Good luck
|
|
|
|
xHire (OP)
Newbie
Offline
Activity: 36
Merit: 0
|
|
January 26, 2016, 12:17:16 PM |
|
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 Thanks!
|
|
|
|
CIYAM
Legendary
Offline
Activity: 1890
Merit: 1086
Ian Knowles - CIYAM Lead Developer
|
|
January 26, 2016, 12:22:21 PM |
|
Seems we are doing very similar things: https://bitcointalk.org/index.php?topic=1340621.0 (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.
|
|
|
|
xHire (OP)
Newbie
Offline
Activity: 36
Merit: 0
|
|
January 26, 2016, 01:32:38 PM |
|
Seems we are doing very similar things: https://bitcointalk.org/index.php?topic=1340621.0 (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. 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.
|
|
|
|
CIYAM
Legendary
Offline
Activity: 1890
Merit: 1086
Ian Knowles - CIYAM Lead Developer
|
|
January 26, 2016, 01:45:42 PM |
|
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#L531Other 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).
|
|
|
|
xHire (OP)
Newbie
Offline
Activity: 36
Merit: 0
|
|
January 26, 2016, 02:00:11 PM |
|
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#L531Other 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.
|
|
|
|
chrysophylax
Legendary
Offline
Activity: 2926
Merit: 1091
--- ChainWorks Industries ---
|
|
February 04, 2016, 11:10:31 AM |
|
xhire ... what a great project ... why dont you add it to git - so those who are interested could help ... #crysx
|
|
|
|
xHire (OP)
Newbie
Offline
Activity: 36
Merit: 0
|
|
February 04, 2016, 11:41:58 AM |
|
what a great project ... Thanks! why dont you add it to git - so those who are interested could help ... Well, if you go to Download, there's a link under "Source Code" leading right to the git repository!
|
|
|
|
chrysophylax
Legendary
Offline
Activity: 2926
Merit: 1091
--- ChainWorks Industries ---
|
|
February 04, 2016, 01:10:12 PM |
|
what a great project ... Thanks! why dont you add it to git - so those who are interested could help ... Well, if you go to Download, there's a link under "Source Code" leading right to the git repository! kool - and tanx ... bitbucket ... i use github ... but nonetheless - this is a very good looking project ... tanx mate ... #crysx
|
|
|
|
xHire (OP)
Newbie
Offline
Activity: 36
Merit: 0
|
|
February 04, 2016, 01:21:22 PM |
|
bitbucket ... i use github ... Of course, I'm a fan of decentralisation.
|
|
|
|
chrysophylax
Legendary
Offline
Activity: 2926
Merit: 1091
--- ChainWorks Industries ---
|
|
February 04, 2016, 01:44:23 PM |
|
bitbucket ... i use github ... Of course, I'm a fan of decentralisation. 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
|
|
|
|
CB_project
Member
Offline
Activity: 86
Merit: 10
|
|
February 04, 2016, 10:33:52 PM |
|
after the fall of cryptsy - decentralized exchanges are the futur. Bice project
|
|
|
|
TroySmith
Newbie
Offline
Activity: 48
Merit: 0
|
|
February 05, 2016, 08:01:26 AM |
|
Very interesting project. Assuming the platform is stable can it be a safe place to store coins as well as trade?
|
|
|
|
xHire (OP)
Newbie
Offline
Activity: 36
Merit: 0
|
|
February 05, 2016, 11:08:06 AM |
|
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).
|
|
|
|
btc-mike
|
|
February 05, 2016, 04:44:19 PM |
|
I like the project but the name, not so much. Following....
|
|
|
|
|