# Bloodstone Core 0.7.7 — GitHub Release

**Tag:** `v0.7.7`  
**Source:** https://github.com/Bloodstone-Team/bloodstone (`core/`, commit `fa03c606382e9cf6b71e591998bd364d8be21b36`)  
**Qt path:** https://github.com/Bloodstone-Team/bloodstone/tree/main/core/src/qt

This is the same **v0.7.7** binary already on the portal. GitHub Releases is the trust path (antivirus / “is this real?”). Verify the **versioned** SHA256 below — not a `-latest` alias.

## Downloads

Use **GitHub Releases** first, portal as the operator mirror.

| Artifact | GitHub | Portal | SHA256 |
|----------|--------|--------|--------|
| Core Qt Windows EXE | [release](https://github.com/Bloodstone-Team/bloodstone/releases/tag/v0.7.7) | https://bloodstone.rocks/downloads/bloodstone-qt-0.7.7-win64.exe | `19e1d2c0b30141eb9e71554c33599796adee9bc021c0ebed9967c0efbbff9358` |
| Windows wallet zip (qt + daemon + cli) | same release | https://bloodstone.rocks/downloads/bloodstone-wallet-0.7.7-win64.zip | `8f7d0a33c48cfeee4be82b024d8b262ffd7363a0ffe79eca64532399728940b7` |
| Linux x86_64 node pack | same release | https://bloodstone.rocks/downloads/bloodstone-node-0.7.7-linux-x86_64.tar.gz | `11938f28ed2e015396d6b1f291f05112aa876112ef6bb82faebeacb2a4faf325` |
| Windows node zip (daemon + cli) | same release | https://bloodstone.rocks/downloads/bloodstone-node-0.7.7-win64.zip | `97ab55936ef352089e00335ff3f6770e2c69b79529e5f5f295e0821d277d9963` |

Portal `-latest` aliases (if present) are **moving pointers**. They have **no stable hash**. Always check the **versioned** file above.

## Verify

```text
sha256sum bloodstone-qt-0.7.7-win64.exe
# 19e1d2c0b30141eb9e71554c33599796adee9bc021c0ebed9967c0efbbff9358

bloodstone-cli -version
# Bloodstone version v0.7.7
```

## Sync / bad-diffbits

A `bad-diffbits` / incorrect-PoW reject is a **consensus or peer** issue, not something that needs an Administrator “repair” EXE. Use this **v0.7.7** binary, add a known good peer, and compare `getblockchaininfo` / `getnetworkinfo` with another node.

Optional chain snapshot (not required if you can IBD):  
https://bloodstone.rocks/downloads/bloodstone-chain-bootstrap-latest.tar.gz  
Hash the **versioned** `bloodstone-chain-bootstrap-<height>.tar.gz`, never assume `-latest` has a fixed checksum.

## Do not

- Do not use WSL for this wallet
- Do not pipe `curl | sudo` as a “sync fix”
- Do not treat admin “fix-and-launch” helpers as the primary download
