Post
Topic
Board Service Announcements (Altcoins)
Re: ROKOS | OS with integrated Bitcoin OKCash Litecoin Dogecoin for Raspberry PI IoT
by
OKtoshi
on 01/07/2015, 05:25:21 UTC
OS already has a lot of the libraries required to compile most of cryptocurrencies, you can try compiling your altcoin daemon like this:


- git clone http://[githubofaltcoin]

- cd altcoin

- cd src

- make -f makefile.unix USE_UPNP=-

that should compile the daemon for that altcoin, feel free to share feedback or ask any question in the official thread so it can remain for future users with same doubts, we will share more friendly manuals later on.


P.S: you should remember to open the ports of that altcoin in the firewall, you can do it with

- sudo ufw allow PORT/TCP


Cheers.