Linux Node
Download the real Linux x86_64 HOBC node package. Both Linux builds include hobbyhashd, hobbyhash-cli, hobbyhash-wallet, hobbyhash-tx, and hobbyhash-util.
Standard Linux
Use this standard Linux x86_64 build for current Linux systems with compatible runtime libraries.
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.
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.