Open torkelrogstad opened 2 years ago
After doing chown
and chmod
to get correct owner and mode, I get this:
# ./runner.sh
Bitcoin Core starting
error: timeout on transient error: Could not connect to the server 127.0.0.1:18443
Make sure the bitcoind server is running and that you are connecting to the correct RPC port.
error code: -4
error message:
Wallet file verification failed. Failed to create database path '/home/ubitcoin/.bitcoin/regtest/wallets/default'. Database already exists.
error code: -18
error message:
No wallet is loaded. Load a wallet using loadwallet or create a new one with createwallet. (Note: A default wallet is no longer automatically created)
yarn run v1.22.15
yarn run v1.22.15
$ /home/app/sapio-studio/node_modules/.bin/electron .
$ /home/app/sapio-studio/node_modules/.bin/serve build -l 3000 -n
Failed to move to new namespace: PID namespaces supported, Network namespace supported, but failed: errno = Operation not permitted
UPDATE AVAILABLE The latest version of `serve` is 13.0.2
/home/app/sapio-studio/node_modules/electron/dist/electron exited with signal SIGTRAP
┌──────────────────────────────────────────────────┐
│ │
│ Serving! │
│ │
│ - Local: http://localhost:3000 │
│ - On Your Network: http://10.97.71.197:3000 │
│ │
└──────────────────────────────────────────────────┘
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
By the way, an unsuccessful run of the runner script leaves a couple of bitcoind
and node
processes lingering, which I have to kill with pkil
hmmm i will work on this a bit sorry you are having a tough time
First of all - running the Docker image itself drops me into a shell, which I don't believe is the intended the behavior. When I add runner.sh to the command, I get this:
Any idea what I should do here?