Bitcoin Forum
May 09, 2024, 12:40:24 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Astrocoin daemon problem  (Read 672 times)
raxetor_patyokrasi (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
January 22, 2014, 07:50:25 PM
 #1

I compiled daemon with this command :

Code:
 make -f makefile.unix astrocoind 

When I run astrocoind -daemon , giving this error :

Code:
-bash: /usr/local/bin/astrocoind: Permission denied

And looks different in directory from other daemons. Why I can't run ? Thanks.

http://gyazo.com/457a8970da79d583b2dcd67d2eadda54.png
1715258424
Hero Member
*
Offline Offline

Posts: 1715258424

View Profile Personal Message (Offline)

Ignore
1715258424
Reply with quote  #2

1715258424
Report to moderator
1715258424
Hero Member
*
Offline Offline

Posts: 1715258424

View Profile Personal Message (Offline)

Ignore
1715258424
Reply with quote  #2

1715258424
Report to moderator
"There should not be any signed int. If you've found a signed int somewhere, please tell me (within the next 25 years please) and I'll change it to unsigned int." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715258424
Hero Member
*
Offline Offline

Posts: 1715258424

View Profile Personal Message (Offline)

Ignore
1715258424
Reply with quote  #2

1715258424
Report to moderator
sroberson
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
January 22, 2014, 08:11:45 PM
 #2

That file is not executable. That's why it's a different color.  See more info with ls -la /usr/local/bin.

You need to do a chmod +x /usr/local/bin/astrocoind.  (you may have to use 'sudo' in front of this if you are not using the 'root' user account.)

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!