You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+34-1Lines changed: 34 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,17 @@ For more information on *Bitcoin-Standup*:
11
11
2.[Why Run a Full Node?](https://github.com/BlockchainCommons/Gordian/blob/master/Docs/Why-Full.md) details why you would want to run a full node in the first place.
12
12
3.[Security for Bitcoin-Standup](https://github.com/BlockchainCommons/Gordian/blob/master/Docs/Security.md) offers notes on ensuring the security of your *Bitcoin-Standup* node.
13
13
14
-
## Status — Work-in-Progress
14
+
## Status — Work-in-Progress (0.8)
15
15
16
16
The *Bitcoin-Standup-Scripts* are updated every year or two for the newest versions of Bitcoin and Debian, and so remain a work-in-progress. We're also working toward improving the modularity of various plug-ins that could be installed.
17
17
18
+
## Version History
19
+
20
+
### 0.8.0, October 6, 2021
21
+
22
+
* Added Cypherpunkpay Installation, courtesy of [@nochiel](https://github.com/nochiel) and sponsorship from [HRF](https://hrf.org/).
23
+
* Updated scripts to Bitcoin Core 22.0
24
+
18
25
## Installation Instructions
19
26
20
27
There are two linux based StandUp scripts; `StandUp.sh` and `LinodeStandUp.sh`.
@@ -104,6 +111,32 @@ By default the scripts set up a pruned testnet node and a Tor V3 hidden service
104
111
rm -R -f qrcode.png
105
112
```
106
113
114
+
## Installation Instructions Cypherpunkpay
115
+
116
+
Version 0.8.0 of the Bitcoin Standup Scripts added support for [Cypherpunkpay installation](https://cypherpunkpay.org/). Cypherpunkpay may be installed by inputting four variables:
117
+
118
+
* USECYPHERPUNKPAY ; set to YES
119
+
* CPPLITE ; for a lighter installation, usually set to YES
120
+
* XPUB ; the xpub for the wallet where you will receive your funds
121
+
* CPPCAUSE ; the title for your Cyperpunkpay donations
122
+
123
+
If you use the Linode Stackscript, you will be able to set these variables on the Stackscript deployment page; if you use the `.sh` scripts, you must find these lines in the script, uncomment them, and edit them as appropriate (particularly the `XPUB` and `CPPCAUSE` variables).
124
+
125
+
After running the script, you can verify that Cypherpunkpay is running with `systemctl status cypherpunkpay`:
Once Cypherpunkpay is running, you will need to [integrate it into your website](https://cypherpunkpay.org/merchant/quick-start/).
139
+
107
140
## Financial Support
108
141
109
142
*Bitcoin-Standup* is a project of [Blockchain Commons](https://www.blockchaincommons.com/). We are proudly a "not-for-profit" social benefit corporation committed to open source & open development. Our work is funded entirely by donations and collaborative partnerships with people like you. Every contribution will be spent on building open tools, technologies, and techniques that sustain and advance blockchain and internet security infrastructure and promote an open web.
0 commit comments