Skip to content

Commit

Permalink
Merge pull request #6 from mvrahden/bump-v28
Browse files Browse the repository at this point in the history
Bump-v28
  • Loading branch information
mvrahden authored Oct 9, 2024
2 parents fbc0ca1 + e89554a commit 9d8d086
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Bitcoin node are the following ones:
| ------------------ | ------------------ |
| `bitcoind_user` | `bitcoin` |
| `bitcoind_group` | `bitcoin` |
| `bitcoind_version` | `27.0` |
| `bitcoind_version` | `28.0` |
| `bitcoind_arch` | `x86_64-linux-gnu` |

> If you want to install Bitcoin into a Raspberry you need to change the architecture to `aarch64-linux-gnu`.
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bitcoind_user: bitcoin
bitcoind_group: bitcoin

# Bitcoin binary information
bitcoind_version: 27.0
bitcoind_version: 28.0
bitcoind_arch: x86_64-linux-gnu

# Serve JOSN-RPC
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
become: true
gather_facts: false
vars:
bitcoind_version: 27.0
bitcoind_version: 28.0

tasks:
- name: "Retrieve information from /usr/local/bin/*"
Expand Down

0 comments on commit 9d8d086

Please sign in to comment.