Linux
所有 SHA256 Linux 節點
下載真正的 Linux x86_64 HOBC 節點軟體包。兩個 Linux 版本均包含 hobbyhashd、hobbyhash-cli、hobbyhash-wallet、hobbyhash-tx 和 hobbyhash-util。
公 P2Phobbyhashcoin.com:18761162.254.37.69:18761
RPClocal/private only127.0.0.1:18762
標準 Linux
對於具有相容運行時庫的目前 Linux 系統,請使用此標準 Linux x86_64 版本。
SHA256
6cf4e3d6792e42ea74671dd2fe36254c0980c299cb5cbe2691c3f7ad46f4a811
AlmaLinux 9 / RHEL 9
此版本適用於 AlmaLinux 9、RHEL 9、Rocky 9 和其他與 EL9 相容的伺服器。單獨建置是為了避免在 EL9 系統上出現 GLIBCXX 運行時錯誤。
SHA256
5b4e0ca9dbd799e468f02bc383388e4644c157c97017aa1598b56893d464f410
從原始碼建置(GitHub)
進階用戶可以從官方 GitHub 原始碼建立 Linux 節點。該倉庫僅包含 HOBC 完整節點原始碼樹——在本地編譯即可產生 hobbyhashd、hobbyhash-cli、hobbyhash-tx、hobbyhash-util 和 hobbyhash-wallet。
請勿將 RPC 的密碼或錢包金鑰提交至 GitHub。請將 hobbyhash.conf 保存在您的伺服器上,確保其私有性。
git clone https://github.com/HobbyHash-Coin-LLC/HobbyHash.gitcd HobbyHash/hobbyhash-clean/src ./autogen.sh ./configure --without-gui make -j"$(nproc)"
主網設定範例
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
主網 RPC 和 18762 僅限本地/私人使用。請勿公開或轉寄 RPC。