Bitcoin Forum

Bitcoin => Bitcoin Discussion => Topic started by: PremiumCodeX on February 08, 2017, 06:44:10 PM



Title: How do you secure your full node?
Post by: PremiumCodeX on February 08, 2017, 06:44:10 PM
I am not asking for your passwords hehe.

I wonder what security steps you have done / are doing to keep your node secure?

Also, are you using a dedicated hardware or a full computer?


Title: Re: How do you secure your full node?
Post by: Lauda on February 08, 2017, 06:51:58 PM
I wonder what security steps you have done / are doing to keep your node secure?
You don't need anything special really. As long as the system is only a node, it is unlikely that someone would specficailly target it. Primarily you need proper means of authentication and you should run updates frequently. Other than that, you can look for standard advice on securing (if) Linux: e.g. https://www.linux.com/learn/how-make-your-linux-server-more-secure

Also, are you using a dedicated hardware or a full computer?
"Dedicated hardware" vs. "full computer" in this context is what exactly?


Title: Re: How do you secure your full node?
Post by: PremiumCodeX on February 08, 2017, 09:22:47 PM
I wonder what security steps you have done / are doing to keep your node secure?
You don't need anything special really. As long as the system is only a node, it is unlikely that someone would specficailly target it. Primarily you need proper means of authentication and you should run updates frequently. Other than that, you can look for standard advice on securing (if) Linux: e.g. https://www.linux.com/learn/how-make-your-linux-server-more-secure

Also, are you using a dedicated hardware or a full computer?
"Dedicated hardware" vs. "full computer" in this context is what exactly?

Yes. Thank you for your answer! I was wondering whether you bought a piece of hardware (like a VHSIC), which was made with the purpose of running as a BTC node or you just installed a full node in a Linux VM in a general PC.


Title: Re: How do you secure your full node?
Post by: Lauda on February 08, 2017, 10:18:19 PM
I was wondering whether you bought a piece of hardware (like a VHSIC), which was made with the purpose of running as a BTC node or you just installed a full node in a Linux VM in a general PC.
It is really pointless to attempt to purchase some kind of "specialized hardware". A computer with decent specifications will do just fine as a Bitcoin node.


Title: Re: How do you secure your full node?
Post by: PremiumCodeX on February 11, 2017, 12:19:37 PM
I was wondering whether you bought a piece of hardware (like a VHSIC), which was made with the purpose of running as a BTC node or you just installed a full node in a Linux VM in a general PC.
It is really pointless to attempt to purchase some kind of "specialized hardware". A computer with decent specifications will do just fine as a Bitcoin node.

I was assuming such an option from "mining". As we know, there are several mining specialized HW out there. Why isn't there such HW for full nodes? Since one of the advantages of keeping a full node is security, don't we want to keep it even more secure by pushing it into a HW that is secure at "lower level" (lower = closer to machine level)? Because you know, a regular computer can easily be hacked, infected...etc. Especially if it is the computer, you use for your daily tasks.