Thanks.
I have an error when installing the script.
"
crypto/hmac_sha256.cpp:34:1: fatal error: opening dependency file obj/crypto/hmac_sha256.d: No such file or directory
}
^
compilation terminated.
make: *** [obj/crypto/hmac_sha256.o] Error 1
"
I have followed the following steps as mentioned:
1. git clone
https://github.com/RenosCoin/RenosCoin.git RenosCoin
2. cd RenosCoin/src
3. sudo make -f makefile.unix # Headless renos
Someone can help me ?