Skip to content

[BUG] - on macOS, script is launching bitcoind not bitcoin-qt #1509

Open
@bitcoin-tools

Description

@bitcoin-tools

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

Optional Screenshots

No response

Optional Logs

No response

Operating System

No response

Operating System version

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions