Browse Source

Upgrade itchysats app to `0.4.10` (#1322)

Co-authored-by: Mariusz Klochowicz <mariusz@klochowicz.com>
0.4.17
scratchy 3 years ago
committed by GitHub
parent
commit
0222db380b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      apps/itchysats/docker-compose.yml
  2. 4
      apps/registry.json

8
apps/itchysats/docker-compose.yml

@ -2,7 +2,7 @@ version: "3.7"
services:
web:
image: ghcr.io/itchysats/itchysats/taker:0.4.7@sha256:59ca20d3e84087ff2760b9d825982bead2ed6be4432ee9f93e52973b7df123df
image: ghcr.io/itchysats/itchysats/taker:0.4.10@sha256:6ce4691fa1d940a59598e1271f5c808869acfe8e6d639bead28076b5f7172414
restart: on-failure
stop_grace_period: 1m
ports:
@ -10,13 +10,13 @@ services:
volumes:
- ${APP_DATA_DIR}/data:/data
command:
- --maker=mainnet.itchysats.network:10000
- --maker=$BITCOIN_NETWORK.itchysats.network:10000
- --maker-id=7e35e34801e766a6a29ecb9e22810ea4e3476c2b37bf75882edf94a68b1d9607
- --password=$APP_PASSWORD
- --umbrel-seed=$APP_SEED
- mainnet
- $BITCOIN_NETWORK
- --electrum=tcp://$ELECTRUM_IP:$ELECTRUM_PORT
networks:
default:
ipv4_address: $APP_ITCHYSATS_IP
ipv4_address: $APP_ITCHYSATS_IP

4
apps/registry.json

@ -759,9 +759,9 @@
"id": "itchysats",
"category": "Finance",
"name": "ItchySats",
"version": "v0.4.7",
"version": "v0.4.10",
"tagline": "Peer-2-peer derivatives on Bitcoin",
"description": "ItchySats enables peer-2-peer CFD trading on Bitcoin using DLCs (discreet log contracts). No account needed, no trusted third-party - just you and your keys.\n\nThis is beta software. We tested it on test- and mainnet, but there are no guarantees that it will always behave as expected.\nPlease be mindful with how much money you trust the application with.\nCFDs trading is inherently risky, be sure to read up on it before using this application.\n\nThat said: This is pretty awesome, go nuts!\n\n1. Fund the ItchySats wallet\n2. Open a position\n3. Watch the price go up\n4. Profit\n\nLimitations of the mainnet beta:\n\n1. You can only open long positions at the moment\n2. Minimum position quantity is $100, maximum $1000\n3. The leverage is fixed at 2\n\nWith 0.4.0 your CFDs are perpetual positions that are extended hourly. This means your CFD position will remain open forever unless you decide to close it. A funding fee is collected hourly when the CFD is extended.\nUpdate for going short to be expected soon!",
"description": "ItchySats enables peer-2-peer CFD trading on Bitcoin using DLCs (discreet log contracts). No account needed, no trusted third-party - just you and your keys.\n\nThis is beta software. We tested it on test- and mainnet, but there are no guarantees that it will always behave as expected.\nPlease be mindful with how much money you trust the application with.\nCFDs trading is inherently risky, be sure to read up on it before using this application.\n\nThat said: This is pretty awesome, go nuts!\n\n1. Fund the ItchySats wallet\n2. Open a position\n3. Monitor the price movement\n4. Profit\n\nLimitations of the mainnet beta:\n\n1. Minimum position quantity is $100, maximum $1000\n2. The leverage is fixed at 2\n\nWith 0.4.0 your CFDs are perpetual positions that are extended hourly. This means your CFD position will remain open forever unless you decide to close it. A funding fee is collected hourly when the CFD is extended.\n\nWith 0.4.8 you can open long and short positions, previously only long positions were possible.",
"developer": "ItchySats",
"website": "https://itchysats.network",
"dependencies": [

Loading…
Cancel
Save