Choose your path. Be running in minutes.
Ghost Wallet lets you send and receive fast, private Bitcoin payments without running a full node.
Create a new wallet or import an existing one using your seed phrase. Ghost Wallet uses standard BIP-39 mnemonics.
Send private payments to any Ghost address. Payments confirm in ~10 seconds and settle to Bitcoin automatically.
To mine on Ghost Pool, you need either your own Ghost node or access to a public Ghost node.
Point your miner to a Ghost Pool endpoint. If running your own node, use your node's address.
Public endpoints (if you don't have a node):
Apply the configuration and start your miner. Shares should appear within seconds.
Subsidy (99%): Split among all miners proportional to hashrate
Transaction fees (100%): Go entirely to the node that found the block
This is why running your own node matters — you keep the fees.
A $15-30/month VPS works great. Archive mode (+5 shares) requires 2+ TB storage.
One command installs everything:
curl -sSL https://get.bitcoinghost.org/install.sh | bashThis installs Ghost Core, Ghost Pool, and Ghost Node. The installer will guide you through initial setup.
For security, verify the installer signature before running:
# Download and verify
curl -sSL https://get.bitcoinghost.org/install.sh -o install.sh
curl -sSL https://get.bitcoinghost.org/install.sh.sig -o install.sh.sig
gpg --verify install.sh.sig install.sh
bash install.shThe installer creates a config file. Here are the key settings:
After editing, restart the node:
sudo systemctl restart ghost-nodeInitial sync takes 6-24 hours depending on your connection. Check progress:
ghost-cli getblockchaininfoYou'll start earning node rewards once sync completes and your node is registered.
Ghost Node includes a web dashboard for monitoring. Access it via SSH tunnel:
# From your local machine
ssh -L 3000:localhost:3000 user@your-server
# Then open in browser
http://localhost:3000The dashboard shows your shares, rewards, mining stats, and node health.
If you have mining hardware, point it to your node:
When a miner connected to your node finds a block, you keep 100% of the transaction fees.