Author

Topic: Official Anoncoin chat thread (including history) - page 129. (Read 530609 times)

member
Activity: 101
Merit: 10
My posts on /r/anoncoin are getting stuck in the spam filter - Meeh or Gnosis could you check the modmail?  I'll help mod the subreddit if you guys are interested.

Also there was some good press today - http://www.deepdotweb.com/2014/09/18/can-anoncoin-be-the-currency-of-the-deep-web/

Your posts are all approved; I reduced the spam filter sensitivity, so this should not happen much in the future. I also added /r/DarknetMarkets to the sidebar.

Do you know much about CSS styles for Reddit, and how to add our new logo where the reddit alien is at the top-left?

Hm, I got an example here Gnosis if you want you can try it out:

Step 1: Download this image http://postimg.org/image/kto2ajo67/ name it "drawing" and upload it in the stylesheet section on reddit

Step 2: Go to the Stylesheet Edit on Reddit and add
Code:
#header-img.default-header
{

background: url(%%drawing%%);

background-position: left;
vertical-align:bottom;
background-size: cover;
}

Hey, it looks good! Thanks!
member
Activity: 101
Merit: 10
I was graphing the coin supply vs. time today (for fun  Grin) and noticed something odd.

I used this description in the wiki to make the graph:

Coin details
Anoncoin was originally a fork of the Litecoin source code. The creation of new coins is by the reward to miners for processing transactions into blocks that are added to the block chain, where mining is performed by proof of work using the scrypt hashing function. A total of 4.2 million coins can be mined into existence, which is 5 times less than the maximum supply of Bitcoin, and transactions are processed, on average, every 3 minutes. The current block reward is 5 ANC, and this will be halved to 2.5 on approximately January 22, 2015. The block reward distribution schedule is the following: 4.2 ANC for blocks until 42,000; 7 ANC until block 77,777; 5 ANC until block 384,377; and then halving of block rewards every 306,600 blocks (which is approximately every two years).

block   coins   block reward
1           4           4.2
42,000   176,400   4.2
77,777   426,839   7
384,377   1,959,839   5
690,977   2,726,339   2.5
997,577   3,109,589   1.25
1,304,177   3,301,214   0.625
1,610,777   3,397,027   0.3125
1,917,377   3,444,933   0.15625
2,223,977   3,468,886   0.078125
2,530,577   3,480,862   0.0390625
2,837,177   3,486,851   0.01953125
3,143,777   3,489,845   0.009765625
3,450,377   3,491,342   0.004882813
3,756,977   3,492,090   0.002441406

As you can see the max supply converges on 3.492 million not 4.2 million.  Where did I go wrong here?



The red dot is where we are currently.

Can we get one of the devs to weigh in on this?  I'm pretty sure the math is right, so either the wiki is wrong when it describes the emission curve OR the actual max # of coins is 700k lower than what is quoted everywhere.

Actually the correct total number of ANC is neither 3.492 million nor 4.2 million; it is about 3.1 million (to be exact, it will be 3103954.760142 ANC after about 50 years). The reason it differs from what you calculated is because the block reward halves whenever the block height is a multiple of 306600.

I know 4.2 million was quoted in various places, but that was a mistake made early on and happened to not be caught until recently. All Anoncoin clients are setup to max out at 3.1 million ANC.
sr. member
Activity: 298
Merit: 250
My posts on /r/anoncoin are getting stuck in the spam filter - Meeh or Gnosis could you check the modmail?  I'll help mod the subreddit if you guys are interested.

Also there was some good press today - http://www.deepdotweb.com/2014/09/18/can-anoncoin-be-the-currency-of-the-deep-web/

Your posts are all approved; I reduced the spam filter sensitivity, so this should not happen much in the future. I also added /r/DarknetMarkets to the sidebar.

Do you know much about CSS styles for Reddit, and how to add our new logo where the reddit alien is at the top-left?

Hm, I got an example here Gnosis if you want you can try it out:

Step 1: Download this image http://postimg.org/image/kto2ajo67/ name it "drawing" and upload it in the stylesheet section on reddit

Step 2: Go to the Stylesheet Edit on Reddit and add
Code:
#header-img.default-header
{

background: url(%%drawing%%);

background-position: left;
vertical-align:bottom;
background-size: cover;
}
member
Activity: 101
Merit: 10
My posts on /r/anoncoin are getting stuck in the spam filter - Meeh or Gnosis could you check the modmail?  I'll help mod the subreddit if you guys are interested.

Also there was some good press today - http://www.deepdotweb.com/2014/09/18/can-anoncoin-be-the-currency-of-the-deep-web/

Your posts are all approved; I reduced the spam filter sensitivity, so this should not happen much in the future. I also added /r/DarknetMarkets to the sidebar.

Do you know much about CSS styles for Reddit, and how to add our new logo where the reddit alien is at the top-left?
full member
Activity: 150
Merit: 102
Great news!!!!

I believe our anonymous technology will be the best in crpyto upon release (with the bytecoin clones in 2nd place). Our methods are superior to the competition attempting a zerocoin/zerocash system because AFAIK we are the only ones using RSA UFOs

Here is Shadowcoin devs (sdcoin) response to zk-snarks issue as defined by Gnosis.  It looks like our approach is better as we are using RSA UFOs to ensure our implementation is trustless:

The parameter generation, in a non-interactive zero knowledge system is always going to be an issue, unless its created through a consensus..
Interactive would mean you'd need the other party to be online to redeem your input, so we're working on a way of sending your funds into infinity, where they will be redeemed from infinity.
At a base level there's always going to be some sort of mixing involved, whether its destroying/minting, or whether its using some sort of tokens, etc..

Can someone respond to this:

http://zerocash-project.org/

"Zerocash improves on an earlier protocol, Zerocoin, developed by some of the same authors, both in functionality (Zerocoin only hides a payment's origin, but not its destination or amount) and in efficiency (Zerocash transactions are less than 1KB and take less than 6ms to verify)."

What will the size of our Zerocoin transactions be?

If the transactions are large and blockchain bloat is an issue, is there a way we can develop a "lite" wallet such as used by Shadowcoin (who is also working on zk-snarks btw). Spending Zerocoins from mobile devices (without a ton of storage space) would be a great feature!

Besides RSA UFO generation (to ensure Zerocoin can be minted in a trust free manner) does Zerocoin have any other advantages over Zerocash?

Zerocoin mint transactions will be only slightly larger than normal transactions, with about 128 bytes per minted coin.
Zerocoin spend transactions will have a small part that lives in the blockchain, and then about 125 KB that does not get stored in the blockchain.

Using 8 cores on a 2.4GHz Core i7, Zerocoin spends would take about 3 seconds to generate, and 0.5 s to verify. It's not completely out of the question that a modern smartphone with an optimized libzerocoin could do this, with some battery drain.

Minting zerocoins, storing them, and using Anoncoin balances that were previously received from zerocoins could all be handled easily by a mobile app.

I don't think anybody knows a procedure for generating the zk-SNARK parameters in a manner that doesn't require trust from the users. There's no way for an outside party to prove that they destroyed the sensitive data used to generate the parameters; anybody who has access to this data would be able to create unlimited currency units, completely destroying the currency. Worse, it would go undetected until it hits the exchanges and the value plummets. This is why it's so important to have trustless parameter generation!
member
Activity: 101
Merit: 10
My posts on /r/anoncoin are getting stuck in the spam filter - Meeh or Gnosis could you check the modmail?  I'll help mod the subreddit if you guys are interested.

Also there was some good press today - http://www.deepdotweb.com/2014/09/18/can-anoncoin-be-the-currency-of-the-deep-web/

Anoncoin doesn't use Zerocash?!

It's Anoncoin - Zerocoin; not Anoncoin - Zerocash
I'd rewrite this article...
I like it though, except this confusion with Zerocash,

Yeah, the author mixed up Zerocoin and Zerocash, Proof-of-Stake and Proof-of-Work (not talking about Anoncoin in this case), and probably other details...
sr. member
Activity: 298
Merit: 250
My posts on /r/anoncoin are getting stuck in the spam filter - Meeh or Gnosis could you check the modmail?  I'll help mod the subreddit if you guys are interested.

Also there was some good press today - http://www.deepdotweb.com/2014/09/18/can-anoncoin-be-the-currency-of-the-deep-web/

Anoncoin doesn't use Zerocash?!

It's Anoncoin - Zerocoin; not Anoncoin - Zerocash
I'd rewrite this article...
I like it though, except this confusion with Zerocash,
sr. member
Activity: 336
Merit: 250
My posts on /r/anoncoin are getting stuck in the spam filter - Meeh or Gnosis could you check the modmail?  I'll help mod the subreddit if you guys are interested.

Also there was some good press today - http://www.deepdotweb.com/2014/09/18/can-anoncoin-be-the-currency-of-the-deep-web/
member
Activity: 73
Merit: 10
There's a new king in the streets
gee, is there a good fairy out there that can fix mine ?

opened a Cryptsy ticket but from what i just read they mightn't do anything about it ...

ie:
 {
        "account" : "",
        "address" : "AWxGtEJitS5CCkKEvvgfjFbEmUxJdk1XS4",
        "category" : "receive",
        "amount" : 1589.97000000,
        "confirmations" : 0,
        "txid" : "f615e8772e65dcf1da14154a9926df7e07f30b534745ce980760ff0b3a17aee6",
        "time" : 1410990406,
        "timereceived" : 1410990406
    }


Yes there is Tongue

Another one seem to be stuck, this one is only ~1250 ANC
d6b868e340e9b151df4c99f72a2f4151486f8e0a74eb57c75b82c6c9a5f809bc

Thanks to K1773R for mining these transactions. I have notified cryptsy support as well of this bug.

Here we go, faster than i expected Wink
http://abe.darkgamex.ch:2751/block/1e851af58a0a4068cc96f220dd391c4bf6a69fb7cff77beeaa2138de20b45b4f


Many thanks K1773R, you truly are a champion!!!

I saw that there is 404 inputs to that transaction; does that mean that miners pass on it or something ?

Does all that small change mean so much more work ? Dam work's gotta get done anyway, why isn't it just queued in a sequence and they do it like it or not, rather than cherry pick ..

Maybe a 1500 ANC xfer equals whale status :-)

sr. member
Activity: 249
Merit: 250
.... TO CLARIFY

Zerocoin and Zerocash
-https://wiki.anoncoin.net/Zerocoin
-https://wiki.anoncoin.net/Zerocash
-https://bitcointalksearch.org/topic/m.2983902 (scroll down a little further to read about Zerocoin)

Everybody asked about how big Transactions are going to be, no real answer has been given yet. Gnosis estimated it would cost more than 50x fees. However, why do you think this needs to be tested first?

Way too much Concerned
Most of you guys are too much concerned whether it might work or find more and more disadvantages. Why don't you invest a little and wait for a while. There is no way for you to find out much more about this tech if you are not a programmer or don't have a simple understanding of it.

As far as I understand it, the transaction size is exactly the same size as a normal ANC transcation. The only thing that differs is that when you spend a zerocoin, there is extra information that is added to a temporary database, which eventually gets deleted.
legendary
Activity: 1792
Merit: 1008
/dev/null
gee, is there a good fairy out there that can fix mine ?

opened a Cryptsy ticket but from what i just read they mightn't do anything about it ...

ie:
 {
        "account" : "",
        "address" : "AWxGtEJitS5CCkKEvvgfjFbEmUxJdk1XS4",
        "category" : "receive",
        "amount" : 1589.97000000,
        "confirmations" : 0,
        "txid" : "f615e8772e65dcf1da14154a9926df7e07f30b534745ce980760ff0b3a17aee6",
        "time" : 1410990406,
        "timereceived" : 1410990406
    }


Yes there is Tongue

Another one seem to be stuck, this one is only ~1250 ANC
d6b868e340e9b151df4c99f72a2f4151486f8e0a74eb57c75b82c6c9a5f809bc

Thanks to K1773R for mining these transactions. I have notified cryptsy support as well of this bug.

Here we go, faster than i expected Wink
http://abe.darkgamex.ch:2751/block/1e851af58a0a4068cc96f220dd391c4bf6a69fb7cff77beeaa2138de20b45b4f
member
Activity: 73
Merit: 10
There's a new king in the streets
just a clue to this,

 - first i did a 1ANC withdrawal and that worked
 - so, 5 minutes later thinking all was good, did that ~1589 to the same address and it flunked

what gives Huh
member
Activity: 73
Merit: 10
There's a new king in the streets
gee, is there a good fairy out there that can fix mine ?

opened a Cryptsy ticket but from what i just read they mightn't do anything about it ...

ie:
 {
        "account" : "",
        "address" : "AWxGtEJitS5CCkKEvvgfjFbEmUxJdk1XS4",
        "category" : "receive",
        "amount" : 1589.97000000,
        "confirmations" : 0,
        "txid" : "f615e8772e65dcf1da14154a9926df7e07f30b534745ce980760ff0b3a17aee6",
        "time" : 1410990406,
        "timereceived" : 1410990406
    }
legendary
Activity: 1064
Merit: 1002
sr. member
Activity: 336
Merit: 250
I was graphing the coin supply vs. time today (for fun  Grin) and noticed something odd.

I used this description in the wiki to make the graph:

Coin details
Anoncoin was originally a fork of the Litecoin source code. The creation of new coins is by the reward to miners for processing transactions into blocks that are added to the block chain, where mining is performed by proof of work using the scrypt hashing function. A total of 4.2 million coins can be mined into existence, which is 5 times less than the maximum supply of Bitcoin, and transactions are processed, on average, every 3 minutes. The current block reward is 5 ANC, and this will be halved to 2.5 on approximately January 22, 2015. The block reward distribution schedule is the following: 4.2 ANC for blocks until 42,000; 7 ANC until block 77,777; 5 ANC until block 384,377; and then halving of block rewards every 306,600 blocks (which is approximately every two years).

block   coins   block reward
1           4           4.2
42,000   176,400   4.2
77,777   426,839   7
384,377   1,959,839   5
690,977   2,726,339   2.5
997,577   3,109,589   1.25
1,304,177   3,301,214   0.625
1,610,777   3,397,027   0.3125
1,917,377   3,444,933   0.15625
2,223,977   3,468,886   0.078125
2,530,577   3,480,862   0.0390625
2,837,177   3,486,851   0.01953125
3,143,777   3,489,845   0.009765625
3,450,377   3,491,342   0.004882813
3,756,977   3,492,090   0.002441406

As you can see the max supply converges on 3.492 million not 4.2 million.  Where did I go wrong here?



The red dot is where we are currently.

Can we get one of the devs to weigh in on this?  I'm pretty sure the math is right, so either the wiki is wrong when it describes the emission curve OR the actual max # of coins is 700k lower than what is quoted everywhere.
hero member
Activity: 686
Merit: 500
I am not a coder or a mathematician......

This is why I prefer to listen to gnosis or meeh on the subject.

Its okay to ask a question if you are not sure about something (I do that often). However please don't make up an answer if you really have no clue what you are talking about.

Zerocoin is groundbreaking cryptography. Of course things need to be coded carefully but I think the ANC team has the skill to deliver
full member
Activity: 168
Merit: 100

So, to carry the idea into practical terms, you are saying that engineers who use calculus to solve
problems shouldn't be trusted because they haven't created their owns mathematical tools for solving
engineering problems, right?



If Calculus properly solves a problem then it should be used.

The tool being used by gnosis is not appropriate to the 'problem'he is working on.

In broader terms my point was that he is basically doing the job of a mechanic. Almost anyone with some knowledge of math and coding could do it.

A proper solution will come from someone in the field of math who does not necessarily understand the mechanics, then they would hand the project to a mechanic like gnosis.

For example. And I am not a coder or a mathematician, this is an example of the process.
A mathematician looks generally at a coin and says 'The nature of the private keys lets you generate transactions with varying degrees of uncertainty. That would allow each wallet to have two balances, a real balance and a possible balance. Wallet A has 10 coins for sure and it might have 5 more. The pool of people who agree to have 'possible balances' could be used to create anonymity in both sending and receiving for just them.' etc
The mathematics person then tells the mechanic, the coder "get to work, no food til your done" or however they do it.

In the case of zerocoin you have bypassed the first step and thus necessitate copying material desperately to find a bunch of things that can be jumblefucked into seeming to work.

The whole zerocoin thing is halfassed. I won't even get into some very serious red flags that suggest worse.

People should do what they want but my advice is be cautious. Anc is a good solid coin. Still fairly cheap. Meeh and k117er and the others seems sincere if also naive. The price might run up if zc is completed but it will be on a speculative bubble, not because of any cryptographic step with zerocoin.

The problem with metaphors is they don't address any specific issues, rather they just amplify fears that understandably exist for all new systems. I suggest metaphor is a poor tool for your argument.

People should do what they want but some additional advice you might offer is to be cautious of people (such as yourself) who are obviously not newbies writing criticisms on one coin page under newbie accounts.

Fair?
full member
Activity: 168
Merit: 100
Can someone respond to this:
http://zerocash-project.org/

"Zerocash improves on an earlier protocol, Zerocoin, developed by some of the same authors, both in functionality (Zerocoin only hides a payment's origin, but not its destination or amount) and in efficiency (Zerocash transactions are less than 1KB and take less than 6ms to verify)."

Besides RSA UFO generation (to ensure Zerocoin can be minted in a trust free manner) does Zerocoin have any other advantages over Zerocash?

Zerocoin will be slower (+ higher fees) than Zerocash and not truly anonymous as zerocoin doesn't hide coin destination and amount.
Then if the number of people who contributed to the zerocoin pool for denomination is small, it will be very easy to analyze the blockchain and find where they come from.

Another point, I heard that Zerocash devs intend to choose Zerocash security parameters in a trustless manner. If they do that, Zerocash will have years ahead of any crypto.

VERSUS...

Can someone respond to this:

http://zerocash-project.org/

"Zerocash improves on an earlier protocol, Zerocoin, developed by some of the same authors, both in functionality (Zerocoin only hides a payment's origin, but not its destination or amount) and in efficiency (Zerocash transactions are less than 1KB and take less than 6ms to verify)."

What will the size of our Zerocoin transactions be?

If the transactions are large and blockchain bloat is an issue, is there a way we can develop a "lite" wallet such as used by Shadowcoin (who is also working on zk-snarks btw). Spending Zerocoins from mobile devices (without a ton of storage space) would be a great feature!

Besides RSA UFO generation (to ensure Zerocoin can be minted in a trust free manner) does Zerocoin have any other advantages over Zerocash?

Zerocoin mint transactions will be only slightly larger than normal transactions, with about 128 bytes per minted coin.
Zerocoin spend transactions will have a small part that lives in the blockchain, and then about 125 KB that does not get stored in the blockchain.

Using 8 cores on a 2.4GHz Core i7, Zerocoin spends would take about 3 seconds to generate, and 0.5 s to verify. It's not completely out of the question that a modern smartphone with an optimized libzerocoin could do this, with some battery drain.

Minting zerocoins, storing them, and using Anoncoin balances that were previously received from zerocoins could all be handled easily by a mobile app.

I don't think anybody knows a procedure for generating the zk-SNARK parameters in a manner that doesn't require trust from the users. There's no way for an outside party to prove that they destroyed the sensitive data used to generate the parameters; anybody who has access to this data would be able to create unlimited currency units, completely destroying the currency. Worse, it would go undetected until it hits the exchanges and the value plummets. This is why it's so important to have trustless parameter generation!

Gnosis responded a few posts earlier.
hero member
Activity: 686
Merit: 500
This is unacceptable.

We really need a listing on Bittrex or Mintpal so we can stop trading on Cryptsy. This problem has been occurring for far too long!

Stop spreading bullshit about Cryptsy. If they stop ANC, people will panic sell on bleutrade? This is what you want?

See my post above (in response to the post from the Cryptsy rep, mullick). Cryptsy stated they have done everything correctly and there is a problem with ANC code.

This is why I asked meeh to address the code issue.  I agree that Cryptsy is important for us. It sounds like I may have been wrong about the cause of the problem
Jump to: