This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13:52:24.948 [1016.b125416] [-8-thread-4] INFO t.e.ExchangeRouter - limit buy pacifica:HYPE (contracts = 1.3, price = 38.336, botOrderId = 535400707653) confirmed [0.047 sec] | |
13:52:25.128 [1016.b125416] [fica.fi/...] INFO t.e.p.s.PacificaPrivateSocketListener - socket message: {"channel":"account_order_updates","data":[{"i":502098586,"I":"ff010385-b1b4-4858-a343-535410707651","u":"6RfCcupe8PGtWoSZNEixiXvf6z2ukNMEFJ6UmMaVud22","s":"HYPE","d":"ask","p":"0","ip":"38.476","a":"1.3","f":"0","oe":"cancel","os":"cancelled","ot":"limit","sp":null,"si":null,"r":false,"ct":1760622735894,"ut":1760622744793},{"i":502101473,"I":"a902d3eb-00d2-4e8d-b3fb-535410707652","u":"6RfCcupe8PGtWoSZNEixiXvf6z2ukNMEFJ6UmMaVud22","s":"HYPE","d":"ask","p":"0","ip":"38.441","a":"1.3","f":"0","oe":"make","os":"open","ot":"limit","sp":null,"si":null,"r":false,"ct":1760622744793,"ut":1760622744793}]} | |
13:52:25.206 [1016.b125416] [fica.fi/...] INFO t.e.p.s.PacificaPrivateSocketListener - socket message: {"channel":"account_trades","data":[ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env bash | |
# Insert a USB key. | |
# if needed initialize it with MS/DOS FAT and MBR | |
# Download the Mint ISO image | |
# Convert the ISO -> IMG | |
hdiutil convert -format UDRW -o linuxmint-17.3-cinnamon-64bit linuxmint-17.3-cinnamon-64bit.iso | |
# Run a diskutil list to know the device for the USB key, e.g.: /dev/disk3 |