mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-19 20:24:39 +02:00
Update stacking-sats-kraken version (#2133)
This commit is contained in:
@@ -9,7 +9,7 @@ CONFIG_FILE=$APP_DATA_DIR/.env
|
||||
RASPIBLITZ_FILE=/mnt/hdd/raspiblitz.conf
|
||||
SCRIPT_DIR=$HOME_DIR/stacking-sats-kraken
|
||||
SCRIPT_NAME=stacksats.sh
|
||||
SCRIPT_VERSION=0.3.0
|
||||
SCRIPT_VERSION=0.4.2
|
||||
|
||||
# command info
|
||||
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
||||
@@ -58,6 +58,16 @@ KRAKEN_API_SECRET="privateKeyFromTheKrakenSettings"
|
||||
KRAKEN_API_FIAT="USD"
|
||||
KRAKEN_BUY_AMOUNT=21
|
||||
|
||||
# Enable this to buy at market price instad of placing a limit order
|
||||
# KRAKEN_ORDER_TYPE="market"
|
||||
|
||||
# Pay fee in this currency, e.g. buying XBT for USD and paying fee in XBT
|
||||
# KRAKEN_FEE_CURRENCY="XBT"
|
||||
|
||||
# Set this if you live in Germany and get the EOrder:Trading agreement required error.
|
||||
# See https://support.kraken.com/hc/en-us/articles/360000920026
|
||||
# KRAKEN_GERMANY_TRADING_AGREEMENT="agree"
|
||||
|
||||
# Optional settings for withdrawal
|
||||
# KRAKEN_MAX_REL_FEE=0.5 # maximum fee in % that you are willing to pay
|
||||
# KRAKEN_WITHDRAW_KEY="descriptionOfWithdrawalAddress"
|
||||
|
Reference in New Issue
Block a user