Basically what I have to do is run the following command,
./home/pooldaemon/monero-stratum/build/bin/monero-stratum /home/pooldaemon/monero-stratum/config.json
the only disadvantage that this brings with it is that I can't do anything else. So I would like to make it run in the background so that I can do other things on my linux server in the mean time.
For the record I am running Linux Ubuntu 16.04 LTS Server.
I have ran true different solutions but quiet honestly most off them are to far out of my knowledge and understanding off linux.
/home/pooldaemon/monero-stratum/build/bin/monero-stratum /home/pooldaemon/monero-stratum/config.json &
or better use screen to you can reattach if needed. https://help.ubuntu.com/community/Screen – Panther Oct 05 '17 at 16:36~/.profile
, so this command will be run at session startup. My question is: How many times will~/.profile
be executed in a user session? Because I know~/.bashrc
will be executed whenever we open a terminal. – Redbob Oct 05 '17 at 17:51