Pages:
Author

Topic: Cryptonote coin analysis (Read 5508 times)

legendary
Activity: 1022
Merit: 1000
May 31, 2014, 04:46:29 PM
#21
Why would it not be linear?
Question is impossible, because it is linear.


https://forum.cryptonote.org/viewtopic.php?f=2&t=10

The blockchain size according to a dev is, is linear and 2-3x larger then Bitcoin's own. Thereby being scalable in the same way as Bitcoin is. Because anonymity is the main consideration here and transfers cannot be proven in as much detail as with Bitcoin, blockchain pruning could be a great solution to slim down cryptonote based blockchains in time.
newbie
Activity: 56
Merit: 0
May 30, 2014, 11:05:21 PM
#20
Is this prime buying across cryptonote coins? There seems to be little volume at  these lows.
sr. member
Activity: 336
Merit: 250
May 28, 2014, 08:39:24 AM
#19

It cannot be explained simply.


huh, thanx, I almost wanted to type the doge tip to you, but forgot we aren't on the reddit Cheesy
legendary
Activity: 2142
Merit: 1125
May 28, 2014, 08:06:19 AM
#18
CryptoNight CryptoNote coins
Monero
Wild Keccak CryptoNote coins
Boolberry
what's the difference between CryptoNight and Wild Keccak algos in layman's terms?

It cannot be explained simply.

Boolberry's devs did not wanted to just do a copy coin. They wanted a better algo.

The discussion can be found here : https://bitcointalksearch.org/topic/bbr-boolberry-hash-on-blockchain-discussion-588421

Here is how it begin :

Let's open hash-function discussion friends.
Just want to uncover our approach and show differences with CryptoNote that we use in our project announced here: https://bitcointalksearch.org/topic/bbr-boolberry-privacy-and-security-guaranteed-since-2014-577267

First of all I want to say that CryptoNote hash function (so called cn_slow_hash) is actually a very strong protected from ASIC's with different CPU instructions set as well as memory consuming algo. cn_slow_hash works hard on 2MB scratchpad and most of this scratchpad are fits in CPU cache.

For now it is difficult imagine that will be possible to make some specific hardware which will be more effective than CPU and will coast less than CPU. But world changes so fast, nobody knows what will happen in near future. We've all seen how rapid technological breakthroughs capable of performing the computer industry.  Huh

Since cn_slow_hash created 2MB scratchpad, it's have to cover all this data, that's why they use 220 iterations, and side-effect from this pretty slow work (about 500ms on normal laptop, twice faster on normal pc with suitable cpu cache). It may slow down synchronisation process at downloading blockchain (that is not a big problem) and theoretically it may be possible to attack network - connect and send a random block to make peer calculate slow_hash for useless fake block.

So, putting all together, we want to have:
1. Wide CPU instruction set
2. Memory-oriented algo
3. Small work time.

Realizing it, we've  tried to take a step to the side.

Idea of using blockchain data as scratchpad resulted in this hash function:



Actually this is a keccak hybrid, which use external scratchpad. After each keccack round, psudo-randomly addressed[state vector used as addresses] data is taken from scratchpad and xored with state.
Calculating each block PoW usualy hits about 1100 randomly addressed reading of blocks by 32 bytes.

I used "performance_tests" with different scratchpad size to find out memory hardness:

Quote
Warm up: 2161 ms
test_wild_keccak<400> - OK:
  loop count:    100000
  elapsed:       3020 ms
  time per call: 0 ms/call

Warm up: 2158 ms
test_wild_keccak<40000> - OK:
  loop count:    100000
  elapsed:       3060 ms
  time per call: 0 ms/call

Warm up: 2168 ms
test_wild_keccak<4000000> - OK:
  loop count:    100000
  elapsed:       3484 ms
  time per call: 0 ms/call

Warm up: 2156 ms
test_wild_keccak<40000000> - OK:
  loop count:    100000
  elapsed:       8119 ms
  time per call: 0 ms/call

Warm up: 2150 ms
test_wild_keccak<100000000> - OK:
  loop count:    100000
  elapsed:       8574 ms
  time per call: 0 ms/call

As you can see, working on small amount of memory 100000 hash operations takes 3020 ms, meanwhile work on 100Mb scratchpad with the same operations count takes 8574 ms.
Such difference(caused by the cache memory overflow) points to real memory hardness we guess.

Wellcome to comment.
sr. member
Activity: 336
Merit: 250
May 27, 2014, 01:31:53 PM
#17
CryptoNight CryptoNote coins
Monero
Wild Keccak CryptoNote coins
Boolberry

what's the difference between CryptoNight and Wild Keccak algos in layman's terms?
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
May 27, 2014, 10:01:04 AM
#16
Boolberry.
Yes, instalaunched QuazarCloneCoin should be removed and Boolberry should be added. Boolberry has a new, more ASIC-resistant hashing algorithm. Boolberry will become inefficient to mine with GPUs in a few years.

Which of the cryptonote coins has the most hash rate at the moment?
CryptoNight CryptoNote coins
Monero
Wild Keccak CryptoNote coins
Boolberry
sr. member
Activity: 336
Merit: 250
May 27, 2014, 06:24:01 AM
#15
Which of the cryptonote coins has the most hash rate at the moment?
legendary
Activity: 2142
Merit: 1125
May 27, 2014, 05:30:37 AM
#14

Boolberry.

newbie
Activity: 56
Merit: 0
May 27, 2014, 02:00:38 AM
#13
The botnet discussion,

https://forum.cryptonote.org/viewtopic.php?f=2&t=9

Clearly not an issue.
newbie
Activity: 56
Merit: 0
May 26, 2014, 11:51:57 PM
#12
newbie
Activity: 17
Merit: 0
May 26, 2014, 03:25:22 PM
#11
I read the cryptonote white paper

I pretty much have all the same information as you OP
legendary
Activity: 1596
Merit: 1029
Sine secretum non libertas
May 26, 2014, 02:17:16 PM
#10
Why would it not be linear?
Question is impossible, because it is linear.
legendary
Activity: 1588
Merit: 1000
May 26, 2014, 11:54:28 AM
#9
In comparison to Zerocash, darkcoin etc (take bytecoin ref as Cryptonote in general) = https://forum.cryptonote.org/viewtopic.php?f=2&t=18

Yeah, virtually all serious discussion comes from Maurice.P
And he just says "larger" transactions... same size regardless of blockchain size.

exponential = FUD.
newbie
Activity: 56
Merit: 0
May 26, 2014, 10:46:41 AM
#8
In comparison to Zerocash, darkcoin etc (take bytecoin ref as Cryptonote in general) = https://forum.cryptonote.org/viewtopic.php?f=2&t=18
legendary
Activity: 1588
Merit: 1000
May 26, 2014, 10:18:47 AM
#7
I'm personally still trying to find information on cryptonote bloat and scalability.  Most people claim it's an unscalable solution.

Ya man, dudes are talking down the price so they can invest, baby.

Why would it not be linear?
In which case, it's just another blockchain... with the usual blockchain issues/solutions.

And can we just put BCN to rest, RIP BCN...
The market has spoken it's 0.00000001 on Polo with tiny volume.

legendary
Activity: 1260
Merit: 1000
May 26, 2014, 10:08:04 AM
#6
I'm personally still trying to find information on cryptonote bloat and scalability.  Most people claim it's an unscalable solution.
full member
Activity: 196
Merit: 100
May 26, 2014, 10:01:02 AM
#5
Bytecoin- With origins claiming a release date as far back as 2 years

This is a lie. CryptoNote whitepaper was published on late 2013. So there is no way Bytecoin can be launched 2 years ago. Bytecoin is premined 80% and the dev pretend that it was "fairly" launched 2 years ago. Monero is released to fix BCN problem, a fair launch.

If Bytecoin's maturity is a lie, why then do the Cryptonote devs refer to its existence in terms of years?

https://forum.cryptonote.org/viewtopic.php?f=2&t=10

Quote
Re: Cryptonote's scalability
Postby Maurice.P » Tue Apr 01, 2014 7:07 pm

I can add that we're pretty sure that the complexity level won't grow exponentially, so the coin should keep going even when the number of users is high. Once again, Bytecoin has been doing pretty good for the last years. I don't know the current figures, but I'd say several tens of thousands of active users with continuously ongoing transactions.
sr. member
Activity: 322
Merit: 250
May 26, 2014, 09:49:55 AM
#4
Bytecoin- With origins claiming a release date as far back as 2 years

This is a lie. CryptoNote whitepaper was published on late 2013. So there is no way Bytecoin can be launched 2 years ago. Bytecoin is premined 80% and the dev pretend that it was "fairly" launched 2 years ago. Monero is released to fix BCN problem, a fair launch.

Blockchain was probably faked to look 2 years old to boot.
sr. member
Activity: 300
Merit: 250
May 26, 2014, 09:30:08 AM
#3
Bytecoin- With origins claiming a release date as far back as 2 years

This is a lie. CryptoNote whitepaper was published on late 2013. So there is no way Bytecoin can be launched 2 years ago. Bytecoin is premined 80% and the dev pretend that it was "fairly" launched 2 years ago. Monero is released to fix BCN problem, a fair launch.
sr. member
Activity: 322
Merit: 250
May 26, 2014, 08:49:00 AM
#2
Monero has the most legit developers and a good launch.
Fantomcoin is also nice.
Pages:
Jump to: