Bitcoin Forum
May 02, 2024, 09:11:48 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
1714684308
Hero Member
*
Offline Offline

Posts: 1714684308

View Profile Personal Message (Offline)

Ignore
1714684308
Reply with quote  #2

1714684308
Report to moderator
The block chain is the main innovation of Bitcoin. It is the first distributed timestamping system.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714684308
Hero Member
*
Offline Offline

Posts: 1714684308

View Profile Personal Message (Offline)

Ignore
1714684308
Reply with quote  #2

1714684308
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!