.env.example 1.01 KB
Newer Older
John Doe's avatar
John Doe committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
# Private key used for publishing
RPC_URL=
# If private key is filled, it will be used for both deposits and publishing -- be careful if you are doing both
PRIVATE_KEY=
THREADS=0 # Use all available threads
PROFIT=2 # Minimum profit in priority gwei (coinbase_fee is automatically added on top of this)

# Anonymous Publishing -- Advanced Users Only
# -- MUST USE COMPATIBLE SEND_RPC
ANON=0 # Must be 0 if WITHDRAW is enabled.
COINBASE_FEE=2 # Fee in Gwei per gas paid to Eth builders to anonymize publishing -- Ignored if ANON is FALSE
SEND_RPC=https://protect.flashbots.net/configure/refund?builder=Titan&builder=builder0x69&hint=hash # For builder sponsorship

# If this is enabled, anonymous publishing is disabled.
WITHDRAW=0 # Withdrawal address 0x...

# Nargo Stuff
NARGO_PATH=~/.nargo/backends/acvm-backend-barretenberg/backend_binary
VERBOSE=FALSE

# Nostr Relays -- optional if you have working seeds
RELAYS=

# Nostr Relay APIs ("Seed" nodes) -- expects an array returned
MAX_RELAYS=8
SEEDS=https://api.nostr.watch/v1/online