0.0004 SECONDS: SHOW TABLES FROM `maineven_met-base`
0.0069 SECONDS: SELECT *
FROM `page_views`
WHERE `date` = '2024-11-23'
AND `url` = 'https://www.maineventtravel.com/live-reporting/kings_of_vilnius_main_event_2024/2/updates'
ORDER BY `views` DESC
0.0113 SECONDS: UPDATE `page_views` SET views = views + 1
WHERE `date` = '2024-11-23'
AND `url` = 'https://www.maineventtravel.com/live-reporting/kings_of_vilnius_main_event_2024/2/updates'
0.0003 SECONDS: SELECT `rate`
FROM `exchange_rates`
WHERE `currency_iso_from` = 'GBP'
AND `currency_iso_to` = 'USD'
0.0002 SECONDS: SELECT `rate`
FROM `exchange_rates`
WHERE `currency_iso_from` = 'GBP'
AND `currency_iso_to` = 'EUR'
0.0002 SECONDS: SELECT `rate`
FROM `exchange_rates`
WHERE `currency_iso_from` = 'USD'
AND `currency_iso_to` = 'GBP'
0.0002 SECONDS: SELECT `rate`
FROM `exchange_rates`
WHERE `currency_iso_from` = 'USD'
AND `currency_iso_to` = 'EUR'
0.0002 SECONDS: SELECT `rate`
FROM `exchange_rates`
WHERE `currency_iso_from` = 'EUR'
AND `currency_iso_to` = 'GBP'
0.0002 SECONDS: SELECT `rate`
FROM `exchange_rates`
WHERE `currency_iso_from` = 'EUR'
AND `currency_iso_to` = 'USD'
0.0004 SECONDS: SELECT *
FROM `settings`
JOIN `white_label_versions` ON `white_label_versions`.`id` = `settings`.`white_label_version_id`
WHERE `white_label_versions`.`url` = 'maineventtravel.com'
0.0002 SECONDS: SELECT *
FROM `settings`
WHERE `white_label_version_id` = 0
0.0005 SECONDS: SELECT `tours`.*
FROM `tours`
WHERE `active` = 1
AND `venue` = '0'
AND `festival` = '0'
ORDER BY `order` ASC
0.0004 SECONDS: SELECT `white_label_inclusions`.`entity_id`
FROM `white_label_inclusions`
JOIN `white_label_versions` ON `white_label_versions`.`id` = `white_label_inclusions`.`white_label_version_id`
WHERE `white_label_versions`.`url` = 'maineventtravel.com'
AND `white_label_inclusions`.`entity_type` = 'tour'
0.0002 SECONDS: SELECT *
FROM `tours`
WHERE `active` = '1'
AND `festival` = '1'
ORDER BY `order` ASC
0.0003 SECONDS: SELECT `white_label_inclusions`.`entity_id`
FROM `white_label_inclusions`
JOIN `white_label_versions` ON `white_label_versions`.`id` = `white_label_inclusions`.`white_label_version_id`
WHERE `white_label_versions`.`url` = 'maineventtravel.com'
AND `white_label_inclusions`.`entity_type` = 'tour'
0.0002 SECONDS: SELECT `id`, `name`, `url`
FROM `destinations`
WHERE `active` = 1
ORDER BY `display_order`
0.0005 SECONDS: SELECT `pages`.*, `parents`.`url_name` as `parent_url_name`
FROM `pages`
LEFT JOIN `pages` as `parents` ON `parents`.`id` = `pages`.`parent_page_id`
WHERE `pages`.`active` = '1'
0.0003 SECONDS: SELECT `white_label_inclusions`.`entity_id`
FROM `white_label_inclusions`
JOIN `white_label_versions` ON `white_label_versions`.`id` = `white_label_inclusions`.`white_label_version_id`
WHERE `white_label_versions`.`url` = 'maineventtravel.com'
AND `white_label_inclusions`.`entity_type` = 'page'
0.0041 SECONDS: SELECT `venues`.*, (select COUNT(*) from tour_stops where tour_stops.venue_id=venues.id AND tour_stops.end_date > curdate() AND tour_stops.active = 1) tour_stop_count
FROM `venues`
WHERE `display_in_navigation` = '1'
LIMIT 30
0.0008 SECONDS: SELECT tour_stop_blogs.*, tours.page_background as page_background, tours.page_header as page_header, currencies.name as currency_name, currencies.symbol as currency_symbol, currencies.ISO_4217_code as currency_code, tour_stops.logo as tour_stop_logo, tour_stops.name as tour_stop_name, tour_stop_blog_days.name as current_day_name, tours.id as tour_id, CASE
WHEN tour_stops.logo IS NULL or tour_stops.logo = ''
THEN tours.logo
ELSE tour_stops.logo
END AS logo, tours.name as tour_name, tours.logo as tour_logo, venues.name as venue_name, venues.location as venue_location, venues.map_latitude as venue_latitude, venues.map_longitude as venue_longitude, venues.image as venue_image
FROM `tour_stop_blogs`
LEFT JOIN `currencies` ON `currencies`.`id` = `tour_stop_blogs`.`currency_id`
LEFT JOIN `tour_stops` ON `tour_stops`.`id` = `tour_stop_blogs`.`tour_stop_id`
LEFT JOIN `tour_stop_blog_days` ON `tour_stop_blog_days`.`id` = `tour_stop_blogs`.`current_day_id`
LEFT JOIN `tours` ON `tours`.`id` = `tour_stops`.`tour_id`
LEFT JOIN `venues` ON `venues`.`id` = `tour_stops`.`venue_id`
WHERE `friendly_url` = 'kings_of_vilnius_main_event_2024'
0.0003 SECONDS: SELECT *
FROM `tour_stop_blog_days`
WHERE `tour_stop_blog_id` = '222'
0.0306 SECONDS: SELECT `content`
FROM `tour_stop_blog_day_posts`
WHERE `content` LIKE "% 0.0065 SECONDS: SELECT COUNT(*) AS `numrows`
FROM `tour_stop_blog_day_posts`
WHERE `tour_stop_blog_day_id` = '474'
AND `published` = 1
0.0005 SECONDS: SELECT *
FROM `tour_stop_blog_days`
WHERE `tour_stop_blog_id` = '222'
AND `name` = '2'
0.0061 SECONDS: SELECT `tour_stop_blog_day_players`.*
FROM `tour_stop_blog_day_players`
WHERE `tour_stop_blog_day_id` = '474'
ORDER BY `busted` ASC, `current_chips` DESC
0.0077 SECONDS: SELECT `tour_stop_blog_day_posts`.*, `users`.`full_name` as `full_name`
FROM `tour_stop_blog_day_posts`
LEFT JOIN `users` ON `users`.`id` = `tour_stop_blog_day_posts`.`user_id`
WHERE `tour_stop_blog_day_posts`.`published` = 1
AND `tour_stop_blog_day_id` = '474'
ORDER BY `tour_stop_blog_day_posts`.`datetime` DESC
0.0113 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19876'
ORDER BY `chip_change` DESC, `busted` ASC
0.0111 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19875'
ORDER BY `chip_change` DESC, `busted` ASC
0.0113 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19874'
ORDER BY `chip_change` DESC, `busted` ASC
0.0095 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19873'
ORDER BY `chip_change` DESC, `busted` ASC
0.0111 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19872'
ORDER BY `chip_change` DESC, `busted` ASC
0.0108 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19871'
ORDER BY `chip_change` DESC, `busted` ASC
0.0108 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19870'
ORDER BY `chip_change` DESC, `busted` ASC
0.0071 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19869'
ORDER BY `chip_change` DESC, `busted` ASC
0.0091 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19868'
ORDER BY `chip_change` DESC, `busted` ASC
0.0113 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19867'
ORDER BY `chip_change` DESC, `busted` ASC
0.0110 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19866'
ORDER BY `chip_change` DESC, `busted` ASC
0.0089 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19865'
ORDER BY `chip_change` DESC, `busted` ASC
0.0080 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19864'
ORDER BY `chip_change` DESC, `busted` ASC
0.0069 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19863'
ORDER BY `chip_change` DESC, `busted` ASC
0.0070 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19862'
ORDER BY `chip_change` DESC, `busted` ASC
0.0082 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19861'
ORDER BY `chip_change` DESC, `busted` ASC
0.0068 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19860'
ORDER BY `chip_change` DESC, `busted` ASC
0.0072 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19859'
ORDER BY `chip_change` DESC, `busted` ASC
0.0078 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19857'
ORDER BY `chip_change` DESC, `busted` ASC
0.0076 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19858'
ORDER BY `chip_change` DESC, `busted` ASC
0.0063 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19856'
ORDER BY `chip_change` DESC, `busted` ASC
0.0070 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19855'
ORDER BY `chip_change` DESC, `busted` ASC
0.0061 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19854'
ORDER BY `chip_change` DESC, `busted` ASC
0.0065 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19853'
ORDER BY `chip_change` DESC, `busted` ASC
0.0062 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19852'
ORDER BY `chip_change` DESC, `busted` ASC
0.0077 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19851'
ORDER BY `chip_change` DESC, `busted` ASC
0.0107 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19850'
ORDER BY `chip_change` DESC, `busted` ASC
0.0070 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19849'
ORDER BY `chip_change` DESC, `busted` ASC
0.0063 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19845'
ORDER BY `chip_change` DESC, `busted` ASC
0.0065 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19844'
ORDER BY `chip_change` DESC, `busted` ASC
0.0065 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19846'
ORDER BY `chip_change` DESC, `busted` ASC
0.0059 SECONDS: SELECT `tour_stop_blog_day_players`.*
FROM `tour_stop_blog_day_players`
WHERE `tour_stop_blog_day_id` = '474'
ORDER BY `busted` ASC, `current_chips` DESC
0.0056 SECONDS: SELECT `tour_stop_blog_day_posts`.*, `users`.`full_name` as `full_name`
FROM `tour_stop_blog_day_posts`
LEFT JOIN `users` ON `users`.`id` = `tour_stop_blog_day_posts`.`user_id`
WHERE `tour_stop_blog_day_id` = '474'
ORDER BY `tour_stop_blog_day_posts`.`datetime` DESC
0.0082 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19876'
ORDER BY `chip_change` DESC, `busted` ASC
0.0070 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19875'
ORDER BY `chip_change` DESC, `busted` ASC
0.0065 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19874'
ORDER BY `chip_change` DESC, `busted` ASC
0.0063 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19873'
ORDER BY `chip_change` DESC, `busted` ASC
0.0060 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19872'
ORDER BY `chip_change` DESC, `busted` ASC
0.0062 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19871'
ORDER BY `chip_change` DESC, `busted` ASC
0.0060 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19870'
ORDER BY `chip_change` DESC, `busted` ASC
0.0070 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19869'
ORDER BY `chip_change` DESC, `busted` ASC
0.0080 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19868'
ORDER BY `chip_change` DESC, `busted` ASC
0.0080 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19867'
ORDER BY `chip_change` DESC, `busted` ASC
0.0066 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19866'
ORDER BY `chip_change` DESC, `busted` ASC
0.0062 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19865'
ORDER BY `chip_change` DESC, `busted` ASC
0.0068 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19864'
ORDER BY `chip_change` DESC, `busted` ASC
0.0067 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19863'
ORDER BY `chip_change` DESC, `busted` ASC
0.0069 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19862'
ORDER BY `chip_change` DESC, `busted` ASC
0.0068 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19861'
ORDER BY `chip_change` DESC, `busted` ASC
0.0064 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19860'
ORDER BY `chip_change` DESC, `busted` ASC
0.0066 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19859'
ORDER BY `chip_change` DESC, `busted` ASC
0.0064 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19857'
ORDER BY `chip_change` DESC, `busted` ASC
0.0063 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19858'
ORDER BY `chip_change` DESC, `busted` ASC
0.0062 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19856'
ORDER BY `chip_change` DESC, `busted` ASC
0.0074 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19855'
ORDER BY `chip_change` DESC, `busted` ASC
0.0065 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19854'
ORDER BY `chip_change` DESC, `busted` ASC
0.0080 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19853'
ORDER BY `chip_change` DESC, `busted` ASC
0.0069 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19852'
ORDER BY `chip_change` DESC, `busted` ASC
0.0071 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19851'
ORDER BY `chip_change` DESC, `busted` ASC
0.0070 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19850'
ORDER BY `chip_change` DESC, `busted` ASC
0.0067 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19849'
ORDER BY `chip_change` DESC, `busted` ASC
0.0069 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19845'
ORDER BY `chip_change` DESC, `busted` ASC
0.0069 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19844'
ORDER BY `chip_change` DESC, `busted` ASC
0.0067 SECONDS: SELECT `tour_stop_blog_day_post_progress`.*, `tour_stop_blog_day_players`.`country_code` AS `player_country_code`
FROM `tour_stop_blog_day_post_progress`
LEFT JOIN `tour_stop_blog_day_players` ON `tour_stop_blog_day_post_progress`.`tour_stop_blog_day_player_id` = `tour_stop_blog_day_players`.`id`
WHERE `tour_stop_blog_day_post_id` = '19846'
ORDER BY `chip_change` DESC, `busted` ASC
0.0066 SECONDS: SELECT `tour_stop_blog_day_players`.*
FROM `tour_stop_blog_day_players`
WHERE `tour_stop_blog_day_id` = '474'
ORDER BY `busted` ASC, `current_chips` DESC
0.0007 SECONDS: SELECT *
FROM `tour_stop_blogs`
WHERE `active` = 1
AND `tour_stop_id` = 2677
Hi,
We'd like to send you push notifications so you never miss out on:
Exclusive Offers
Upcoming Events
Exciting Promotions
Poker Travel News
Don’t worry; we won’t bombard you with messages, and you can-opt out
anytime by logging into your account and changing your settings.
Big Slick Holds for Pelegrimas Posted Saturday 23rd November, 2024 at 18:19(UTC+2) by Jason Glatzer
Level 18: 3,000/6,000 (6,000) Entries: 51/365
Alberto Gonzalez min-raised from under the gun before Alenas Pelegrimas jammed for 38,000 from one seat over. Gonzalez asked for a count after the action folded to him before going into the tank and counting over his own chip stack. Eventually, Gonzalez found a call with Pelegrimas at risk.
Alenas Pelegrimas: Alberto Gonzalez:
Pelegrimas was ahead the entire way and doubled with two pair after the ran out on the board.
Player
Chips
Progress
Alenas Pelegrimas
91,000
44,500
Alberto Gonzalez
79,000
49,000
River Assist for Matonis Posted Saturday 23rd November, 2024 at 18:08(UTC+2) by Jason Glatzer
Level 18: 3,000/6,000 (6,000) Entries: 51/365
Egidijus Matonis three-bet squeezed for 65,000. Vasilijus Piskunovas, who originally opened, called, while Mykolas Savickas opted to get out of the way.
Egidijus Matonis: Vasilijus Piskunovas:
Tens were ahead on the flop and the turn. Piskunovas let out one of his legendary laughs as his opponent got there at the end with the spiking the river to improve Matonis to a better two pair.
Player
Chips
Progress
Egidijus Matonis
157,000
29,000
Vasilijus Piskunovas
130,000
85,000
Laimelis Busts Pipine Posted Saturday 23rd November, 2024 at 18:05(UTC+2) by Jason Glatzer
Level 18: 3,000/6,000 (6,000) Entries: 51/365
Vadimas Pipine jammed for his short stack from early position and was called by Audrius Laimelis from the blinds.
Vadimas Pipine: Audrius Laimelis:
Laimelis was ahead and sent Pipine to the rail near the money bubble with a set after the ran out on the board.
Player
Chips
Progress
Audrius Laimelis
315,000
170,000
Konstantinos Tzinis
0
0
Vadimas Pipine
0
0
Kostickis Triples With Ace-Ten Suited Posted Saturday 23rd November, 2024 at 17:53(UTC+2) by Jason Glatzer
Level 18: 3,000/6,000 (6,000) Entries: 53/365
The action slowed down near the money bubble. Paulius Kostickis three-bet jammed the button for 19,000 and was called by Audrius Laimelis and Sedat Kestel.
Laimelis and Kestel both checked the flop before Laimelis checked again on the turn. Kestel bet 25,000 and Laimelis quickly folded.
Paulius Kostickis: Sedat Kestel:
Kostickis had the top two pair and tripled up after Kestel whiffed the river.
Player
Chips
Progress
Audrius Laimelis
145,000
195,000
Sedat Kestel
90,000
50,000
Paulius Kostickis
72,000
41,500
Two Players Blocking Their Tens Posted Saturday 23rd November, 2024 at 17:42(UTC+2) by Jason Glatzer
Level 17: 2,000/5,000 (5,000) Entries: 53/365
Three players were all-in with Edvinas Tarasevicius covering Edgars Hauks and Marijus Dirgela.
Both the big-stacked Tarasevicius and Dirgela held tens, while Hauks had them pipped with jacks. The board didn't magically get either players tens ahead for Hauks to double through Tarasevicius while ousting Dirgela.
Player
Chips
Progress
Edgars Hauks
175,000
12,500
Edvinas Tarasevicius
130,000
27,000
Tomas Muraska
0
0
Titas Gancierius
0
0
Marijus Dirgela
0
0
Fortuitous River for Liachauskas Posted Saturday 23rd November, 2024 at 17:34(UTC+2) by Jason Glatzer
Level 17: 2,000/5,000 (5,000) Entries: 56/365
Sigatas Raila opened for 12,000 from early position before he called a button jam by Mantas Liachauskas for 68,000.
Mantas Liachauskas: Sigatas Raila:
Raila was ahead until the river as the ran out on the board but doubled up Liachauskas who held the better two pair after his jack found a friend.
Meanwhile, €2,000 High Roller champion Robertas Sakinis won't add a Main Event victory to his impressive festival or even a cash for that matter after hitting the rail shortly before this hand alongside Justas Vaiciulionis.
Player
Chips
Progress
Sigitas Raila
400,000
10,000
Mantas Liachauskas
148,000
71,000
Robertas Sakinis
0
0
Justas Vaiciulionis
0
0
Dirgela Survives With King-Ten Posted Saturday 23rd November, 2024 at 17:24(UTC+2) by Jason Glatzer
Level 17: 2,000/5,000 (5,000) Entries: 58/365
Marijus Dirgela jammed for 23,000 from middle position before Vadimas Pipine three-bet shoved for around 130,000 from the cutoff. The rest of the table folded and the hands were tabled.
Marijus Dirgela: Vadimas Pipine:
Pipine was shaking his head in frustration after his opponent hit two pair on the flop. Dirgela doubled up after the turn and river completed the board.
Player
Chips
Progress
Vadimas Pipine
110,000
50,000
Marijus Dirgela
58,000
14,500
Jacks Win a Flip for Putnins to Stay Alive Posted Saturday 23rd November, 2024 at 17:15(UTC+2) by Jason Glatzer
Level 17: 2,000/5,000 (5,000) Entries: 58/365
Arturs Putnins three-bet jammed from the blinds for 66,000 and was called by Sigatas Raila, who opened from under the gun.
Arturs Putnins: Sigatas Raila:
Jacks won the flip after Raila got nowhere on the runout.
Player
Chips
Progress
Sigitas Raila
390,000
20,000
Arturs Putnins
142,000
36,500
Adria Comas I Roura
0
0
Kestel Survives Roller Coaster With Ladies Posted Saturday 23rd November, 2024 at 17:01(UTC+2) by Jason Glatzer
Level 17: 2,000/5,000 (5,000) Entries: 59/365
Martynas Racinskas min-raised from the hijack. Sedat Kestel jammed his short stack of 12,000 from the button while €555 NLH champion Scott Hall called off for slightly less.
Scott Hall: Sedat Kestel: Martynas Racinskas:
It was looking like two players were about to hit the showers after Racinskas connected with his ace on the flop. The odds were worse for his opponents after the bricked the board on the turn.
However, a one-outer saved the day for Kestel with the raining down on the river for him to survive and send Hall to the rail.
Player
Chips
Progress
Martynas Racinskas
290,000
196,500
Sedat Kestel
40,000
13,000
Martin Piik
0
0
Vladas Snioka
0
0
Scott Hall
0
0
Kriauciunas Still Leading Posted Saturday 23rd November, 2024 at 16:44(UTC+2) by Jason Glatzer
Level 17: 2,000/5,000 (5,000) Entries: 62/365
Mindaugas Kriauciunas is still on top of field at the break. Check out some of the biggest stacks from around the room at the break.
Player
Chips
Progress
Mindaugas Kriauciunas
800,000
150,000
Sigitas Raila
410,000
100,000
Marius Kudzmanas
390,000
338,500
Aliaksei Padrez
375,000
200,000
Rokas Skridulis
375,000
95,000
Audrius Laimelis
340,000
110,000
Vidar Assersen
266,000
108,000
Agnius Ismailovas
250,000
19,500
Break & Chip Race Posted Saturday 23rd November, 2024 at 16:28(UTC+2) by Jason Glatzer
Level 17: 2,000/5,000 (5,000) Entries: 62/365
Players are on a 15-minute break. The floor announced that the 500-denominated chips will be raced off during the break.
We will update with the biggest stacks from around the room shortly after the action resumes.
Barzdzius Wins a Flip to Double Against Roura Posted Saturday 23rd November, 2024 at 16:10(UTC+2) by Jason Glatzer
Level 16: 2,000/4,000 (4,000) Entries: 62/365
The action is getting close to the money bubble with the short stacks mostly at risk of missing out on a healthy payday. Two shorter stack players just colliding leaving one player shorter and another with a little more breathing room.
Adria Comas I Roura jammed for 69,500 from the cutoff. The action paused on Rokas Barzdzius, who called off his shorter stack of 35,500 from the small blind.
Rokas Barzdzius: Adria Comas I Roura:
Tens won the flip after Roura bricked the board.
Player
Chips
Progress
Rokas Barzdzius
77,000
47,000
Adria Comas I Roura
34,000
104,000
Justinas Adomauskas
0
0
Gerardas Luksenas
0
0
Jesus Ucero
0
0
Vasilij Barna
0
0
Blums Runs Sevens Into Navickas's Rockets Posted Saturday 23rd November, 2024 at 15:58(UTC+2) by Jason Glatzer
Level 16: 2,000/4,000 (4,000) Entries: 66/365
Mykolas Savickas min-raised from middle position before Sandis Blums jammed for 32,000 from the hijack. The action paused on Audrius Navickas, who three-bet shoved for close to 80,000. Savickas quickly folded and Blums needed help to survive.
Sandis Blums: Audrius Navickas:
Aces held for Navickas to eliminate Blums after the run out on the board.
Riekstins Loses Short Stack Posted Saturday 23rd November, 2024 at 15:38(UTC+2) by Jason Glatzer
Level 16: 2,000/4,000 (4,000) Entries: 73/365
Kriss Riekstins was down to 23,500 when he jammed from under the gun. The action paused on Titas Gancierius who eventually called from the cutoff.
Kriss Riekstins: Titas Gancierius:
Rietskins could have had aces and it wouldn't have matter as the board improved Gancierius to the nut flush to take his opponent's stack.
Player
Chips
Progress
Titas Gancierius
240,000
125,000
Aurelijus Sipavicius
0
0
Arunas Satkus
0
0
Mantas Tamulevicius
0
0
Marius Maciukas
0
0
Vladas Tamasauskas
0
0
Mantas Jarasiunas
0
0
Arturas Osmankinas
0
0
Kriss Riekstins
0
0
Plan for Day 2 Posted Saturday 23rd November, 2024 at 15:15(UTC+2) by Jason Glatzer
Level 15: 1,500/3,000 (3,000) Entries: 81/365
The plan for Day 2 has been confirmed that today will end after the sooner of 10 blind levels of 1 hour each or when the action is down to just the final two tables. This means, the latest the day will end will be around midnight.
Player
Chips
Progress
Gintaras Naglius
0
0
Mantas Bagocius
0
0
Last Woman Standing Ausra Razmaite Off to Ladies Event Posted Saturday 23rd November, 2024 at 15:11(UTC+2) by Jason Glatzer
Level 15: 1,500/3,000 (3,000) Entries: 83/365
The €80 Ladies Event just kicked off with 18 entries and counting. Ausra Razmaite was among the players in the field but not for the best of reasons as she recently lost her stack in the Main Event.
While Razmaite was unable to find herself among the players in the money, she was the last player standing.
Best of luck to all of the players in both the Ladies Event and the Main Event.
Player
Chips
Progress
Algirdas Sukys
0
0
Karolis Magodia
0
0
Arunas Sapitavicius
0
0
Marek Zigel
0
0
Viktors Caikins
0
0
Marius Bareisis
0
0
Ausra Razmaite
0
0
Payouts Announced - €69,490 Top Prize Posted Saturday 23rd November, 2024 at 14:54(UTC+2) by Jason Glatzer
Level 15: 1,500/3,000 (3,000) Entries: 90/365
The payouts have been announced with the top 47 players going home with at least a €2,220 min-cash.
Tomorrow's winner is slated to be awarded a record top prize in Lithuania of €69,490.
Best of luck to all of the Main Event players.
Player
Chips
Progress
Tomi Rissanen
0
0
Adomas Juozapavicius
0
0
Sergejs Pislegins
0
0
Jacks Good for Padrez Posted Saturday 23rd November, 2024 at 14:43(UTC+2) by Jason Glatzer
Level 15: 1,500/3,000 (3,000) Entries: 94/365
Aliaksei Padrez four-bet jammed for 84,500 from late position and was called by Arturas Osmankinas from the blinds.
Aliaksei Padrez: Arturas Osmakinas:
Padrez improved to a set on the flop and Osmakinas was drawing dead despite connecting with his ace on the turn. The river wrapped the hand up in a bow for Padrez to double his stack.
Meanwhile, Triton Poker champion Paulius Vaitiekunas, Tobias Napel, Rokas Asipauskas, Modestas Kryžanauskas, and Urmo Velvelt hit the rail during the opening moments of Level 15.
Mindaugas Kriauciunas Still Leads at Break Posted Saturday 23rd November, 2024 at 14:29(UTC+2) by Jason Glatzer
Level 15: 1,500/3,000 (3,000) Entries: 98/365
Mindaugas Kriauciunas still leads the way at the break. Check out some of the top chip counts from around the room.
Player
Chips
Progress
0
391,000
0
262,000
0
189,500
0
170,500
0
128,000
0
125,500
0
121,000
0
82,500
0
50,000
0
44,500
364 Entries for a €349,440 Prize Pool Posted Saturday 23rd November, 2024 at 14:29(UTC+2) by Jason Glatzer
Level 15: 1,500/3,000 (3,000) Entries: 97/364
Late registration is now closed with a total of 364 entries creating a €349,440 prize pool. Several players entered or re-entered during the final three hands and the break.
Player
Chips
Progress
Gintaras Naglius
30,000
2,500
Urmo Velvelt
30,000
2,000
Paulius Vaitiekunas
30,000
0
Marius Maciukas
30,000
0
Justas Vaiciulionis
30,000
48,000
Mitchell Hynam
30,000
132,500
Modestas Sudnius
0
0
Final Three Hands Before Late Registration Closes Posted Saturday 23rd November, 2024 at 14:03(UTC+2) by Jason Glatzer
Level 14: 1,000/2,500 (2,500) Entries: 92/358
The floor has announced the final three hands at each table. Players will then go on a 15-minute break after which time late registration will be closed.
Player
Chips
Progress
Aliaksei Padrez
30,000
29,966
Mantas Tamulevicius
30,000
0
Tomas Bassus
30,000
0
Arunas Sapitavicius
30,000
0
Jordi Baixas
30,000
0
Rokas Barzdzius
30,000
30,000
Remigijus Dzerva
0
0
Justas Vaiciulionis
0
0
Jonas Lapinskas
0
0
Herli Olop
0
0
Arunas Kontautas
0
0
Thomas Larsen
0
0
Brotherly Love on Table 2 Posted Saturday 23rd November, 2024 at 13:47(UTC+2) by Jason Glatzer
Level 14: 1,000/2,500 (2,500) Entries: 92/349
Vadimas Pipine and Edgaras Pipine are brothers and bagged a similar healthy stack into Day 2. As fate would have it, the two brothers were seated next to each other on Table 2. Vadimas's stack is about the same, while Edgaras just added some chips to his stack, compliments of Rokas Barzdzius.
Bardzius committed his short stack with and was up against the by Edgaras Pipine. Bardzius hit a set on the flop but fell behind to lose his stack to a better set after the turn and river completed the board.
Edgaras Pipine - 240,000 Vadimas Pipine - 160,000
Vicenka Doubles Through Riekstins WIth Top Set Posted Saturday 23rd November, 2024 at 13:29(UTC+2) by Jason Glatzer
Level 14: 1,000/2,500 (2,500) Entries: 96/346
Kriss Riekstins checked the board with tons of chips in the pot when Stanislovas Vincenka bet 40,000 out of his 75,500 stack. Riekstins tanked for more than a minute before he jammed and Vincenka snap-called.
Riekstins turned over the for a bricked flush draw and a bricked gutshot straight draw. Vincenka had more than enough with for the top set to double his stack.
"Nice hand," Riekstins said as the dealer was confirming Vicenka's stack.
Player
Chips
Progress
Stanislovas Vinicenka
225,000
84,000
Kriss Riekstins
55,000
31,000
Matas Budginas
30,000
23,000
Alberto Gonzalez
30,000
24,000
Adomas Juozapavicius
30,000
35,500
Tomas Bassus
30,000
69,000
Paulius Vaitiekunas
0
0
Urmo Velvelt
0
0
Per Engstroem
0
0
Raila Wins a Flip to Bust Kvisthammar Posted Saturday 23rd November, 2024 at 13:13(UTC+2) by Jason Glatzer
Level 14: 1,000/2,500 (2,500) Entries: 96/339
Peter Kvisthammar jammed from late position and was called by Sigatas Raila.
Peter Kvisthammar: Sigatas Raila:
Kvisthammar improved to the top pair on the flop but fell far behind as this flop also improved Raila to a set of snowmen.
Kvisthammar got out of his seat after he was drawing dead on the turn before officially hitting the rail with a chance to still re-enter after the river completed the board.
Player
Chips
Progress
Sigitas Raila
260,000
60,000
Tomas Muraska
30,000
3,000
Tomas Muraska
0
0
Renaldas Mankauskas
0
0
Jordi Baixas
0
0
Gintaras Naglius
0
0
Mantas Bagocius
0
0
Audrius Navickas
0
0
Tomas Bassus
0
0
Kestutis Jungevicius
0
0
Edvards Lapins
0
0
Glen Gaines
0
0
Peter Kvisthammar
0
0
High Roller Champion Robertas Sakinis Doubles Posted Saturday 23rd November, 2024 at 12:52(UTC+2) by Jason Glatzer
Level 13: 1,000/2,000 (2,000) Entries: 105/334
Earlier this week, Robertas Sakinis shipped the Kings of Vilnius €2,000 High Roller for €36,190. He is now looking to add a bigger score in the Main Event and is off to a hot start on Day 2.
Sakinis opened for 20,500 from the small blind. Gerardas Luksenas jammed from the big blind and Sakinis called off his stack of 51,000.
Robertas Sakinis: Gerardas Luksenas:
Ace-jack was good as Sakinis doubled with a pair of jacks after the ran out on the board.
Player
Chips
Progress
Robertas Sakinis
104,000
37,500
Gerardas Luksenas
46,000
119,000
Albert Ostrovskij
30,000
0
Marius Bareisis
0
0
Dainius Kudarauskas
0
0
Adomas Juozapavicius
0
0
Vitalijus Kuzmicius
0
0
"No Surprises" for Caikins Posted Saturday 23rd November, 2024 at 12:36(UTC+2) by Jason Glatzer
Level 13: 1,000/2,000 (2,000) Entries: 109/332
Edgars Maurmanis opened for 4,000 from the hijack before Sergej Babincev three-bet most of his stack to 23,000 from the small blind. Viktors Caikins four-bet shoved for his small stack of 27,000. Marumanis called before Banincev did the same.
Banicev and Marumanis both checked the flop before Babincev jammed his remaining short stack of 10,000 on the turn. Marumanis snap-called and the players turned over their cards.
Viktors Caikins: Sergej Babincev: Edgars Marumanis:
"No surprises!" Caikins said after the hands were tabled.
No surprises came as Caikins after the paired the board on the river to triple up. Meanwhile, Babincev was left without a stack after the hand.
Player
Chips
Progress
Viktors Caikins
83,000
53,000
Edgars Maurmanis
50,000
29,500
Jordi Baixas
30,000
6,500
Aurimas Stanevicius
30,000
3,500
Glen Gaines
30,000
0
Audrius Stakelis
30,000
0
Mantas Bagocius
30,000
26,000
Lukas Poskus
30,000
55,000
Sergej Babincev
0
0
Karl Kool
0
0
Modestas Kryzanauskas
0
0
Airidas Bagdzevicius
0
0
Skridulis Doubles With Two Pair Posted Saturday 23rd November, 2024 at 12:18(UTC+2) by Jason Glatzer
Level 13: 1,000/2,000 (2,000) Entries: 110/323
Two players checked before Jonas Lapinskas bet 4,000 into a small pot with the on the board after the flop. Kristaps Sipols called before Rokas Skridulis jammed for 32,500. Lapinskas called while Sipols found a fold.
Rokas Skridulis: Jonas Lapinskas:
Skridulis was ahead and doubled his stack with two pair after the turn and river completed the board.
Meanwhile, the field has grown to 323 entries and will continue to grow during the next two blind levels.
Player
Chips
Progress
Jonas Lapinskas
165,000
16,500
Rokas Skridulis
79,000
38,500
Tomas Kirchovas
30,000
22,000
Audrius Navickas
30,000
0
Paulius Vaitiekunas
30,000
75,500
Cards in the Air Posted Saturday 23rd November, 2024 at 12:04(UTC+2) by Jason Glatzer
Level 13: 1,000/2,000 (2,000) Entries: 110/319
Cards are in the air to start Day 2. Five new players got into the mix before the start of Day 2 including Viktors Caikins, Daniel Clifford, Per Engstroem, Ignas Jasinevicius, and Herli Olop.
Player
Chips
Progress
Herli Olop
30,000
0
Ignas Jasinevicius
30,000
0
Per Engstroem
30,000
0
Daniel Clifford
30,000
0
Viktors Caikins
30,000
0
Mindaugas Kriauciunas Leads Main Event Heading Into Day 2 Posted Saturday 23rd November, 2024 at 09:57(UTC+2) by Jason Glatzer
What a week it has been at the 2024 Kings of Vilnius, with many new Lithuanian records set, including the first-ever Sviten Special event, the first-ever HORSE event, the largest side event, and the largest-ever High Roller prize pool.
The buy-in for the Kings of Vilnius €1,100 Main Event was also a first, as was the €250,000 guarantee, the largest in Lithuanian history. The prize pool has already been smashed, with 314 entries battling it out to create a €301,440 prize pool. The number of entries and the prize pool will continue to grow with late registration remaining open during the first two blind levels of Day 2, when the action resumes on Saturday at Noon.
Lithuania's Mindaugas Kriauciunas was recently at the final table of the 2024 World Series of Poker Circuit Tallinn €1,500 Main Event but didn't have a long time to soak in the action after being the first one to head to the cashier in ninth place for €17,350.
Kriauciunas is now in an enviable spot as he heads into Day 2 of the inaugural 2024 Kings of Vilnius €1,100 Main Event with a substantial chip lead over the 105 opening survivors with 388,000.
While no other player bagged more than 300,000 two other players achieved the 200K milestone to end the opening flights with Latvia's Kristaps Sipols (201,000) and Lithuania's Sigatas Raila (200,000) near the top of the leaderboard. Check out the top 10 chip counts entering Day 2 below and you can check out all the chip counts by clicking on the Chip Counts tab in our coverage.
Position
Name
Country
Chips
1
Mindaugas Kriauciunas
Lithuania
388,000
2
Kristaps Sipols
Latvia
201,000
3
Sigitas Raila
Lithuania
200,000
4
Edgars Hauks
Latvia
187,500
5
Agnius Ismailovas
Lithuania
187,000
6
Marek Zigel
Lithuania
187,000
7
Egidijus Matonis
Lithuania
186,000
8
Audrius Laimelis
Lithuania
185,500
9
Simon Hassan
Sweden
185,500
10
Jonas Lapinskas
Lithuania
181,500
Blinds will increase every 60 minutes instead of every 40 minutes throughout the rest of the event with Day 2 planning eight blind levels subject to change. New players will start with 30,000 in chips, which will be good for 15 big blinds to start the day with blinds beginning at 1,000/2,000 with a 2,000 big blind ante.
Stay tuned for all of the biggest hands, bad beats, and more of the 2024 OlyBet Kings of Tallinn €1,100 Main Event at Olympic Casino Lietuva.
Day 2 Seat Draw Posted Saturday 23rd November, 2024 at 09:45(UTC+2) by Jason Glatzer
Table
Seat
Name
Chips
1
2
Ridas Bitauskas
82,500
1
3
Darius Miklovas
122,500
1
4
Egidijus Oleinik
65,000
1
5
Mati Pirn
116,500
1
6
Marius Bareisis
89,000
1
7
Agnius Ismailovas
187,000
1
9
Mitchell Hynam
162,500
2
1
Rokas Barzdzius
60,000
2
2
Bahadir Hatipoglu
149,000
2
4
Vadimas Pipine
156,000
2
5
Edgaras Pipine
151,500
2
7
Algirdas Saveikis
76,500
2
8
Remigijus Dzerva
84,000
2
9
Arturas Osmankinas
174,500
3
1
Rokas Skridulis
40,500
3
3
Lukas Parednis
59,000
3
4
Modestas Kryzanauskas
21,500
3
5
Martin Lehesalu
30,500
3
6
Jonas Lapinskas
181,500
3
7
Modestas Sudnius
118,500
3
8
Kristaps Sipols
201,000
3
9
Karolis Sereika
33,500
4
2
Martynas Racinskas
93,500
4
3
Audrius Laimelis
185,500
4
4
Airidas Bagdzevicius
38,000
4
5
Aurimas Stanevicius
26,500
4
6
Adomas Juozapavicius
65,500
4
7
Pekka Samuli Ikonen
48,500
4
8
Paulius Kostickis
30,500
4
9
Mantas Puidokas
63,000
5
1
Urmo Velvelt
28,000
5
2
Mantas Jarasiunas
59,500
5
3
Mantas Liachauskas
77,000
5
4
Dalius Ulevicius
32,500
5
5
Edvards Lapins
49,000
5
6
Mykolas Savickas
37,500
5
8
Egidijus Matonis
186,000
5
9
Ausra Razmaite
26,500
6
2
Titas Gancierius
115,000
6
3
Jesus Ucero
62,500
6
4
Ernestas Degtiariovas
42,500
6
5
Matas Budginas
53,000
6
6
Lukas Peteska
60,000
6
7
Sergejs Pislegins
55,500
6
9
Adria Comas IRoura
138,000
7
1
Peter Kvisthammar
84,500
7
2
Marek Zigel
187,000
7
3
Sigitas Raila
200,000
7
4
KonstantinosTzinis
153,000
7
5
Alberto Gonzalez
54,000
7
7
Marius Kudzmanas
51,500
7
9
Karolis Magodia
44,000
8
1
Karl Kool
53,000
8
2
Kriss Riekstins
86,000
8
3
Stanislovas Vinicenka
141,000
8
4
Tapio Vihakas
32,000
8
5
Darius simkus
108,500
8
7
Arturs Putnins
105,500
8
8
Vasilijus Piskunovas
89,500
8
9
Sedat Kestel
53,000
9
1
Tomas Muraska
33,000
9
2
Arunas Satkus
56,500
9
4
Robertas Sakinis
66,500
9
5
Gerardas Luksenas
165,000
9
6
Laurynas Cerniauskas
139,500
9
7
Andreas Chalkiadakis
45,000
9
8
Simon Hassan
185,500
9
9
Liutauras Armanavicius
137,000
10
1
Sandis Blums
74,500
10
2
Sergej Babincev
21,000
10
4
Martin Piik
68,500
10
5
Rokas Asipauskas
69,000
10
6
Edgars Maurmanis
79,500
10
8
Tomas Kirchovas
8,000
10
9
Edgars Hauks
187,500
11
1
Dainius Kudarauskas
45,000
11
2
Alenas Pelegrimas
46,500
11
3
Gintaras Naglius
27,500
11
6
Tomas Bassus
99,000
11
7
Paulius Vaitiekunas
105,500
11
8
Enea Subashi
109,000
11
9
Rokas Sermuksnis
50,500
12
1
Ernest Stepanov
61,000
12
2
Deividas Butnoras
53,000
12
3
Edvinas Tarasevicius
103,000
12
4
Jordi Baixas
23,500
12
5
Justas Vaiciulionis
78,000
12
6
Arunas Kontautas
120,500
12
8
Vidar Assersen
158,000
12
9
Lukas Poskus
85,000
13
1
Tobias Napel
137,500
13
2
Tomi Rissanen
74,500
13
3
Renaldas Mankauskas
14,000
13
4
Justinas Adomauskas
81,500
13
6
Vladas Snioka
57,500
13
8
Povilas Latvenas
113,500
13
9
Vladas Tamasauskas
48,500
14
1
Vasilij Barna
117,000
14
2
Aurelijus Sipavicius
105,500
14
3
Marijus Dirgela
72,500
14
4
Kestutis Jungevicius
51,500
14
5
Thomas Larsen
56,500
14
6
Mantas Bagocius
56,000
14
7
Scott Hall
168,000
14
8
Mindaugas Kriauciunas
388,000
08:50 (UTC+2)
Day 2 of Kings of Vilnius Started Level: 13 Blinds: 0/0 Ante: 0
Your search results are valid for .
Go to checkoutMore Info
Travel search results are valid for a period of 20 minutes. If you do not book by this time, items in your cart may change in price or become unavailable.