Bitcoin Forum
April 25, 2024, 09:30:42 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: [1]
  Print  
Author Topic: Any Centos experts out there that can make this work?  (Read 1834 times)
cryptohunter (OP)
Legendary
*
Offline Offline

Activity: 2100
Merit: 1167

MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG


View Profile
July 17, 2013, 03:23:50 PM
 #1

Hi,

I am trying to follow this guide for unbutu however none of my servers run that only centos 6.3 64bit

Some people have this working on Centos, but i can't get it to work at all. Seems some of the commands are different and also this module libssl-dev libboost-all-dev libdb5.3++-dev -y  seems not to exist for centos??

----------------------------------------------------------------------------------
If you are running Ubuntu 12.10, run this extra command line:
apt-get install make

Then copy and paste these command lines one by one (hint – if you use PuTTY as mentioned above, simply copy each line here with Ctrl+C and then right click your mouse inside PuTTY Connection Manager window, to save you from manual typing and errors):
sudo dd if=/dev/zero of=/swapfile bs=64M count=16
sudo mkswap /swapfile
sudo swapon /swapfile
wget -O primecoin-0.1.1-hp4.tar.bz2 "http://sourceforge.net/projects/primecoin-hp/files/0.1.1-hp4/primecoin-0.1.1-hp4.tar.bz2"
tar -xvjf primecoin-0.1.1-hp4.tar.bz2
mv primecoin-0.1.1-hp4 primecoin
apt-get install build-essential libssl-dev libboost-all-dev libdb5.3++-dev -y
apt-get install libgmp-dev
cd ~/primecoin/src
make -f makefile.unix USE_UPNP=-
mkdir ~/.primecoin
echo "rpcuser=ANYUSERNAMEYOUSET
rpcpassword=YOURRANDOMVERYLONGPASSWORD
gen=1" > ~/.primecoin/primecoin.conf
sudo mv primecoind /usr/local/bin/.
primecoind --daemon
watch -n 5 'primecoind getmininginfo & primecoind getbalance & primecoind getconnectioncount'


---------------------------------------------------


can anyone write a guide that will work on centos? many people use centos and not unbuntu i would think?

1714037442
Hero Member
*
Offline Offline

Posts: 1714037442

View Profile Personal Message (Offline)

Ignore
1714037442
Reply with quote  #2

1714037442
Report to moderator
1714037442
Hero Member
*
Offline Offline

Posts: 1714037442

View Profile Personal Message (Offline)

Ignore
1714037442
Reply with quote  #2

1714037442
Report to moderator
1714037442
Hero Member
*
Offline Offline

Posts: 1714037442

View Profile Personal Message (Offline)

Ignore
1714037442
Reply with quote  #2

1714037442
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
cryptohunter (OP)
Legendary
*
Offline Offline

Activity: 2100
Merit: 1167

MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG


View Profile
July 17, 2013, 05:32:10 PM
 #2

nobody here is using centos at all ? terrible news Sad have to get a new server with ubuntu now i guess.

cp1
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


Stop using branwallets


View Profile
July 17, 2013, 06:16:50 PM
 #3

It's tough without the actual error, but from what you wrote I guess the libraries aren't available for that distribution.  So just download and compile them.

Guide to armory offline install on USB key:  https://bitcointalk.org/index.php?topic=241730.0
RichG
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile
July 17, 2013, 06:19:16 PM
 #4

*AHEM*

Trying to follow this.

Why are you using APT on CentOS? Shouldn't you be using YUM?
Raoul Duke
aka psy
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002



View Profile
July 17, 2013, 06:24:21 PM
 #5

The libraries packages have different names on CentOs - Google is your friend
Try this:
Code:
yum install libdb-devel libboost-devel openssl-devel
Raoul Duke
aka psy
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002



View Profile
July 17, 2013, 06:25:58 PM
 #6

*AHEM*

Trying to follow this.

Why are you using APT on CentOS? Shouldn't you be using YUM?

The apt command is a copy/paste from the Bitcoin readme or install file
RichG
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile
July 17, 2013, 06:41:47 PM
 #7

*AHEM*

Trying to follow this.

Why are you using APT on CentOS? Shouldn't you be using YUM?

The apt command is a copy/paste from the Bitcoin readme or install file
Oh... Thank you.

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!