{"id":164100,"date":"2026-02-26T11:22:51","date_gmt":"2026-02-26T11:22:51","guid":{"rendered":"https:\/\/coinpoker.com\/es\/help\/como-puedo-registrarme-en-coinpoker\/"},"modified":"2026-03-10T09:49:32","modified_gmt":"2026-03-10T09:49:32","slug":"register-on-coinpoker","status":"publish","type":"help","link":"https:\/\/coinpoker.com\/es\/help\/register-on-coinpoker\/","title":{"rendered":"\u00bfC\u00f3mo puedo registrarme en Coinpoker?"},"content":{"rendered":"\n<div class=\"coinpoker-simple-content-block\" id=\"simple-content-block_9870096721423ee52fd476f502046423\"\n     data-block-instance=\"block_9870096721423ee52fd476f502046423\">\n    <div class=\"simple-content-wrapper\">\n        <p><span style=\"font-weight: 400\">Siga los siguientes pasos para registrarse en CoinPoker.com:<\/span><\/p><p><span style=\"font-weight: 400\">Visite nuestro sitio web <a href=\"https:\/\/coinpoker.com\/es\/\">www.coinpoker.com<\/a> O la aplicaci\u00f3n m\u00f3vil o el cliente de escritorio.<\/span><\/p><p><span style=\"font-weight: 400\">En el cliente de escritorio, haga clic en:<\/span><\/p><ol><li style=\"font-weight: 400\"><span style=\"font-weight: 400\">\u00abRegistrarse\u00bb<\/span><\/li><li style=\"font-weight: 400\">Crear una Cuenta<\/li><li style=\"font-weight: 400\"><span style=\"font-weight: 400\">Introduzca su direcci\u00f3n de correo electr\u00f3nico<\/span><\/li><li style=\"font-weight: 400\"><span style=\"font-weight: 400\">Elija su contrase\u00f1a y vuelva a introducirla para verificarla.<\/span><\/li><li style=\"font-weight: 400\"><span style=\"font-weight: 400\">Introduzca un c\u00f3digo de afiliado o agente, si alguno de nuestros socios le ha proporcionado uno.<\/span><\/li><li style=\"font-weight: 400\"><span style=\"font-weight: 400\">Haga clic en \u00abEmpezar\u00bb.<\/span><\/li><\/ol><p><span style=\"font-weight: 400\">Se enviar\u00e1 un c\u00f3digo OTP a su direcci\u00f3n de correo electr\u00f3nico, que deber\u00e1 introducir en el cliente.<\/span><\/p><p><span style=\"font-weight: 400\">Se iniciar\u00e1 sesi\u00f3n inmediatamente. En este momento, se le ha asignado un nombre de usuario generado autom\u00e1ticamente, que puede cambiar una vez siguiendo el procedimiento que se indica a continuaci\u00f3n:<\/span><\/p><ol><li style=\"font-weight: 400\"><span style=\"font-weight: 400\">Haga clic en la flecha hacia abajo situada junto a su nombre de usuario, en la esquina superior derecha del cliente.<\/span><\/li><li style=\"font-weight: 400\"><span style=\"font-weight: 400\">Haga clic en \u00abMi perfil\u00bb.<\/span><\/li><li style=\"font-weight: 400\"><span style=\"font-weight: 400\">En la pesta\u00f1a \u00abMi informaci\u00f3n\u00bb, introduce tu nuevo nombre de usuario, que debe tener entre 5 y 15 caracteres, y haz clic en \u00abComprobar\u00bb para ver si est\u00e1 disponible. Si es as\u00ed, conf\u00edrmelo o elija un nuevo nombre de usuario hasta que est\u00e9 disponible. Por favor, evita utilizar tu nombre completo o cualquier nombre ofensivo, as\u00ed como tu n\u00famero de tel\u00e9fono o cualquier dato que revele tu identidad o informaci\u00f3n confidencial.<\/span><\/li><li style=\"font-weight: 400\"><span style=\"font-weight: 400\">Haga clic en ENVIAR OTP e introduzca el OTP que ha recibido en su n\u00famero de tel\u00e9fono.<\/span><\/li><li style=\"font-weight: 400\"><span style=\"font-weight: 400\">Introduzca una contrase\u00f1a compleja: debe contener al menos 1 letra may\u00fascula, 1 letra min\u00fascula, 1 n\u00famero y 1 de estos caracteres especiales: !@#$*, y tener una longitud de entre 8 y 20 caracteres.<\/span><\/li><li style=\"font-weight: 400\"><span style=\"font-weight: 400\">Marca \u00ab\u00bfTienes un c\u00f3digo promocional? (si lo hay)\u00bb.<\/span><\/li><li style=\"font-weight: 400\"><span style=\"font-weight: 400\">Marque la casilla \u00abAcepto los T\u00e9rminos de uso de CoinPoker\u00bb (l\u00e9alos antes de aceptarlos) y haga clic en \u00abEnviar\u00bb.<\/span><\/li><\/ol><p><span style=\"font-weight: 400\">Tenga en cuenta que solo se le pedir\u00e1 que cambie su nombre de usuario en sus tres primeros intentos de inicio de sesi\u00f3n. Despu\u00e9s, su nombre de usuario asignado autom\u00e1ticamente se convertir\u00e1 en permanente si no realiza ninguna acci\u00f3n.<\/span><\/p>    <\/div>\n<\/div>\n\n<script>\n    (function () {\n        'use strict';\n\n        const blockInstance = document.querySelector('[data-block-instance=\"block_9870096721423ee52fd476f502046423\"]');\n        if (!blockInstance) {\n            return;\n        }\n\n        const tabButtons = blockInstance.querySelectorAll('[data-bs-toggle=\"tab\"]');\n        if (tabButtons.length > 0 && typeof bootstrap !== 'undefined') {\n            tabButtons.forEach(function (button) {\n                button.addEventListener('click', function (e) {\n                    e.preventDefault();\n                    const targetId = this.getAttribute('data-bs-target');\n                    if (!targetId) return;\n\n                    const tabPanes = blockInstance.querySelectorAll('.tab-pane');\n                    tabPanes.forEach(function (pane) {\n                        pane.classList.remove('show', 'active');\n                    });\n\n                    const allButtons = blockInstance.querySelectorAll('[data-bs-toggle=\"tab\"]');\n                    allButtons.forEach(function (btn) {\n                        btn.classList.remove('active');\n                        btn.setAttribute('aria-selected', 'false');\n                    });\n\n                    const targetPane = blockInstance.querySelector(targetId);\n                    if (targetPane) {\n                        targetPane.classList.add('show', 'active');\n                    }\n\n                    this.classList.add('active');\n                    this.setAttribute('aria-selected', 'true');\n                });\n            });\n        }\n    })();\n<\/script>\n","protected":false},"featured_media":0,"template":"","meta":{"_acf_changed":false,"_seopress_robots_primary_cat":"","_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_robots_index":"yes","_seopress_robots_follow":"yes","_seopress_redirections_enabled":"","_seopress_redirections_type":"301","_seopress_redirections_value":"","_seopress_social_fb_title":"","_seopress_social_fb_desc":"","_seopress_social_fb_img":"","_seopress_social_twitter_title":"","_seopress_social_twitter_desc":"","_seopress_social_twitter_img":"","editor_notices":[],"_cpsm_do_not_sync":false,"_cpsm_partial_sync":true,"footnotes":""},"topic-category":[437],"class_list":["post-164100","help","type-help","status-publish","hentry","topic-category-registrations-and-sign-up"],"acf":{"card_image":"","help_view":["pre_login","post_login"],"in_app_mode_link":"https:\/\/coinpoker.com\/es\/help\/download-coinpoker\/?in_app_mode=true&amp;pre_login=true#:~:text=%C2%BFC%C3%B3mo%20puedo%20registrarme%20en%20Coinpoker%3F"},"_links":{"self":[{"href":"https:\/\/coinpoker.com\/es\/wp-json\/wp\/v2\/help\/164100","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/coinpoker.com\/es\/wp-json\/wp\/v2\/help"}],"about":[{"href":"https:\/\/coinpoker.com\/es\/wp-json\/wp\/v2\/types\/help"}],"version-history":[{"count":7,"href":"https:\/\/coinpoker.com\/es\/wp-json\/wp\/v2\/help\/164100\/revisions"}],"predecessor-version":[{"id":164571,"href":"https:\/\/coinpoker.com\/es\/wp-json\/wp\/v2\/help\/164100\/revisions\/164571"}],"wp:attachment":[{"href":"https:\/\/coinpoker.com\/es\/wp-json\/wp\/v2\/media?parent=164100"}],"wp:term":[{"taxonomy":"topic-category","embeddable":true,"href":"https:\/\/coinpoker.com\/es\/wp-json\/wp\/v2\/topic-category?post=164100"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}