Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianChiarulli committed Jun 10, 2024
1 parent 1a6da2e commit 923bc6a
Show file tree
Hide file tree
Showing 11 changed files with 61 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.cache
env
venv
.DS_Store
Binary file added docs/assets/macos-format-drive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Frequently Asked Questions

> **Q:** What is the best way to run a full node?
Start with running it on an available computer if possible. You can follow the [PC/Laptop Guide](/pc) to get started.

> **Q:** How much money will I make running a full node?
None.

> **Q:** Is a pruned node a full node?
Yes.

> **Q:** Should I buy a Raspberry Pi to run a dedicated full node?
Probably not, but many people have them lying around so it's a decent option if you have already have one one.
9 changes: 9 additions & 0 deletions docs/pc/hardware.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Hardware

You will likely be able to run a Full Node on most semi-modern hardware. The requirements are not very high.

You will need a drive with at least 1TB of storage available if you want to store the entire blockchain.

I will also recommend that you use a modern SSD for the IBD as it will speed up the process significantly (Days vs Weeks).

**Note:** I am working on collecting data on the ability of different hardware to run a Full Node. If you have any data to share, please let me know.
2 changes: 1 addition & 1 deletion docs/pc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Cons:
- Not always on
- Consumes System Resources

For an in depth guide to running the bitcoin core client on your PC or laptop checkout the Full Node guide at bitcoin.org.
For an in depth guide to running the bitcoin core client on your PC or laptop checkout the [Full Node guide](https://bitcoin.org/en/full-node) at bitcoin.org.
File renamed without changes.
17 changes: 17 additions & 0 deletions docs/pc/macos.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Mac OS

If you are using an external drive make sure to format your external drive as `Mac OS Extended (Journaled)` before syncing the blockchain. Formatting as `ExFAT` will likely cause errors.

To format your drive open `Disk Utility` and select your external drive. Click `Erase` and select `Mac OS Extended (Journaled)`.

![macos format drive](../assets/macos-format-drive.png)

## Download Bitcoin Core

Head over to the [Bitcoin Core download page](https://bitcoin.org/en/download) and download the latest version of Bitcoin Core for Mac OS. Make sure to choose the `arm64` version if you have a new m-series Mac.

Install Bitcoin Core by dragging the application to your `Applications` folder.

Right click on the Bitcoin Core icon and select `Open`. You will be prompted with a warning that the application is from an unidentified developer. Click `Open`.

A welcome screen will appear and you will be asked to choose a location for the blockchain data. If you are using an external drive select your external drive. If you are using your internal drive you can choose the default location.
Empty file added docs/pc/windows.md
Empty file.
21 changes: 15 additions & 6 deletions docs/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,24 @@

Clients:

- [Bitcoin Core]()
- [Bitcoin Knots]()
- [Bitcoin Core](https://bitcoincore.org/)
- [Bitcoin Knots](https://bitcoinknots.org/)

Other Guides:

- [Raspibolt]()
- [RaspiBlitz](https://docs.raspiblitz.org/docs/setup/software-setup/download)
- [Minibolt]()
- [Raspibolt](https://raspibolt.org/)
- [RaspiBlitz](https://raspiblitz.org/)
- [Minibolt](https://minibolt.info/)

Wallets:

- [Sparrow Wallet](https://sparrowwallet.com/)

Hardware Wallets:

- [Coldcard]()
- [Coldcard](https://coldcard.com/)

Forums:

- [Bitcointalk](https://bitcointalk.org/)
- [Stacker News](https://stacker.news/)
File renamed without changes.
3 changes: 1 addition & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
nav:
- Home:
- Introduction: index.md
- Why Run a Node?: why-run-a-node.md
- Bitcoin Clients: bitcoin-clients.md
- Why Run a Node?: why.md
- Resources: resources.md
- FAQ: faq.md

Expand Down

0 comments on commit 923bc6a

Please sign in to comment.