I couldn't find the file scrypt-arm.S on the link you mention: http://starflakenights.net/crypto/wallets.html
Perhaps they moved/erased already?
Thanks in advance.
You'll have to download one of the source files (master.zip). I used the one from DMD
After doing all that you described (except for the install libboost1.50-all and qt4-qmake libqt4-dev), I'm getting this error:
src/scrypt_mine.cpp: In function ‘void* scrypt_buffer_alloc()’:
src/scrypt_mine.cpp:66:19: error: ‘SCRYPT_BUFFER_SIZE’ was not declared in this scope
return malloc(SCRYPT_BUFFER_SIZE);
^
src/scrypt_mine.cpp: In function ‘void scrypt(const void*, size_t, uint32_t*, void*)’:
src/scrypt_mine.cpp:87:21: error: ‘scrypt_core’ was not declared in this scope
scrypt_core(X, V);
^
src/scrypt_mine.cpp: In function ‘void* scrypt_buffer_alloc()’:
src/scrypt_mine.cpp:67:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
Makefile:2209: recipe for target 'build/scrypt_mine.o' failed
make: *** [build/scrypt_mine.o] Error 1
I must say that I'm trying to install bottlecaps on Rokos V5 system running on RPi-3.
Thanks in advance for any help.