Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: datguys on March 11, 2014, 07:44:41 PM



Title: how to run bitcoind server on a ubuntu 13.04 server
Post by: datguys on March 11, 2014, 07:44:41 PM
i  am trying to host a bitcoind on my server so I can connect to it on my website, how do I install it, run it, update the conf file? this is on a server not a desktop... im using ssh


Title: Re: how to run bitcoind server on a ubuntu 13.04 server
Post by: hardshot on March 11, 2014, 08:02:08 PM
tried apt-get install bitcoind ?


Title: Re: how to run bitcoind server on a ubuntu 13.04 server
Post by: datguys on March 11, 2014, 08:07:53 PM
tried apt-get install bitcoind ?

done but dont know what to do after it?


Title: Re: how to run bitcoind server on a ubuntu 13.04 server
Post by: spin on March 13, 2014, 08:39:52 AM
Code:
sudo service bitcoind start
then wait...

then
Code:
bitcoind getinfo

You should get something like this (old example):
Code:
{
    "version" : 80600,
    "protocolversion" : 70001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 225436,
    "timeoffset" : 0,
    "connections" : 9,
    "proxy" : "",
    "difficulty" : 4367876.00084220,
    "testnet" : false,
    "keypoololdest" : 1389424771,
    "keypoolsize" : 103,
    "paytxfee" : 0.00000000,
    "errors" : ""
}

Connections should be>0.
Blocks should go up with repeated runs until bitcoind is synced up.  Then it would go up every ~10mins only.


Title: Re: how to run bitcoind server on a ubuntu 13.04 server
Post by: cp1 on March 16, 2014, 08:18:24 PM
Setup your bitcoin.conf like so: https://en.bitcoin.it/wiki/Running_Bitcoin#Bitcoin.conf_Configuration_File


Title: Re: how to run bitcoind server on a ubuntu 13.04 server
Post by: LightedLamp on March 16, 2014, 08:36:37 PM
tried apt-get install bitcoind ?

The apt get repo is version .3.24 from 2011 - I wouldn't recommend it.


Title: Re: how to run bitcoind server on a ubuntu 13.04 server
Post by: vit1988 on March 16, 2014, 09:13:06 PM
done but dont know what to do after it?

Depends on what you want to do with it ;)

The original bitcoind's API and resources for different programing languages are described here:
https://en.bitcoin.it/wiki/API_reference_%28JSON-RPC%29

Method calls are described here:
https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_Calls_list


Title: Re: how to run bitcoind server on a ubuntu 13.04 server
Post by: cr1776 on March 16, 2014, 11:42:56 PM
tried apt-get install bitcoind ?

The apt get repo is version .3.24 from 2011 - I wouldn't recommend it.


Use "Git clone http://github.com/...the rest..."

Then make it.

Then run it.



Title: Re: how to run bitcoind server on a ubuntu 13.04 server
Post by: LightedLamp on March 17, 2014, 12:16:45 AM
tried apt-get install bitcoind ?

The apt get repo is version .3.24 from 2011 - I wouldn't recommend it.


Use "Git clone http://github.com/...the rest..."

Then make it.

Then run it.


Translation: Move along people no need to point out how ****ing incompetent this is - for a project with a 12 billion dollar market cap.


Title: Re: how to run bitcoind server on a ubuntu 13.04 server
Post by: cp1 on March 17, 2014, 02:25:29 AM

Translation: Move along people no need to point out how ****ing incompetent this is - for a project with a 12 billion dollar market cap.

what?  can't you google?  https://bitcoin.org/en/download



Title: Re: how to run bitcoind server on a ubuntu 13.04 server
Post by: LightedLamp on March 17, 2014, 02:39:26 AM
You mean for everything someone intends to install using apt-get they should in fact assume that the PPA repo is 3 years old and google for the updated version? Isn't that rather counter-intuitive ?


Title: Re: how to run bitcoind server on a ubuntu 13.04 server
Post by: cp1 on March 17, 2014, 02:43:29 AM
No, only for the software that they use to store thousands of dollars with.


Title: Re: how to run bitcoind server on a ubuntu 13.04 server
Post by: LightedLamp on March 17, 2014, 02:53:11 AM
No, only for the software that they use to store thousands of dollars with.

And of course it's completely normal that the software which people use to store thousands of dollars from day to day should have an official repo dating back to 2011.



Title: Re: how to run bitcoind server on a ubuntu 13.04 server
Post by: CrashX on March 18, 2014, 09:01:58 AM
No, only for the software that they use to store thousands of dollars with.

And of course it's completely normal that the software which people use to store thousands of dollars from day to day should have an official repo dating back to 2011.



Welcome to Bitcoin.... lol

Afew sites are using a custom version of it.


Title: Re: how to run bitcoind server on a ubuntu 13.04 server
Post by: virtuexru on March 19, 2014, 05:11:58 PM
tried apt-get install bitcoind ?

The apt get repo is version .3.24 from 2011 - I wouldn't recommend it.

Who cares?


Title: Re: how to run bitcoind server on a ubuntu 13.04 server
Post by: LightedLamp on March 20, 2014, 05:16:01 AM
tried apt-get install bitcoind ?

The apt get repo is version .3.24 from 2011 - I wouldn't recommend it.

Who cares?

Wow this guy is smart - we should put him on the board for some foundation that has 12 billion dollars of peoples money at stake.


Title: Re: how to run bitcoind server on a ubuntu 13.04 server
Post by: cr1776 on March 21, 2014, 01:35:32 AM
tried apt-get install bitcoind ?

The apt get repo is version .3.24 from 2011 - I wouldn't recommend it.


Use "Git clone http://github.com/...the rest..."

Then make it.

Then run it.


Translation: Move along people no need to point out how ****ing incompetent this is - for a project with a 12 billion dollar market cap.

Translation: no need to be an a$$, or how to be a noob who is ignored.

if you are running it on your server for your web site to handle lots of money, you should be able to compile it yourself. If you can't, the incompetent one isn't the project. Mt Gox and others have half-a$$ed it too.

If you are joe user, there are lots of wallets that are available and no need for this. 





Title: Re: how to run bitcoind server on a ubuntu 13.04 server
Post by: LightedLamp on March 21, 2014, 05:05:12 AM
tried apt-get install bitcoind ?

The apt get repo is version .3.24 from 2011 - I wouldn't recommend it.


Use "Git clone http://github.com/...the rest..."

Then make it.

Then run it.


Translation: Move along people no need to point out how ****ing incompetent this is - for a project with a 12 billion dollar market cap.

Translation: no need to be an a$$, or how to be a noob who is ignored.

if you are running it on your server for your web site to handle lots of money, you should be able to compile it yourself. If you can't, the incompetent one isn't the project. Mt Gox and others have half-a$$ed it too.

If you are joe user, there are lots of wallets that are available and no need for this. 

Let me start that buggy QT client right up.


Title: Re: how to run bitcoind server on a ubuntu 13.04 server
Post by: zaseb on March 21, 2014, 03:30:15 PM
You mean for everything someone intends to install using apt-get they should in fact assume that the PPA repo is 3 years old and google for the updated version? Isn't that rather counter-intuitive ?

This isn't the Bitcoin development teams fault. This is canonicals as they manage the repository. OP is installing from the main repository and not the third-party managed PPA which has a newer version.

Different distro's have different processes when it comes to updating packages in repositories but most have extensive an testing process before including it, which is why the Ubuntu version is outdated - they haven't got around to testing the newer versions yet. Most of the packages in the Ubuntu repository are outdated intentionally. New features in newer versions may have bugs so they wait a while for it to mature before including it and normally only update when its necessary (security vulnerability is found etc).


Title: Re: how to run bitcoind server on a ubuntu 13.04 server
Post by: virtuexru on March 21, 2014, 07:36:42 PM
tried apt-get install bitcoind ?

The apt get repo is version .3.24 from 2011 - I wouldn't recommend it.

Who cares?

Wow this guy is smart - we should put him on the board for some foundation that has 12 billion dollars of peoples money at stake.

Wow this guy is sarcastic. Let's name him, moron of the year!