Skip to content

Commit 105cee6

Browse files
committed
add mainpage image, fix bitcoin instructions
1 parent 968dc91 commit 105cee6

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

assets/images/mainpage.png

1.14 MB
Loading

bitcoind.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,5 @@ MemoryDenyWriteExecute=true
9090
SystemCallArchitectures=native
9191
9292
[Install]
93-
WantedBy=multi-user.target" | sudo tee /etc/systemd/system/${prefix}bitcoind.service
93+
WantedBy=multi-user.target" | sudo tee /etc/systemd/system/bitcoind.service
9494
```

index.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ nav_order: 1
55
permalink: /
66
---
77

8+
<p align="center">
9+
<img src="./assets/images/mainpage.png" title="main page" width="50%" />
10+
</p>
11+
812
## A Collection of compilation snippets
913

1014
This is a collection of code snippets for running your own Bitcoin and Lightning node at home, empowering you with full control over your financial sovereignty without relying on third-party services. The guide details step-by-step installation instructions focused on self-compiling binaries from trusted open-source GitHub repositories, ensuring transparency, security, and customization tailored to x86/amd64 hardware and an underlying Linux OS.

0 commit comments

Comments
 (0)