Pages:
Author

Topic: Noob help with rpc bitcoind (Read 1079 times)

hero member
Activity: 504
Merit: 501
November 04, 2015, 01:37:22 AM
#25
I dont think i installed bitcoind right or not sure if im using right command to run bitcoind

What error are you getting?
   Not enough file descriptors available.
when i use this command  ./bitcoin-0.11.1/bin/bitcoind &
You need more RAM. You need set least 4Gb of RAM to run bitcoind decently well. I suggest that you upgrade your server.
oh i see  thank you. is there a way around it using my computer at home like the other guy said with vpn?
staff
Activity: 3374
Merit: 6530
Just writing some code
November 04, 2015, 01:21:12 AM
#24
I dont think i installed bitcoind right or not sure if im using right command to run bitcoind

What error are you getting?
   Not enough file descriptors available.
when i use this command  ./bitcoin-0.11.1/bin/bitcoind &
You need more RAM. You need set least 4Gb of RAM to run bitcoind decently well. I suggest that you upgrade your server.
hero member
Activity: 504
Merit: 501
November 04, 2015, 01:19:35 AM
#23
I dont think i installed bitcoind right or not sure if im using right command to run bitcoind

What error are you getting?
    Not enough file descriptors available.
when i use this command  ./bitcoin-0.11.1/bin/bitcoind &
staff
Activity: 3374
Merit: 6530
Just writing some code
November 04, 2015, 01:09:45 AM
#22
I dont think i installed bitcoind right or not sure if im using right command to run bitcoind

What error are you getting?
hero member
Activity: 504
Merit: 501
November 04, 2015, 12:36:12 AM
#21
Thankyou very much i guess now i setup a blockchain account and get private key
Your welcome. If you'd like, you can tip my address in my signature.
I dont think i installed bitcoind right or not sure if im using right command to run bitcoind
staff
Activity: 3374
Merit: 6530
Just writing some code
November 04, 2015, 12:24:36 AM
#20
Thankyou very much i guess now i setup a blockchain account and get private key
Your welcome. If you'd like, you can tip my address in my signature.
hero member
Activity: 504
Merit: 501
November 04, 2015, 12:22:59 AM
#19
ok bitcoind is not starting up...what is the command line?
hero member
Activity: 504
Merit: 501
November 04, 2015, 12:16:35 AM
#18
ok i confirmed, it is saved
newbie
Activity: 16
Merit: 0
November 04, 2015, 12:06:34 AM
#17
i have tried many different system instructions and none work so i guess this is my first problem

Like I said...You have the wrong type of hosting. You have cpanel hosting when you instead need a VPS.

If the script you purchased allows for remote connections to bitcoind you can install bitcoin on your home pc (or any other server) and allow remote connections so that your cpanel host can connect to your bitcoind node at home OR you can buy a VPS and install bitcoin and a web server on that.
That is wrong. The hosting service has the option for a VPS with cpanel also installed. Since he has ssh access, he can do the stuff I posted above.

Ah didn't see that you can choose to have your VPS come preinstalled with cpanel. I guess we will need clarification on which plan OP picked from https://www.thcservers.com.
staff
Activity: 3374
Merit: 6530
Just writing some code
November 04, 2015, 12:04:34 AM
#16
i have tried many different system instructions and none work so i guess this is my first problem

Like I said...You have the wrong type of hosting. You have cpanel hosting when you instead need a VPS.

If the script you purchased allows for remote connections to bitcoind you can install bitcoin on your home pc (or any other server) and allow remote connections so that your cpanel host can connect to your bitcoind node at home OR you can buy a VPS and install bitcoin and a web server on that.
That is wrong. The hosting service has the option for a VPS with cpanel also installed. Since he has ssh access, he can do the stuff I posted above.
staff
Activity: 3374
Merit: 6530
Just writing some code
November 04, 2015, 12:03:43 AM
#15
cat: /etc/*-release: No such file or directory

Well that's a problem.

I just checked the website and I think you are using CentOS 6 since that is the default linux version for vps with cpanel.

Type the following commands:
Code:
yum install nano
nano ~/.bitcoin/bitcoin.conf

This will open up an interactive window where you can edit text.

Add the following lines:
Code:
server=1
rpcuser=
rpcpassword=
where and is the username and password you want for the rpc server. The password should be hard to guess and a random string of letters and numbers because knowing the user and pass means that someone could potentially send commands to the rpc server and steal all of the bitcoin there.

Then hit Ctrl+x and follow the prompts to save the file. Once that is done, start up bitcoind (or restart it). In the config file for the gambling script, set the RPC_Login and RPC_password to and respectively. Make sure to keep the single quotes around each one so that it recognizes the strings.
hero member
Activity: 504
Merit: 501
November 04, 2015, 12:02:16 AM
#14
i have tried many different system instructions and none work so i guess this is my first problem

Like I said...You have the wrong type of hosting. You have cpanel hosting when you instead need a VPS.

If the script you purchased allows for remote connections to bitcoind you can install bitcoin on your home pc (or any other server) and allow remote connections so that your cpanel host can connect to your bitcoind node at home OR you can buy a VPS and install bitcoin and a web server on that.
 Ok, thats sound good...how do i do this? i do have vps already installed on my computer
hero member
Activity: 504
Merit: 501
November 04, 2015, 12:01:10 AM
#13
Ok i'm using     CentOS
newbie
Activity: 16
Merit: 0
November 04, 2015, 12:00:24 AM
#12
i have tried many different system instructions and none work so i guess this is my first problem

Like I said...You have the wrong type of hosting. You have cpanel hosting when you instead need a VPS.

If the script you purchased allows for remote connections to bitcoind you can install bitcoin on your home pc (or any other server) and allow remote connections so that your cpanel host can connect to your bitcoind node at home OR you can buy a VPS and install bitcoin and a web server on that.
hero member
Activity: 504
Merit: 501
November 03, 2015, 11:56:04 PM
#11
i have tried many different system instructions and none work so i guess this is my first problem. let me ask my server help window, now waiting for respond.
hero member
Activity: 504
Merit: 501
November 03, 2015, 11:52:59 PM
#10
-bash: lsb_release: command not found

That's odd, it should work. Try
Code:
cat /etc/*-release
cat: /etc/*-release: No such file or directory
staff
Activity: 3374
Merit: 6530
Just writing some code
November 03, 2015, 11:51:22 PM
#9
-bash: lsb_release: command not found

That's odd, it should work. Try
Code:
cat /etc/*-release
hero member
Activity: 504
Merit: 501
November 03, 2015, 11:50:00 PM
#8
What is the server OS? You will probably need to do it through ssh, and it is actually easier that way.
linux
What linux distro? Ubuntu? Debian? Fedora? Mint? etc.
How do i find out??  in the cpanel it just says linux
Open up an ssh session and type
Code:
lsb_release -a
into the console. Post the output here.
  -bash: lsb_release: command not found
newbie
Activity: 16
Merit: 0
November 03, 2015, 11:49:34 PM
#7
What is the server OS? You will probably need to do it through ssh, and it is actually easier that way.
linux
What linux distro? Ubuntu? Debian? Fedora? Mint? etc.
How do i find out??  in the cpanel it just says linux

What you have is website hosting which more than likely denies you root access and wont allow you to install bitcoin. Does the script allow remote connections to bitcoind?
staff
Activity: 3374
Merit: 6530
Just writing some code
November 03, 2015, 11:47:36 PM
#6
What is the server OS? You will probably need to do it through ssh, and it is actually easier that way.
linux
What linux distro? Ubuntu? Debian? Fedora? Mint? etc.
How do i find out??  in the cpanel it just says linux
Open up an ssh session and type
Code:
lsb_release -a
into the console. Post the output here.
Pages:
Jump to: