Bitcoin Forum
May 25, 2024, 07:47:48 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 4 5 6 7 8 9 »  All
  Print  
Author Topic: Help the bitcoin network by being a node.  (Read 20982 times)
rarkenin
Hero Member
*****
Offline Offline

Activity: 784
Merit: 500



View Profile
November 29, 2013, 02:06:25 PM
 #21

The bandwidth graph has what units? Kilobits/sec? Kilobytes/sec? Something else?
Coelacanth
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
November 29, 2013, 03:04:50 PM
 #22

This is good. How many connections do you see?
madpoet
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


View Profile
November 29, 2013, 07:22:55 PM
 #23

So I figured what the heck, I'll try this out for a while.  I waste more than that on a day's worth of coffee.  Way more Wink

I followed the Ubuntu 13.10 instructions and they seemed to work like a champ... this is what I show now:

{
    "version" : 80500,
{
    "version" : 80500,
    "protocolversion" : 70001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 10838,
    "timeoffset" : -1,
    "connections" : 8,
    "proxy" : "",
    "difficulty" : 1.00000000,
    "testnet" : false,
    "keypoololdest" : 1385752126,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}

So not REALLY understanding what I am doing besides lending a hand, does that look alright? Smiley
IH-Antonio
Member
**
Offline Offline

Activity: 79
Merit: 10


View Profile
November 29, 2013, 09:14:15 PM
 #24

I'm already trying to help with 5 nodes! Wink Great post

Donations for keeping x2 Bitcoin Full Node online 24/7 are welcome: 14GPNioy3mi3D9iMge67j5UAoEy5hT4btn
auzaar
Full Member
***
Offline Offline

Activity: 151
Merit: 100



View Profile
November 30, 2013, 04:08:06 AM
 #25

This will be good and you can do it for free by using aws free tier, just did that took 10 minutes

$ bitcoind getinfo
{
    "version" : 80500,
    "protocolversion" : 70001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 31723,
    "timeoffset" : 0,
    "connections" : 8,
    "proxy" : "",
    "difficulty" : 1.00000000,
    "testnet" : false,
    "keypoololdest" : 1385783742,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}


matosha
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile WWW
November 30, 2013, 05:48:22 AM
 #26

Run my own little site off cloud. Has joulecoin and krugercoin on it. Bitcoin takes a huge amount of space so ill have to up my hosting for it. But ya... ita definitely gona happen.
tiaguitah (OP)
Member
**
Offline Offline

Activity: 111
Merit: 10


View Profile
December 04, 2013, 12:05:57 AM
 #27

little bump, for the new and old coiners :p

Coelacanth
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
December 04, 2013, 06:52:36 AM
Last edit: December 05, 2013, 12:33:36 AM by Coelacanth
 #28

Just launched a droplet from DigitalOcean with bitcoind. +1 node for bitcoin.

p.s : for various options to run with bitcoind follow this wiki page
https://en.bitcoin.it/wiki/Running_Bitcoin.
laowai80
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
December 04, 2013, 07:31:17 AM
 #29

Looks like hosting providers will have to stock up on hard drives soon Smiley
Morblias
Hero Member
*****
Offline Offline

Activity: 576
Merit: 500


View Profile
December 12, 2013, 02:49:30 PM
 #30

How would I go about setting something up to monitor bitcoind and if it stops restart it? For some reason my bitcoind stopped last night and I had to manually start it up. I am kind of a linux noob  Sad

Tips / Donations accepted: 1Morb18DsDHNEv6TeQXBdba872ZSpiK9fY
dserrano5
Legendary
*
Offline Offline

Activity: 1974
Merit: 1029



View Profile
December 12, 2013, 03:48:32 PM
 #31

How would I go about setting something up to monitor bitcoind and if it stops restart it? For some reason my bitcoind stopped last night and I had to manually start it up. I am kind of a linux noob  Sad

https://bitcointalk.org/?topic=5911.0 (old but probably still useful)
Mike Hearn
Legendary
*
Offline Offline

Activity: 1526
Merit: 1129


View Profile
December 12, 2013, 04:29:44 PM
 #32

Yes, even with 512mb of RAM a node can still be very useful. Thanks for running some!

To get a feel for who/what is using your node, you can try

Code:
./bitcoind getpeerinfo|grep subver|sort|uniq -c|sort -n
      1         "subver" : "/BTCETHZ:0.8.99/",
      1         "subver" : "/BitCoinJ:0.10.3/Bitcoin Wallet:3.28/",
      1         "subver" : "/BitCoinJ:0.9/MultiBit:0.5.12/",
      1         "subver" : "/Satoshi:0.8.99/",
      2         "subver" : "/Satoshi:0.8.0/",
      3         "subver" : "/Satoshi:0.8.3/",
      3         "subver" : "/Satoshi:0.8.4/",
      4         "subver" : "",
      4         "subver" : "/BitCoinJ:0.9/MultiBit:0.5.13/",
     10         "subver" : "/BitCoinJ:0.10.1/MultiBit:0.5.14/",
     11         "subver" : "/Satoshi:0.8.6/",
     22         "subver" : "/Satoshi:0.8.1/",
     24         "subver" : "/BitCoinJ:0.10.2/MultiBit:0.5.15/",
     82         "subver" : "/Satoshi:0.8.5/",

So my node is mostly connected to other BitcoinD nodes, but there's a lot of multibits there too. Old MultiBits have bugs, those users should upgrade Sad

If you do run a bitcoind, please keep it up to date! Running the latest versions keeps things healthy.
yenom
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
December 13, 2013, 05:44:06 PM
 #33

Little tip, start it with
Code:
screen bitcoind
You can then exit the session and leave it running.

Just created a droplet myself. tried it on CentOS first but had trouble so tried Ubuntu and it worked first time.

Code:
{
    "version" : 80500,
    "protocolversion" : 70001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 108023,
    "timeoffset" : -1,
    "connections" : 8,
    "proxy" : "",
    "difficulty" : 25997.87992881,
    "testnet" : false,
    "keypoololdest" : 1386955780,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}
RodeoX
Legendary
*
Offline Offline

Activity: 3066
Merit: 1147


The revolution will be monetized!


View Profile
December 13, 2013, 05:51:35 PM
 #34

Thank you for running a node! I have a piece of crap Linux box at home that basically only runs a bitcoin node and TOR. It's not very exciting to look at, but I feel good contributing directly to these networks.

The gospel according to Satoshi - https://bitcoin.org/bitcoin.pdf
Free bitcoin in ? - Stay tuned for this years Bitcoin hunt!
zimmah
Legendary
*
Offline Offline

Activity: 1106
Merit: 1005



View Profile
December 13, 2013, 06:30:50 PM
 #35

but by having bitcoin-qt on your computer you're a node as well right?
gweedo
Legendary
*
Offline Offline

Activity: 1498
Merit: 1000


View Profile
December 13, 2013, 06:35:17 PM
 #36

but by having bitcoin-qt on your computer you're a node as well right?

Technically yes, but what these people are doing is having servers that are a lot more open than you would do on your computer.
Gabi
Legendary
*
Offline Offline

Activity: 1148
Merit: 1008


If you want to walk on water, get out of the boat


View Profile
December 13, 2013, 06:52:18 PM
 #37

but by having bitcoin-qt on your computer you're a node as well right?
Yes, even more useful if you keep it on 24/24

Kupsi
Legendary
*
Offline Offline

Activity: 1193
Merit: 1003


9.9.2012: I predict that single digits... <- FAIL


View Profile
December 13, 2013, 06:58:27 PM
 #38

but by having bitcoin-qt on your computer you're a node as well right?
Yes, even more useful if you keep it on 24/24

...and accept incoming connections.

https://bitcointalk.org/index.php?topic=79808.0
Morblias
Hero Member
*****
Offline Offline

Activity: 576
Merit: 500


View Profile
December 13, 2013, 06:59:06 PM
 #39

Don't forget to open port 8333.

Quote
Most ordinary folks should NOT be running a full node. We need full nodes that are always on, have more than 8 connections (if you have only 8 then you are part of the problem, not part of the solution), and have a high-bandwidth connection to the Internet.
So: if you've got an extra virtual machine with enough memory in a data center, then yes, please, run a full node.

http://www.reddit.com/r/Bitcoin/comments/1scd4z/im_running_a_full_node_and_so_should_you/cdw3lrh?context=3

Tips / Donations accepted: 1Morb18DsDHNEv6TeQXBdba872ZSpiK9fY
casadebitcoin
Newbie
*
Offline Offline

Activity: 33
Merit: 0



View Profile
December 15, 2013, 02:05:13 AM
 #40

Little tip, start it with
Code:
screen bitcoind
You can then exit the session and leave it running.

Code:
nohup

is probably the better command.

As a relative N00B does "bitcoind daemon" achive similar to nohup? I just setup bitcoind and am noticing that once I loose my SSH the bitcoind stops.

So I just started with cranking up bitcoind daemon but am not 100% sure if it keeps chugging after I close SSH.

If nohup is the way to go is the command nohup bitcoind or bitcoind nohup or drill into some directory - fyi I have bitcoind running at root since I dont use this VPS or this bitcoind for anything other than helping out seeding....
Pages: « 1 [2] 3 4 5 6 7 8 9 »  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!