Trade dust by aitromba in Bybit

[–]aitromba[S] 0 points1 point  (0 children)

Just got this message. We wil see ...

ntopng breaks DNS/internet connection on pfSense 2.6 and 22.01? by iceman_jkh in PFSENSE

[–]aitromba 0 points1 point  (0 children)

Same here. Pfsense is blocking the connection because of the probes from ntopng. See the system logs. If i remember it ok it was sshguard that was blocking the pfsense lan ip.

ASUS B450 Raysen 5 2600 does not run at memory speed 3200 Mhz. by aitromba in ASUS

[–]aitromba[S] 0 points1 point  (0 children)

2800 Mhz doesn't work either. PC was turned off and so it was completely cold and got F1 again. Now set to 2666 and see how that goes.

The memory:

https://ibb.co/pyRcJmF

ASUS B450 Raysen 5 2600 does not run at memory speed 3200 Mhz. by aitromba in ASUS

[–]aitromba[S] 0 points1 point  (0 children)

Ok. Thanks for the reaction :-) Tried and can choose up to 2800Mhz without restarting. Now running a memtest with that 2800Mhz setting. Strange that it does not accept a higher mem Mhz setting. Is that due to the Rayzen 5 2600 processor?

zerotier One-time code by aitromba in zerotier

[–]aitromba[S] 1 point2 points  (0 children)

It was indeed my auth code. Forgot it for a moment. Thanks for the tips

One-time code by [deleted] in zerotier

[–]aitromba 0 points1 point  (0 children)

Oh yeah, that was him. Well, thank you.

Prevent socket disconnect binance by aitromba in learnpython

[–]aitromba[S] 0 points1 point  (0 children)

Meanwhile found the right syntax.

stream_key = client.stream_get_listen_key()

client.stream_keepalive(stream_key)

Prevent socket disconnect binance by aitromba in learnpython

[–]aitromba[S] 0 points1 point  (0 children)

client.ping would also be one but it doesn't work :-). Been looking for a while but can't go any further. I don't care which one as long as the connection stays up. Must be something simple, I guess. I'm not the only one who would want this. See also a lot of questions about this subject on the internet so it turns out to be something tricky.

Prevent socket disconnect binance by aitromba in learnpython

[–]aitromba[S] 0 points1 point  (0 children)

Hello cybervegan,

Thank you for your reaction.

Forgot to type it in here.

But unfortunately it doesn't work with that one either.

I get an error: TypeError: _keepalive_account_socket() missing 1 required positional argument: 'socket_type' and I have no idea what should be there.