Dmitry Mikushin
Dmitry Mikushin
Thank you for this one, could you please make another ad about your trading platform available on GitHub?
I think the platform is a more important goal, which we should join forces on. What do you think? пт, 28 авг. 2020 г. в 07:26, niXman : > I...
Well, you don't have to do everything by yourself. Chop the big problem into the smaller issues, which we can look at. пт, 28 авг. 2020 г. в 11:22, niXman...
Dear @baker-Xie thank you for your testing! I could imagine the first connection is slower than subsequent ones, due to initialization overhead. A lot of other aspects may be involved,...
Hi this is an interesting one, thanks! Right, I saw this before on x86, and the reason was a clock skew. Even a small skew of milliseconds is important for...
System always should have a high-precision realtime clock such as `clock_gettime` on Linux. There should be its equivalent in chrono. But this is not epoch time. The second part is...
Please try the following and let me know if it works better for you: ```diff --- a/src/binance_utils.cpp +++ b/src/binance_utils.cpp @@ -78,16 +78,20 @@ time_t binance::get_current_epoch( ) { struct timeval tv;...
OK, could you please tell us what actually happens when you call ntpdate: ``` $ sudo ntpdate pool.ntp.org 17 May 17:22:17 ntpdate[17498]: adjust time server 216.229.0.49 offset -0.005519 sec ```...
Thanks for testing. Meanwhile, I've bumped bitrader to 92d907e4c9691832f7c50bf055534d5cfb8019f1 which cleans out redundant dependency on OpenSSL. I also re-checked that everything works. In fact, your run fails at ```c++ //...
Dear @bagajjal , could you please consider elevating the priority of this issue? We all know Windows is not about security, but using private keys instead of passwords is so...