Skip to content

Commit

Permalink
adjust sample env
Browse files Browse the repository at this point in the history
  • Loading branch information
ordinariusprof committed Mar 28, 2024
1 parent 97d6954 commit e96e4c4
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,21 @@ MIN_WITHDRAWAL_AMOUNT=3
# maximum amount of funds to withdraw from exchange
MAX_WITHDRAWAL_AMOUNT=10
# minimum amount needed to send a deposit to exchange account
MIN_DEPOSIT_AMOUNT=0.00015
MIN_DEPOSIT_AMOUNT=0.0005
# time interval to trigger exchange withdrawals
WITHDRAW_FUNDS_INTERVAL_MIN=60
# time interval to trigger sat extraction
EXTRACT_SATS_INTERVAL_MIN=10
# min output size, leave default unless you know what you are doing
MIN_OUTPUT_SIZE=546

# The satributes will NOT be extracted
# The satributes listed here will NOT be extracted e.g. pizza,vintage,block-9,block-78,black,nakamoto,uncommon
FILTER_SATRIBUTES=pizza,vintage

# Local Bitcoin Core Wallet Address
TUMBLER_ADDRESS=
# default address special sats will go to
INVENTORY_WALLET=
# # optional if you want to use a custom wallet for each special sat type
# CUSTOM_SPECIAL_SAT_WALLET_ADDR_UNCOMMON=
# CUSTOM_SPECIAL_SAT_WALLET_ADDR_BLACK=
# CUSTOM_SPECIAL_SAT_WALLET_ADDR_BLOCK-9=
# CUSTOM_SPECIAL_SAT_WALLET_ADDR_BLOCK-78=
# CUSTOM_SPECIAL_SAT_WALLET_ADDR_NAKAMOTO=
# CUSTOM_SPECIAL_SAT_WALLET_ADDR_PIZZA=
# CUSTOM_SPECIAL_SAT_WALLET_ADDR_VINTAGE=

# Bitcoin Core RPC
BITCOIN_RPC_HOST=
Expand Down Expand Up @@ -62,12 +54,12 @@ OKCOIN_DEPOSIT_WALLET=
# coinbase
COINBASE_API_KEY=
COINBASE_API_SECRET=
# for coinbase, tag is not used for withdrawal, provide the trusted withdrawal address here
# for coinbase, tag is not used for withdrawal, provide the allowlisted withdrawal address here
COINBASE_WITHDRAWAL_WALLET=
COINBASE_DEPOSIT_WALLET=

# Notifications
# change to verbose to get all notifications
# change to "verbose" to get all notifications
NOTIFICATION_LEVEL="info"

SLACK_WEB_HOOK=
Expand Down

0 comments on commit e96e4c4

Please sign in to comment.