Author

Topic: To run a full bitcoin node? (Read 181 times)

legendary
Activity: 2870
Merit: 7490
Crypto Swap Exchange
May 27, 2023, 05:56:22 AM
#11
Does anyone have the complete list regarding the settings of the bitcoin.conf file

Check these,
https://github.com/bitcoin/bitcoin/blob/v25.0/share/examples/bitcoin.conf
https://jlopp.github.io/bitcoin-core-config-generator/
https://github.com/bitcoin/bitcoin/blob/v25.0/doc/bitcoin-conf.md

P.S. If you have additional question, please make new thread since you could get more help/reply.
newbie
Activity: 3
Merit: 0
May 27, 2023, 07:38:24 PM
#10
Does anyone have the complete list regarding the settings of the bitcoin.conf file

Check these,
https://github.com/bitcoin/bitcoin/blob/v25.0/share/examples/bitcoin.conf
https://jlopp.github.io/bitcoin-core-config-generator/
https://github.com/bitcoin/bitcoin/blob/v25.0/doc/bitcoin-conf.md

P.S. If you have additional question, please make new thread since you could get more help/reply.

ok thank you sir!
newbie
Activity: 3
Merit: 0
May 26, 2023, 07:54:10 PM
#9
Does anyone have the complete list regarding the settings of the bitcoin.conf file
legendary
Activity: 2870
Merit: 7490
Crypto Swap Exchange
May 24, 2023, 05:50:39 AM
#8
I do not know, but computers are not designed to work 24 hours
--snip--

--snip--
Some cheap solutions that consume less electricity and fun to build can be at https://raspibolt.org
--snip--

Raspberry Pi isn't designed to work 24/7 either, with exception of their compute module. Remember Raspberry Pi originally meant for education purpose.

I do not know, but computers are not designed to work 24 hours and fully synchronize with a full node
They are, don't worry.. Cheesy

Yeah, just make sure it's not too hot/humid and then most computer should able to run 24/7 with little or no problem.
legendary
Activity: 3290
Merit: 16489
Thick-Skinned Gang Leader and Golden Feather 2021
May 24, 2023, 06:03:58 AM
#8
Raspberry Pi isn't designed to work 24/7 either
Most consumer hardware isn't specifically designed for 24/7 operation (opposed to server hardware), but in most cases it's totally fine to keep it on for years in a row. In my experience, all you have to do is regularly clean the cooling system from dust. Hardware without a fan is even easier.

They are, don't worry.. Cheesy
Exactly!

Yeah, just make sure it's not too hot/humid and then most computer should able to run 24/7 with little or no problem.
I've never considered humidity, but that might come with the climate here. As long as the hardware is slightly warmer than it's surroundings, I don't expect condensation. I've seen problems with using cold laptops (coming from outside) in a warm room though, but ironically that's from turning it off, not from keeping it on Smiley



OP has long abandoned this topic, and I don't believe he cares. So OP goes on ignore so I don't fall for this again.
hero member
Activity: 882
Merit: 5818
not your keys, not your coins!
May 23, 2023, 03:05:04 AM
#7
I do not know, but computers are not designed to work 24 hours and fully synchronize with a full node
They are, don't worry.. Cheesy

Some cheap solutions that consume less electricity and fun to build can be at https://raspibolt.org they have a community that will answer your questions here https://www.reddit.com/r/raspibolt/ and electricity consumption is about $21 a year with the same costs which It will be around $60.

So instead of using your old computer or buying a new one, this solution is a bit cost-effective.
This makes no sense. You are telling me that spending hundreds of $ on a Raspberry Pi, SSD, power supply and everything needed to setup Raspibolt is going to be 'a bit cost-effective' because you may save a small sum of money in electricity?

So instead of using your old computer or buying a new one, this solution is a bit cost-effective.
Also 'instead of buying a new one' and 'this solution' (buying a Raspberry Pi) are mutually exclusive.

Don't get me wrong; I do like the Raspibolt project and even recommended it to people in the past. It's just that if you don't care about the size and appearance of the whole thing, it may be wiser to build a $50 or $100 node and spend the rest on buying more BTC.
sr. member
Activity: 406
Merit: 443
May 23, 2023, 02:58:15 AM
#6
Here, you can find my topic mostly covering a cheap hardware setup for a full node. [Guide] How to run a Bitcoin Core full node for under 50 bucks!

Here, you have a full and up-to-date guide to set up the operating system and software components. It includes optional Electrum and Lightning software, as well. [Guide] FULL NODE OpenSUSE 15.3: bitcoind + electrs + c-lightning + RTL

I do not know, but computers are not designed to work 24 hours and fully synchronize with a full node, and the electricity costs within one year may equal more than $50, assuming that the cost of electricity is 20c/kWh and that the computer will not work 24/7.
Some cheap solutions that consume less electricity and fun to build can be at https://raspibolt.org they have a community that will answer your questions here https://www.reddit.com/r/raspibolt/ and electricity consumption is about $21 a year with the same costs which It will be around $60.

So instead of using your old computer or buying a new one, this solution is a bit cost-effective.
legendary
Activity: 3444
Merit: 10558
May 22, 2023, 01:33:41 AM
#5
As a full node you also relate to lightweight clients like MultiBit [2] to allow the relay of transactions.
MultiBit has been a dead/abandoned project ever since 2017. I also don't think it connected to full nodes, not exactly anyways. If I recall it used to connect to special servers run by the "MultiBit company" behind the project.
hero member
Activity: 882
Merit: 5818
not your keys, not your coins!
May 21, 2023, 07:51:58 PM
#4
Here, you can find my topic mostly covering a cheap hardware setup for a full node. [Guide] How to run a Bitcoin Core full node for under 50 bucks!

Here, you have a full and up-to-date guide to set up the operating system and software components. It includes optional Electrum and Lightning software, as well. [Guide] FULL NODE OpenSUSE 15.3: bitcoind + electrs + c-lightning + RTL



- *About 500 gigabytes of free disk space,
- 2 gigabytes of memory (RAM)
@un_rank please do be aware that while the Bitcoin Wiki is not a bad source, some information is often outdated, such as in this case. In my node hardware topic, I show how even 4GB of RAM is barely enough to feasibly get the initial block download done.
8GB of RAM are so cheap nowadays that the saved headache and waiting time will be worth it in 99% of cases. As Cricktor already mentioned, the disk size is outdated as well. You want a 1TB disk, preferably SSD. Spinning works fine too, as long as you have enough RAM.
hero member
Activity: 714
Merit: 1010
Crypto Swap Exchange
May 21, 2023, 06:13:16 PM
#3
- *About 500 gigabytes of free disk space,
The blocks folder alone with the complete blockchain has currently 511GiB, add ~6GiB for chainstate and 41GiB for txindex, so you'd want to have at least 1TB of storage space for your full node. A pruned node might work but isn't much fun in certain situations.
hero member
Activity: 644
Merit: 661
- Leo -
May 21, 2023, 04:31:22 PM
#2
What is likely required to run a full bitcoin node?
[1]
- Desktop or laptop hardware running recent versions of Windows, Mac OS X, or Linux.

- *About 1 terabyte of free disk space,

- *About 8 gigabytes of memory (RAM)

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

- An unmetered connection,

- 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.


You do not need any other installations to run your full node, but it is advisable to run it over TOR to better your privacy. As a full node you also relate to lightweight clients like MultiBit [2] to allow the relay of transactions.

[1] https://bitcoin.org/en/full-node#minimum-requirements

- Jay -
newbie
Activity: 26
Merit: 1
May 21, 2023, 02:38:20 PM
#1
What is likely required to run a full bitcoin node? Assuming I have a good working computer and installed software like bitcoin core?
Did I need other installation or what are all the necessary process since I don't fully know how to do it, I will be needing your guides from respondents until I succeeded.
Jump to: