stacks-blockchain-docker icon indicating copy to clipboard operation
stacks-blockchain-docker copied to clipboard

Stacks-blockchain with API using docker compose

Results 12 stacks-blockchain-docker issues
Sort by recently updated
recently updated
newest added

The current script / configuration assumes that a Postgres container will be run along side the api / blockchain containers. While we can configure the connection details for the external...

Hi, Does anyone have the same issue as me? **When I do it like this:** git clone https://github.com/stacks-network/stacks-blockchain-docker cd stacks-blockchain-docker/ cp sample.env .env source .env ./manage.sh -n mainnet -a start...

stale

from conversation: ``` ideally it would download, check everything and then stop the containers and replace file ``` would require some checks to happen when starting (are the services running?)...

stale

**Describe the bug** I'm experiencing very strange behavior with my local mainnet Stacks node (2.4.0.0.0)... it's been stuck at block 107054 for days now, and when looking at the logs...

stale

I clone this repo and cp the .env then run sudo ./scripts/seed-chainstate.sh. When it finished I run ./manage.sh -n mainnet -a start But it shows errors: `stacks-blockchain-api | {"level":"error","message":"error processing...

it was failing with the error below, this should fix it. >chown: missing operand after ‘xxx/stacks-blockchain-docker/persistent-data/mainnet’ Try 'chown --help' for more information. Error setting file permissions

When upgrading to hiro api 7.3.2 as suggested in sample.env, seed-chainstate fails because there is no archive for 7.3.2 ``` Error - https://archive.hiro.so/mainnet/stacks-blockchain-api-pg/stacks-blockchain-api-pg-15-7.3.2-latest.dump doesn't exist ``` See https://archive.hiro.so/mainnet/stacks-blockchain-api-pg/ The script...

## Describe the bug When I use ./scripts/seed-chainstate.sh to init chainstate, stacks-blockchain panic and quit ## Environment - OS: Ubuntu22.04 - stacks-node 2.5.0.0.5 - network: nakamoto testnet ## Additional context...

bug
testnet

What are the minimum requirements to run this? E.g. On a shared server? When I run seed-chainstate script stops during docker postgres import.

I created a new instance on linode and called seed-chainstate, then manage start mainnet. I see this crash and don't understand what is wrong, maybe my firewall? ``` stacks-blockchain |...