Bitcoin Forum
July 31, 2025, 07:35:08 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 [167] 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 ... 264 »
  Print  
Author Topic: Official Anoncoin chat thread (including history)  (Read 530935 times)
Gnosis-
Member
**
Offline Offline

Activity: 101
Merit: 10


View Profile
October 12, 2014, 05:00:22 AM
 #3321

This was a good review of the problem - thanks for compiling this.  Looks like if the transaction size is too big it will fail to confirm regardless of the the fee included. Can we get a dev response?  Are you guys trying to identify this bug?  The doesn't seem like it should be a very difficult thing to fix, probably just a couple lines of code.
I posted that they shouldnt change fee settings and/or also shouldnt patch the client o allow such huge txs (txs are limited to 100KB normaly).
Nothing from our side to be done  as there is nothing to fix. If someone dosnt want to play according to the rules, they shouldnt wonder why things break. Thats the beauty of a decentralized system.

mullick says they don't patch anoncoind. Maybe they are doing some exotic combination of RPC commands (sendrawtransaction...)? I still think there's a way to create txs bigger than 100KB with an un-patched anoncoind, just not an easy way.

I will PM mullick now to ask what RPC commands are being performed.

ANC:AU4hFCFZLhB2gTyG4VbaEurXGrTMNW2nu6 | BTC: 14QnfqVG3CqLGBYHgD8tPYJVLxQ2AfvPEx | GPG: E6D0 96DE 5B3E 16C7 C57F  DC3B 654D BB7A D847 993A
Viper1
Sr. Member
****
Offline Offline

Activity: 686
Merit: 320


View Profile
October 12, 2014, 08:37:43 AM
 #3322

Greetings.  So I've been trying to figure out what exactly zerocoin is etc and since you guys seem to be the only ones actually doing anything with it, I'm hoping you can answer my questions about it.

1. The first question is about this statement "Using 8 cores on a 2.4GHz Core i7, Zerocoin spend transactions would take about 3 seconds to generate, and about 0.5 s to verify."  What sort of time frames would that be for more a "mainsteam" system like maybe an I3.  Or, and this wasn't clear to me from the various things I was reading, are those transactions actually done by the miners and so it doesn't actually apply to regular users?

2. Is zerocoin basically just a "mixer"? i.e. you can't actually do transactions with other people with them? The zerocoin site is somewhat confusing as it talks about both zerocoin and zerocash but everytime it talks about transactions, it references zerocash.  In addition, the zerocoin whitepaper's example is of a person minting and then collecting their own coins.

3. Is there a record on the blockchain of how many coins an address minted or collected?  It would seem to me that one way or another, there would be a balance reflected on the blockchain that others could see.  So let's say I wasn't all that bright and I minted 133t coins from one wallet address and collected l337 coins on another.  In this case it wouldn't be all that hard to "track" what I was doing correct?

BTC: 1F8yJqgjeFyX1SX6KJmqYtHiHXJA89ENNT
LTC: LYAEPQeDDM7Y4jbUH2AwhBmkzThAGecNBV
DOGE: DSUsCCdt98PcNgUkFHLDFdQXmPrQBEqXu9
lunokhod2
Sr. Member
****
Offline Offline

Activity: 249
Merit: 250


View Profile
October 12, 2014, 09:04:50 AM
 #3323

Greetings.  So I've been trying to figure out what exactly zerocoin is etc and since you guys seem to be the only ones actually doing anything with it, I'm hoping you can answer my questions about it.

1. The first question is about this statement "Using 8 cores on a 2.4GHz Core i7, Zerocoin spend transactions would take about 3 seconds to generate, and about 0.5 s to verify."  What sort of time frames would that be for more a "mainsteam" system like maybe an I3.  Or, and this wasn't clear to me from the various things I was reading, are those transactions actually done by the miners and so it doesn't actually apply to regular users?

2. Is zerocoin basically just a "mixer"? i.e. you can't actually do transactions with other people with them? The zerocoin site is somewhat confusing as it talks about both zerocoin and zerocash but everytime it talks about transactions, it references zerocash.  In addition, the zerocoin whitepaper's example is of a person minting and then collecting their own coins.

3. Is there a record on the blockchain of how many coins an address minted or collected?  It would seem to me that one way or another, there would be a balance reflected on the blockchain that others could see.  So let's say I wasn't all that bright and I minted 133t coins from one wallet address and collected l337 coins on another.  In this case it wouldn't be all that hard to "track" what I was doing correct?

Here are some partial answers:

1. Not sure, but lets say that on an old system the times are 10 times slower: half a minute seems like a small price to pay for anonymity.

2. Zerocoin is in effect a mixing pool. However, the mixing pool contains everyone who ever bought a zerocoin. The size of this mixing pool will be many orders of magnitude larger than those used with other coins.

3. You are right about this example. I suspect that the wallet will have a check to make sure that the user doesn't do something stupid like that. Another potential problem is a timing analysis. If you buy some zerocoins, and then immediately redeem only a portion of them, this might look suspicious in the block chain. As far as i know, these are the only flaws with the zerocoin model: timing analysis, and minting/spending the exact same amount.
K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
October 12, 2014, 09:07:09 AM
 #3324

This was a good review of the problem - thanks for compiling this.  Looks like if the transaction size is too big it will fail to confirm regardless of the the fee included. Can we get a dev response?  Are you guys trying to identify this bug?  The doesn't seem like it should be a very difficult thing to fix, probably just a couple lines of code.
I posted that they shouldnt change fee settings and/or also shouldnt patch the client o allow such huge txs (txs are limited to 100KB normaly).
Nothing from our side to be done  as there is nothing to fix. If someone dosnt want to play according to the rules, they shouldnt wonder why things break. Thats the beauty of a decentralized system.

mullick says they don't patch anoncoind. Maybe they are doing some exotic combination of RPC commands (sendrawtransaction...)? I still think there's a way to create txs bigger than 100KB with an un-patched anoncoind, just not an easy way.

I will PM mullick now to ask what RPC commands are being performed.
Yes, with sendrawtransaction you obviously can create larger txs as you create the tx yourself.

[GPG Public Key]
BTC/DVC/TRC/FRC: 1K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM AK1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: NK1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: LKi773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: EK1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: bK1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
varun555
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
October 12, 2014, 09:58:01 AM
 #3325

Just noticed that the info about ANC being traded on Bittrex has still not been updated on the OP !
bestsponsor
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


View Profile
October 12, 2014, 12:09:11 PM
 #3326

Anoncoin is stop on 254084 block. Why?

bestsponsor
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


View Profile
October 12, 2014, 12:27:53 PM
 #3327

254087   2014-10-12 12:21:38   1   5 ANC   622.495
254086   2014-10-12 12:21:30   1   5 ANC   614.988
254085   2014-10-12 12:21:16   23   585.3189575 ANC   1164.969
254084   2014-10-12 09:58:43   1   5 ANC   1160.666

It`s not good. Sad

matthewh3
Legendary
*
Offline Offline

Activity: 1372
Merit: 1004



View Profile WWW
October 12, 2014, 01:14:33 PM
 #3328

Anoncoin is stop on 254084 block. Why?

Problems with the KGW difficulty adjustments and multipools hopping on and off.  There should be a hardfork to fix it very soon maybe within twenty-four hours.

varun555
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
October 12, 2014, 01:51:30 PM
 #3329

The whole past month has been so frustrating mining wise..... Is there no way to get rid of the hopping pools?Huh?
matthewh3
Legendary
*
Offline Offline

Activity: 1372
Merit: 1004



View Profile WWW
October 12, 2014, 02:12:17 PM
 #3330

The whole past month has been so frustrating mining wise..... Is there no way to get rid of the hopping pools?Huh?

The hardfork to auxPoW will help a lot as will the myriad hardfork to five auxPoW chains.  Then each chain will only find 20% of the blocks.  While by going auxPoW each chain should have a much higher and steadier hashrate.  It should also enable CPU and GPU mining so lots more people can mine ANC.  Rather than as it is currently where you need a Scrypt ASIC to mine well.

An0nj0k3
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
October 12, 2014, 02:57:59 PM
 #3331

Anoncoin is stop on 254084 block. Why?

Problems with the KGW difficulty adjustments and multipools hopping on and off.  There should be a hardfork to fix it very soon maybe within twenty-four hours.

http://cdn4.image.youporn.phncdn.com/201104/16/560653/original/13.jpg?m=eaCaaBaa&mh=Iu-YXhRXV0HmGcry
AnonCoinTwitter
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile
October 12, 2014, 05:20:26 PM
Last edit: October 12, 2014, 06:52:26 PM by AnonCoinTwitter
 #3332

Zerocoin beta is just days away

The world of cryptocurrency is about to change!




coinfactsindie
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
October 12, 2014, 07:39:10 PM
 #3333

There are two sides arguing about anoncoin.

One side are true believers in anc and zerocoin.

The other side are skeptics of zerocoin.

Here is the bottom line. Anc is a good coin with a stable development history and devs who are willing to adapt. But zerocoin is almost certainly a scam of some sort, a terminally flawed algorithm.

Anc, on its devs and history alone is cheap right now. Zerocoin is irrelevant. Once zerocoin is rolled out, if it is ever rolled out, its flaws will be discussed and it will be dismissed in favor of something else. Anc is a good coin long term.
matthewh3
Legendary
*
Offline Offline

Activity: 1372
Merit: 1004



View Profile WWW
October 12, 2014, 07:50:16 PM
 #3334

There are two sides arguing about anoncoin.

One side are true believers in anc and zerocoin.

The other side are skeptics of zerocoin.

Here is the bottom line. Anc is a good coin with a stable development history and devs who are willing to adapt. But zerocoin is almost certainly a scam of some sort, a terminally flawed algorithm.

Anc, on its devs and history alone is cheap right now. Zerocoin is irrelevant. Once zerocoin is rolled out, if it is ever rolled out, its flaws will be discussed and it will be dismissed in favor of something else. Anc is a good coin long term.

You obviously know very little about Anoncoin then.  As the plan from the very start was to implement Zerocoin.  It has just taken a while for the development of Zerocoin to mature to this stage.

Apraksin
Sr. Member
****
Offline Offline

Activity: 420
Merit: 251


Moon?


View Profile
October 12, 2014, 07:54:29 PM
 #3335


Here is the bottom line. Anc is a good coin with a stable development history and devs who are willing to adapt. But zerocoin is almost certainly a scam of some sort, a terminally flawed algorithm.

Anc, on its devs and history alone is cheap right now. Zerocoin is irrelevant. Once zerocoin is rolled out, if it is ever rolled out, its flaws will be discussed and it will be dismissed in favor of something else. Anc is a good coin long term.

You know, you really should elaborate when you make claims like this.
utahmark
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
October 12, 2014, 08:34:09 PM
 #3336

Who to believe?  The rookie's first post or the Sr. member and the legendary member.
Clyze
Full Member
***
Offline Offline

Activity: 177
Merit: 100

Invest in your future.


View Profile
October 12, 2014, 08:56:12 PM
 #3337

There are two sides arguing about anoncoin.

One side are true believers in anc and zerocoin.

The other side are skeptics of zerocoin.

Here is the bottom line. Anc is a good coin with a stable development history and devs who are willing to adapt. But zerocoin is almost certainly a scam of some sort, a terminally flawed algorithm.

Anc, on its devs and history alone is cheap right now. Zerocoin is irrelevant. Once zerocoin is rolled out, if it is ever rolled out, its flaws will be discussed and it will be dismissed in favor of something else. Anc is a good coin long term.


I smell a DRK bagholder or some sort.

Invest in your future.
An0nj0k3
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
October 12, 2014, 09:04:08 PM
 #3338

There are two sides arguing about anoncoin.

One side are true believers in anc and zerocoin.

The other side are skeptics of zerocoin.

Here is the bottom line. Anc is a good coin with a stable development history and devs who are willing to adapt. But zerocoin is almost certainly a scam of some sort, a terminally flawed algorithm.

Anc, on its devs and history alone is cheap right now. Zerocoin is irrelevant. Once zerocoin is rolled out, if it is ever rolled out, its flaws will be discussed and it will be dismissed in favor of something else. Anc is a good coin long term.


I smell a DRK bagholder or some sort.

http://www.thebagholder.net/wp-content/uploads/2011/05/kara%20sidebar%20new.jpg
drakoin
Hero Member
*****
Offline Offline

Activity: 826
Merit: 1000

see my profile


View Profile
October 12, 2014, 09:17:00 PM
 #3339

This was a good review of the problem - thanks for compiling this.  Looks like if the transaction size is too big it will fail to confirm regardless of the the fee included. Can we get a dev response?  Are you guys trying to identify this bug?  The doesn't seem like it should be a very difficult thing to fix, probably just a couple lines of code.
I posted that they shouldnt change fee settings and/or also shouldnt patch the client o allow such huge txs (txs are limited to 100KB normaly).
Nothing from our side to be done  as there is nothing to fix. If someone dosnt want to play according to the rules, they shouldnt wonder why things break. Thats the beauty of a decentralized system.
mullick says they don't patch anoncoind. Maybe they are doing some exotic combination of RPC commands (sendrawtransaction...)? I still think there's a way to create txs bigger than 100KB with an un-patched anoncoind, just not an easy way.
I will PM mullick now to ask what RPC commands are being performed.
Yes, with sendrawtransaction you obviously can create larger txs as you create the tx yourself.

Oh that is interesting. Is there another size limit, of what maximum tx-size is allowed get into the blockchain?

EDIT: Found it myself. https://github.com/Anoncoin/anoncoin/blob/master/src/main.h#L31  :-)


[...] but shouldn't the wallet be able to handle this by adding a larger mining fee so that the txn gets confirmed?
The default wallet dosnt create transaction bigger than 100KB, https://github.com/Anoncoin/anoncoin/blob/master/src/main.h#L33
Everything above is non-standard and not mined with default settings/codebase.

You seem to have solved it, now he knows what to do?

Still, perhaps the following might help?  Cryptsy, are you ever looking at the error reports of your (failed) RPC commands? If the error is "{"code":-4,"message":"Transaction too large"}", then I might once have encountered a not un-comparable problem, when I tried to send coins aggregated from thousands of p2pool mining micropayments. Have a look at my error description, and how (unelegantly) I solved it back then:  https://bitcointalk.org/index.php?topic=488167.msg5399167#msg5399167 "sendmany.sh"  -Sometimes analogous cases help to find your way out  Wink

Yes, reward me, please :-)
BTC 1JLKNFxKjkU3YsLs38y4e672iWiXBeFYP3
[ANC] ATAgJzuA7djZ8DijQPqtNieAughLPaFaa2
thx.

no sign of a signature
drakoin
Hero Member
*****
Offline Offline

Activity: 826
Merit: 1000

see my profile


View Profile
October 12, 2014, 09:46:55 PM
 #3340

The whole past month has been so frustrating mining wise..... Is there no way to get rid of the hopping pools?Huh?
about the mining:

[...more graphics & explanations THERE]



[...more graphics & explanations THERE]

Thanks a lot for your good words.
It was many many hours of work - and then
it just feels good if it's really getting noticed.

Very interesting analysis above, by the way.
Smiley

Really cool stuff, drakoin.
Wink

Hehehe, ok more than a hint Tongue
Tongue

Shocked

Brilliant Analysis ,,,,
Drakoin,
Thanks for gathering facts to clarify the situation with facts !
Cheesy

Imminent hard fork will address the mining difficulty problems discussed above
https://pay.reddit.com/r/Anoncoin/comments/2ix6ny/a_hard_fork_is_imminent_pay_attention_to_forum/
Grin

SUPERCOOL. I feel useful :-) You make me happy.

Send me
BTC 1NceECxBgg5E7si8gJwinuBcBhpZTn5889 or
[ANC] Aa96FUJyZXXZN2AhPtGbbAUsM7Nsxd1xhU
If this analysis helps you to make money (or avoid to loose money) - or if you simply enjoyed this, then send me some coins please. Thanks.

Wow, thanks. Some anonymous enjoyer-of-my-arts has sent me some ANC.
Thanks, THAT is highly motivating.  I wish you a brilliant start into your week!

(old coins collector station)

no sign of a signature
Pages: « 1 ... 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 [167] 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 ... 264 »
  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!