Bitcoin Forum
May 03, 2024, 10:28:24 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: 1 2 [All]
  Print  
Author Topic: Need help installing bitcoind on my vps plz  (Read 1361 times)
oluis17 (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
November 14, 2013, 03:13:38 AM
 #1

Is there anybody who could help me install bitcoind on my cloud vps server?
1714775304
Hero Member
*
Offline Offline

Posts: 1714775304

View Profile Personal Message (Offline)

Ignore
1714775304
Reply with quote  #2

1714775304
Report to moderator
1714775304
Hero Member
*
Offline Offline

Posts: 1714775304

View Profile Personal Message (Offline)

Ignore
1714775304
Reply with quote  #2

1714775304
Report to moderator
1714775304
Hero Member
*
Offline Offline

Posts: 1714775304

View Profile Personal Message (Offline)

Ignore
1714775304
Reply with quote  #2

1714775304
Report to moderator
Bitcoin mining is now a specialized and very risky industry, just like gold mining. Amateur miners are unlikely to make much money, and may even lose money. Bitcoin is much more than just mining, though!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714775304
Hero Member
*
Offline Offline

Posts: 1714775304

View Profile Personal Message (Offline)

Ignore
1714775304
Reply with quote  #2

1714775304
Report to moderator
1714775304
Hero Member
*
Offline Offline

Posts: 1714775304

View Profile Personal Message (Offline)

Ignore
1714775304
Reply with quote  #2

1714775304
Report to moderator
1714775304
Hero Member
*
Offline Offline

Posts: 1714775304

View Profile Personal Message (Offline)

Ignore
1714775304
Reply with quote  #2

1714775304
Report to moderator
moderate
Member
**
Offline Offline

Activity: 98
Merit: 10

nearly dead


View Profile
November 14, 2013, 03:17:44 AM
 #2

Is there anybody who could help me install bitcoind on my cloud vps server?

Yes, after you clearly specify what is the problem you are having.
oluis17 (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
November 14, 2013, 03:40:21 AM
 #3

I'm completely new to the whole thing, so I don't even know how to get it on my server.
moderate
Member
**
Offline Offline

Activity: 98
Merit: 10

nearly dead


View Profile
November 14, 2013, 03:43:26 AM
 #4

I'm completely new to the whole thing, so I don't even know how to get it on my server.

But you certainly can search for it ? Download the .tar.gz from http://bitcoin.org/en/download, uncompress using tar -xzvf bitcoin-0.8.5-linux.tar.gz and copy the binary to an adequate place. Just run bitcoind and wait as it syncs.
oluis17 (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
November 14, 2013, 04:06:26 AM
 #5

Well, yeah I've downloaded it, but I keep seeing instructions say run this command but do I just upload it or do I use the server to download it directly and if so what prompt or feature do I have to access to do it?
moderate
Member
**
Offline Offline

Activity: 98
Merit: 10

nearly dead


View Profile
November 14, 2013, 04:11:58 AM
 #6

Well, yeah I've downloaded it, but I keep seeing instructions say run this command but do I just upload it or do I use the server to download it directly and if so what prompt or feature do I have to access to do it?

I don't know how you can access your server, it is yours, not mine. Can't you ssh into it ?
oluis17 (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
November 14, 2013, 04:15:20 AM
 #7

I access it thru cpanel, but is ssh what I need to use then?
xwebnetwork
Hero Member
*****
Offline Offline

Activity: 684
Merit: 500


Veni. Vidi. Vici.


View Profile WWW
November 14, 2013, 04:38:06 AM
 #8

You're going to need Putty and the root credentials and then some knowledge of basic SSH commands to get the installation started.

Validity.Bringing Advanced Utility to the Blockchain with the Validity SmartChain!
Website | BTCT Thread
oluis17 (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
November 14, 2013, 04:39:32 AM
 #9

K, I'll get on that, thank you.
NothinG
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500



View Profile
November 14, 2013, 04:42:31 AM
 #10

K, I'll get on that, thank you.
Putty to access server: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

Typical SSH access is:

ip: ip/domain of server
port: 22
user: root (or cpanel username if they have you on a jailed/shared server)

oluis17 (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
November 14, 2013, 04:47:47 AM
 #11

Thank you all, this has been very helpful, been lost all day.
moderate
Member
**
Offline Offline

Activity: 98
Merit: 10

nearly dead


View Profile
November 14, 2013, 04:48:34 AM
 #12

K, I'll get on that, thank you.
Putty to access server: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

Typical SSH access is:

ip: ip/domain of server
port: 22
user: root (or cpanel username if they have you on a jailed/shared server)

Dear... you shouldn't even have ssh root login enabled. Interesting that somehow you got to know he runs windows and has to use putty, I didn't see that being mentioned. I guess that assumption was based on the guy not even knowing how to use ssh, makes sense actually.
xwebnetwork
Hero Member
*****
Offline Offline

Activity: 684
Merit: 500


Veni. Vidi. Vici.


View Profile WWW
November 14, 2013, 04:54:27 AM
 #13

How else would you suggest he SSH in to a remote VPS and run commands at a super user level? SSH is a secured protocol and Putty can be used on both Windows and Unix. While I understand your concerns, as long as he keeps a secured password, he should not have any issues. It may also be wise to change the default port to something other than 22.

Validity.Bringing Advanced Utility to the Blockchain with the Validity SmartChain!
Website | BTCT Thread
moderate
Member
**
Offline Offline

Activity: 98
Merit: 10

nearly dead


View Profile
November 14, 2013, 05:02:44 AM
 #14

How else would you suggest he SSH in to a remote VPS and run commands at a super user level? SSH is a secured protocol and Putty can be used on both Windows and Unix. While I understand your concerns, as long as he keeps a secured password, he should not have any issues. It may also be wise to change the default port to something other than 22.

lol, was that a joke ? Sorry I missed it. You login through ssh with a normal user account, then while there you use sudo to run specific commands at higher privilege. Changing ports adds zero security.

Putty was developed for Windows, there is zero use for it under Unix.
xwebnetwork
Hero Member
*****
Offline Offline

Activity: 684
Merit: 500


Veni. Vidi. Vici.


View Profile WWW
November 14, 2013, 05:09:54 AM
 #15

Well that's the thing. Typically you could just remote in as a normal user but if I recall correctly (and correct me if I am wrong), normal users accounts created via WHM are limited to jailed SSH access. And seeing that he has a cPanel server, he'd be using WHM to set up these accounts. Then again, I suppose he could manually create the normal user via the root to bypass the WHM restrictions imposed, but then things get a little more complicated for a novice user.

Edit: Never mind. You are absolutely right and WHM can create both Normal and Jailed users. That being said, he should definitely do just that. Disable root and use a normal account.

Validity.Bringing Advanced Utility to the Blockchain with the Validity SmartChain!
Website | BTCT Thread
oluis17 (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
November 14, 2013, 06:49:27 AM
 #16

Where do I need to put bitcoin.conf so it can be recognized.
moderate
Member
**
Offline Offline

Activity: 98
Merit: 10

nearly dead


View Profile
November 14, 2013, 06:56:19 AM
 #17

Where do I need to put bitcoin.conf so it can be recognized.

Most likely at ~/.bitcoin/bitcoin.conf
Eternity
Full Member
***
Offline Offline

Activity: 196
Merit: 100



View Profile
November 14, 2013, 07:16:59 AM
 #18

Do you still need this installed ?
oluis17 (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
November 14, 2013, 08:01:12 AM
 #19

Well I think for the most part I have it. I just keep getting this error Error: To use bitcoind, you must set a rpcpassword in the configuration file:
/home/spinforb/.bitcoin/bitcoin.conf


which i think ive done.
oluis17 (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
November 14, 2013, 08:14:34 AM
 #20

How can I tell if its running?
NothinG
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500



View Profile
November 14, 2013, 08:17:05 AM
 #21

How can I tell if its running?
Open a second session, type: ./bitcoind getconnectioncount

This will let you know if it's working, let you know if you're connected and to how many people.

If you haven't already restarted bitcoind after adding an rpc password, you may want to do that first.

oluis17 (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
November 14, 2013, 08:32:21 AM
 #22

Wow, so I finally got it running!! Thank you all for helping me out, I really appreciate all the help!
raskolnikovx
Full Member
***
Offline Offline

Activity: 186
Merit: 100


View Profile
November 14, 2013, 04:07:39 PM
 #23

Hope you study a little bit more before building your own online wallet site!
=)
Pages: 1 2 [All]
  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!