Run a Node with Digital Ocean
Introduction
Steps
Getting started after deploying Stacks Blockchain
ssh root@your_droplet_public_ipv4
/opt/stacks-blockchain-docker/manage.sh -n mainnet -a logs{
"server_version": "stacks-blockchain-api v6.2.3 (master:77ab3ae2)",
"status": "ready",
"chain_tip": {
"block_height": 91820,
"block_hash": "0x06b276e85f238151414616618ae0adaf5eeda4eac6cad5bbefceeb37948ab275",
"index_block_hash": "0x4d7c075d7ab0f90b1dbc175f5c42b7344265d00cfef202dd9681d95388eeed8c",
"microblock_hash": "0xcf4f9037cc10696b2812b617ca105885be625c6acf8ad67e71bb4c09fa6ebb21",
"microblock_sequence": 4
}
}Launching a Droplet using the DigitalOcean API
Was this helpful?