Bitcoin Forum
April 27, 2024, 11:37:21 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: Did you see the new thread?
Yes https://bitcointalk.org/index.php?topic=875651.0
No

Pages: « 1 ... 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 [58] 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 ... 500 »
  Print  
Author Topic: [ANN][SUPERCOIN]First P2p Decentralized Trustless Anonymous Wallet Coming Soon  (Read 473346 times)
placergold
Member
**
Offline Offline

Activity: 131
Merit: 10


View Profile
June 10, 2014, 08:19:52 PM
 #1141

I just noticed, 250 SUPER coin giveaway at this external site: http://bitcoinmafia.com/bittys-blog/supercoin-giveaway-250-free-super/
I hope still some super left for you. Go to that url above to claim it.


Great to have free coins!
1714261041
Hero Member
*
Offline Offline

Posts: 1714261041

View Profile Personal Message (Offline)

Ignore
1714261041
Reply with quote  #2

1714261041
Report to moderator
1714261041
Hero Member
*
Offline Offline

Posts: 1714261041

View Profile Personal Message (Offline)

Ignore
1714261041
Reply with quote  #2

1714261041
Report to moderator
"Your bitcoin is secured in a way that is physically impossible for others to access, no matter for what reason, no matter how good the excuse, no matter a majority of miners, no matter what." -- Greg Maxwell
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714261041
Hero Member
*
Offline Offline

Posts: 1714261041

View Profile Personal Message (Offline)

Ignore
1714261041
Reply with quote  #2

1714261041
Report to moderator
1714261041
Hero Member
*
Offline Offline

Posts: 1714261041

View Profile Personal Message (Offline)

Ignore
1714261041
Reply with quote  #2

1714261041
Report to moderator
toaster3
Full Member
***
Offline Offline

Activity: 136
Merit: 100



View Profile
June 10, 2014, 08:35:31 PM
 #1142

nice to know that anon features work, waiting for the new version.
placergold
Member
**
Offline Offline

Activity: 131
Merit: 10


View Profile
June 10, 2014, 08:40:06 PM
 #1143

nice to know that anon features work, waiting for the new version.

Yes very nice, dev, maybe some screenshots?  Smiley
toaster3
Full Member
***
Offline Offline

Activity: 136
Merit: 100



View Profile
June 10, 2014, 08:49:51 PM
 #1144

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
toaster3
Full Member
***
Offline Offline

Activity: 136
Merit: 100



View Profile
June 10, 2014, 09:08:48 PM
 #1145

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
strasboug
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250



View Profile
June 10, 2014, 10:25:40 PM
 #1146

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
crypto-dude
Full Member
***
Offline Offline

Activity: 215
Merit: 100


View Profile
June 10, 2014, 11:34:03 PM
 #1147

yes this is a good coin, not enough people know it, need more promo
provenceday
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000



View Profile
June 11, 2014, 01:29:43 AM
 #1148

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!
provenceday
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000



View Profile
June 11, 2014, 01:30:15 AM
 #1149

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
supercointeam (OP)
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
June 11, 2014, 03:54:36 AM
Last edit: June 15, 2014, 12:47:46 PM by supercointeam
 #1150

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

strasboug
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250



View Profile
June 11, 2014, 04:02:47 AM
 #1151

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
s1ng
Legendary
*
Offline Offline

Activity: 1218
Merit: 1001


View Profile
June 11, 2014, 04:23:47 AM
 #1152


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
apojii
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
June 11, 2014, 04:31:15 AM
 #1153

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?
centralpark
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
June 11, 2014, 05:04:03 AM
 #1154

I like the logo, reminding me about superhero
hope supercoin become best coin than other
valvalis
Hero Member
*****
Offline Offline

Activity: 784
Merit: 500


DeFixy.com - The future of Decentralization


View Profile
June 11, 2014, 05:20:32 AM
 #1155

is Superman using this coin too?  Grin
I'm really interested  Cheesy

  █▌▐█
▄██████▄▄
  ▀████████▄
     ▀███████
       ▀██████
         ▀█████
           ████
         ▄█████
       ▄█████
     ▄███████
  ▄████████▀
▀██████▀▀
  █▌▐█
..DeFiXy.......████
██
██
██
██
██
██
██
██
██
██
██
████
███   ██████████████   ███████   █████████   ██   █████   ██████████████████   ████
.$0.50.
███████   ██   █████████   ██   ███████████   ███████████   ███████████   █████████
████
██
██
██
██
██
██
██
██
██
██
██
████
.
.......JOIN NOW..
provenceday
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000



View Profile
June 11, 2014, 05:23:10 AM
 #1156

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
supercoindev
Member
**
Offline Offline

Activity: 213
Merit: 10


View Profile
June 11, 2014, 05:32:38 AM
 #1157

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
}
]
}

supercointeam (OP)
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
June 11, 2014, 05:38:34 AM
 #1158

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
}
]
}
great explanation.
provenceday
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000



View Profile
June 11, 2014, 05:39:28 AM
 #1159

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
supercointeam (OP)
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
June 11, 2014, 05:40:20 AM
 #1160

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

Pages: « 1 ... 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 [58] 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 ... 500 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!