Bitcoin Forum
May 24, 2024, 06:32:02 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: how to run bitcoind server on a ubuntu 13.04 server  (Read 1182 times)
datguys (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
March 11, 2014, 07:44:41 PM
 #1

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
hardshot
Sr. Member
****
Offline Offline

Activity: 457
Merit: 251


View Profile
March 11, 2014, 08:02:08 PM
 #2

tried apt-get install bitcoind ?
datguys (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
March 11, 2014, 08:07:53 PM
 #3

tried apt-get install bitcoind ?

done but dont know what to do after it?
spin
Sr. Member
****
Offline Offline

Activity: 362
Merit: 261


View Profile
March 13, 2014, 08:39:52 AM
 #4

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.

If you liked this post buy me a beer.  Beers are quite cheap where I live!
bc1q707guwp9pc73r08jw23lvecpywtazjjk399daa
cp1
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


Stop using branwallets


View Profile
March 16, 2014, 08:18:24 PM
 #5

Setup your bitcoin.conf like so: https://en.bitcoin.it/wiki/Running_Bitcoin#Bitcoin.conf_Configuration_File

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

Activity: 28
Merit: 0


View Profile
March 16, 2014, 08:36:37 PM
 #6

tried apt-get install bitcoind ?

The apt get repo is version .3.24 from 2011 - I wouldn't recommend it.
vit1988
Sr. Member
****
Offline Offline

Activity: 313
Merit: 250


i ♥ coinichiwa


View Profile WWW
March 16, 2014, 09:13:06 PM
 #7

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

cr1776
Legendary
*
Offline Offline

Activity: 4046
Merit: 1301


View Profile
March 16, 2014, 11:42:56 PM
 #8

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.

LightedLamp
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
March 17, 2014, 12:16:45 AM
 #9

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.
cp1
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


Stop using branwallets


View Profile
March 17, 2014, 02:25:29 AM
 #10


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


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

Activity: 28
Merit: 0


View Profile
March 17, 2014, 02:39:26 AM
 #11

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
*****
Offline Offline

Activity: 616
Merit: 500


Stop using branwallets


View Profile
March 17, 2014, 02:43:29 AM
 #12

No, only for the software that they use to store thousands of dollars with.

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

Activity: 28
Merit: 0


View Profile
March 17, 2014, 02:53:11 AM
 #13

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.

CrashX
Full Member
***
Offline Offline

Activity: 238
Merit: 101



View Profile
March 18, 2014, 09:01:58 AM
 #14

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.
virtuexru
Member
**
Offline Offline

Activity: 75
Merit: 10

litecoin!


View Profile
March 19, 2014, 05:11:58 PM
 #15

tried apt-get install bitcoind ?

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

Who cares?
LightedLamp
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
March 20, 2014, 05:16:01 AM
 #16

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.
cr1776
Legendary
*
Offline Offline

Activity: 4046
Merit: 1301


View Profile
March 21, 2014, 01:35:32 AM
 #17

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. 



LightedLamp
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
March 21, 2014, 05:05:12 AM
 #18

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.
zaseb
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
March 21, 2014, 03:30:15 PM
 #19

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).
virtuexru
Member
**
Offline Offline

Activity: 75
Merit: 10

litecoin!


View Profile
March 21, 2014, 07:36:42 PM
 #20

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!
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!