bitog

Results 8 comments of bitog

Is it `['trade', 'forceOrder'], ['btcusdt']`?

Hi there, Just saw your message now. Thanks for the reply. I did try what you asked, using the following code: ``` from unicorn_binance_websocket_api.unicorn_binance_websocket_api_manager import BinanceWebSocketApiManager from unicorn_fy.unicorn_fy import UnicornFy...

Not sure if `null` and `none` is the same but until not I haven't received any other data than `{"result":null,"id":1}`. Maybe there just hasn't been any liquidation until now... ![img](https://i.imgur.com/s53Xv84.png)

I might be missing something. But the keys are not corresponding with my WireGuard Client Public Key. Shoudn't that one being respected as well? So That only my client is...

I am using the WireGuard win client. Let me make it more clear here: **Server file** (`wg0-client-test.conf`) ``` [Interface] PrivateKey = IJyD1tBRylkmyvrqvJzLPShIxBOXEPbuCsLMVk4PWkc= Address = 10.66.66.2/32,fd42:42:42::2/128 DNS = XXXXXXXX [Peer] PublicKey...

Oh! I was looking at the wrong file I guess. Now looking at `/etc/wireguard/wg0.conf` I do see my Client Public Key in Peers. Does that mean only that one client...

Got it, thanks a lot for your all the clarifications. Id have two more questions: 1. Does WireGuard keep any logs? If yes - am I able to turn them...

Awesome, thank you. So I'd assume now that I dont have to take any further steps to clear / remove logs from the VPS. Yes, that must be it I...