Author

Topic: unable to run daemon over SSH (Read 507 times)

hero member
Activity: 696
Merit: 500
October 12, 2016, 04:04:06 PM
#6
to keep a service running all times even if you close SSH install forever
- login to your server via SSH
- install forever
Code:
$ [sudo] npm install forever -g

Code:
forever start -c "npm start" /root/project


newbie
Activity: 17
Merit: 0
October 12, 2016, 02:58:56 PM
#5
I'm sure if this topic hasn't any related with alt coins, you can move this thread to service section (make sure if you'll give the bounty (prize) for person who can help you)

It was moved here by moderators Undecided
legendary
Activity: 1890
Merit: 1148
October 11, 2016, 09:39:24 AM
#4
I'm sure if this topic hasn't any related with alt coins, you can move this thread to service section (make sure if you'll give the bounty (prize) for person who can help you)
hero member
Activity: 525
Merit: 529
October 10, 2016, 06:01:15 PM
#3
you want to use a 32bit binary on a 64bit system (or vice versa).
Use the right binary or compile one.
newbie
Activity: 17
Merit: 0
October 06, 2016, 12:42:01 PM
#2
Somebody help please  Sad
newbie
Activity: 17
Merit: 0
October 05, 2016, 07:00:58 PM
#1
Hi Wink I need help for running a daemon over SSH on rented server, I successfully copied the file into root directory, tried to run with command "sudo ./altcoind" or "sudo ./altcoind -daemon" but I got this message "-bash: ./altcoind: Permission denied", I changed execution permissions and new message is "-bash: ./altcoind: No such file or directory". Tried to change directory and run the daemon from home directory but I got the same errors. Something's wrong...I have no idea what to do. I want to run the wallet and keep it open even if I close the SSH session, help please?
Jump to: