renew-all/README.md

885 B

Renew All Domains in Bob or HSD

Make sure you have these installed:

Install hsd-ledger package:

git clone https://github.com/Nathanwoodburn/hsd-ledger.git
cd hsd-ledger
npm install

Make sure HSD or Bob is running. Copy .env.example to .env and fill in the details.

Run the script:

python3 -m pip install -r requirements.txt
python3 renew.py

ENV Variables

HSD and wallet variables are required.

API_KEY=hsd-api-key
ACCOUNT=wallet-name
PASSWORD=wallet-password

Renewal types

There are 2 types of renewals, expiring and all.

Expiring

This will renew all domains that are expiring within the next X days.

RENEW_TYPE=expiring
RENEW_DAYS=365

All

This will renew all domains in the wallet.

RENEW_TYPE=all