Bitcoin Forum
July 05, 2024, 04:35:17 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 5 6 7 »
21  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPERCOIN]First P2p Decentralized Trustless Anonymous Wallet New Thread on: August 19, 2014, 02:38:20 AM
I added some Q&As in the Dev's Corner (2nd post after OP). As I heard there are some fuds on the Supercoin recently, some people who have no knowledge at all on multisig are attacking Supercoin's multisig technology.

By looking at all questions, I found some are good questions (like some from fluffypony), so while ignoring all fuds, I try to answer these questions in Q&A, and we welcome all reasonable questions and I am willing to discuss all details with other qualified devs.

The multisig tech we are using is 100% sound. Other projects such as Open Bazaar (creating a p2p decentralized trustless marketplace) uses the same tech. Unfortunately I see some attacks on Supercoin are completely out of rack. These people with zero knowledge on multisig better find some basic tutorials to understand it before posting nonsense in some threads.

Our purpose is to advance the technologies for cryptocoin. The cryptocoin domain is very new, there will be inevitably mistakes here and there. Our goal is not to say our coin is the best, but to do our best with best technologies and advance our understanding onthe cryptocoin.

With this, here are the Q&As (I added it to Dev's Corner too).


Q1: Since in normal case, Guarantor does not participate in transaction, why we still need it?
A: Guarantor is needed in case of dispute. For example, Mixer claims he sent the coins to destination, while Sender claims he does not see it. At this time, Guarantor is the one to decide whether to distribute the escrow fund as if the transaction completed, or the transaction cancelled.

Q2: Is Supersend with trustless system going to be slower than SuperSend Mixer (phase-1)?
A: In our testing it is pretty fast, the anonymous p2p trustless transaction usually takes 20-40 seconds to complete. But since there are several transactions during the process, it will be a little slower than the SuperSend with centralized mixers.

Q3: Is there a fee to use trustless anonymous system?
A: Yes. The service fee is 1% or 0.5 SUPER, whichever is bigger. The service fee will be shared equally by Mixer and Guarantor.

Q4: If you only use 1 mixer and 1 guarantor, what if I have so many nodes that I can send you a modified multisig transactions that actually sends the coin to another address instead?  
A: First of all, another node will have no idea on what is the escrow multisig address. It is not a public address. It is created on the fly with randomly selected public keys from each of the participating nodes. Other nodes will not receive any info on the public keys. Also, the system does broadcast any messages. Messages are point-2-point and not broadcasted.
Second, all communicated private messages are signed with each party's private key, and verified on arriving by the public key of that party. So another node can not forge a message from a participating party, not to say he has any way to get the message and know the id of transactions etc at all. So other nodes can can not forge messages.

Q5: If sender is only sending it to the mixer and then to the receiver, I can just analyze within X blocks for the same amount of coins and I will have a pretty high confidence level that the transaction belongs to the sender/receiver, especially if the amount is pretty unique?
A: You can't analysis these for sure. The first step we send as one amount, the amount can easily be splitted into multiple amounts as we did in our phase-1 mixer scenario (amount splitted into random 2-4 parts). Moreover, there are many similar amount sent around. All escrow amounts are similar amounts, all you see is that 3-4 similar amounts sent around and you can't trace them as in/out addresses are not linked at all. It is also easy to split the sending amount (and all fund transfer in the transaction) into "canonical" values (meaning standard like 100, 50, 25, 10, 5, 2, 1 etc). These enhancements are very easy to do and we probably will do it in the next few releases.

Q6: The Guarantor is being trusted to do arbitration between the Sender and the Mixer. Therefore, given the nature of 2-of-3 multisig transactions, the Guarantor and the Mixer can sign the transaction, and then refuse to sign the cancellation transaction, leaving the Sender out of luck and out of funds?
A: Yes this is true. However, the system assumes most people are good people. In any system, if majority are bad, then you can't do much, except to have a centralized trust system. This is similar to cryptocoin, if >50% are bad, then they will take over.
This is the same as in trustless distributed marketplace OpenBazaar (https://openbazaar.org/) did. In this system, there are Buyer, Seller and Arbitrator. If both Buyer and Arbitrator are bad (and coordinated), then you can't do much. They published a nice paper to describe this system (https://gist.github.com/dionyziz/e3b296861175e0ebea4b)

Q7: SuperSend Tustless uses TxIDs? With malleability what if the TxID changed?
A: Malleability mainly caused by multiple possible signature format that is in the TxID. This issue mostly fixed in Bitcoin 0.9.0 by restrict to one "standard" format and not replaying any mutated transactions. This basically fixed the problem.
Moreover, we don't need to transfer TxID per se. Our purpose in the algorithm is to verify whether all deposits made correctly, and whether Mixer actually sent the amount to the distinations. There are ways to do this without using TxIDs. strasboug in this thread proposed some solutions:
https://bitcointalk.org/index.php?topic=734578.0
Since escrow is on the multisig address, and multisig address is broadcasted to all the related parties. Each party can verify the deposits by looking at the input on that address. For Mixer's sent tx it is also easy to verify based on the transaction after a given timestamp, and with Mixer's send wallet address. The solution is does not depend on TxIDs.
Last point I want to make on this is, even if in some very rare case (0.1%?, 0.01%? 0.001%?) the TxID changed, the worst is that the send transaction fails, all fund will be refunded to each party, there will be nothing lost.

Q8: Not all possible malleability vectors are "fixed" in 0.9.0, so transactions are still quite malleable and the transaction ID can still change. What do you do?
A: As said above, TxIDs are not mandatory in the solution. There are other ways to do it. In the first release we use TxIDs, we will possibly switch to non-TxID solutions.
BTW, if you are telling me that Bitcoin is still very vulnerable, I agree. However, we here do not try to beat Bitcoin. If people can still steal Bitcoin with malleability, then they can steal any cryptocoins, SUPER included. I won't feel bad on that at all. This is not related to trustless system, even with rare malleability not yet fixed by Bitcoin, all parties participating trustless transaction will not lose anything.




excellent Q&As!
22  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPERCOIN]First P2p Decentralized Trustless Anonymous Wallet New Thread on: August 17, 2014, 04:52:14 AM
I want to give a quick update on our status.

We have started alpha testing with Mammothcoin main network 2 days ago, we had 2 sessions, most trustless anonymous tx worked fine, we also have identified some bugs and are in the process of fixing them. Alpha test will last a few more days. Then we will switch to Supercoin's main network for beta testing. Dev team sync'd the code with SuperCoin codebase, and is in the process of testing with SuperCoin. In beta tests, we will invite community members to participate. Stay tuned.

The multisig addresses for SuperCoin starts with "C" as opposed to the normal SuperCoin address which starts with "S" (the multisig address of MammothCoin starts with "b"), you can easily identify them in the blockchain explorer. I will post some screenshots later for the SuperCoin real network testing.

Please post any questions you may have, we'll try our best to answer them. Wink

Thanks for updates, nice
23  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPERCOIN]First P2p Decentralized Trustless Anonymous Wallet New Thread on: August 17, 2014, 04:18:26 AM

nice picture Smiley
24  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPERCOIN]First P2p Decentralized Trustless Anonymous Wallet New Thread on: August 16, 2014, 07:15:20 AM
By the way if some of you are holding some crypto with losses over -50% your initial investment, think about it twice before holding it instead of investing in this opportunity.

Big leadership for SuperCoin on the cryptomarket and a lot of money is flowing out of the biggest crypto. Where do you think is it heading?



I'd not be surprised if it will have some consolidation, but the trend is clearly up, and with more and more people understand which coin actually have the new tech implemented, SUPER will continue going up.
25  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPERCOIN]First P2p Decentralized Trustless Anonymous Wallet New Thread on: August 16, 2014, 06:53:27 AM
Yes for the new investors who haven't tried yet.

Just for fun, withdraw 500 SUPER from an exchange to your wallet and deposit back on the exchange.

Tell me how long it took.

It's really fast because we use one of most modern technologies in the deep core, that allow us this much speed.
I like to hear some more feedback on this.


Yes this coin has many great features, many original ones like p2p decentralized trustless system and super-PoS block etc.
26  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPERCOIN]First P2p Decentralized Trustless Anonymous Wallet New Thread on: August 16, 2014, 04:35:27 AM
You guys do know that XC has had a released and working decentralized trustless multisig anon wallet for over a month now, right?

Ok, who let this guy in? Smiley

I know that, but why XC can not even provide a multisig address?? This is a 2sec job. Want a Mamm multisig or super multisig address? I can give you immediately. Also why they say m-of-m multisig? Is m-of-m multisig of any use? the word like this can only be spoken by people who have no ideas on how multisig works. People almost never use m-of-m, because if one people there is bad, the wallet will be locked forever. People use m-of-n (where m < n) multisig. These people think they know a few buzz words, and they have the world. Typical mentally challenged people Grin

https://bitcointalk.org/index.php?topic=741018.0
27  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPERCOIN]First P2p Decentralized Trustless Anonymous Wallet New Thread on: August 16, 2014, 03:20:57 AM
By the way guys, this what I meant by the small "manipulation" on cryptsy. The guy bought 10K at 4000, and the other 10k from 4000 to 5000. Now I understand the strategy (making more profit from his first buy), but you have to do it well, or you could've get the other 10K SUPER on mintpal where there is more sell orders.

Just saying, now there is a 25% volatility range on cryptsy it is a bet less attractive for new investors. Let's keep it fair play, the price is rising anyway, buy strategically.


P.s. I dont really care because I make money either way. It's just in case the trader is reading this.


good analysis
28  Alternate cryptocurrencies / Altcoin Discussion / Re: Does XC uses multisig address and transaction? Looks like the answer is NO on: August 16, 2014, 03:06:46 AM
XC, a hot alt coin, claims that it is a trustless system and uses multisig technology to do it. See below



But I am puzzled by the fact that despite they talk like this, I don't see a single multisig address in XC nor do I see any multisig tx. As we all know, these are the central parts, if we do use this technology, we will see a lot talk about it, like in whitepaper, in thread discussions, the multisig addresses and tx are shown in the blockchain explorer etc (look at Superoicn/MammothCoin's threads, there are plenty talk on that. I can find quickly 10 multisig addresses and associated with transactions, they are currently doing alpha tests in mammothcoin network, so all the multisig addresses are for Mammothcoin, soon I expect to see for supercoinsm which is scheduled for beta tests). Can anyone show me XC's multisig addresses and their associated transactions?

This should be an easy thing to do. But since I don't see any, I doubt if the multisig is really implemented in XC. It looks more like a scam to me. Also, when I search the XC thread, I see this from someone (likely a dev of XC):



m-of-m multisig? Are you drunk? What fun will you have to have m-of-m multisig?? If one guy is bad then you want the wallet is locked forever? Do you guys understand what is a multisig address and how to use it?

It looks like this is a scam. Otherwise please show me some good examples you use in XC.

BTW, for Mammothcoin, they are testing for multisig trustless systems now, you see plenty multisig addresses and transactions there, you can even join the tests I think. There are some recordings in Mammothcoin/Supercoin's thread, for example:
http://screencast-o-matic.com/watch/c2j2IinsMO

and this is one of many multisig address with some transactions associated with it (there are plenty similar ones):
http://chainz.cryptoid.info/mamm/address.dws?bTz39geL1BR5UUdAciB8oh1F33eW1FXFcW.htm

Also they explained very clearly the concept and detailed workflow they use for the multisig trustless system:
https://bitcointalk.org/index.php?topic=736705.msg8324932#msg8324932

Can you show me similar details in XC? If it is really there Grin




m-of-m multisig, hahaha, they have no idea what they talk about, they know only the buzz word Grin
29  Alternate cryptocurrencies / Altcoin Discussion / Re: Does XC uses multisig address and transaction? Looks like the answer is NO on: August 16, 2014, 03:05:46 AM

Just so everyone knows, ATCsecure is releasing a whitepaper this weekend to explain The Tech! That will clarify all questions

a whitepaper does not solve much, I asked a very very simple question (nothing is simpler if they already implemented it):

- Can you please point to me some XC's multisig addresses and their transactions, so I can verify independently if the multisig is indeed implemented as you claimed.

If I want an example from Mammthcoin, I can get it in less than 30 sec in their thread.


Can anyone do me a favor and provide me the info I want? Again nothing is simpler, if it is there already

Why you need us to provide this Intel? Also asking in such a negative way is not helping in getting support from XC community

No need to waste time, just provide info. Fact is fact, you can write 1000 pages, still equal ZERO, show your facts!

If they had it, they would not waste time here. But unfortunately they clearly don't, they just hype, and don't have real things...
30  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPERCOIN]First P2p Decentralized Trustless Anonymous Wallet New Thread on: August 16, 2014, 03:03:33 AM
lmao, XC claimed they use multisig to support trustless system, but so far they can't even provide a single multisig address:
https://bitcointalk.org/index.php?topic=741018.0

what a joke. Look at Supercoin/mammothcoin, they not only have plenty multisig addresses and transactions, but also provided very detailed workflow in the whitepaper. Everyone can see who actually has and implemented the multisig tech, who actually has the trustless system.

Some coins are only good at promo and hype.
31  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPERCOIN]First P2p Decentralized Trustless Anonymous Wallet New Thread on: August 14, 2014, 04:38:41 AM


This is a fancy rocket  Wink
32  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPERCOIN]First P2p Decentralized Trustless Anonymous Wallet New Thread on: August 14, 2014, 04:32:08 AM
need more active community...
33  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPERCOIN]First P2p Decentralized Trustless Anonymous Wallet New Thread on: August 14, 2014, 01:39:36 AM
This is the 3rd part of the whitepaper, if you haven't read the previous 2 parts, please read them first. They can be found at Dev's Corner, the 2nd post of this thread.

Below is a detailed workflow chart, for p2p decentralized trustless anonymous system that SuperCoin uses. It is color-coded, so it is easier to see the coordinated actions among the 3 parties involved.



The diagram is pretty much self-explanatory, so we will not put many text to it. This shows only the main workflow, there are possibly at each point error conditions to handle, which are crucial to the success of the anonymous transactions. These sometimes tedious handling is the standard handling in any transactions. We will not provide details there.

===

There will be one last part to the whitepaper, where we will provide an detail example of the SuperCoin. The last part will be published in a few days.

Someone PM'd me asking why I publish the details of the algorithm, and whether I am afraid that someone will copycat the idea. I told him that I welcome other people to implement the algorithm. It took me 3-4 weeks to do it. By the time they finish it, I'd possibly publish the code already Grin

Have fun, and please post any questions you have.

excellent workflow diagram!!
34  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPERCOIN]First P2p Decentralized Trustless Anonymous Wallet New Thread on: August 13, 2014, 03:48:02 PM
very nice new thread, professional looking
35  Alternate cryptocurrencies / Announcements (Altcoins) / Re: SuperCoin on: August 13, 2014, 06:26:18 AM
I see some XC guys already feel uncomfortable, and try to attack, lmao.
36  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPERCOIN]First P2p Decentralized Trustless Anonymous Wallet Coming Soon on: August 12, 2014, 06:02:55 PM
@iram3130 if you liked this you will amaze with this



Very good! Keep up the good work!

Do you guys need my logo in a big format for the design?

And what was the bounty again for the logo? 1000 SUPER?

 Grin Grin

yes this looks very promising, good job devs!
37  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPERCOIN] SoD System of Decentralization... a trustless form of Anonymity on: August 12, 2014, 04:28:31 AM
exciting days ahead of us
38  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPERCOIN] SoD System of Decentralization... a trustless form of Anonymity on: August 12, 2014, 12:50:26 AM
very interesting trustless system

it's the best  Wink
39  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPERCOIN] SoD System of Decentralization... a trustless form of Anonymity on: August 11, 2014, 11:58:18 PM
is the new logo decided for super?
40  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPERCOIN] Multisig | SoD (System of Decentralized trustless anonymous) on: August 10, 2014, 07:21:31 AM

this is a pretty good logo, simple and easy to remember
Pages: « 1 [2] 3 4 5 6 7 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!