Author

Topic: Vertcoin - First Scrypt N | First Stealth Address - Privacy without mixer - page 456. (Read 1232701 times)

sr. member
Activity: 364
Merit: 250
So people are coming to the realization that this coin, while slightly innovative, still isn't ASIC proof as is being promoted. This probably explains the massive drop in price.

Its asic resistant. Asic proof in the sense  that it would be economically unfeasible to go into vtc

"massive price drop" ...After the massive run up, and considering what the overall market is doing, Vtc is holding steady, as it should be.
full member
Activity: 199
Merit: 100
So people are coming to the realization that this coin, while slightly innovative, still isn't ASIC proof as is being promoted. This probably explains the massive drop in price.

That's not the reason at all. A retracement after the HUGE gain this coin has had is expected. Almost all crypto is down today, as well.

This... apparently bitcoin massive drop affects almost all coins.
member
Activity: 182
Merit: 10
i see it's already there in cryptsy. good coin.

Coinedup has dramatically improved the last couple days and I highly recommend moving your money to there or poloniex. This nonsense about deposits and withdrawal being "under maintenance" is probably some sort of price manipulation.  Dont know but that site blows and you have a lot of alternatives.  Bter.com also.    
sr. member
Activity: 616
Merit: 251
will this coin go to cryptsy soon?

...really?
just saw it Smiley in OP it's in the middle of the list, missed it at first glance.
sr. member
Activity: 362
Merit: 250
So people are coming to the realization that this coin, while slightly innovative, still isn't ASIC proof as is being promoted. This probably explains the massive drop in price.

That's not the reason at all. A retracement after the HUGE gain this coin has had is expected. Almost all crypto is down today, as well.
legendary
Activity: 1764
Merit: 1006
sr. member
Activity: 616
Merit: 251
i see it's already there in cryptsy. good coin.
member
Activity: 182
Merit: 10
Whoever has the vertcoin twitter feed. Please teeet something along the lines of.

"What is the best way to hedge against falling #bitcoin? Buy vertcoin. Limited supply, new and still priced low. Fastest percentage gainer in altcoin history."

This will work if we can get critical mass. World needs a bitcoin hedge. Enough bitcoin holders to stabilize vtc and give them somewhere to run. VTC is holding up incredibly well given the mood. If can get the optics turned so Vertcoin is seen as a flighy to quality we have the perfect coin. No other fits the bill.  


#betterthanbitcoin.

newbie
Activity: 42
Merit: 0
So people are coming to the realization that this coin, while slightly innovative, still isn't ASIC proof as is being promoted. This probably explains the massive drop in price.
legendary
Activity: 1484
Merit: 1005
ok. however i got your point.

the real thing is:

this coin will be asic resistant, just because it is stated in the title.
i mean, no real asic developer would risk that amount of money to strike against a coin that has clearly declared war against them.
they have a long development and cannot imagine what countermeasures would be taken from the developers in case.

just the idea of a fork to change algorithm is enough to make that investment too risky.

Well, yes, you can always just keep changing the hash function itself every 3 months or something so long as your community agrees with it.
full member
Activity: 172
Merit: 100
ok. however i got your point.

the real thing is:

this coin will be asic resistant, just because it is stated in the title.
i mean, no real asic developer would risk that amount of money to strike against a coin that has clearly declared war against them.
they have a long development and cannot imagine what countermeasures would be taken from the developers in case.

just the idea of a fork to change algorithm is enough to make that investment too risky.

touché!
member
Activity: 69
Merit: 10
ok. however i got your point.

the real thing is:

this coin will be asic resistant, just because it is stated in the title.
i mean, no real asic developer would risk that amount of money to strike against a coin that has clearly declared war against them.
they have a long development and cannot imagine what countermeasures would be taken from the developers in case.

just the idea of a fork to change algorithm is enough to make that investment too risky.
legendary
Activity: 1484
Merit: 1005
Quote
It's part of the reason I'm dropping scrypt from the next MC2 whitepaper, most likely.
so are you here to advertise your own coin?

No, especially when all of that is just theoretical at this point...
member
Activity: 69
Merit: 10
Quote
It's part of the reason I'm dropping scrypt from the next MC2 whitepaper, most likely.
so are you here to advertise your own coin?
legendary
Activity: 1484
Merit: 1005
Thank you for the direct response before. We have pretty much reached my level of understanding in this matter until I educate myself better.

Anyways, after looking at the code wouldn't having those extra variables be easier to implement in an FPGA?
I think you can easily do so with FPGA; see https://github.com/kramble/FPGA-Litecoin-Miner

The author already implements the LOOKUP_GAP=2 version of the core algo and states it's faster among multiple cores

This doesn't mean it will be fast or energy efficient on the FPGA, though

Quote
Also, is the mixing function designed to accept a specific amount of data using one N value, or would is just take twice as long as previous Nfactor + 1?

I'm saying this because increasing the size of y by one will double the amount of memory used, and then send it off to be mixed.

In the very least, I could see the mixing speed decrease by half with every increase in N value i guess.
I'm not sure I totally understand your question, but I think y in this implementation is logarithmic for N (y=log(N)).  Hence y+1 = ~doubling of mixing
newbie
Activity: 42
Merit: 0
As far as I know FPGAs are a lot more power hungry, a lot slower, and have a lower density.
member
Activity: 106
Merit: 10
Thanks tacotime for starting this. I would love to see more opinions.

If we got an ASIC designed for N-factor x and the N-factor changes to y. Would the N-factor x ASIC still be efficent on N-facot y?

Yes.  Adjusting N-factor will not help very much so long as the ASIC already has N-factor set up to be dynamic, which should not be expensive to implement.  Making it larger is ideal, but the problem is that GPUs themselves use the same trick ASICs do to calculate hashes for larger N-factors in parallel, so it's not really a huge help.

It's part of the reason I'm dropping scrypt from the next MC2 whitepaper, most likely.

Asics are designed to be as low cost as possible and thus will not be designed* for a changing N factor. Also your previous post where you said that even current asics can run adaptive N but at lower speed is not true. The asics would need to be redesigned for this and without extra ram the performance would suck bigtime.
Even with more ram they would not be very effective; the gpu's use 1000 or more threads to reach the speed advantage they get now (scrypt: 6kH asic vs 800kH/s gpu), and all those threads use the same ram. To design a ram controller+hardware scheduler+cache for an asic is not economically possible (let alone you will be allowed to do so as every technique is patented). This means even possible future asics will be incredibly slow compared to gpu's as they cannot use the ram as effectively and will have to have seperate ram for every core.
Also ram is relativly slow, be it in an asic or on a vga card. An asic will suffer much more from this bottleneck as they will run the salsa at the same speed as gpus, and thus loosing their 'speed advantage' over a substantial part of the algo. 
And also: VTC is THE ASIC RESISTANT COIN, as is advertised. Changes have been made to the coin requiring a fork, why do you think this will not happen again as soon as asics for adaptive-n are announced?

*: with the current adaptive-n you would design for a specific N value; N changes so slowly that an asic could be used for a year or so, more than long enough to get your money back+profit. What is the life span of bitcoin asics at the moment, 6 months?
newbie
Activity: 54
Merit: 0
About P2Pool mining, I tried it and I kept getting harsh amount of rejects. Is that common or am I doing something wrong? I tried all the closest nodes with lowest latency.

member
Activity: 112
Merit: 10
Thanks tacotime for starting this. I would love to see more opinions.

If we got an ASIC designed for N-factor x and the N-factor changes to y. Would the N-factor x ASIC still be efficent on N-facot y?

Yes.  Adjusting N-factor will not help very much so long as the ASIC already has N-factor set up to be dynamic, which should not be expensive to implement.  Making it larger is ideal, but the problem is that GPUs themselves use the same trick ASICs do to calculate hashes for larger N-factors in parallel, so it's not really a huge help.

It's part of the reason I'm dropping scrypt from the next MC2 whitepaper, most likely.

Thank you for the direct response before. We have pretty much reached my level of understanding in this matter until I educate myself better.

Anyways, after looking at the code wouldn't having those extra variables be easier to implement in an FPGA?

Also, is the mixing function designed to accept a specific amount of data using one N value, or would is just take twice as long as previous Nfactor + 1?

I'm saying this because increasing the size of y by one will double the amount of memory used, and then send it off to be mixed.

In the very least, I could see the mixing speed decrease by half with every increase in N value i guess.
newbie
Activity: 42
Merit: 0

If you are smart enough to know how pools work, you'll know how awesome our pool is doing:



https://i.imgur.com/v3ChHLx.png


I can't stress how much money and payouts we're getting because of our efficient we are

http://dedicatedpool.com/images/logo.png

VTC.DEDICATEDPOOL.COM

Benefits of Mining on DEDICATEDPOOL.COM

  • Backups every 30 minutes of the databases and wallets to protect your mining endeavours.
  • Full 24/7 support available at [email protected]
  • Mine uninterrupted - dedicated servers w/redundancy, DDoS protection.
  • Trustworthy admins who care about your experience and mining.
Jump to: