Possuo DOGE, vi que pela electrum não aceita, ja tentamos apenas tentar importar pra uma wallet com as 12 palavras mas quando a block encerrou ela fez uma varredura das criptos e deixou um guia de programação para conseguir localizar o endereço, isso tem a ver com API e carteira multisig
Electrum aceita tudo, só configurar ali na hora de importar.. mas como você tem DOGE, esse assunto não interessa.. pode tentar baixar alguma carteira de DOGE, como nunca usei, não sei qual recomendar.
Dá uma olhada nas páginas arquivadas desse site, talvez você encontre alguma solução, exemplo:
Basic MultiSig Wallet API
Our Basic Multi-Signature addresses by default require two signatures for all withdrawals: yours, and Block.io's. This method provides exponentially higher security for your Wallets and applications than single-signature addresses. This way, you spend coins yourself, without trusting Block.io with your credentials. For private keys for your wallets, visit the Settings page on your dashboard.
If you require a more elaborate configuration to customize your applications' security, inquire about our Distributed Trust framework by going here. This framework allows up to 5 signatures per address. The use cases are endless!
Getting Started
First, you will need your API Keys, which we provide for Bitcoin, Dogecoin, Litecoin, and their Testnets. These API Keys are located in your Wallet. You are required to use an API Key when you interact with Block.io. It tells Block.io which network (e.g., Bitcoin) you wish to perform actions on.
Additionally, you are required to restrict API access to your own (secure) machines' IP addresses. That means you will explicitly allow access to IP addresses for machines that can access your account's API. If you do not know a machine's IP address, you can run the following on your machine's UNIX command-line:
$ curl --ipv4 '
https://block.io/ip_echo' # IPv4
$ curl --ipv6 '
https://block.io/ip_echo' # IPv6
Once you have the IP addresses, add them one by one via the Settings page.
You can access the API by making calls to links of this format:
https://block.io/api/v2/get_balance/?api_key=BITCOIN, DOGECOIN or LITECOIN API KEY
Se você criou uma multisig com eles, vai ter que entrar em contato com o suporte para eles assinarem a transação..
Na página de contato também há mais informações:
Block.io does not have access to your PIN or Mnemonic credentials since these credentials are necessary to access your funds.
I have my Secret PIN, but my browser tells me it is invalid.
This means your PIN is not the same as you remember it, or your browser is not processing data properly.
You can test whether your browser's operating normally by using the Test Browser button at the Settings page. If the tests are passed by your browser, it means your PIN is incorrect. If your browser fails the tests, please use a browser that complies with Javascript standards, and try again. Popular browsers, such as stable versions of Chrome, Firefox, Safari, operate normally.
Browsers can misbehave if you have installed browser extensions that interfere with user inputs. Please remove them before you try again.
I have my Secret Mnemonic. (parece ser o seu caso)
If you have your Secret Mnemonic, you can reset your PIN at the Settings page. Simply enter your Mnemonic exactly as you have it written down (no leading/trailing whitespaces or other extra characters), and then enter a new PIN, re-enter it, and then confirm change of your Secret PIN.
Please note that changing your Secret PIN changes your Mnemonic as well. You need to write down the new Mnemonic in case you lose your PIN again.
I have my Private Keys.
Good. You can use another wallet software to access your funds with the private keys. A reference sweep script is provided here.
I have lost my PIN and my Mnemonic.
As is stated clearly when you create your account, you will be unable to access your wallet funds until you remember/regain access to your PIN or your Mnemonic. Block.io cannot assist with lost credentials, since we do not know these credentials for any account.
Do not deposit any funds into your wallet if you do not have your PIN and Mnemonic. Your account is unusable without these credentials.
I never created a PIN.
This is not possible since your PIN encrypts your private keys. The public keys from that data are necessary to generate addresses.
If you have never created a PIN, you will always be asked to create a new PIN first. Addresses cannot be generated before you create a Secret PIN.
No Github também deve ter informações:
https://github.com/BlockIo/blockio-basic-multisig-sweepO mais fácil e correto é mandar um email para eles no
[email protected]