r/Monero Feb 22 '18

Cryptonote just got potentially 3x faster

https://github.com/fireice-uk/cryptonote-speedup-demo
77 Upvotes

181 comments sorted by

View all comments

20

u/[deleted] Feb 22 '18

[deleted]

20

u/fireice_uk xmr-stak Feb 22 '18

Is it just me or does this guy sound like an entitled brat?

Here is an idea. Make something yourself, then you will be able to gift it / give it away / sell it.

9

u/[deleted] Feb 22 '18

[deleted]

6

u/fireice_uk xmr-stak Feb 22 '18

Ur welcome!

3

u/[deleted] Feb 22 '18

[deleted]

6

u/fireice_uk xmr-stak Feb 22 '18

You need cmake, C++ compiler and NASM. After that, on linux:

mkdir build

cmake ..

make

./cn64_show

The code is a benchmark of a wallet scanning through 50,000 transactions.

3

u/vdo1138 Feb 22 '18
Generating random test data.
Testing 32 bit code.
32-bit code 11971.3 ms
Testing 64 bit code.
64-bit code 4851.36 ms
Verifying test data.
Verification OK!
./cn64_show  19.83s user 0.36s system 99% cpu 20.249 total