-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.min.example
More file actions
21 lines (17 loc) · 963 Bytes
/
.env.min.example
File metadata and controls
21 lines (17 loc) · 963 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Private key of the Seller's Wallet
WALLET_PRIVATE_KEY=<your-private-key>
# ETH Node address for listenting and writing on-chain events (better than using public node)
# Clone and Validator Registry are network specific, uncomment only one section
# MAINNET (Arbitrum)
ETH_NODE_ADDRESS="wss://arb-mainnet.g.alchemy.com/v2/<your-api-key>"
CLONE_FACTORY_ADDRESS=0x998135c509b64083cd27ed976c1bcda35ab7a40b
VALIDATOR_REGISTRY_ADDRESS=0xbEB5b2df7B554Fb175e97Eb21eE1e8D7fF2f56B1
# TESTNET (Sepolia)
# ETH_NODE_ADDRESS="wss://arb-sepolia.g.alchemy.com/v2/<your-api-key>"
# CLONE_FACTORY_ADDRESS=0x998135c509b64083cd27ed976c1bcda35ab7a40b
# VALIDATOR_REGISTRY_ADDRESS=0xD81265c55ED9Ca7C71d665EA12A40e7921EA1123
# Default pool address ... where hashrate goes when not contracted
POOL_ADDRESS="//account.worker:@mine.pool.com:port"
#Where will the API be exposed? (recommend VPN/Private Network)
WEB_ADDRESS="0.0.0.0:8080"
WEB_PUBLIC_URL="http://private.url.com:8080"