Author

Topic: how to run bitcoind server on a ubuntu 13.04 server (Read 1184 times)

member
Activity: 75
Merit: 10
litecoin!
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!
newbie
Activity: 16
Merit: 0
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).
newbie
Activity: 28
Merit: 0
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.
legendary
Activity: 4060
Merit: 1303
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. 



newbie
Activity: 28
Merit: 0
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.
member
Activity: 75
Merit: 10
litecoin!
tried apt-get install bitcoind ?

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

Who cares?
full member
Activity: 238
Merit: 101
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.
newbie
Activity: 28
Merit: 0
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.

cp1
hero member
Activity: 616
Merit: 500
Stop using branwallets
No, only for the software that they use to store thousands of dollars with.
newbie
Activity: 28
Merit: 0
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 ?
cp1
hero member
Activity: 616
Merit: 500
Stop using branwallets

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

newbie
Activity: 28
Merit: 0
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.
legendary
Activity: 4060
Merit: 1303
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.

sr. member
Activity: 313
Merit: 250
i ♥ coinichiwa
done but dont know what to do after it?

Depends on what you want to do with it Wink

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
newbie
Activity: 28
Merit: 0
tried apt-get install bitcoind ?

The apt get repo is version .3.24 from 2011 - I wouldn't recommend it.
cp1
hero member
Activity: 616
Merit: 500
Stop using branwallets
sr. member
Activity: 362
Merit: 261
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.
member
Activity: 98
Merit: 10
tried apt-get install bitcoind ?

done but dont know what to do after it?
sr. member
Activity: 457
Merit: 251
tried apt-get install bitcoind ?
member
Activity: 98
Merit: 10
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
Jump to: