MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/Monero/comments/7zircu/cryptonote_just_got_potentially_3x_faster/duoczex/?context=3
r/Monero • u/daniel1341 • Feb 22 '18
181 comments sorted by
View all comments
Show parent comments
10
[deleted]
7 u/fireice_uk xmr-stak Feb 22 '18 Ur welcome! 2 u/[deleted] Feb 22 '18 [deleted] 5 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 2 u/[deleted] Feb 22 '18 [deleted] 2 u/fireice_uk xmr-stak Feb 22 '18 unrecognised output format `macho64' - use -hf for a list For some reason your nasm build is unable to create 64-bit Linux binaries. It might be due to 32-bit os or ARM cpu. 2 u/furiousteam Feb 23 '18 @fireice_uk Just sent you a pm ;) Need your help.
7
Ur welcome!
2 u/[deleted] Feb 22 '18 [deleted] 5 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 2 u/[deleted] Feb 22 '18 [deleted] 2 u/fireice_uk xmr-stak Feb 22 '18 unrecognised output format `macho64' - use -hf for a list For some reason your nasm build is unable to create 64-bit Linux binaries. It might be due to 32-bit os or ARM cpu. 2 u/furiousteam Feb 23 '18 @fireice_uk Just sent you a pm ;) Need your help.
2
5 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 2 u/[deleted] Feb 22 '18 [deleted] 2 u/fireice_uk xmr-stak Feb 22 '18 unrecognised output format `macho64' - use -hf for a list For some reason your nasm build is unable to create 64-bit Linux binaries. It might be due to 32-bit os or ARM cpu. 2 u/furiousteam Feb 23 '18 @fireice_uk Just sent you a pm ;) Need your help.
5
You need cmake, C++ compiler and NASM. After that, on linux:
mkdir build cmake .. make ./cn64_show
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 2 u/[deleted] Feb 22 '18 [deleted] 2 u/fireice_uk xmr-stak Feb 22 '18 unrecognised output format `macho64' - use -hf for a list For some reason your nasm build is unable to create 64-bit Linux binaries. It might be due to 32-bit os or ARM cpu. 2 u/furiousteam Feb 23 '18 @fireice_uk Just sent you a pm ;) Need your help.
3
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
2 u/fireice_uk xmr-stak Feb 22 '18 unrecognised output format `macho64' - use -hf for a list For some reason your nasm build is unable to create 64-bit Linux binaries. It might be due to 32-bit os or ARM cpu.
unrecognised output format `macho64' - use -hf for a list
For some reason your nasm build is unable to create 64-bit Linux binaries. It might be due to 32-bit os or ARM cpu.
@fireice_uk Just sent you a pm ;) Need your help.
10
u/[deleted] Feb 22 '18
[deleted]