Pages:
Author

Topic: Do You have a Bitcoin Full Node running (24/7)? - page 2. (Read 8044 times)

member
Activity: 554
Merit: 11
CurioInvest [IEO Live]
i don't have any node running but want to setup one if anyone can point me to simple and easy to follow tutorial for this.

I just pre-ordered a bitseed (V2) and will run it from my home connection.

I think it makes sense to run a full node on a simple and dedicated hardware designed specifically for this purpose.
copper member
Activity: 1498
Merit: 1528
No I dont escrow anymore.
So is a Full node basically just running Bitcoin-QT?

All day everyday and open port 8333, otherwise it's not a full node.

Running it 5 minutes a day and only allowing outbound connections its still called a full node, as long as it can sync in that time. A full node is any network node that is capable of enforcing all the network rules.

Maybe by definition, I run my bitcoin core about once a day to sync up and have a full copy of the blockchain, but I only run it for maybe 30 minutes. I wouldn't consider myself running a full node.

Its certainly helping the network more if the node runs 24/7.

No, I do not have a bitcoin full node. I think the requirements to run one are quite high. Do you need a dedicated server for it?
 

Moderate VPSs can handle one, just not some huge one with thousands of connections.

I run mine off a VPS with 2 GB ram and a single core. It handles 50 connetions fine. The only "propblem" will be the disk space soon. I might be able to switch from SSD to HDD though as I dont need the extra speed anway.
sr. member
Activity: 392
Merit: 268
Tips welcomed: 1CF4GhXX1RhCaGzWztgE1YZZUcSpoqTbsJ
No, I do not have a bitcoin full node. I think the requirements to run one are quite high. Do you need a dedicated server for it?
 

Moderate VPSs can handle one, just not some huge one with thousands of connections.
hero member
Activity: 672
Merit: 508
LOTEO
No, I do not have a bitcoin full node. I think the requirements to run one are quite high. Do you need a dedicated server for it?
 
legendary
Activity: 1442
Merit: 1186
So is a Full node basically just running Bitcoin-QT?

All day everyday and open port 8333, otherwise it's not a full node.

Running it 5 minutes a day and only allowing outbound connections its still called a full node, as long as it can sync in that time. A full node is any network node that is capable of enforcing all the network rules.

Maybe by definition, I run my bitcoin core about once a day to sync up and have a full copy of the blockchain, but I only run it for maybe 30 minutes. I wouldn't consider myself running a full node.
copper member
Activity: 1498
Merit: 1528
No I dont escrow anymore.
So is a Full node basically just running Bitcoin-QT?

All day everyday and open port 8333, otherwise it's not a full node.

Running it 5 minutes a day and only allowing outbound connections its still called a full node, as long as it can sync in that time. A full node is any network node that is capable of enforcing all the network rules.
legendary
Activity: 1442
Merit: 1186
So is a Full node basically just running Bitcoin-QT?

All day everyday and open port 8333, otherwise it's not a full node.
copper member
Activity: 1498
Merit: 1528
No I dont escrow anymore.
So is a Full node basically just running Bitcoin-QT?

Yes, there are other full node implementations though. Like btcd.
legendary
Activity: 2008
Merit: 1028
Fill Your Barrel with Bitcoins!
So is a Full node basically just running Bitcoin-QT?
legendary
Activity: 1652
Merit: 1016
What exactly are the benefits for setting up a full node?

It gives the world bitcoin.
No nodes, no bitcoin.

sr. member
Activity: 392
Merit: 268
Tips welcomed: 1CF4GhXX1RhCaGzWztgE1YZZUcSpoqTbsJ
What exactly are the benefits for setting up a full node?

A full node processes and relays transactions, improving connectivity, stability, and safety of the network. There are also incentive programs that pay you to run one (due to this benefit). In addition, a full node is usable as an entry point to the network. If you want to run a Bitcoin service then having a full node allows you to see and process transactions.
newbie
Activity: 28
Merit: 0
What exactly are the benefits for setting up a full node?
newbie
Activity: 14
Merit: 0
no i dont have any node running rt now..but i know a guy who set up these things neatky for quick bucks...
legendary
Activity: 1652
Merit: 1016
Also the Pi took hours to compile the bitcoin core from source.  More swapping out.
sr. member
Activity: 412
Merit: 287
I never bothered waiting for the pi to sync.. Currently run a full node on an old laptop, that pulls from master each evening. I disabled wallet support when configuring, it lowers the required memory somewhat.
legendary
Activity: 1232
Merit: 1094
I gave up with the Raspberry Pi node. It kept running out memory and swapping out.

It will be interesting when pruning is released.  

The master branch has MIN_BLOCKS_TO_KEEP set to 288.  That gives a maximum of 288MB of disk space to store the blocks (with full blocks).

The MIN_DISK_SPACE_FOR_BLOCK_FILES is set to 550MB, so it will normally store more info (and blocks won't be 1MB each).

It still needs to store the UTXO set too.  According to Statoshi, it is 650MB, and rising linearly.
legendary
Activity: 1652
Merit: 1016
I'm considering grabbing a Raspberry pi 2 and hook up one on my old HDD's in order to run a Bitcoin node here at home Smiley

I gave up with the Raspberry Pi node. It kept running out memory and swapping out.
legendary
Activity: 1596
Merit: 1010
I'm considering grabbing a Raspberry pi 2 and hook up one on my old HDD's in order to run a Bitcoin node here at home Smiley
legendary
Activity: 1652
Merit: 1016
-snip-
I guess someone could obtain the list of node IPs (trivial), there would be a slim chance those machines could contain bitcoins for stealing.
People who know what they are doing keep them offline however, so the risk is then gone.

So its the same risk whether I keep a node running 24/7 or 6/5. I dont see the point honestly. Besides that, the IP alone is not really helping. The actual node could be behind any number of network devices (e.g. a NAT router) youd have to attack first in order to get to the machine with the keys. Unless of course bitcoin core itself would be vulnerable to an attack. A SPV client is also easily detected by a malicous node and you know they have coins otherwise it makes next to no sense to run one. Thus IMHO a SPV client is actually a more logical target, considering that the obstacles to reach the coins are basically the same. Again, assuming that the client itself is not vulnerable to a direct attack.

I also thought we are talking about full nodes on dedicated machines (or VPS) here. I would not expect that a single one of those to have a wallet with any funds. I know I have disabled the wallet on my node.

Well as I said, the chances are slim.
copper member
Activity: 1498
Merit: 1528
No I dont escrow anymore.
-snip-
I guess someone could obtain the list of node IPs (trivial), there would be a slim chance those machines could contain bitcoins for stealing.
People who know what they are doing keep them offline however, so the risk is then gone.

So its the same risk whether I keep a node running 24/7 or 6/5. I dont see the point honestly. Besides that, the IP alone is not really helping. The actual node could be behind any number of network devices (e.g. a NAT router) youd have to attack first in order to get to the machine with the keys. Unless of course bitcoin core itself would be vulnerable to an attack. A SPV client is also easily detected by a malicous node and you know they have coins otherwise it makes next to no sense to run one. Thus IMHO a SPV client is actually a more logical target, considering that the obstacles to reach the coins are basically the same. Again, assuming that the client itself is not vulnerable to a direct attack.

I also thought we are talking about full nodes on dedicated machines (or VPS) here. I would not expect that a single one of those to have a wallet with any funds. I know I have disabled the wallet on my node.
Pages:
Jump to: