bitcoin-tools / bitcoin-tools/nodebuilder
[BUG] - on macOS, script is launching bitcoind not bitcoin-qt
- Dominant language
- Shell
- Stars
- 7
- Forks
- 0
- Avg merge
- 2h 37m
- Merged PRs (30d)
- 28
Description
### Expected Behavior
should launch bitcoin-qt on macOS
### Actual Behavior
```
+ printf '[%s] INFO: %s\n' 2024-09-15T15:29:34 'Starting Bitcoin Core.'
[2024-09-15T15:29:34] INFO: Starting Bitcoin Core.
+ is_running_in_ci
+ '[' false = true ']'
+ return 1
+ is_running_in_container
+ '[' -f /proc/1/cgroup ']'
+ '[' -f /proc/1/mountinfo ']'
+ return 1
+ '[' -z '' ']'
+ bitcoind --daemonwait '--datadir=/Users/user1/Library/Application Support/Bitcoin'
+ log_info 'Checking the RPC status.'
```
### Steps to Reproduce
1.
2.
3.
### Optional Screenshots
_No response_
### Optional Logs
_No response_
### Operating System
_No response_
### Operating System version
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.