Bitcoin Forum
September 11, 2025, 12:40:43 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: Starting a NODE  (Read 373 times)
aoluain (OP)
Legendary
*
Offline Offline

Activity: 2744
Merit: 1512



View Profile
September 01, 2025, 09:13:02 AM
Merited by pooya87 (2), vapourminer (1), stwenhao (1)
 #1

Hi All, After 8 years a Bitcoiner I have decided to jump into running a NODE, its something
which has been on my radar for a while now but I think I am ready to make the move.
[I'm probably making it sound like a life changing experience - maybe it is...

Anyway, I have been doing a little research but I thought I would consult the Guru's here
before I actually make a start.

Questions:

Hardware: What do I need [miniumm]? I have read that the way to go is a Raspberry Pi and an SSD but what else to I need?
Node: What type of node do I run [Full, Pruned or Light]?

Info:
I just checked my internet connection and currently the speeds are:
Down 23Mbps / Up 0.85Mbps

Thanks in advance!

 
.Winna.com..

░░░░░░░▄▀▀▀
░░


▐▌▐▌
▄▄▄▒▒▒▄▄▄
████████████
█████████████
███▀▀███▀

▄▄

██████████████
████████████▄
█████████████
███▄███▄█████▌
███▀▀█▀▀█████
████▀▀▀█████▌
████████████
█████████████
█████
▀▀▀██████

▄▄
THE ULTIMATE CRYPTO
...CASINO & SPORTSBOOK...
─────  ♦  ─────

▄▄██▄▄
▄▄████████▄▄
██████████████
████████████████
███████████████
████████████████
▀██████████████▀
▀██████████▀
▀████▀

▄▄▄▄

▄▄▀███▀▄▄
▄██████████▄
███████████
███▄▄
▄███▄▄▄███
████▀█████▀███
█████████████████
█████████████
▀███████████
▀▀█████▀▀

▄▄▄▄


.....INSTANT.....
WITHDRAWALS
 
...UP TO 30%...
LOSSBACK
 
 

   PLAY NOW   
ABCbits
Legendary
*
Offline Offline

Activity: 3360
Merit: 9118



View Profile
September 01, 2025, 09:50:43 AM
Merited by pooya87 (4), vapourminer (1), stwenhao (1)
 #2

Hardware: What do I need [miniumm]? I have read that the way to go is a Raspberry Pi and an SSD but what else to I need?

You can use those hardware, but
1. If you don't want to run pruned node, i recommend you to use SSD with least 1TB capacity.
2. If you want fast sync duration, Raspberry Pi may not be fast enough.

Node: What type of node do I run [Full, Pruned or Light]?

It's up to you and your needs. But on Bitcoin, your choice is either full node or pruned node. Light usually refer to SPV/light wallet rather than node.

Info:
I just checked my internet connection and currently the speeds are:
Down 23Mbps / Up 0.85Mbps


https://blockchair.com/bitcoin says current blockchain size is about 683GB. Assuming your node always utilize 23MBps download speed, it'll take at least almost 3 days to download whole Bitcoin blockchain.

stwenhao
Hero Member
*****
Offline Offline

Activity: 483
Merit: 936


View Profile
September 01, 2025, 09:58:44 AM
 #3

Quote
What do I need [miniumm]?
https://bitcoin.org/en/full-node#minimum-requirements
Quote
Minimum Requirements

Bitcoin Core full nodes have certain requirements. If you try running a node on weak hardware, it may work—but you’ll likely spend more time dealing with issues. If you can meet the following requirements, you’ll have an easy-to-use node.

    Desktop or laptop hardware running recent versions of Windows, Mac OS X, or Linux.

    7 gigabytes of free disk space, accessible at a minimum read/write speed of 100 MB/s.

    2 gigabytes of memory (RAM)

    A broadband Internet connection with upload speeds of at least 400 kilobits (50 kilobytes) per second

    An unmetered connection, a connection with high upload limits, or a connection you regularly monitor to ensure it doesn’t exceed its upload limits. It’s common for full nodes on high-speed connections to use 200 gigabytes upload or more a month. Download usage is around 20 gigabytes a month, plus around an additional 340 gigabytes the first time you start your node.

    6 hours a day that your full node can be left running. (You can do other things with your computer while running a full node.) More hours would be better, and best of all would be if you can run your node continuously.

    Note: many operating systems today (Windows, Mac, and Linux) enter a low-power mode after the screensaver activates, slowing or halting network traffic. This is often the default setting on laptops and on all Mac OS X laptops and desktops. Check your screensaver settings and disable automatic “sleep” or “suspend” options to ensure you support the network whenever your computer is running.

Quote
I have read that the way to go is a Raspberry Pi and an SSD but what else to I need?
Just some Internet connection, and official software from here: https://bitcoincore.org/en/download/

Quote
What type of node do I run [Full, Pruned or Light]?
If Bitcoin Core, then it is Full or Pruned, whatever you pick. And of course, you can start with regtest first, to test things, without downloading the chain, and get familiar with everything in a local environment, where you can mine alone any blocks, and confirm any transactions.

Proof of Work puzzle in mainnet and testnet4.
ABCbits
Legendary
*
Offline Offline

Activity: 3360
Merit: 9118



View Profile
September 01, 2025, 10:18:21 AM
Merited by vapourminer (1), vjudeu (1)
 #4

Quote
What do I need [miniumm]?
https://bitcoin.org/en/full-node#minimum-requirements
--snip--

I just checked archive of that page and it seems it barely updated since May 2021[1].

7 gigabytes of free disk space, accessible at a minimum read/write speed of 100 MB/s.

These days, Bitcoin Core have minimum 2GB requirement to store recent blocks. In addition, current UTXO size is about 11.6GB. So you'll need more than 7GB of free space. And if you don't have enough free RAM to store whole UTXO on RAM, you'll want to use storage with fast random I/O (SSD).

Desktop or laptop hardware running recent versions of Windows, Mac OS X, or Linux.
2 gigabytes of memory (RAM)

Recent version of Windows and Mac OS X will not run on 2GB of RAM.

Download usage is around 20 gigabytes a month, plus around an additional 340 gigabytes the first time you start your node.

It's not 340GB, but rather more than 680GB (see my previous reply).



So i think it's time to stop using that website as reference of minimum hardware requirement.

[1] http://web.archive.org/web/20210512201102/https://bitcoin.org/en/full-node#minimum-requirements
[2] https://statoshi.info/d/000000009/unspent-transaction-output-se

Cookdata
Legendary
*
Offline Offline

Activity: 1428
Merit: 1022

Not Your Keys, Not Your Bitcoin


View Profile
September 01, 2025, 10:22:55 AM
Merited by vapourminer (2)
 #5

.
Questions:

Hardware: What do I need [miniumm]? I have read that the way to go is a Raspberry Pi and an SSD but what else to I need?
Node: What type of node do I run [Full, Pruned or Light]?

Running raspberry pi is technical, you are going to need an external ssd whether you are running prune or full node but with your PC, Bitcoin core/Bitcoin knot is very simple, download the application on the official website[1] and with good internet connection, you should be able to sync in few days provided your internet download speed is stable at 23mbps.


Quote
Info:
I just checked my internet connection and currently the speeds are:
Down 23Mbps / Up 0.85Mbps

Thanks in advance!

If you have something higher, it will make the sync a bit faster, you maybe having an average of 2mb/s, that's if the network is stable. This will do but will take time and the more you get close to the latest years of block, the slower it becomes because those blocks are heavier than the earliest blocks.


[1] https://bitcoin.org/en/download
BitGoba
Sr. Member
****
Offline Offline

Activity: 686
Merit: 276



View Profile WWW
September 01, 2025, 10:43:48 AM
Merited by aoluain (1), stwenhao (1)
 #6

Hi All, After 8 years a Bitcoiner I have decided to jump into running a NODE, its something
which has been on my radar for a while now but I think I am ready to make the move.
[I'm probably making it sound like a life changing experience - maybe it is...

Anyway, I have been doing a little research but I thought I would consult the Guru's here
before I actually make a start.

Questions:

Hardware: What do I need [miniumm]? I have read that the way to go is a Raspberry Pi and an SSD but what else to I need?
Node: What type of node do I run [Full, Pruned or Light]?

Info:
I just checked my internet connection and currently the speeds are:
Down 23Mbps / Up 0.85Mbps

Thanks in advance!


Raspberry Pi can run a Bitcoin node, but it’s much smarter to buy a small mini PC, which doesn’t cost much more than a Raspberry Pi and is a much higher-quality and more reliable solution. Here’s a video of someone running a full Bitcoin node on a mini PC for around $300.

https://www.youtube.com/watch?v=aXVgGLaEEwc


It is best to run a full node, but keep in mind that you will need a disk of at least 2 TB. The node is best run on operating systems like Start9 or Umbrel, which are designed for easy setup and maintenance of a full node. These operating systems offer a wide range of additional applications: besides different Bitcoin node implementations such as Knots or Core, they also support the Lightning Network (LND, Core Lightning), BTCPay Server, and even applications that are not directly related to Bitcoin, which you can use for various other purposes.

aoluain (OP)
Legendary
*
Offline Offline

Activity: 2744
Merit: 1512



View Profile
September 01, 2025, 01:27:44 PM
Merited by vapourminer (1), stwenhao (1)
 #7

Hardware: What do I need [miniumm]? I have read that the way to go is a Raspberry Pi and an SSD but what else to I need?

You can use those hardware, but
1. If you don't want to run pruned node, i recommend you to use SSD with least 1TB capacity.


Thanks ABCbits - I was thinking an SSD as a minimum and maybe with a pruned node 1TB would
be sufficient instead of having to consider 2TB!


https://blockchair.com/bitcoin says current blockchain size is about 683GB. Assuming your node always utilize 23MBps download speed, it'll take at least almost 3 days to download whole Bitcoin blockchain.

3 days might not be too bad compared to some comments I have read elsewhere but I think
I would initiate to download late at night and early in the morning when the demand on
my connection is low.

Quote
What do I need [miniumm]?
https://bitcoin.org/en/full-node#minimum-requirements
Quote
Minimum Requirements

Bitcoin Core full nodes have certain requirements. If you try running a node on weak hardware, it may work—but you’ll likely spend more time dealing with issues. If you can meet the following requirements, you’ll have an easy-to-use node.

    Desktop or laptop hardware running recent versions of Windows, Mac OS X, or Linux.

    7 gigabytes of free disk space, accessible at a minimum read/write speed of 100 MB/s.

    2 gigabytes of memory (RAM)

    A broadband Internet connection with upload speeds of at least 400 kilobits (50 kilobytes) per second

    An unmetered connection, a connection with high upload limits, or a connection you regularly monitor to ensure it doesn’t exceed its upload limits. It’s common for full nodes on high-speed connections to use 200 gigabytes upload or more a month. Download usage is around 20 gigabytes a month, plus around an additional 340 gigabytes the first time you start your node.

    6 hours a day that your full node can be left running. (You can do other things with your computer while running a full node.) More hours would be better, and best of all would be if you can run your node continuously.

    Note: many operating systems today (Windows, Mac, and Linux) enter a low-power mode after the screensaver activates, slowing or halting network traffic. This is often the default setting on laptops and on all Mac OS X laptops and desktops. Check your screensaver settings and disable automatic “sleep” or “suspend” options to ensure you support the network whenever your computer is running.

Yes I think I can manage all that, though I would opt for 4GB of RAM.
I think I would leave the node running 12 hours per day. I am very mindful of the energy
consumption and depending on the system I choose I want to make sure its low.


Quote
What type of node do I run [Full, Pruned or Light]?
If Bitcoin Core, then it is Full or Pruned, whatever you pick. And of course, you can start with regtest first, to test things, without downloading the chain, and get familiar with everything in a local environment, where you can mine alone any blocks, and confirm any transactions.

Ahhhhh hahaha - already you have lost me with "regtest" ! but yea I understand the concept,
will look into that after the hardware is setup and ready.

.
Questions:

Hardware: What do I need [miniumm]? I have read that the way to go is a Raspberry Pi and an SSD but what else to I need?
Node: What type of node do I run [Full, Pruned or Light]?

Running raspberry pi is technical, you are going to need an external ssd whether you are running prune or full node but with your PC, Bitcoin core/Bitcoin knot is very simple, download the application on the official website[1] and with good internet connection, you should be able to sync in few days provided your internet download speed is stable at 23mbps.


I think with whatever hardware I go with I will use an external SSD


If you have something higher

No I really only have one option - unfortunately.

Hi All, After 8 years a Bitcoiner I have decided to jump into running a NODE, its something
which has been on my radar for a while now but I think I am ready to make the move.
[I'm probably making it sound like a life changing experience - maybe it is...

Anyway, I have been doing a little research but I thought I would consult the Guru's here
before I actually make a start.

Questions:

Hardware: What do I need [miniumm]? I have read that the way to go is a Raspberry Pi and an SSD but what else to I need?
Node: What type of node do I run [Full, Pruned or Light]?

Info:
I just checked my internet connection and currently the speeds are:
Down 23Mbps / Up 0.85Mbps

Thanks in advance!


Raspberry Pi can run a Bitcoin node, but it’s much smarter to buy a small mini PC, which doesn’t cost much more than a Raspberry Pi and is a much higher-quality and more reliable solution. Here’s a video of someone running a full Bitcoin node on a mini PC for around $300.


This is what I am looking at now, again as above I am mindful of the energy cost and the Pi is
quite low but a Netbook or Mini Laptop might be better alright and the energy consumption I
see is still reasonable around 45w to 65w. Energy consumption cost per hour of €0.015c is
ok working out at about €5 per month on a 12 hour day.

Thanks for the link, will check that out for sure.

One thing I have not done is go to youtube yet because that is a rabbithole.



Thanks for all the replies so far, I think I will consider now a move from the Pi to a Laptop
setup, It seems like less hassle.

I was hoping to buy all this with Bitcoin directly, It sems like that would be the right thing to
do, I think the only option I have here in Europe is the Czech site https://www.alza.cz,
https://www.alza.cz/EN/overview-of-payment-methods. but I think their prices are a little high
and I can probably source something cheaper in my country.

Thank you all for the info so far!

 
.Winna.com..

░░░░░░░▄▀▀▀
░░


▐▌▐▌
▄▄▄▒▒▒▄▄▄
████████████
█████████████
███▀▀███▀

▄▄

██████████████
████████████▄
█████████████
███▄███▄█████▌
███▀▀█▀▀█████
████▀▀▀█████▌
████████████
█████████████
█████
▀▀▀██████

▄▄
THE ULTIMATE CRYPTO
...CASINO & SPORTSBOOK...
─────  ♦  ─────

▄▄██▄▄
▄▄████████▄▄
██████████████
████████████████
███████████████
████████████████
▀██████████████▀
▀██████████▀
▀████▀

▄▄▄▄

▄▄▀███▀▄▄
▄██████████▄
███████████
███▄▄
▄███▄▄▄███
████▀█████▀███
█████████████████
█████████████
▀███████████
▀▀█████▀▀

▄▄▄▄


.....INSTANT.....
WITHDRAWALS
 
...UP TO 30%...
LOSSBACK
 
 

   PLAY NOW   
apogio
Legendary
*
Offline Offline

Activity: 910
Merit: 1882


Duelbits.com - Rewarding, beyond limits.


View Profile WWW
September 01, 2025, 02:42:38 PM
Merited by vapourminer (1)
 #8

For a raspberry pi, feel free to check my set of tutorials here: [BitcoinTalk Node Tutorial #1] Running Bitcoin Core on Raspbian Lite (GUI-less). There are 5 tutorials in the series.

I still believe a Raspberry Pi isn't the best hardware for a node. Like other users said above, it's better to buy and use a good mini PC.

stwenhao
Hero Member
*****
Offline Offline

Activity: 483
Merit: 936


View Profile
September 01, 2025, 04:07:23 PM
 #9

Quote
but I think their prices are a little high
and I can probably source something cheaper in my country
I just bought a VPS for 15k sats for a year. So, if you don't have to run everything from your home, then you can just rent a server. I guess it is the cheapest option, and you can switch to running it from home later, if you will need it (also, by having a server, you will have incoming connections, which is harder to achieve, if you have a typical ISP with incoming traffic blocked, because of the lack of static IP).

Proof of Work puzzle in mainnet and testnet4.
apogio
Legendary
*
Offline Offline

Activity: 910
Merit: 1882


Duelbits.com - Rewarding, beyond limits.


View Profile WWW
September 01, 2025, 04:22:51 PM
Merited by stwenhao (1)
 #10

I just bought a VPS for 15k sats for a year. So, if you don't have to run everything from your home, then you can just rent a server. I guess it is the cheapest option, and you can switch to running it from home later, if you will need it (also, by having a server, you will have incoming connections, which is harder to achieve, if you have a typical ISP with incoming traffic blocked, because of the lack of static IP).

Although I don’t particularly like the idea, for privacy reasons, this kind of things always make me curious.

The incoming connectivity can work with Tor flawlessly.

Do you mind sharing the VPS? I was interested in a VPS for some other purpose.

aoluain (OP)
Legendary
*
Offline Offline

Activity: 2744
Merit: 1512



View Profile
September 01, 2025, 05:25:44 PM
 #11

For a raspberry pi, feel free to check my set of tutorials here: [BitcoinTalk Node Tutorial #1] Running Bitcoin Core on Raspbian Lite (GUI-less). There are 5 tutorials in the series.

I still believe a Raspberry Pi isn't the best hardware for a node. Like other users said above, it's better to buy and use a good mini PC.

Thank you a. I will certainly have a look!
But as you said and from whats been said already on the thread a mini PC seems
a better option, simpler perhaps anyway.

Quote
but I think their prices are a little high
and I can probably source something cheaper in my country
I just bought a VPS for 15k sats for a year. So, if you don't have to run everything from your home, then you can just rent a server. I guess it is the cheapest option, and you can switch to running it from home later, if you will need it (also, by having a server, you will have incoming connections, which is harder to achieve, if you have a typical ISP with incoming traffic blocked, because of the lack of static IP).

That sounds like a class idea, never considered that but I want to take more control
of the process. While I think its a great idea I kind of feel that its slightly similar to
storing your Bitcoin on an exchange, better to take full control.

Also with a mini PC / Laptop in a few years when I upgrade it can replace the
current ancient Asus Eee PC!

 
.Winna.com..

░░░░░░░▄▀▀▀
░░


▐▌▐▌
▄▄▄▒▒▒▄▄▄
████████████
█████████████
███▀▀███▀

▄▄

██████████████
████████████▄
█████████████
███▄███▄█████▌
███▀▀█▀▀█████
████▀▀▀█████▌
████████████
█████████████
█████
▀▀▀██████

▄▄
THE ULTIMATE CRYPTO
...CASINO & SPORTSBOOK...
─────  ♦  ─────

▄▄██▄▄
▄▄████████▄▄
██████████████
████████████████
███████████████
████████████████
▀██████████████▀
▀██████████▀
▀████▀

▄▄▄▄

▄▄▀███▀▄▄
▄██████████▄
███████████
███▄▄
▄███▄▄▄███
████▀█████▀███
█████████████████
█████████████
▀███████████
▀▀█████▀▀

▄▄▄▄


.....INSTANT.....
WITHDRAWALS
 
...UP TO 30%...
LOSSBACK
 
 

   PLAY NOW   
stwenhao
Hero Member
*****
Offline Offline

Activity: 483
Merit: 936


View Profile
September 01, 2025, 05:39:57 PM
Merited by aoluain (1), apogio (1)
 #12

Quote
Although I don’t particularly like the idea, for privacy reasons, this kind of things always make me curious.
You can protect your privacy, if you know how.

1. Homomorphic encryption can allow you to execute things on remote servers trustlessly, so that hosting company will have no idea, what code is executed. And if you call it "AI", then many people won't ask questions, because it is quite similar idea to hash functions, neural networks, and things like that. Everything can be executed by the server, but if things are decrypted always on client side, then nobody can see anything by accessing the server (even as root), they can only block the traffic.
2. Even if everything is available in plaintext, then you can still use VPS as a proxy: then, you can have a node running 24/7, and switch control to your computer, when you are online, and switch it back to the server, when you disconnect.

Quote
The incoming connectivity can work with Tor flawlessly.
Yes, but there are also some risks: if Tor traffic comes through your PC, then you can be sometimes accused of some things, and explain to authorities, why your IP was used for illegal activities.

Quote
Do you mind sharing the VPS?
https://home.pl/serwery/vps-linux/
https://www.cba.pl/pl/oferta/vps

There are many different VPS providers you can choose from, and you don't have to pick Polish companies of course.

When it comes to the exact server, it is not yet fully synced, but you can find it on https://bitnodes.io/ if you know the IP, or the name (I bought it recently, and if you trace my latest posts, you may even guess the name I picked, because it is similar to some other popular service).

Also, "15k satoshis" is a simplification. Few years ago, it was possible to buy it directly by using BTC, or some altcoins, but now, it is harder, because of MICA, and other things, so I paid "15k satoshis", but my friend registered it on my behalf.

Proof of Work puzzle in mainnet and testnet4.
ABCbits
Legendary
*
Offline Offline

Activity: 3360
Merit: 9118



View Profile
September 02, 2025, 12:07:44 PM
Merited by aoluain (1)
 #13

Hardware: What do I need [miniumm]? I have read that the way to go is a Raspberry Pi and an SSD but what else to I need?

You can use those hardware, but
1. If you don't want to run pruned node, i recommend you to use SSD with least 1TB capacity.


Thanks ABCbits - I was thinking an SSD as a minimum and maybe with a pruned node 1TB would
be sufficient instead of having to consider 2TB!

1TB storage is enough to run full node (store whole blockchain), assuming you don't run another app that makes lots of data or store other data that use lots of space. 2TB is better choice if you also use the device for other stuff (such as running Electrum server).


https://blockchair.com/bitcoin says current blockchain size is about 683GB. Assuming your node always utilize 23MBps download speed, it'll take at least almost 3 days to download whole Bitcoin blockchain.

3 days might not be too bad compared to some comments I have read elsewhere but I think
I would initiate to download late at night and early in the morning when the demand on
my connection is low.

In case my previous statmeent isn't clear, 3 days assuming your internet is slowest aspect. But if you use Raspberry Pi, it'll become slowest aspect which increase time to download and verify whole blockchain.

aoluain (OP)
Legendary
*
Offline Offline

Activity: 2744
Merit: 1512



View Profile
September 02, 2025, 09:07:19 PM
 #14

Thank you ABCbits,

I have moved away from the Raspberry Pi option and instead considering an Acer
Chromebook 11 with 4GB RAM. I will also hook up a 2TB SSD (I could do with
the extra storage)

I can also run Linux on this too which I think is a +

That machine consumes 45wh which will cost me ~ €0.01c per hour and with
a 12 hour day as an example ~ €3.60 per month.

 
.Winna.com..

░░░░░░░▄▀▀▀
░░


▐▌▐▌
▄▄▄▒▒▒▄▄▄
████████████
█████████████
███▀▀███▀

▄▄

██████████████
████████████▄
█████████████
███▄███▄█████▌
███▀▀█▀▀█████
████▀▀▀█████▌
████████████
█████████████
█████
▀▀▀██████

▄▄
THE ULTIMATE CRYPTO
...CASINO & SPORTSBOOK...
─────  ♦  ─────

▄▄██▄▄
▄▄████████▄▄
██████████████
████████████████
███████████████
████████████████
▀██████████████▀
▀██████████▀
▀████▀

▄▄▄▄

▄▄▀███▀▄▄
▄██████████▄
███████████
███▄▄
▄███▄▄▄███
████▀█████▀███
█████████████████
█████████████
▀███████████
▀▀█████▀▀

▄▄▄▄


.....INSTANT.....
WITHDRAWALS
 
...UP TO 30%...
LOSSBACK
 
 

   PLAY NOW   
mcdouglasx
Sr. Member
****
Offline Offline

Activity: 756
Merit: 406



View Profile WWW
September 02, 2025, 09:30:45 PM
Merited by aoluain (1)
 #15


Info:
I just checked my internet connection and currently the speeds are:
Down 23Mbps / Up 0.85Mbps

It is possible that 23Mbps may not be your real speed since internet speed tests only give you a theoretical speed (not necessarily the real one) so downloading the entire blockchain will take several days and if you use it for more things it will take longer as ABCbits mentions, personally the speed test shows me 300 Mbps, and I actually downloaded at 35 MB / s, guided by your data your theoretical speed is 23 Mbps ÷ 8 = 2.8 MB / s approximately, I would recommend a higher plan if you do not want to wait many days.

clarifying that after you download the blockchain, your speed will be more than sufficient for optimal performance.

▄▄█████████████████▄▄
▄█████████████████████▄
███▀▀█████▀▀░░▀▀███████

██▄░░▀▀░░▄▄██▄░░█████
█████░░░████████░░█████
████▌░▄░░█████▀░░██████
███▌░▐█▌░░▀▀▀▀░░▄██████
███░░▌██░░▄░░▄█████████
███▌░▀▄▀░░█▄░░█████████
████▄░░░▄███▄░░▀▀█▀▀███
██████████████▄▄░░░▄███
▀█████████████████████▀
▀▀█████████████████▀▀
Rainbet.com
CRYPTO CASINO & SPORTSBOOK
|
█▄█▄█▄███████▄█▄█▄█
███████████████████
███████████████████
███████████████████
█████▀█▀▀▄▄▄▀██████
█████▀▄▀████░██████
█████░██░█▀▄███████
████▄▀▀▄▄▀███████
█████████▄▀▄███
█████████████████
███████████████████
██████████████████
███████████████████
 
 $20,000 
WEEKLY RAFFLE
|



█████████
█████████ ██
▄▄█░▄░▄█▄░▄░█▄▄
▀██░▐█████▌░██▀
▄█▄░▀▀▀▀▀░▄█▄
▀▀▀█▄▄░▄▄█▀▀▀
▀█▀░▀█▀
10K
WEEKLY
RACE
100K
MONTHLY
RACE
|

██









█████
███████
███████
█▄
██████
████▄▄
█████████████▄
███████████████▄
░▄████████████████▄
▄██████████████████▄
███████████████▀████
██████████▀██████████
██████████████████
░█████████████████▀
░░▀███████████████▀
████▀▀███
███████▀▀
████████████████████   ██
 
[..►PLAY..]
 
████████   ██████████████
apogio
Legendary
*
Offline Offline

Activity: 910
Merit: 1882


Duelbits.com - Rewarding, beyond limits.


View Profile WWW
September 03, 2025, 06:40:29 AM
Merited by aoluain (1)
 #16

I have moved away from the Raspberry Pi option and instead considering an Acer
Chromebook 11 with 4GB RAM. I will also hook up a 2TB SSD (I could do with
the extra storage)

It's worth noting that even though 4GB RAM seems enough, it may be better to go for 8GB. Yeah, I know, it's more expensive, but with the large size of some blocks, even if you give all the dbcache to bitcoin core in order to sync, the size of the block will exceed the cache size. It will succeed after all, but you won't benefit from the option of increasing the dbcache.

If what I say seems intimidating, or you need to refresh your memory on the dbcache, here are some links:
* https://blog.lopp.net/effects-dbcache-size-bitcoin-node-sync-speed/
* https://bitcointalk.org/index.php?topic=5539671.0

ABCbits
Legendary
*
Offline Offline

Activity: 3360
Merit: 9118



View Profile
September 03, 2025, 08:46:23 AM
Merited by apogio (1)
 #17

Thank you ABCbits,

I have moved away from the Raspberry Pi option and instead considering an Acer
Chromebook 11 with 4GB RAM. I will also hook up a 2TB SSD (I could do with
the extra storage)

Do you mind telling us specification of that Chromebook? From what i could found on Acer website, both type use 2 core intel celeron[1-2]. A website claim performance of that CPU isn't much different with Raspberry Pi 4 CPU[3].

[1] https://www.acer.com/gb-en/chromebooks/pdp/NX.G4XEK.001
[2] https://store.acer.com/en-ca/acer-chromebook-11-laptop-c732-c1vv
[3] https://www.cpu-monkey.com/en/compare_cpu-intel_celeron_n3350-vs-raspberry_pi_4_b_broadcom_bcm2711

aoluain (OP)
Legendary
*
Offline Offline

Activity: 2744
Merit: 1512



View Profile
September 03, 2025, 09:31:54 AM
 #18


Info:
I just checked my internet connection and currently the speeds are:
Down 23Mbps / Up 0.85Mbps

It is possible that 23Mbps may not be your real speed since internet speed tests only give you a theoretical speed (not necessarily the real one) so downloading the entire blockchain will take several days and if you use it for more things it will take longer as ABCbits mentions, personally the speed test shows me 300 Mbps, and I actually downloaded at 35 MB / s, guided by your data your theoretical speed is 23 Mbps ÷ 8 = 2.8 MB / s approximately, I would recommend a higher plan if you do not want to wait many days.

clarifying that after you download the blockchain, your speed will be more than sufficient for optimal performance.

Yea, I will definitely have to be strategic on when I initialise the download, I also need to do some
more checks throughout the day as to when the network is optimal or not.
Thanks for the info.

I have moved away from the Raspberry Pi option and instead considering an Acer
Chromebook 11 with 4GB RAM. I will also hook up a 2TB SSD (I could do with
the extra storage)

It's worth noting that even though 4GB RAM seems enough, it may be better to go for 8GB. Yeah, I know, it's more expensive, ...


Yea that makes sense and yea there is quite a big jump in cost!

Thank you ABCbits,

I have moved away from the Raspberry Pi option and instead considering an Acer
Chromebook 11 with 4GB RAM. I will also hook up a 2TB SSD (I could do with
the extra storage)

Do you mind telling us specification of that Chromebook? From what i could found on Acer website, both type use 2 core intel celeron[1-2]. A website claim performance of that CPU isn't much different with Raspberry Pi 4 CPU[3].

[1] https://www.acer.com/gb-en/chromebooks/pdp/NX.G4XEK.001
[2] https://store.acer.com/en-ca/acer-chromebook-11-laptop-c732-c1vv
[3] https://www.cpu-monkey.com/en/compare_cpu-intel_celeron_n3350-vs-raspberry_pi_4_b_broadcom_bcm2711

Youre right its an Intel Celeron N3450 1.10 GHz
RAM: 4.0 GB LPDDR4
32GB eMMC internal storage

As per apogio points out 8GB is a better option so I have to expand my search for a suitable
machine at the right cost to include a better processor and extra RAM.

. . .

 
.Winna.com..

░░░░░░░▄▀▀▀
░░


▐▌▐▌
▄▄▄▒▒▒▄▄▄
████████████
█████████████
███▀▀███▀

▄▄

██████████████
████████████▄
█████████████
███▄███▄█████▌
███▀▀█▀▀█████
████▀▀▀█████▌
████████████
█████████████
█████
▀▀▀██████

▄▄
THE ULTIMATE CRYPTO
...CASINO & SPORTSBOOK...
─────  ♦  ─────

▄▄██▄▄
▄▄████████▄▄
██████████████
████████████████
███████████████
████████████████
▀██████████████▀
▀██████████▀
▀████▀

▄▄▄▄

▄▄▀███▀▄▄
▄██████████▄
███████████
███▄▄
▄███▄▄▄███
████▀█████▀███
█████████████████
█████████████
▀███████████
▀▀█████▀▀

▄▄▄▄


.....INSTANT.....
WITHDRAWALS
 
...UP TO 30%...
LOSSBACK
 
 

   PLAY NOW   
apogio
Legendary
*
Offline Offline

Activity: 910
Merit: 1882


Duelbits.com - Rewarding, beyond limits.


View Profile WWW
September 03, 2025, 09:41:07 AM
 #19

One last thing I think you should consider is the size of the device. It's not a big deal, but personally I like my nodes being as compact as possible so that I can put them in a small shelf without annoying my wife a lot  Tongue

aoluain (OP)
Legendary
*
Offline Offline

Activity: 2744
Merit: 1512



View Profile
September 03, 2025, 09:55:05 AM
 #20

One last thing I think you should consider is the size of the device. It's not a big deal, but personally I like my nodes being as compact as possible so that I can put them in a small shelf without annoying my wife a lot  Tongue

You are right, its something I have considered!
Doing another search now and it seems like the best value machine I can source is €279
already way above my budget but I am willing to do this because my budget wasnt realistic anyway for the spec I really need

Lenovo IP Slim 3 Chromebook 14M868 14" MediaTek | 8GB | 128GB

https://psref.lenovo.com/syspool/Sys/PDF/IdeaPad/IP_Slim_3_Chrome_14M868/IP_Slim_3_Chrome_14M868_Spec.pdf

Processor - MediaTek Kompanio 520 Octa-core: 2x A76 + 6x A55 8 A76@2.05GHz / A55@2.0GHz

Power consumption - 47Wh Rechargeable Li-ion Battery

14" screen - Dimensions (WxDxH) 325.9 x 221.8 x 18.6 mm

What do you think on those capabilities?

Thanks for all the help & Thanks in advance for more help!

 
.Winna.com..

░░░░░░░▄▀▀▀
░░


▐▌▐▌
▄▄▄▒▒▒▄▄▄
████████████
█████████████
███▀▀███▀

▄▄

██████████████
████████████▄
█████████████
███▄███▄█████▌
███▀▀█▀▀█████
████▀▀▀█████▌
████████████
█████████████
█████
▀▀▀██████

▄▄
THE ULTIMATE CRYPTO
...CASINO & SPORTSBOOK...
─────  ♦  ─────

▄▄██▄▄
▄▄████████▄▄
██████████████
████████████████
███████████████
████████████████
▀██████████████▀
▀██████████▀
▀████▀

▄▄▄▄

▄▄▀███▀▄▄
▄██████████▄
███████████
███▄▄
▄███▄▄▄███
████▀█████▀███
█████████████████
█████████████
▀███████████
▀▀█████▀▀

▄▄▄▄


.....INSTANT.....
WITHDRAWALS
 
...UP TO 30%...
LOSSBACK
 
 

   PLAY NOW   
Pages: [1] 2 »  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!