@@ -14,7 +14,7 @@ sh -c "$(curl -fsSL https://github.com/bitcoin-tools/nodebuilder/raw/v1.9.1/node
1414[ ![ Suppprts: FreeBSD] ( https://img.shields.io/badge/supports-FreeBSD-blue.svg?logo=freebsd )] ( https://www.freebsd.org )
1515[ ![ Suppprts: OpenBSD] ( https://img.shields.io/badge/supports-OpenBSD-blue.svg?logo=openbsd )] ( https://www.openbsd.org )
1616
17- [](https://bitcoincore.org/en/releases/27.1/)
17+ [](https://bitcoincore.org/en/releases/28.0/)
1818[](https://opensource.org/licenses/MIT-0)
1919[ ![ Language: POSIX shell] ( https://img.shields.io/badge/language-POSIX%20shell-yellow.svg?logo=gnometerminal )] ( https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html )
2020
@@ -58,7 +58,7 @@ chmod u+x nodebuilder
5858
5959| Short | Long Version | Description |
6060| :-----:| :-------------| :------------|
61- | ` -b ` | ` --bitcoin-version ` | Specify the Bitcoin version. Requires one argument, for example: ` -b 27.1 ` |
61+ | ` -b ` | ` --bitcoin-version ` | Specify the Bitcoin version. Requires one argument, for example: ` -b 28.0 ` |
6262| ` -c ` | ` --compile ` | Build Bitcoin from source. Requires no arguments. |
6363| ` -h ` | ` --help ` | Display the help message. _ Overrides all other arguments._ |
6464| ` -p ` | ` --prune ` | Set a prune value in MiB. Requires one argument, for example: ` -p 50000 ` |
@@ -67,11 +67,11 @@ chmod u+x nodebuilder
6767| ` -t ` | ` --test ` | Run unit tests on functions. |
6868| ` -u ` | ` --unattended ` | Run in non-interactive mode. Requires no arguments. |
6969
70- You can set multiple options. Here are two ways to compile Bitcoin 27.1 unattended with a 50000 MiB prune:
70+ You can set multiple options. Here are two ways to compile Bitcoin 28.0 unattended with a 50000 MiB prune:
7171
7272``` sh
73- ./nodebuilder -b 27.1 -c -p 50000 -u
74- ./nodebuilder --bitcoin-version 27.1 --compile --prune 50000 --unattended
73+ ./nodebuilder -b 28.0 -c -p 50000 -u
74+ ./nodebuilder --bitcoin-version 28.0 --compile --prune 50000 --unattended
7575```
7676
7777### (Optional) Docker Container
0 commit comments