wHOBC ChainSyncing HeightSyncing WalletOffline ExplorerSyncing
Announcement HobbyHash is now live on DEX exchanges !! - Buy/Trade NOW !!

Published

wHOBC is now live and tradeable on DexScreener

We're excited to announce a major milestone for the HobbyHash community: Wrapped HobbyHash (wHOBC) is now live on BNB Smart Chain. For the first time, you can buy, sell, and trade HobbyHash on the open market — and track the live price, charts, and volume — all from one place on DexScreener.

Please remember to update your windows wallet for the changes also.

What this means
Until now, HOBC lived only on our own proof-of-work network for home solo miners. wHOBC is the bridged BEP-20 version of HOBC, so it can trade on the wider crypto market. Every wHOBC is backed 1:1 by real HOBC locked in our official, on-chain HobbyHash bridge. 1 HOBC = 1 wHOBC.

Where to buy, trade and track it
• Buy / sell / trade + live chart & market data: DexScreener — https://dexscreener.com/bsc/0x75c43f85a655779D6057d3fA90Cca7e3AAfF0a96
(DexScreener has a built-in Buy/Trade button, so you can swap right from the chart.)
• Also indexing: GeckoTerminal & DEXTools

Token details
• Name: Wrapped HobbyHash (wHOBC)
• Network: BNB Smart Chain (BEP-20), 8 decimals
• Contract: 0x8eC9d91c4B30686Bc5D97B72E1BefEf1566FD878
• Explorer: https://bscscan.com/token/0x8eC9d91c4B30686Bc5D97B72E1BefEf1566FD878

Built to be trustworthy
• 🔒 Liquidity locked via PinkLock until June 2027
• ✅ Token & bridge contracts verified on BscScan
• 🏦 All admin roles held by a Gnosis Safe multisig — not a single wallet
• 🪙 Minting is restricted to the bridge contract only (1:1 lock-and-mint, no arbitrary supply)

A note for early traders
This is an early-stage launch with a modest starter liquidity pool. With low liquidity, even small trades can move the price significantly — that's expected, and liquidity will grow over time. If you see a "new token" caution, that's an automated advisory for any new token; our contracts are verified, our LP is locked, and our roles are multisig-controlled. Always do your own research. This is not financial advice.

Stay connected
🌐 Website: https://hobbyhashcoin.com
𝕏 / Twitter: https://x.com/HobbyHashCoin
Telegram: https://t.me/+lxPNRkRljR00NjUx
Facebook: https://www.facebook.com/people/HobbyHash-Coin/61590689639798/
GitHub: https://github.com/HobbyHash-Coin-LLC/HobbyHash
Downloads

HOBC Downloads

Download links and checksums appear only for real built files. No fake node, wallet, or checksum links are shown.

Linux

Linux Node

All SHA256

Download the real Linux x86_64 HOBC node package. Both Linux builds include hobbyhashd, hobbyhash-cli, hobbyhash-wallet, hobbyhash-tx, and hobbyhash-util.

Public P2Phobbyhashcoin.com:18761162.254.37.69:18761
RPClocal/private only127.0.0.1:18762

Standard Linux

Use this standard Linux x86_64 build for current Linux systems with compatible runtime libraries.

Versionv27.1.1
PackageHobbyHash-Linux-Node-x86_64.tar.gz
SHA256 6cf4e3d6792e42ea74671dd2fe36254c0980c299cb5cbe2691c3f7ad46f4a811

AlmaLinux 9 / RHEL 9

Use this build for AlmaLinux 9, RHEL 9, Rocky 9, and other EL9-compatible servers. Built separately to avoid GLIBCXX runtime errors on EL9 systems.

Versionv27.1.1 AL9
PackageHobbyHash-Linux-Node-AL9-x86_64.tar.gz
SHA256 5b4e0ca9dbd799e468f02bc383388e4644c157c97017aa1598b56893d464f410

Build from source (GitHub)

Advanced users can build the Linux node from the official GitHub source. The repository contains the HOBC full-node source tree only — compile locally to produce hobbyhashd, hobbyhash-cli, hobbyhash-tx, hobbyhash-util, and hobbyhash-wallet.

Do not commit RPC passwords or wallet secrets to GitHub. Keep hobbyhash.conf private on your server.

git clone https://github.com/HobbyHash-Coin-LLC/HobbyHash.gitcd HobbyHash/hobbyhash-clean/src
./autogen.sh
./configure --without-gui
make -j"$(nproc)"

Sample Mainnet Config

server=1
listen=1
port=18761
rpcport=18762
rpcbind=127.0.0.1
rpcallowip=127.0.0.1
txindex=1
addresstype=bech32
addnode=hobbyhashcoin.com:18761
addnode=162.254.37.69:18761

Mainnet RPC 18762 is local/private only. Do not expose or forward RPC.

Windows

Windows Wallet

All SHA256

Regular users should download the turnkey HobbyHash Wallet installer. It bundles the HOBC node, starts it locally, creates an encrypted wallet, syncs over P2P, and keeps RPC private on this computer.

Version1.3.22
Mainnet statusReady - genesis checkpoint valid
Public P2Phobbyhashcoin.com:18761, 162.254.37.69:18761
RPClocal/private only, starts at 127.0.0.1:18762
Turnkey installerHobbyHash-Wallet-Setup-1.3.22.exe

If 127.0.0.1:18762 is already in use by another local HOBC node, the wallet automatically uses another private local RPC port. Advanced users can still use the separate cold/watch wallet files in the same downloads folder.