Bitcoin Forum
September 25, 2024, 02:58:03 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: 9 Steps to Install/Run a Full Bitcoin Node - Universal Step by Step Install  (Read 992 times)
Yankee (BitInstant) (OP)
Legendary
*
Offline Offline

Activity: 1078
Merit: 1000


Charlie 'Van Bitcoin' Shrem


View Profile WWW
May 05, 2014, 10:49:05 PM
 #1

Link: http://charlieshrem.com/node

Running a Bitcoin node gives you a the warm, fuzzy feeling that comes from helping people download the blockchain faster. Same as seeding torrents provides warm fuzzies. You are supporting the overall Bitcoin network, relaying transactions and allowing people close to your server location to download the blockchain faster. This is a good way to learn some basic linux because the install is fairly straightforward and I address most of the problems you could encounter.

At the end of the guide, you will have something like this: http://199.58.210.124/

Bitcoin pioneer. An apostle of Satoshi Nakamoto. A crusader for a new, better, tech-driven society. A dreamer.

More about me: http://CharlieShrem.com
BitCoinDream
Legendary
*
Offline Offline

Activity: 2380
Merit: 1209

The revolution will be digital


View Profile
May 06, 2014, 08:02:56 AM
 #2

Link: http://charlieshrem.com/node

Running a Bitcoin node gives you a the warm, fuzzy feeling that comes from helping people download the blockchain faster. Same as seeding torrents provides warm fuzzies. You are supporting the overall Bitcoin network, relaying transactions and allowing people close to your server location to download the blockchain faster. This is a good way to learn some basic linux because the install is fairly straightforward and I address most of the problems you could encounter.

At the end of the guide, you will have something like this: http://199.58.210.124/

A very good guide indeed. A step by step process for a node setup on VPS would have been better Smiley

By the way, how was the movie Charlie ?

Yankee (BitInstant) (OP)
Legendary
*
Offline Offline

Activity: 1078
Merit: 1000


Charlie 'Van Bitcoin' Shrem


View Profile WWW
May 06, 2014, 02:33:26 PM
 #3

Link: http://charlieshrem.com/node

Running a Bitcoin node gives you a the warm, fuzzy feeling that comes from helping people download the blockchain faster. Same as seeding torrents provides warm fuzzies. You are supporting the overall Bitcoin network, relaying transactions and allowing people close to your server location to download the blockchain faster. This is a good way to learn some basic linux because the install is fairly straightforward and I address most of the problems you could encounter.

At the end of the guide, you will have something like this: http://199.58.210.124/

A very good guide indeed. A step by step process for a node setup on VPS would have been better Smiley

By the way, how was the movie Charlie ?

This is a guide to do that! lol, it was awesome!

Just some other pointers, most web hosting VPS will ban bittorrent traffic, so people maybe want to force encryption,
Code:
cat ~/.config/transmission/settings.json | grep encryption
should return: "encryption": 2, otherwise edit that part of the json file.

Also people doing this should add,
Code:
disablewallet=1
To their bitcoin.conf file this will help make most of that ram. Do this before you start the bitcoind otherwise you have restart it before it takes.

Also SSH should only use public key authorization this makes it near impossible for someone to hack thru ssh brute-force.

Both excellent points! I haven't done the wallet disable myself, I will now.

Bitcoin pioneer. An apostle of Satoshi Nakamoto. A crusader for a new, better, tech-driven society. A dreamer.

More about me: http://CharlieShrem.com
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!