bmino / binance-triangle-arbitrage

Detect in-market cryptocurrency arbitrage
MIT License
1.07k stars 336 forks source link

Loosing money instead of earning with same config as sample #101

Closed cryptotester123 closed 4 years ago

cryptotester123 commented 4 years ago

Hi. Probably i have done something wrong, but I am loosing money with this app. I cloned this repo, added my own api key and secret and started the app. The app have found a some arbitrage possibilities and did buy and sell. Unfortunately in the end i lost money. I have bnb in account, so paying fees with bnb.

Please see images below which shows the code and the numbers from binance.

Have i done something wrong in the config?

The config: config

Arbitrage 1 where selling for less than what it bought for: arbitrage3 Log file: btc-snx-bnb-log

Arbitrage 2 where selling for less than what it bought for: arbitrage2 Log file: btc-brd-eth-log

Arbitrage 3 where selling for less than what it bought for: arbiterage1 Log file: btc-tnt-eth-log

ken4ward commented 4 years ago

Can we have a response to this? Thanks.

cryptotester123 commented 4 years ago

I will later this week try to move the code to a faster amazon instanse. Maybe that will help? Is it better to have a server closer to a specific region so it goes some ms faster?

cryptotester123 commented 4 years ago

I have updated with data from execution.log file also now

bmino commented 4 years ago

Hey! Thanks for your interest in my bot and even more for providing such nice data to accompany the question :D

Is it better to have a server closer to a specific region so it goes some ms faster?

Yes. Yes.... YESSS definitely yes! We are playing a millisecond game here where every one counts!


The first thing that stands out to me is your original config. The AGE_THRESHOLD of 300 means the bot will consider data less than 300 ms old to be current. In the world of arbitrage and algorithmic trading, 10 ms is a sizable gap. You should decrease this to something closer to that range. Too small and you won't get any trades, but too big and your data is too old.


Secondly, you have an issue with the location of your server. I don't see the ping output when starting the bot but I imagine it is big. In your screenshots, the three positions are executed in 1183 ms, 2628 ms, and 1495 ms. This is HUUUUGE! You can actually watch the markets move with your naked eye in the UI in time periods as big as those.

"Executed position" technically refers to making the three trades necessary to complete a triangular arbitrage position; in your case, buying BA, selling BC, and selling CA. In the first screenshot it took 1183 ms (over 1 second) to complete those trades. This means that between the first trade and the final trade, the market had about 1 full second to shift and change from the original calculations identified marking the position as profitable.

Generally with such a ping latency (distance from the market) you will see the first trade complete at the calculated value and the final trade might have some drift but in all your examples there was an error of greater than 1% on the first trade which is again HUGE. You can address this by lowering your AGE_THRESHOLD and locating your app closer to the Binance market. My instances run in the Hong Kong region via AWS

cryptotester123 commented 4 years ago

Thanks @bmino I will try doing some changes next week. Will close the question for now.

cryptotester123 commented 4 years ago

Sorry, need to open this again. I have udated to instance type c5d.4xlarge where zone is ap-east-1c (Hong Kong) on aws. I have added the performance log below. 1: May i ask which type of instance you are running on aws? 2: Are you earning money with this?

Maybe some of my questions might be answered in: https://github.com/bmino/binance-triangle-arbitrage/issues/104

My config below. Should i change something?

Skjermbilde 2020-08-03 kl  15 37 38

Perfomance.log: ["8/2/2020, 8:53:42 PM"] INFO : -------------------------------------------------- ["8/2/2020, 8:53:42 PM"] INFO : Successfully pinged Binance in 67 ms ["8/2/2020, 8:54:32 PM"] INFO : -------------------------------------------------- ["8/2/2020, 8:54:33 PM"] INFO : Successfully pinged Binance in 74 ms ["8/2/2020, 8:55:21 PM"] DEBUG: Operating System: Linux ["8/2/2020, 8:55:21 PM"] DEBUG: Cores Speeds: [3685,3601,3657,3600,3653,3579,3628,3593,3600,3599,3600,3564,3626,3606,3591,3610] MHz ["8/2/2020, 8:57:43 PM"] DEBUG: Recent calculations completed in 26 ms ["8/2/2020, 9:00:03 PM"] DEBUG: Recent calculations completed in 36 ms ["8/2/2020, 9:02:30 PM"] DEBUG: Recent calculations completed in 45 ms ["8/2/2020, 9:09:40 PM"] INFO : -------------------------------------------------- ["8/2/2020, 9:09:40 PM"] INFO : Successfully pinged Binance in 68 ms ["8/2/2020, 9:10:29 PM"] DEBUG: Operating System: Linux ["8/2/2020, 9:10:29 PM"] DEBUG: Cores Speeds: [3652,3600,3628,3615,3652,3603,3610,3699,3599,3641,3583,3589,3608,3591,3650,3587] MHz ["8/2/2020, 9:23:34 PM"] INFO : -------------------------------------------------- ["8/2/2020, 9:23:39 PM"] INFO : -------------------------------------------------- ["8/2/2020, 9:23:39 PM"] INFO : Successfully pinged Binance in 68 ms ["8/2/2020, 9:24:28 PM"] DEBUG: Operating System: Linux ["8/2/2020, 9:24:28 PM"] DEBUG: Cores Speeds: [3600,3587,3628,3604,3596,3578,3639,3617,3618,3600,3608,3609,3599,3600,3683,3600] MHz ["8/2/2020, 9:26:49 PM"] DEBUG: Tickers without a depth cache update: [PHBTUSD,BUSDZAR,DAIBUSD] ["8/2/2020, 9:26:49 PM"] DEBUG: Recent calculations completed in 25 ms ["8/2/2020, 9:29:08 PM"] DEBUG: Recent calculations completed in 31 ms ["8/2/2020, 9:31:30 PM"] DEBUG: Recent calculations completed in 39 ms ["8/2/2020, 9:33:56 PM"] DEBUG: Recent calculations completed in 45 ms ["8/2/2020, 9:36:27 PM"] DEBUG: Recent calculations completed in 63 ms ["8/2/2020, 9:39:08 PM"] DEBUG: Recent calculations completed in 78 ms ["8/2/2020, 9:41:55 PM"] DEBUG: Recent calculations completed in 89 ms ["8/2/2020, 9:44:46 PM"] DEBUG: Recent calculations completed in 94 ms ["8/2/2020, 9:47:39 PM"] DEBUG: Recent calculations completed in 100 ms ["8/2/2020, 9:50:35 PM"] DEBUG: Recent calculations completed in 105 ms ["8/2/2020, 9:53:35 PM"] DEBUG: Recent calculations completed in 114 ms ["8/2/2020, 9:56:37 PM"] DEBUG: Recent calculations completed in 115 ms ["8/2/2020, 9:59:40 PM"] DEBUG: Recent calculations completed in 117 ms ["8/2/2020, 10:02:45 PM"] DEBUG: Recent calculations completed in 128 ms ["8/2/2020, 10:05:59 PM"] DEBUG: Recent calculations completed in 148 ms ["8/2/2020, 10:09:19 PM"] DEBUG: Recent calculations completed in 153 ms ["8/2/2020, 10:12:42 PM"] DEBUG: Recent calculations completed in 160 ms ["8/2/2020, 10:16:08 PM"] DEBUG: Recent calculations completed in 164 ms ["8/2/2020, 10:19:36 PM"] DEBUG: Recent calculations completed in 169 ms ["8/2/2020, 10:23:07 PM"] DEBUG: Recent calculations completed in 174 ms ["8/2/2020, 10:26:40 PM"] DEBUG: Recent calculations completed in 179 ms ["8/2/2020, 10:30:16 PM"] DEBUG: Recent calculations completed in 183 ms ["8/2/2020, 10:33:53 PM"] DEBUG: Recent calculations completed in 187 ms ["8/2/2020, 10:37:33 PM"] DEBUG: Recent calculations completed in 188 ms ["8/2/2020, 10:41:14 PM"] DEBUG: Recent calculations completed in 194 ms ["8/2/2020, 10:44:59 PM"] DEBUG: Recent calculations completed in 201 ms ["8/2/2020, 10:48:45 PM"] DEBUG: Recent calculations completed in 204 ms ["8/2/2020, 10:52:34 PM"] DEBUG: Recent calculations completed in 205 ms ["8/2/2020, 10:56:22 PM"] DEBUG: Recent calculations completed in 209 ms ["8/2/2020, 11:00:13 PM"] DEBUG: Recent calculations completed in 213 ms ["8/2/2020, 11:04:06 PM"] DEBUG: Recent calculations completed in 217 ms ["8/2/2020, 11:07:59 PM"] DEBUG: Recent calculations completed in 220 ms ["8/2/2020, 11:11:55 PM"] DEBUG: Recent calculations completed in 228 ms ["8/2/2020, 11:15:56 PM"] DEBUG: Recent calculations completed in 231 ms ["8/2/2020, 11:19:57 PM"] DEBUG: Recent calculations completed in 233 ms ["8/2/2020, 11:23:59 PM"] DEBUG: Recent calculations completed in 235 ms ["8/2/2020, 11:28:02 PM"] DEBUG: Recent calculations completed in 236 ms ["8/2/2020, 11:32:06 PM"] DEBUG: Recent calculations completed in 238 ms ["8/2/2020, 11:36:12 PM"] DEBUG: Recent calculations completed in 242 ms ["8/2/2020, 11:40:18 PM"] DEBUG: Recent calculations completed in 244 ms ["8/2/2020, 11:44:28 PM"] DEBUG: Recent calculations completed in 254 ms ["8/2/2020, 11:48:42 PM"] DEBUG: Recent calculations completed in 262 ms ["8/2/2020, 11:53:02 PM"] DEBUG: Recent calculations completed in 284 ms ["8/2/2020, 11:57:30 PM"] DEBUG: Recent calculations completed in 287 ms ["8/3/2020, 12:02:01 AM"] DEBUG: Recent calculations completed in 294 ms ["8/3/2020, 12:06:33 AM"] DEBUG: Recent calculations completed in 297 ms ["8/3/2020, 12:11:10 AM"] DEBUG: Recent calculations completed in 301 ms ["8/3/2020, 12:15:48 AM"] DEBUG: Recent calculations completed in 314 ms ["8/3/2020, 12:20:31 AM"] DEBUG: Recent calculations completed in 319 ms ["8/3/2020, 12:25:17 AM"] DEBUG: Recent calculations completed in 324 ms ["8/3/2020, 12:30:06 AM"] DEBUG: Recent calculations completed in 330 ms ["8/3/2020, 12:34:57 AM"] DEBUG: Recent calculations completed in 334 ms ["8/3/2020, 12:39:52 AM"] DEBUG: Recent calculations completed in 340 ms ["8/3/2020, 12:44:47 AM"] DEBUG: Recent calculations completed in 344 ms ["8/3/2020, 12:49:44 AM"] DEBUG: Recent calculations completed in 345 ms ["8/3/2020, 12:54:44 AM"] DEBUG: Recent calculations completed in 346 ms ["8/3/2020, 12:59:43 AM"] DEBUG: Recent calculations completed in 348 ms ["8/3/2020, 1:04:46 AM"] DEBUG: Recent calculations completed in 354 ms ["8/3/2020, 1:09:52 AM"] DEBUG: Recent calculations completed in 366 ms ["8/3/2020, 1:15:03 AM"] DEBUG: Recent calculations completed in 370 ms ["8/3/2020, 1:20:14 AM"] DEBUG: Recent calculations completed in 377 ms ["8/3/2020, 1:25:27 AM"] DEBUG: Recent calculations completed in 378 ms ["8/3/2020, 1:30:42 AM"] DEBUG: Recent calculations completed in 379 ms ["8/3/2020, 1:35:59 AM"] DEBUG: Recent calculations completed in 377 ms ["8/3/2020, 1:41:17 AM"] DEBUG: Recent calculations completed in 382 ms ["8/3/2020, 1:46:36 AM"] DEBUG: Recent calculations completed in 389 ms ["8/3/2020, 1:51:57 AM"] DEBUG: Recent calculations completed in 391 ms ["8/3/2020, 1:57:18 AM"] DEBUG: Recent calculations completed in 395 ms ["8/3/2020, 2:02:41 AM"] DEBUG: Recent calculations completed in 398 ms ["8/3/2020, 2:08:06 AM"] DEBUG: Recent calculations completed in 408 ms ["8/3/2020, 2:13:35 AM"] DEBUG: Recent calculations completed in 405 ms ["8/3/2020, 2:19:04 AM"] DEBUG: Recent calculations completed in 408 ms ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.433 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.427 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.433 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.433 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.43 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.432 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.431 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.431 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.432 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Bid depth (0) too shallow to convert 0.424 ETH to BTC using ETHBTC ["8/3/2020, 2:21:22 AM"] WARN : Completed 79/158 (50.0%) calculations in 174 ms ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.92 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Ask depth (0) too shallow to convert 0.015 BTC to BNB using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.91 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.92 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.86 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.9 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.89 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.92 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.92 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.91 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.9 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.91 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.88 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.92 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.9 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.91 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.91 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.86 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.91 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.91 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.86 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.82 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.88 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.86 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.8 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.88 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.87 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.87 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.91 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.87 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.89 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.88 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.8 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.81 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.88 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.87 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.83 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.88 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.8 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.87 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.9 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.8 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.85 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.91 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.89 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.83 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.82 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.86 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.88 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.86 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.68 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.9 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.88 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.88 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.88 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.79 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.87 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.91 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.77 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.91 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.87 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.87 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.82 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.88 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.78 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.88 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.88 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.87 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.83 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.64 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.88 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.89 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.85 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.91 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.87 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.88 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.89 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.85 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Bid depth (0) too shallow to convert 7.89 BNB to BTC using BNBBTC ["8/3/2020, 2:21:25 AM"] WARN : Completed 79/158 (50.0%) calculations in 38 ms ["8/3/2020, 2:21:25 AM"] WARN : Ask depth (0) too shallow to convert 0.015 BTC to BCH using BCHBTC ["8/3/2020, 2:21:25 AM"] WARN : Completed 157/158 (99.4%) calculations in 56 ms ["8/3/2020, 2:22:52 AM"] DEBUG: Recent calculations completed in 59 ms ["8/3/2020, 2:25:30 AM"] DEBUG: Recent calculations completed in 70 ms ["8/3/2020, 2:28:12 AM"] DEBUG: Recent calculations completed in 77 ms ["8/3/2020, 2:30:58 AM"] DEBUG: Recent calculations completed in 83 ms ["8/3/2020, 2:33:46 AM"] DEBUG: Recent calculations completed in 91 ms ["8/3/2020, 2:36:39 AM"] DEBUG: Recent calculations completed in 100 ms ["8/3/2020, 2:39:34 AM"] DEBUG: Recent calculations completed in 107 ms ["8/3/2020, 2:42:34 AM"] DEBUG: Recent calculations completed in 112 ms ["8/3/2020, 2:45:38 AM"] DEBUG: Recent calculations completed in 121 ms ["8/3/2020, 2:48:46 AM"] DEBUG: Recent calculations completed in 129 ms ["8/3/2020, 2:51:58 AM"] DEBUG: Recent calculations completed in 149 ms ["8/3/2020, 2:55:20 AM"] DEBUG: Recent calculations completed in 157 ms ["8/3/2020, 2:58:45 AM"] DEBUG: Recent calculations completed in 161 ms ["8/3/2020, 3:02:12 AM"] DEBUG: Recent calculations completed in 167 ms ["8/3/2020, 3:05:41 AM"] DEBUG: Recent calculations completed in 172 ms ["8/3/2020, 3:09:14 AM"] DEBUG: Recent calculations completed in 176 ms ["8/3/2020, 3:12:51 AM"] DEBUG: Recent calculations completed in 188 ms ["8/3/2020, 3:16:31 AM"] DEBUG: Recent calculations completed in 194 ms ["8/3/2020, 3:20:14 AM"] DEBUG: Recent calculations completed in 196 ms ["8/3/2020, 3:23:58 AM"] DEBUG: Recent calculations completed in 199 ms ["8/3/2020, 3:27:44 AM"] DEBUG: Recent calculations completed in 203 ms ["8/3/2020, 3:31:34 AM"] DEBUG: Recent calculations completed in 216 ms ["8/3/2020, 3:35:29 AM"] DEBUG: Recent calculations completed in 219 ms ["8/3/2020, 3:39:24 AM"] DEBUG: Recent calculations completed in 220 ms ["8/3/2020, 3:43:22 AM"] DEBUG: Recent calculations completed in 229 ms ["8/3/2020, 3:47:22 AM"] DEBUG: Recent calculations completed in 232 ms ["8/3/2020, 3:51:24 AM"] DEBUG: Recent calculations completed in 233 ms ["8/3/2020, 3:55:27 AM"] DEBUG: Recent calculations completed in 238 ms ["8/3/2020, 3:59:33 AM"] DEBUG: Recent calculations completed in 242 ms ["8/3/2020, 4:03:40 AM"] DEBUG: Recent calculations completed in 244 ms ["8/3/2020, 4:07:47 AM"] DEBUG: Recent calculations completed in 246 ms ["8/3/2020, 4:11:56 AM"] DEBUG: Recent calculations completed in 249 ms ["8/3/2020, 4:16:05 AM"] DEBUG: Recent calculations completed in 251 ms ["8/3/2020, 4:20:16 AM"] DEBUG: Recent calculations completed in 252 ms ["8/3/2020, 4:24:30 AM"] DEBUG: Recent calculations completed in 259 ms ["8/3/2020, 4:28:45 AM"] DEBUG: Recent calculations completed in 261 ms ["8/3/2020, 4:33:01 AM"] DEBUG: Recent calculations completed in 263 ms ["8/3/2020, 4:37:19 AM"] DEBUG: Recent calculations completed in 265 ms ["8/3/2020, 4:41:37 AM"] DEBUG: Recent calculations completed in 265 ms ["8/3/2020, 4:46:00 AM"] DEBUG: Recent calculations completed in 285 ms ["8/3/2020, 4:50:29 AM"] DEBUG: Recent calculations completed in 290 ms ["8/3/2020, 4:54:59 AM"] DEBUG: Recent calculations completed in 291 ms ["8/3/2020, 4:59:31 AM"] DEBUG: Recent calculations completed in 293 ms ["8/3/2020, 5:04:06 AM"] DEBUG: Recent calculations completed in 309 ms ["8/3/2020, 5:08:46 AM"] DEBUG: Recent calculations completed in 313 ms ["8/3/2020, 5:13:28 AM"] DEBUG: Recent calculations completed in 313 ms ["8/3/2020, 5:18:11 AM"] DEBUG: Recent calculations completed in 318 ms ["8/3/2020, 5:22:55 AM"] DEBUG: Recent calculations completed in 321 ms ["8/3/2020, 5:27:41 AM"] DEBUG: Recent calculations completed in 323 ms ["8/3/2020, 5:32:27 AM"] DEBUG: Recent calculations completed in 322 ms ["8/3/2020, 5:37:15 AM"] DEBUG: Recent calculations completed in 325 ms ["8/3/2020, 5:42:03 AM"] DEBUG: Recent calculations completed in 326 ms ["8/3/2020, 5:46:52 AM"] DEBUG: Recent calculations completed in 328 ms ["8/3/2020, 5:51:42 AM"] DEBUG: Recent calculations completed in 329 ms ["8/3/2020, 5:56:34 AM"] DEBUG: Recent calculations completed in 341 ms ["8/3/2020, 6:01:27 AM"] DEBUG: Recent calculations completed in 336 ms ["8/3/2020, 6:06:22 AM"] DEBUG: Recent calculations completed in 342 ms ["8/3/2020, 6:11:18 AM"] DEBUG: Recent calculations completed in 345 ms ["8/3/2020, 6:16:16 AM"] DEBUG: Recent calculations completed in 345 ms ["8/3/2020, 6:21:15 AM"] DEBUG: Recent calculations completed in 346 ms ["8/3/2020, 6:26:15 AM"] DEBUG: Recent calculations completed in 350 ms ["8/3/2020, 6:31:16 AM"] DEBUG: Recent calculations completed in 354 ms ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.431 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.433 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.433 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.433 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.431 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.427 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.432 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.433 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.432 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.43 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.432 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.431 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.433 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.431 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.432 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.433 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.433 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.432 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.433 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.432 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.43 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.431 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.433 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.432 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.433 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.433 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.432 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.43 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.431 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.433 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.43 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.433 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.431 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.431 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.426 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.433 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.43 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Bid depth (0) too shallow to convert 0.424 ETH to BTC using ETHBTC ["8/3/2020, 6:32:44 AM"] WARN : Completed 79/158 (50.0%) calculations in 149 ms ["8/3/2020, 6:35:15 AM"] DEBUG: Recent calculations completed in 182 ms ["8/3/2020, 6:38:55 AM"] DEBUG: Recent calculations completed in 192 ms ["8/3/2020, 6:42:38 AM"] DEBUG: Recent calculations completed in 200 ms ["8/3/2020, 6:46:24 AM"] DEBUG: Recent calculations completed in 200 ms ["8/3/2020, 6:50:14 AM"] DEBUG: Recent calculations completed in 213 ms ["8/3/2020, 6:54:08 AM"] DEBUG: Recent calculations completed in 218 ms ["8/3/2020, 6:58:04 AM"] DEBUG: Recent calculations completed in 222 ms ["8/3/2020, 7:02:02 AM"] DEBUG: Recent calculations completed in 226 ms ["8/3/2020, 7:06:02 AM"] DEBUG: Recent calculations completed in 233 ms ["8/3/2020, 7:10:04 AM"] DEBUG: Recent calculations completed in 235 ms ["8/3/2020, 7:14:07 AM"] DEBUG: Recent calculations completed in 235 ms ["8/3/2020, 7:18:11 AM"] DEBUG: Recent calculations completed in 241 ms ["8/3/2020, 7:22:18 AM"] DEBUG: Recent calculations completed in 252 ms ["8/3/2020, 7:26:30 AM"] DEBUG: Recent calculations completed in 256 ms ["8/3/2020, 7:30:45 AM"] DEBUG: Recent calculations completed in 267 ms ["8/3/2020, 7:35:05 AM"] DEBUG: Recent calculations completed in 269 ms ["8/3/2020, 7:39:28 AM"] DEBUG: Recent calculations completed in 275 ms ["8/3/2020, 7:43:53 AM"] DEBUG: Recent calculations completed in 285 ms ["8/3/2020, 7:48:22 AM"] DEBUG: Recent calculations completed in 288 ms ["8/3/2020, 7:52:52 AM"] DEBUG: Recent calculations completed in 289 ms ["8/3/2020, 7:57:25 AM"] DEBUG: Recent calculations completed in 307 ms ["8/3/2020, 8:02:04 AM"] DEBUG: Recent calculations completed in 309 ms ["8/3/2020, 8:06:46 AM"] DEBUG: Recent calculations completed in 313 ms ["8/3/2020, 8:11:30 AM"] DEBUG: Recent calculations completed in 317 ms ["8/3/2020, 8:16:14 AM"] DEBUG: Recent calculations completed in 321 ms ["8/3/2020, 8:21:01 AM"] DEBUG: Recent calculations completed in 324 ms ["8/3/2020, 8:25:51 AM"] DEBUG: Recent calculations completed in 337 ms ["8/3/2020, 8:30:45 AM"] DEBUG: Recent calculations completed in 337 ms ["8/3/2020, 8:35:41 AM"] DEBUG: Recent calculations completed in 348 ms ["8/3/2020, 8:40:40 AM"] DEBUG: Recent calculations completed in 348 ms ["8/3/2020, 8:45:41 AM"] DEBUG: Recent calculations completed in 356 ms ["8/3/2020, 8:50:45 AM"] DEBUG: Recent calculations completed in 360 ms ["8/3/2020, 8:55:51 AM"] DEBUG: Recent calculations completed in 361 ms ["8/3/2020, 9:01:00 AM"] DEBUG: Recent calculations completed in 362 ms ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.431 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.43 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.432 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.431 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.433 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.433 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.432 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.432 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.432 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.431 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.43 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.43 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.424 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Completed 79/158 (50.0%) calculations in 200 ms ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.431 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.43 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.432 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.431 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.433 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.433 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.432 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.432 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.433 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.432 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.431 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.43 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.43 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Bid depth (0) too shallow to convert 0.424 ETH to BTC using ETHBTC ["8/3/2020, 9:01:27 AM"] WARN : Completed 79/158 (50.0%) calculations in 196 ms ["8/3/2020, 9:05:11 AM"] DEBUG: Recent calculations completed in 246 ms ["8/3/2020, 9:09:23 AM"] DEBUG: Recent calculations completed in 257 ms ["8/3/2020, 9:13:41 AM"] DEBUG: Recent calculations completed in 273 ms ["8/3/2020, 9:18:03 AM"] DEBUG: Recent calculations completed in 280 ms ["8/3/2020, 9:22:28 AM"] DEBUG: Recent calculations completed in 283 ms ["8/3/2020, 9:26:56 AM"] DEBUG: Recent calculations completed in 285 ms ["8/3/2020, 9:31:26 AM"] DEBUG: Recent calculations completed in 292 ms ["8/3/2020, 9:35:57 AM"] DEBUG: Recent calculations completed in 292 ms ["8/3/2020, 9:40:32 AM"] DEBUG: Recent calculations completed in 295 ms ["8/3/2020, 9:45:10 AM"] DEBUG: Recent calculations completed in 313 ms ["8/3/2020, 9:49:52 AM"] DEBUG: Recent calculations completed in 316 ms ["8/3/2020, 9:54:33 AM"] DEBUG: Recent calculations completed in 301 ms ["8/3/2020, 9:59:18 AM"] DEBUG: Recent calculations completed in 308 ms ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.43 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.432 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.431 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.433 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.432 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.431 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.432 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Bid depth (0) too shallow to convert 0.424 ETH to BTC using ETHBTC ["8/3/2020, 10:00:47 AM"] WARN : Completed 79/158 (50.0%) calculations in 219 ms ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.43 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.438 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.432 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.431 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.433 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.437 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.432 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.434 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.435 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.431 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.432 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.436 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Bid depth (0) too shallow to convert 0.424 ETH to BTC using ETHBTC ["8/3/2020, 10:00:48 AM"] WARN : Completed 79/158 (50.0%) calculations in 217 ms ["8/3/2020, 10:00:54 AM"] WARN : Ask depth (0) too shallow to convert 0.015 BTC to ETC using ETCBTC ["8/3/2020, 10:00:54 AM"] WARN : Ask depth (0) too shallow to convert 0.015 BTC to ETC using ETCBTC ["8/3/2020, 10:00:54 AM"] WARN : Completed 156/158 (98.7%) calculations in 240 ms ["8/3/2020, 10:00:54 AM"] WARN : Ask depth (0) too shallow to convert 0.015 BTC to LTC using LTCBTC ["8/3/2020, 10:00:54 AM"] WARN : Ask depth (0) too shallow to convert 0.015 BTC to LTC using LTCBTC ["8/3/2020, 10:00:55 AM"] WARN : Completed 156/158 (98.7%) calculations in 237 ms ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.71 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Ask depth (0) too shallow to convert 0.015 BTC to BNB using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.69 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.7 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.67 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.69 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.69 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.7 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.7 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.69 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.7 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.68 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.7 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.7 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.69 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.69 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.7 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.68 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.69 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.7 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.65 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.62 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.67 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.66 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.69 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.65 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.68 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.68 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.7 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.63 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.7 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.68 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.55 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.53 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.67 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.68 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.59 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.68 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.62 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.69 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.69 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.61 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.66 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.69 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.69 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.56 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.6 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.65 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.67 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.62 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.49 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.69 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.68 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.63 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.65 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.65 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.69 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.7 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.65 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.71 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.67 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.67 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.38 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.67 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.65 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.66 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.64 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.69 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.58 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.46 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.68 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.67 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.66 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.69 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.69 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.68 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.65 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.63 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 7.66 BNB to BTC using BNBBTC ["8/3/2020, 10:00:57 AM"] WARN : Completed 79/158 (50.0%) calculations in 53 ms ["8/3/2020, 10:00:57 AM"] WARN : Bid depth (0) too shallow to convert 558 XRP to BTC using XRPBTC ["8/3/2020, 10:00:57 AM"] WARN : Ask depth (0) too shallow to convert 0.015 BTC to XRP using XRPBTC ["8/3/2020, 10:00:57 AM"] WARN : Ask depth (0) too shallow to convert 0.015 BTC to XRP using XRPBTC ["8/3/2020, 10:00:57 AM"] WARN : Completed 155/158 (98.1%) calculations in 76 ms ["8/3/2020, 10:00:58 AM"] WARN : Ask depth (0) too shallow to convert 0.015 BTC to BCH using BCHBTC ["8/3/2020, 10:00:58 AM"] WARN : Completed 157/158 (99.4%) calculations in 76 ms ["8/3/2020, 10:02:43 AM"] DEBUG: Recent calculations completed in 87 ms ["8/3/2020, 10:05:35 AM"] DEBUG: Recent calculations completed in 97 ms ["8/3/2020, 10:08:31 AM"] DEBUG: Recent calculations completed in 106 ms ["8/3/2020, 10:11:31 AM"] DEBUG: Recent calculations completed in 115 ms ["8/3/2020, 10:14:34 AM"] DEBUG: Recent calculations completed in 118 ms ["8/3/2020, 10:17:40 AM"] DEBUG: Recent calculations completed in 124 ms ["8/3/2020, 10:20:50 AM"] DEBUG: Recent calculations completed in 132 ms ["8/3/2020, 10:24:04 AM"] DEBUG: Recent calculations completed in 144 ms ["8/3/2020, 10:27:23 AM"] DEBUG: Recent calculations completed in 155 ms ["8/3/2020, 10:30:47 AM"] DEBUG: Recent calculations completed in 161 ms ["8/3/2020, 10:34:14 AM"] DEBUG: Recent calculations completed in 164 ms ["8/3/2020, 10:37:43 AM"] DEBUG: Recent calculations completed in 175 ms ["8/3/2020, 10:41:18 AM"] DEBUG: Recent calculations completed in 184 ms ["8/3/2020, 10:44:57 AM"] DEBUG: Recent calculations completed in 189 ms ["8/3/2020, 10:48:37 AM"] DEBUG: Recent calculations completed in 193 ms ["8/3/2020, 10:52:20 AM"] DEBUG: Recent calculations completed in 198 ms ["8/3/2020, 10:56:05 AM"] DEBUG: Recent calculations completed in 206 ms ["8/3/2020, 11:00:00 AM"] DEBUG: Recent calculations completed in 227 ms ["8/3/2020, 11:04:00 AM"] DEBUG: Recent calculations completed in 233 ms ["8/3/2020, 11:08:02 AM"] DEBUG: Recent calculations completed in 236 ms ["8/3/2020, 11:12:06 AM"] DEBUG: Recent calculations completed in 242 ms ["8/3/2020, 11:16:15 AM"] DEBUG: Recent calculations completed in 254 ms ["8/3/2020, 11:20:29 AM"] DEBUG: Recent calculations completed in 262 ms ["8/3/2020, 11:24:52 AM"] DEBUG: Recent calculations completed in 286 ms ["8/3/2020, 11:29:28 AM"] DEBUG: Recent calculations completed in 314 ms ["8/3/2020, 11:34:11 AM"] DEBUG: Recent calculations completed in 319 ms ["8/3/2020, 11:38:59 AM"] DEBUG: Recent calculations completed in 325 ms ["8/3/2020, 11:43:51 AM"] DEBUG: Recent calculations completed in 347 ms ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.43 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.427 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.427 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.423 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.422 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.427 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.427 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.43 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.425 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.427 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.423 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.427 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.427 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.424 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.426 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.427 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.424 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.425 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.422 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.427 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.427 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.427 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.427 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.426 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.426 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.427 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.423 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.425 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.419 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.419 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.427 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Bid depth (0) too shallow to convert 0.417 ETH to BTC using ETHBTC ["8/3/2020, 11:45:58 AM"] WARN : Completed 79/158 (50.0%) calculations in 179 ms ["8/3/2020, 11:46:06 AM"] WARN : Ask depth (0) too shallow to convert 0.015 BTC to BCH using BCHBTC ["8/3/2020, 11:46:06 AM"] WARN : Completed 157/158 (99.4%) calculations in 202 ms ["8/3/2020, 11:46:07 AM"] WARN : Bid depth (0) too shallow to convert 548 XRP to BTC using XRPBTC ["8/3/2020, 11:46:07 AM"] WARN : Ask depth (0) too shallow to convert 0.015 BTC to XRP using XRPBTC ["8/3/2020, 11:46:07 AM"] WARN : Ask depth (0) too shallow to convert 0.015 BTC to XRP using XRPBTC ["8/3/2020, 11:46:07 AM"] WARN : Completed 155/158 (98.1%) calculations in 203 ms ["8/3/2020, 11:48:11 AM"] DEBUG: Recent calculations completed in 227 ms ["8/3/2020, 11:52:13 AM"] DEBUG: Recent calculations completed in 240 ms ["8/3/2020, 11:56:23 AM"] DEBUG: Recent calculations completed in 256 ms ["8/3/2020, 12:00:38 PM"] DEBUG: Recent calculations completed in 263 ms ["8/3/2020, 12:04:55 PM"] DEBUG: Recent calculations completed in 271 ms ["8/3/2020, 12:09:17 PM"] DEBUG: Recent calculations completed in 277 ms ["8/3/2020, 12:13:43 PM"] DEBUG: Recent calculations completed in 291 ms ["8/3/2020, 12:18:14 PM"] DEBUG: Recent calculations completed in 292 ms ["8/3/2020, 12:22:49 PM"] DEBUG: Recent calculations completed in 305 ms ["8/3/2020, 12:27:27 PM"] DEBUG: Recent calculations completed in 309 ms ["8/3/2020, 12:32:09 PM"] DEBUG: Recent calculations completed in 317 ms ["8/3/2020, 12:36:54 PM"] DEBUG: Recent calculations completed in 321 ms ["8/3/2020, 12:41:40 PM"] DEBUG: Recent calculations completed in 322 ms ["8/3/2020, 12:46:28 PM"] DEBUG: Recent calculations completed in 329 ms ["8/3/2020, 12:51:19 PM"] DEBUG: Recent calculations completed in 336 ms ["8/3/2020, 12:56:12 PM"] DEBUG: Recent calculations completed in 335 ms ["8/3/2020, 1:01:07 PM"] DEBUG: Recent calculations completed in 340 ms ["8/3/2020, 1:06:02 PM"] DEBUG: Recent calculations completed in 342 ms ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.431 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.43 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.431 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.431 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.43 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.427 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.43 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.426 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.43 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.43 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.427 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.427 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.431 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.43 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.426 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.43 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.43 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.431 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.425 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.427 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.43 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.43 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.43 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.43 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.425 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.427 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.43 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.425 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.43 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.43 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.43 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.423 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.427 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.43 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.427 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.424 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.43 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.43 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.43 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.426 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.43 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.424 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.429 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.417 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.419 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.428 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Bid depth (0) too shallow to convert 0.421 ETH to BTC using ETHBTC ["8/3/2020, 1:09:58 PM"] WARN : Completed 79/158 (50.0%) calculations in 207 ms ["8/3/2020, 1:10:49 PM"] DEBUG: Recent calculations completed in 241 ms ["8/3/2020, 1:14:58 PM"] DEBUG: Recent calculations completed in 257 ms

bmino commented 4 years ago

Based on your increasing calculation times, I would recommend you turn on DEPTH.PRUNE

cryptotester123 commented 4 years ago

Ok, thanks. Will do. Which server do you recommend?

bmino commented 4 years ago

Depends on the spot instance savings. Typically I'm looking to use a c5n.xlarge or something similar

cryptotester123 commented 4 years ago

Ok. I did the DEPTH.PRUNE change it had a positive change. Thanks for that :)

After the change i see that calculations complete in about 16ms. I am running on "c5d.4xlarge" instance. It have "only" 10gigabit internet line. I will try one of those with 25gigabit and see if calculations complete in less than 10ms

I am getting some "Ask depth too shallow" logs. Please see image below.

Skjermbilde 2020-08-06 kl  09 02 49

The DEPTH.SIZE is set to 50 in my config. If i increase it, the calculations time also increase.

Maybe i should try to increase depth.size to 100 and change instance type to one with 25gigabit internet

cryptotester123 commented 4 years ago

So after DEPTH.SIZE change calculations complete in 34ms. Will try to change server instance also now

cryptotester123 commented 4 years ago

I have now changed to the fastest instance on aws. It's the one with 72 vCPU, 192 Memory and 100 gigabit internet. Not sure if it had so much effect.

I changed DEPTH.SIZE to 100 and getting a lot of "Bid depth too shallow". Like below. ["8/6/2020, 1:33:00 PM"] WARN : Completed 158/159 (99.4%) calculations in 39 ms ["8/6/2020, 1:33:00 PM"] WARN : Bid depth (0) too shallow to convert 14285 MDT to BNB using MDTBNB

Any suggestions?

bmino commented 4 years ago

In that screenshot DEPTH.SIZE is not the issue. The log shows that only 1 ask depth was known for WANBTC. This was possibly trading with a low volume at the time. If the log showed "Ask depth (50) too shallow to convert..." then you would need to increase your DEPTH.SIZE to something higher than 50 or lower your max investment

When the log shows "Bid depth (0) too shallow..." this means that the ticker has not yet been initialized or the websocket is reconnecting. I'm investigating solutions to disconnecting websockets currently