Bitcoin Forum
June 14, 2024, 11:18:59 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: unable to run daemon over SSH  (Read 504 times)
moon_sun (OP)
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
October 05, 2016, 11:00:58 PM
Last edit: November 02, 2016, 09:17:49 AM by moon_sun
 #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?
moon_sun (OP)
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
October 06, 2016, 04:42:01 PM
 #2

Somebody help please  Sad
elbandi
Hero Member
*****
Offline Offline

Activity: 525
Merit: 529


View Profile
October 10, 2016, 10: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.
numanoid
Legendary
*
Offline Offline

Activity: 1890
Merit: 1148


View Profile
October 11, 2016, 01:39:24 PM
 #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)
moon_sun (OP)
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
October 12, 2016, 06: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
radhwane
Hero Member
*****
Offline Offline

Activity: 696
Merit: 500



View Profile
October 12, 2016, 08: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


Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!