Author

Topic: [ANN][SUPERCOIN]First P2p Decentralized Trustless Anonymous Wallet Coming Soon - page 439. (Read 473526 times)

member
Activity: 213
Merit: 10
Dev, are you going to publish the anon feature source code? or hide them like what XC dev did? Grin

We will publish our code once everything is implemented and tested. We may put a delay there, due to many copy-and-paste coins. But eventually we will publish the code.
member
Activity: 213
Merit: 10
RE: anon features, dev, do you use Fedoracoin or XC code base? Can you give some more details on the strategy you are using? I heard the complete de-centralized solution not working, can you please comment?


We don't use any Fedoracoin or XC code (XC code not available anyway). We developed our code from scratch. This said, in the future it is possble that we may use Fedoracoin's mixerann system (it is not currently used).

As for a complete de-centralized solution, you are right, we are not aware an algorithm that works. The key thing is the "trust". It's like you go down the street, see a person, and ask him "can you please give $100 to Dave in that shop? And I will give you $100?". Though you may find a good person to do it, in general, you have no guarantee that this guy will not take the money and run away, or that he gave $100 to Dave, he has no guarantee you will give him $100. Thus in our initial phase implementation, some trust mixer nodes are required (dev team will provide such nodes initially).
sr. member
Activity: 616
Merit: 251
full member
Activity: 196
Merit: 100
126    SuperCoin   $ 38,236   $ 0.003904   9,795,135 SUPER   $ 3,544   +5.59 %

dev the total coin number is right?

9,795,135 SUPER?

thanks

moneysupply" : 9795460.01035125,

 Wink

thanks
 yes this is correct

legendary
Activity: 1148
Merit: 1000
126    SuperCoin   $ 38,236   $ 0.003904   9,795,135 SUPER   $ 3,544   +5.59 %

dev the total coin number is right?

9,795,135 SUPER?

thanks

moneysupply" : 9795460.01035125,

 Wink
full member
Activity: 196
Merit: 100
member
Activity: 213
Merit: 10
Let me show you an example in our testing:

A user send 999.0123 coins from address A (mxcMnGPthZp7rzQ7TUg8kZcbVyB8CrXy8p) to address B (myKydMhECoFyY2iAWgwuEVbthej1sKHFdR)

(1) Send from sender's Qt client


(2) The send is automatically split into 2 (random) parts and send to 2 different addresses X1 (mquFq9qNwDDVbNKLwThvhFDpbFPot8HixR) and X2 (mgniPoAcsSzvpfisxg1cyueUvqApAZbwbK). This is displayed in sender's tx list (2 red ones).


(3) On receiver's side, he sees the amount arrived (from yet another address Y (n1mFH2L7PhhMc6BLFMDoD7tDc2AXtZGJS4) - you don't see it in current tx, but if you check its in-tx, you will see it)


The 3 related tx details are posted below.

It's basic impossible to detect the original source address of this transaction, from the receiving transaction.

Code:
{
"txid" : "6c7a8d751381e088c3c7eb7db3ebf13f6c148456cb392f05b83fb86f626e804c",
"version" : 1,
"time" : 1402462734,
"locktime" : 0,
"vin" : [
{
"txid" : "0694419082ee689ec21681db4822f3453126fce079d77c2db6ab5bb34e568585",
"vout" : 0,
"scriptSig" : {
"asm" : "304402206407e11bf057b3f5cdd97c31729e2d7266528dbca39ee87cee0b8675f133362f022044971c0e34c380a3051b8e92f3df0b7c5caa19b02f54801ae38345eff241b2fd01 03c288f76512d3093439ecbd2c78c5cf997e41132d08ce44ae3a116e099bdf6faf",
"hex" : "47304402206407e11bf057b3f5cdd97c31729e2d7266528dbca39ee87cee0b8675f133362f022044971c0e34c380a3051b8e92f3df0b7c5caa19b02f54801ae38345eff241b2fd012103c288f76512d3093439ecbd2c78c5cf997e41132d08ce44ae3a116e099bdf6faf"
},
"sequence" : 4294967295
}
],
"vout" : [
{
"value" : 52.45424200,
"n" : 0,
"scriptPubKey" : {
"asm" : "OP_DUP OP_HASH160 c4737f339ef96dba8decbd799874aae3f9224a68 OP_EQUALVERIFY OP_CHECKSIG",
"reqSigs" : 1,
"type" : "pubkeyhash",
"addresses" : [
"myRh6WvjaN8riGEkrdMuFd5Vg8L7MyfpG8"
]
}
},
{
"value" : 459.54565800,
"n" : 1,
"scriptPubKey" : {
"asm" : "OP_DUP OP_HASH160 71e90c272a86ec027071c7de1df5a14b8a187937 OP_EQUALVERIFY OP_CHECKSIG",
"reqSigs" : 1,
"type" : "pubkeyhash",
"addresses" : [
"mquFq9qNwDDVbNKLwThvhFDpbFPot8HixR"
]
}
}
],
"amount" : -459.54565800,
"fee" : -0.00010000,
"confirmations" : 11,
"blockhash" : "000005fb04de17a44bcfc2195aed1878e890a1898799772a7fcf2e4dc80e1284",
"blockindex" : 2,
"blocktime" : 1402462748,
"txid" : "6c7a8d751381e088c3c7eb7db3ebf13f6c148456cb392f05b83fb86f626e804c",
"time" : 1402462734,
"timereceived" : 1402462734,
"details" : [
{
"account" : "",
"address" : "mquFq9qNwDDVbNKLwThvhFDpbFPot8HixR",
"category" : "send",
"amount" : -459.54565800,
"fee" : -0.00010000
}
]
}



{
"txid" : "7f14e6f0b00e98b25b4acf5463ca5419f6ec86673d5540dd8da3c8c147eb90c0",
"version" : 1,
"time" : 1402462734,
"locktime" : 0,
"vin" : [
{
"txid" : "ae2242db5b8002af78b5969c353a0d167267f9e24dac7535d90610a6cbf1a607",
"vout" : 0,
"scriptSig" : {
"asm" : "3045022100d5e024b40f00c8f08be5ba2ee55c14e67bd186e308d5612ef34b63bc13ea452302202dd4d883cebd384774c1f586c6a445c8be5615c90886a66f70184faf32be71d701 022221c6c6804456de70dfe332c9a8f1694b27c1ddf5023faf980324952de08c79",
"hex" : "483045022100d5e024b40f00c8f08be5ba2ee55c14e67bd186e308d5612ef34b63bc13ea452302202dd4d883cebd384774c1f586c6a445c8be5615c90886a66f70184faf32be71d70121022221c6c6804456de70dfe332c9a8f1694b27c1ddf5023faf980324952de08c79"
},
"sequence" : 4294967295
},
{
"txid" : "6300d320e006a7be95556f38d80c2225f73761dfc6998d5f1765e441d7972e59",
"vout" : 0,
"scriptSig" : {
"asm" : "3045022100e780ee7216f56a1075a068e3bf9a32778b246ca153abe6551ebf5db3a50b3181022012929c5a2be93e7167ac7eec028764da4be4bbe7c685b974a7a294fab99bfa3201 02db386f4f155744e11dee9b182cb014b89c3d7104827303bc4f8d55b822961ddd",
"hex" : "483045022100e780ee7216f56a1075a068e3bf9a32778b246ca153abe6551ebf5db3a50b3181022012929c5a2be93e7167ac7eec028764da4be4bbe7c685b974a7a294fab99bfa32012102db386f4f155744e11dee9b182cb014b89c3d7104827303bc4f8d55b822961ddd"
},
"sequence" : 4294967295
},
{
"txid" : "2d7cd6c42fe591bbcdd4c7fbc95c5b92c8c9f57406b48c2fd48c42d3f224a0a1",
"vout" : 0,
"scriptSig" : {
"asm" : "30440220704aee08f4ea413967a65f43d80618eebcba407f5ec47f9bb4dd861294feb670022028e8b81335381438387f4a6aca80d4000f97aadda149360dca12b9caa49387cb01 022221c6c6804456de70dfe332c9a8f1694b27c1ddf5023faf980324952de08c79",
"hex" : "4730440220704aee08f4ea413967a65f43d80618eebcba407f5ec47f9bb4dd861294feb670022028e8b81335381438387f4a6aca80d4000f97aadda149360dca12b9caa49387cb0121022221c6c6804456de70dfe332c9a8f1694b27c1ddf5023faf980324952de08c79"
},
"sequence" : 4294967295
}
],
"vout" : [
{
"value" : 0.56089498,
"n" : 0,
"scriptPubKey" : {
"asm" : "OP_DUP OP_HASH160 3845a744f2480b47443d20122171e80971194ec8 OP_EQUALVERIFY OP_CHECKSIG",
"reqSigs" : 1,
"type" : "pubkeyhash",
"addresses" : [
"mkeVaQ7XR9gS2mTDKeH378r2agpuiCvqna"
]
}
},
{
"value" : 539.46664200,
"n" : 1,
"scriptPubKey" : {
"asm" : "OP_DUP OP_HASH160 0df32d5dd2f602fac3ef26452c91fcb15d4c91af OP_EQUALVERIFY OP_CHECKSIG",
"reqSigs" : 1,
"type" : "pubkeyhash",
"addresses" : [
"mgniPoAcsSzvpfisxg1cyueUvqApAZbwbK"
]
}
}
],
"amount" : -539.46664200,
"fee" : -0.00010000,
"confirmations" : 11,
"blockhash" : "000005fb04de17a44bcfc2195aed1878e890a1898799772a7fcf2e4dc80e1284",
"blockindex" : 3,
"blocktime" : 1402462748,
"txid" : "7f14e6f0b00e98b25b4acf5463ca5419f6ec86673d5540dd8da3c8c147eb90c0",
"time" : 1402462734,
"timereceived" : 1402462734,
"details" : [
{
"account" : "",
"address" : "mgniPoAcsSzvpfisxg1cyueUvqApAZbwbK",
"category" : "send",
"amount" : -539.46664200,
"fee" : -0.00010000
}
]
}

{
"txid" : "d0ce1a74c9e03fca3a507dfef2d0e7e8e6bc0b9b8180676a6fc481a275e0b670",
"version" : 1,
"time" : 1402462729,
"locktime" : 0,
"vin" : [
{
"txid" : "81fac0abe2b4ecc9002dbc79a6ac0dfd4ee6cbfdb8f491e98dbaf9be835eaa69",
"vout" : 1,
"scriptSig" : {
"asm" : "3045022100e932e4cb29d6b6fd76dd943d162cf38e52bb2ed852a5afd7a2f5497c6711243a02202aff5c3840b8a8fec710655a36ed931e7d3198cbaf0a7b1441d2726d1db73b4801 023ef1072fdaa98ac338d5c6d81dbbe5e3b04ba93ab264fabf1cfebcded3a0f79d",
"hex" : "483045022100e932e4cb29d6b6fd76dd943d162cf38e52bb2ed852a5afd7a2f5497c6711243a02202aff5c3840b8a8fec710655a36ed931e7d3198cbaf0a7b1441d2726d1db73b480121023ef1072fdaa98ac338d5c6d81dbbe5e3b04ba93ab264fabf1cfebcded3a0f79d"
},
"sequence" : 4294967295
}
],
"vout" : [
{
"value" : 49000.98760000,
"n" : 0,
"scriptPubKey" : {
"asm" : "OP_DUP OP_HASH160 b9cad0c51435f495f3e97220f53585e581d34249 OP_EQUALVERIFY OP_CHECKSIG",
"reqSigs" : 1,
"type" : "pubkeyhash",
"addresses" : [
"mxTLGQoK2sGQhtVMSe4qWZnb1nfC3QQHaL"
]
}
},
{
"value" : 999.01230000,
"n" : 1,
"scriptPubKey" : {
"asm" : "OP_DUP OP_HASH160 c35ecd1597c76829e5118f36033207795709b4bf OP_EQUALVERIFY OP_CHECKSIG",
"reqSigs" : 1,
"type" : "pubkeyhash",
"addresses" : [
"myKydMhECoFyY2iAWgwuEVbthej1sKHFdR"
]
}
}
],
"amount" : 999.01230000,
"confirmations" : 11,
"blockhash" : "000005fb04de17a44bcfc2195aed1878e890a1898799772a7fcf2e4dc80e1284",
"blockindex" : 1,
"blocktime" : 1402462748,
"txid" : "d0ce1a74c9e03fca3a507dfef2d0e7e8e6bc0b9b8180676a6fc481a275e0b670",
"time" : 1402462731,
"timereceived" : 1402462731,
"details" : [
{
"account" : "D2",
"address" : "myKydMhECoFyY2iAWgwuEVbthej1sKHFdR",
"category" : "receive",
"amount" : 999.01230000
}
]
}
legendary
Activity: 1148
Merit: 1000
126    SuperCoin   $ 38,236   $ 0.003904   9,795,135 SUPER   $ 3,544   +5.59 %

dev the total coin number is right?

9,795,135 SUPER?

thanks
hero member
Activity: 784
Merit: 500
DeFixy.com - The future of Decentralization
is Superman using this coin too?  Grin
I'm really interested  Cheesy
member
Activity: 98
Merit: 10
I like the logo, reminding me about superhero
hope supercoin become best coin than other
sr. member
Activity: 266
Merit: 250
Hello, I am the Supercoin dev, and I want to give an update to the community on our progress of the anonymous wallet work.

First thanks to all for your patience. We've been working hard for a few weeks, and we almost finished the basic features, and they work fine. We are doing final dev testing. We will soon (in a few days) release a new version of the client (no hardfork) that will support anon features. But we want more tests to be done with the community, so for now we will only limit the anon feature in testnet environment. It will be the same client, but the anon features will be only allowed in testnet for now. We will decide, depends on how tests go, when the features will be in real network.

So what is anon features?

Anon features hide the traces of the transaction. So basically when you want to send from A to B, instead of showing in the blockchain explicitly a transaction showing A-B, it may show A->X, then Y->B, where X, Y are some random addresses (at least from a large address pool). Of course the transaction can be further obfuscated, such as you can split the sending amount to several parts, and apply the above for each part. This way, it is virtually impossible to trace the real transaction. So it protects your privacy.

I will provide more details to our anon feature strategy and implementations later. And if you have questions, please post in the thread, the dev team will answer them as soon as possible (remember we all have our daily jobs, so please be patient Wink)



Is it  a complete new way of doing anonymity?
legendary
Activity: 1218
Merit: 1001

I like that, with your permisson, i like to use it somewhere in OP and in our marketing efforts as well.
thanks.

Go ahead,  Grin  Grin
sr. member
Activity: 504
Merit: 250
Thanks for good messages.

Sorry to disturb but lets get some more Votes.

Vote for SUPER on POLONIEX: https://poloniex.com/voting
Vote for SUPER on MINTPAL: https://www.mintpal.com/voting#SUPER



Tell your friends to vote for SUPER on POLONIEX: https://poloniex.com/voting
Tell your friends to vote for SUPER on MINTPAL: https://www.mintpal.com/voting#SUPER



Voted
full member
Activity: 196
Merit: 100
Thanks for good messages.

Sorry to disturb but lets get some more Votes.

Vote for SUPER on MINTPAL: https://www.mintpal.com/voting#SUPER



Tell your friends to vote for SUPER on MINTPAL: https://www.mintpal.com/voting#SUPER

legendary
Activity: 1148
Merit: 1000
Hello, I am the Supercoin dev, and I want to give an update to the community on our progress of the anonymous wallet work.

First thanks to all for your patience. We've been working hard for a few weeks, and we almost finished the basic features, and they work fine. We are doing final dev testing. We will soon (in a few days) release a new version of the client (no hardfork) that will support anon features. But we want more tests to be done with the community, so for now we will only limit the anon feature in testnet environment. It will be the same client, but the anon features will be only allowed in testnet for now. We will decide, depends on how tests go, when the features will be in real network.

So what is anon features?

Anon features hide the traces of the transaction. So basically when you want to send from A to B, instead of showing in the blockchain explicitly a transaction showing A-B, it may show A->X, then Y->B, where X, Y are some random addresses (at least from a large address pool). Of course the transaction can be further obfuscated, such as you can split the sending amount to several parts, and apply the above for each part. This way, it is virtually impossible to trace the real transaction. So it protects your privacy.

I will provide more details to our anon feature strategy and implementations later. And if you have questions, please post in the thread, the dev team will answer them as soon as possible (remember we all have our daily jobs, so please be patient Wink)



this will be a big thing! Grin
legendary
Activity: 1148
Merit: 1000
Hello, I am the Supercoin dev, and I want to give an update to the community on our progress of the anonymous wallet work.

First thanks to all for your patience. We've been working hard for a few weeks, and we almost finished the basic features, and they work fine. We are doing final dev testing. We will soon (in a few days) release a new version of the client (no hardfork) that will support anon features. But we want more tests to be done with the community, so for now we will only limit the anon feature in testnet environment. It will be the same client, but the anon features will be only allowed in testnet for now. We will decide, depends on how tests go, when the features will be in real network.

So what is anon features?

Anon features hide the traces of the transaction. So basically when you want to send from A to B, instead of showing in the blockchain explicitly a transaction showing A-B, it may show A->X, then Y->B, where X, Y are some random addresses (at least from a large address pool). Of course the transaction can be further obfuscated, such as you can split the sending amount to several parts, and apply the above for each part. This way, it is virtually impossible to trace the real transaction. So it protects your privacy.

I will provide more details to our anon feature strategy and implementations later. And if you have questions, please post in the thread, the dev team will answer them as soon as possible (remember we all have our daily jobs, so please be patient Wink)



would like to test the Anon features, thanks!
full member
Activity: 215
Merit: 100
yes this is a good coin, not enough people know it, need more promo
sr. member
Activity: 504
Merit: 250
great coin at very low price now, with anon feature, it goes to moon!

btw, thanks for whoever sold me some coins at bittrex Grin

Agree, price now is a steal
full member
Activity: 136
Merit: 100
great coin at very low price now, with anon feature, it goes to moon!

btw, thanks for whoever sold me some coins at bittrex Grin
full member
Activity: 136
Merit: 100
nice to know that anon features work, waiting for the new version.

Yes very nice, dev, maybe some screenshots?  Smiley


yes some more info will be useful
Jump to: