HFCN

Mining Setup

Mining Setup Instructions

Follow these steps to start mining HFCN. Use the endpoints below to configure your miner, and set your wallet address so rewards can be paid out correctly.

Ticker: HFCN
Stratum: 1 endpoint
API: JSON-RPC jobs
This page is the official network/stratum reference for HFCN. If you run into issues, double-check your URL and port, then verify your wallet address format.

Quick Copy

Paste-ready
Item Value
Stratum stratum+tcp://stratum.hfcoin.network:3333
Job API https://henleyfranc-coin.org/api/mining/job
JSON-RPC API works over HTTPS and requires API key authentication. Use POST requests to get jobs and submit solutions.

Step 1: Get Your Mining Endpoints

Configure your software
Endpoint Details
JSON-RPC API https://henleyfranc-coin.org/api/mining/job
Works over HTTPS — requires API key authentication. Use POST to get jobs and submit solutions.
Stratum Pool URL stratum+tcp://stratum.hfcoin.network:3333
For cgminer, bfgminer and other Stratum-compatible mining software.

Step 2: Set Up Your Wallet Address

Rewards destination
Wallet Address
This value is stored only in your browser (localStorage) so it stays on refresh.
Your mining rewards will be sent to this address. Save it here for easy reference.

cgminer Command

Example
Copy & run
cgminer -o stratum+tcp://stratum.hfcoin.network:3333 -u 1234567890001234567989000123456789000ab -p x
Replace the -u value with your wallet address (or wallet.worker if your setup uses workers).

bfgminer Command

Example
Copy & run
bfgminer -o stratum+tcp://stratum.hfcoin.network:3333 -u 1234567890001234567989000123456789000ab -p x
Replace the -u value with your wallet address (or wallet.worker if your setup uses workers).

Note

Mining behaviour

Mining difficulty adjusts automatically based on network hashrate. Ensure your mining hardware is properly configured and cooled before running.

Copied