This repository is source-available under the Business Source License 1.1 (BSL 1.1). It is NOT an open source repository.
- No resale / no redistributed packages, stores, or release bundles without a commercial license: COMMERCIAL_LICENSE.md
- No public forks, mirrors, or derivative redistributions without explicit written permission: NO_FORK_POLICY.md
- License: LICENSE
- Branding: TRADEMARK.md
Development/test app store for WillItMod apps.
- AxeBench (Dev) (
willitmod-dev-axebench) -4.0.28-dev - AxeLive (Dev) (
willitmod-dev-axelive) -1.4.2-dev - AxeMIG (
willitmod-dev-axemig) -0.1.21-dev
- AxeBTC (
willitmod-dev-btc) -0.7.82.8-dev - AxeBCH (
willitmod-dev-bch) -0.9.3-dev - AxeBCH2 (
willitmod-dev-axebch2) -0.2.0.01-dev - AxeBC2 (
willitmod-dev-bc2) -0.1.8-dev - AxeDGB (
willitmod-dev-dgb) -0.9.179-dev - AxePPC (
willitmod-dev-ppc) -0.2.30-dev - AxeXEC (
willitmod-dev-xec) -0.1.14-dev - 5tratSmack (
willitmod-dev-5tratsmack) -0.10.22 - PowPow (
willitmod-dev-powpow) -0.2.31-dev
Use the app manifest in each app directory as the current source of truth for the store-visible version number.
For the broader cross-store version matrix and changelog pointers, see https://github.com/WillItMod/AxeSuite/blob/main/docs/releases.md.
- Install the app and let the node sync.
- Point miners at:
- BTC:
stratum+tcp://<host-ip>:7890 - BCH:
stratum+tcp://<host-ip>:4567 - BCH2:
stratum+tcp://<host-ip>:9265 - BC2:
stratum+tcp://<host-ip>:2345 - DGB (SHA256):
stratum+tcp://<host-ip>:5678 - DGB (Scrypt):
stratum+tcp://<host-ip>:5679 - XEC:
stratum+tcp://<host-ip>:4321 - PPC:
stratum+tcp://<host-ip>:8765 - 5TRAT:
stratum+tcp://<host-ip>:57557 - PowPow (LTC + DOGE merged mining):
stratum+tcp://<host-ip>:9555
- BTC:
Hosted / utility apps such as AxeBench, AxeLive, and AxeMIG are dashboard/UI apps rather than miner endpoints.
BCH
Many wallets (e.g. Trust Wallet) show Bitcoin Cash addresses in CashAddr format (q... / p...).
For maximum compatibility with ckpool/miners, use a legacy BCH Base58 address (1... / 3...) as the payout address. If your wallet only shows CashAddr, convert it to legacy (or enable legacy display) before saving.
XEC
Many wallets show eCash addresses in CashAddr format (ecash:q... / ecash:p...).
Payout address supports both legacy Base58 (1... / 3...) and CashAddr (ecash:q... / ecash:p...).
DGB
Use a DigiByte address (typically Base58 D... / S... or Bech32 dgb1...).
- BCHN runs from Docker Hub image
mainnet/bitcoin-cash-node(pinned by version tag indocker-compose.yml). - ckpool (XEC) runs from
ghcr.io/willitmod/ecash-ckpool-solo(pinned by tag indocker-compose.yml). - BTC node selector runs from
ghcr.io/willitmod/axebtc-bitcoind-switch(pinned by version tag indocker-compose.yml). - BC2 node runs from
ghcr.io/willitmod/bitcoinii-core(pinned by version tag indocker-compose.yml). - XEC node runs from
ghcr.io/willitmod/axexec-node(pinned by version tag indocker-compose.yml; image is built from official Bitcoin ABC release tarballs). - PPC node runs from
ghcr.io/willitmod/peercoin-core(pinned by version tag indocker-compose.yml). - This store repo does not patch upstream source code; it only orchestrates upstream components via Docker images (some are built from official release tarballs).