Bitcoin Forum
September 06, 2025, 03:26:43 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Running My First Bitcoin Node – My Experience & Setup Guide  (Read 211 times)
MarangoZ (OP)
Jr. Member
*
Offline Offline

Activity: 56
Merit: 6


View Profile
August 05, 2025, 12:28:54 PM
Merited by The Cryptovator (2), Lucius (1), TypoTonic (1)
 #1

Hey everyone
Just wanted to share something small but meanigful

I recently finished setting up my first Bitcoin node pruned running on a VPS with ubuntu and honestly it feels great to finally be doing my part to support the network
I know it's not a full-blown Raspberry Pi setup with blinking lights or some massive archive node but I'm working with limited disk space on a VPS and still wanted to contribute

Why I Did It
For a while now I've been learing about how Bitcoin really works not just from a price angle but from the actual infrastructure side I realized I've been trusting explorers and other people's node for everything
that is not what Bitcoin is supposed to be about
I don't have a powerful PC or spare gear lying around but i do have access to a cheap VPS so I thought why not run a pruned node? It won't store the full chain but it still fully validates everything and helps decentralize the network
And it turns out that it was way easier than I expected

My Setup
Ubuntu VPS (2 core 4GB ram 60GB ssd)
Bitcoin Core Pruned
Pruned size I set it around 10gb
installed from source vie the official Github

The sync took a bit of time around 2-3 days but the VPS handled it fine
Now it is up and running 24/7 quietly doing its job verifying blocks and transactions No GUI just logs and terminal magic

What I Learned
  • you do not need full disk space to run a node a pruned node works just fine for verifying your own transactions and helping the network
  • you can run a Bitcoin core on a VPS with very modest specs
  • you don't need to be a dev or hardcore Linux wizard just follow some well writen guides and you'll be fine
  • Most importantly you don't have to wait until everything is perfect to contribute

I followed a Cherry Servers guide and used prune in my bitcoin.conf which keeps the disk use down to 6-7 GB while still fully validating
anyway just wanted to share
it's a small step but it feels good to finally be part of the infrastructure not just a passive user

wanted to add a pic but I dont know why its not working for me
Code:
bitcoin-cli getblockchaininfo
{
  "chain": "main",
  "blocks": 908717,
  "headers": 908717,
  "bestblockhash": "000000000000000000017d5fe2e70c15f3320b43fa0ba0ec89931923f48221b6",
  "difficulty": 127620086886391.8,
  "mediantime": 1754389740,
  "verificationprogress": 0.9999964267354117,
  "initialblockdownload": false,
  "chainwork": "0000000000000000000000000000000000000000d7caf4fad84a5fd10af33cfc",
  "size_on_disk": 655106454,
  "pruned": true,
  "pruneheight": 908375,
  "automatic_pruning": true,
  "prune_target_size": 576716800,
  "softforks": {

Anyone else running a pruned Node ?
Curious how others are doing it are you using pruning too or did you go with full storage?




casey15
Member
**
Offline Offline

Activity: 84
Merit: 36


View Profile
August 05, 2025, 12:38:06 PM
 #2

Wow... Thank you very much..
I have been thinking about running my own node too for a while... But I have been thinking about the performance of my current computer if it will be able to handle such task .. but with things I'm more confident in trying it out
Mahiyammahi
Sr. Member
****
Offline Offline

Activity: 392
Merit: 255



View Profile
August 15, 2025, 12:37:40 PM
 #3

wanted to add a pic but I dont know why its not working for me
You need to become atleast JR member to publish photos on forum through bb code. Forum don't support a direct upload system. We upload photos on 3rd party image hosting then imbedded a post with BB code
Quote
Anyone else running a pruned Node ?
Curious how others are doing it are you using pruning too or did you go with full storage?

It's fine to run a pruned node if you don't have enough space. I also run my bitcoin core node in prune mode. Why not you participate in 14days bitcoin core node challenge

After that you can also run the LND node, use lightning network to reduce the txn fees. Fast txn

██████████████████▄▄▄▄████▄
███▄███▀▀▀████████▀▀▀████▀██▄
████▌███████▀████████▄▄█▌██
████▌████▄████▀▀██▌█████▌████
██▄██████████▀▀██▌████▀██▐██
▄███████████▄▄▄▄▄███████▄▄█████▄
███▄▄▄▄▄████▀▀▀████▀▀▀███▀████▀█
████▀██████████▐█▀████████▄▀▀▀██
██▄███▀█████████▐▌█████████▀▀▄██
███▄▄█████████▐██████▄██▄▄▄▄███▀
██████████████████▄▄▄███▀█████▀
███▀▀▀███▄▄▄██████▀▀▀▀▀▀
██████▀██████▀▀▀▀
|
▄▄████████▄▄
▄█████░█░█░██████▄
▄███░█░░█░█░█░█░░░███▄
█████░█░░░░░░░░█░█████
▄████████░░░█▄█░█▄███████▄
██████░░░░░░░░░░█░░░█████

█████░█░░░░▀▄▄▄█░█░█░████
███████░█░░░░░░░█░░░█████
▀███████░████░░█████████▀
▀██████░█░░░░██░░██████▀
▀██████░░░██░░███████▀
▀███████░░███████▀
▀▀████████▀▀
$HOG AIRDROP
███  LIVE!  ███
|
 
|
Antotena
Hero Member
*****
Offline Offline

Activity: 840
Merit: 500



View Profile
August 15, 2025, 04:17:50 PM
 #4

Anyone else running a pruned Node ?
Curious how others are doing it are you using pruning too or did you go with full storage?


I'm also running Bitcoin prune node. I adjusted my prune to 5gb, I can take more than that but I think that's okay for me for now. I wish I can give those blocks without deleting them but I will not have any space left to perform other task. I have some other big file of applications that are taking much space like some games and I don't want to lose them now but I will still look for a way to get an external high ssd capacity so as to run the full node for better experience.

Wow... Thank you very much..
I have been thinking about running my own node too for a while... But I have been thinking about the performance of my current computer if it will be able to handle such task .. but with things I'm more confident in trying it out

You can run node with any computer of your choice but it's the specifications of the computer that is going to determine if yiunar going to use 2 days to finish initial block download and fully synced your node or wait for weeks before you complete the initial block download. If you have a big ram like 8gb ram with ssd let's say like 120gb, you can run a Bitcoin node easy without any delay, all you have to do is to download Bitcoin core like he instructed, install set your prune parameters and then let it sync for you.

R


▀▀▀▀▀▀▀██████▄▄
████████████████
▀▀▀▀█████▀▀▀█████
████████▌███▐████
▄▄▄▄█████▄▄▄█████
████████████████
▄▄▄▄▄▄▄██████▀▀
LLBIT|
4,000+ GAMES
███████████████████
██████████▀▄▀▀▀████
████████▀▄▀██░░░███
██████▀▄███▄▀█▄▄▄██
███▀▀▀▀▀▀█▀▀▀▀▀▀███
██░░░░░░░░█░░░░░░██
██▄░░░░░░░█░░░░░▄██
███▄░░░░▄█▄▄▄▄▄████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
█████████
▀████████
░░▀██████
░░░░▀████
░░░░░░███
▄░░░░░███
▀█▄▄▄████
░░▀▀█████
▀▀▀▀▀▀▀▀▀
█████████
░░░▀▀████
██▄▄▀░███
█░░█▄░░██
░████▀▀██
█░░█▀░░██
██▀▀▄░███
░░░▄▄████
▀▀▀▀▀▀▀▀▀
||.
|
▄▄████▄▄
▀█▀
▄▀▀▄▀█▀
▄░░▄█░██░█▄░░▄
█░▄█░▀█▄▄█▀░█▄░█
▀▄░███▄▄▄▄███░▄▀
▀▀█░░░▄▄▄▄░░░█▀▀
░░██████░░█
█░░░░▀▀░░░░█
▀▄▀▄▀▄▀▄▀▄
▄░█████▀▀█████░▄
▄███████░██░███████▄
▀▀██████▄▄██████▀▀
▀▀████████▀▀
.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
░▀▄░▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄░▄▀
███▀▄▀█████████████████▀▄▀
█████▀▄░▄▄▄▄▄███░▄▄▄▄▄▄▀
███████▀▄▀██████░█▄▄▄▄▄▄▄▄
█████████▀▄▄░███▄▄▄▄▄▄░▄▀
███████████░███████▀▄▀
███████████░██▀▄▄▄▄▀
███████████░▀▄▀
████████████▄▀
███████████
▄▄███████▄▄
▄████▀▀▀▀▀▀▀████▄
▄███▀▄▄███████▄▄▀███▄
▄██▀▄█▀▀▀█████▀▀▀█▄▀██▄
▄██▀▄███░░░▀████░███▄▀██▄
███░████░░░░░▀██░████░███
███░████░█▄░░░░▀░████░███
███░████░███▄░░░░████░███
▀██▄▀███░█████▄░░███▀▄██▀
▀██▄▀█▄▄▄██████▄██▀▄██▀
▀███▄▀▀███████▀▀▄███▀
▀████▄▄▄▄▄▄▄████▀
▀▀███████▀▀
OFFICIAL PARTNERSHIP
SOUTHAMPTON FC
FAZE CLAN
SSC NAPOLI
Findingnemo
Hero Member
*****
Offline Offline

Activity: 2814
Merit: 966


Leading Crypto Sports Betting & Casino Platform


View Profile
August 15, 2025, 08:43:49 PM
 #5

If you have a big ram like 8gb ram with ssd let's say like 120gb, you can run a Bitcoin node easy without any delay, all you have to do is to download Bitcoin core like he instructed, install set your prune parameters and then let it sync for you.
Even 8GB is not that much atleast 16 GB will give more space for core to stress the system and if someone wants to download full node then it must be around 650GB so make sure you have atleast 700GB for running your full node and NVMe is recommended since R/W will be faster and it's more reliable.

If I am not wrong, we can even do that using GUI without editing the 'bitcoin.conf'.

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
ABCbits
Legendary
*
Offline Offline

Activity: 3360
Merit: 9112



View Profile
August 16, 2025, 07:41:47 AM
 #6

installed from source vie the official Github

Do you mean compile and install from source code? It's good to see you're capable of doing that, but personally i don't see any strong reason doing that when you can just download from https://bitcoincore.org/ .

wanted to add a pic but I dont know why its not working for me

For now, you can include link to the image using this tag.

Code:
[url][/url]

Anyone else running a pruned Node ?
Curious how others are doing it are you using pruning too or did you go with full storage?


I run non-pruned node since i also run electrum server. In addition, i still use HDD to store blockchain data.

apogio
Legendary
*
Offline Offline

Activity: 910
Merit: 1877


Duelbits.com - Rewarding, beyond limits.


View Profile WWW
August 17, 2025, 05:57:18 PM
 #7

Curious how others are doing it are you using pruning too or did you go with full storage?

I am having a set of nodes.

One is full-storage, running bitcoin core and electrum server (electrs).

One is full-storage and also includes a lightning node (LND), but it doesn't work as I 'd like it to work and I don't have the time to commit fully into making it super functional. I 've also experimented with C-Lightning on this node. It worked meh for me.

One is pruned to the minimum storage size. I use it as a hot wallet just for fun and for my testnet reseach, which isn't so much of a research but more of a playground.

My most common use-case for my nodes is to connect light clients (electrum, sparrow etc) to them. I don't really use Core as a wallet, apart from my node #3.

Ronsbit
Full Member
***
Offline Offline

Activity: 415
Merit: 137


Marketing Campaign Manager |Telegram ID- @LT_Mouse


View Profile
August 20, 2025, 11:14:15 PM
Last edit: August 21, 2025, 08:21:41 AM by Ronsbit
 #8

Nice knowing you are running a bitcoin node, as a matter of fact, there is an ongoing bitcoin node 14-day challenge, maybe you should join it and also another GingerWallet.io | LN Quest as sponsored by the various reputable organizations found on this platform. You could try them and see your strength on how far you can go with them.

BlockchainWizard
Jr. Member
*
Offline Offline

Activity: 56
Merit: 292


View Profile
August 21, 2025, 07:16:38 PM
 #9

Nice work! That’s exactly the kind of step more people should take if they really want to understand Bitcoin beyond just the price chart. Running your own node – even pruned – means you’re not relying on third-party explorers and you’re actually verifying your own transactions. That’s the whole point of decentralization.

I’m still running mine on local hardware, but VPS is a solid choice if you want 24/7 uptime without worrying about your own machine running all day. The main thing is to keep control of your setup and not just trust someone else’s node.

It’s a small step for you maybe, but for Bitcoin it’s a big deal – every additional honest node strengthens the network.
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!