Bitcoin Forum
April 30, 2024, 03:15:38 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: I don´t have acces to my bitcoin wallet  (Read 171 times)
01ToTo01 (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
March 05, 2024, 05:20:04 PM
 #1

If I add my private Keya to an Electrum-Wallet the balance of the wallet is 0. But when I add the Bitcoin adresses to a wallet my actual balance is displaied, but the wallet is read-only. How can I access my bitcoins?
1714490138
Hero Member
*
Offline Offline

Posts: 1714490138

View Profile Personal Message (Offline)

Ignore
1714490138
Reply with quote  #2

1714490138
Report to moderator
1714490138
Hero Member
*
Offline Offline

Posts: 1714490138

View Profile Personal Message (Offline)

Ignore
1714490138
Reply with quote  #2

1714490138
Report to moderator
1714490138
Hero Member
*
Offline Offline

Posts: 1714490138

View Profile Personal Message (Offline)

Ignore
1714490138
Reply with quote  #2

1714490138
Report to moderator
Be very wary of relying on JavaScript for security on crypto sites. The site can change the JavaScript at any time unless you take unusual precautions, and browsers are not generally known for their airtight security.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714490138
Hero Member
*
Offline Offline

Posts: 1714490138

View Profile Personal Message (Offline)

Ignore
1714490138
Reply with quote  #2

1714490138
Report to moderator
1714490138
Hero Member
*
Offline Offline

Posts: 1714490138

View Profile Personal Message (Offline)

Ignore
1714490138
Reply with quote  #2

1714490138
Report to moderator
LoyceV
Legendary
*
Offline Offline

Activity: 3290
Merit: 16577


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
March 05, 2024, 05:23:16 PM
Merited by vapourminer (1), BitMaxz (1), ABCbits (1), DdmrDdmr (1), _act_ (1), apogio (1)
 #2

Is this what you're looking for?
For P2SH-P2WPKH addresses (Addresses starting with "3")
Just add p2wpkh-p2sh: directly in front of your  private key.
For example
Code:
p2wpkh-p2sh:5BitcoinPrivateKey
This should generate the corresponding p2wpkh-p2sh bitcoin address.

For P2WPKH addresses (Bech32, starting with 'bc1')
This time we'll add p2wpkh: in front of the private key.
For example
Code:
p2wpkh:5PrivateKey
This should generate the corresponding Bech32 address

Zaguru12
Hero Member
*****
Offline Offline

Activity: 672
Merit: 866



View Profile
March 05, 2024, 05:25:10 PM
Merited by vapourminer (1)
 #3

You need to identify the type of address format that holds your bitcoin. You didn’t prephend you private key before importing it and it generated a different address and that’s why it’s empty. Follow this guide to import it properly https://bitcoinelectrum.com/importing-your-private-keys-into-electrum/

The reason why it was a watch only wallet is because a wallet imported by an address is a watch only wallet because you can’t sign a transaction from that wallet only if you import a seed phrase or private key into wallet that you can spend from it

.BEST..CHANGE.███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
apogio
Sr. Member
****
Offline Offline

Activity: 420
Merit: 956



View Profile WWW
March 05, 2024, 05:28:14 PM
 #4

If I add my private Keya to an Electrum-Wallet the balance of the wallet is 0. But when I add the Bitcoin adresses to a wallet my actual balance is displaied, but the wallet is read-only. How can I access my bitcoins?

Apart from LoyceV's answer which will probably solve your issue, do you want to share with us the address type?
Is it P2PKH (starts with 1), is it P2SH (starts with 3) or is it P2WPKH (starts with bc1q)?
Also, how did you generate your private key? It is significant to know, because perhaps, if the address is P2PKH, it could be uncompressed.

_act_
Hero Member
*****
Online Online

Activity: 868
Merit: 1151



View Profile
March 05, 2024, 05:40:37 PM
 #5

Apart from LoyceV's answer which will probably solve your issue, do you want to share with us the address type?
Is it P2PKH (starts with 1), is it P2SH (starts with 3) or is it P2WPKH (starts with bc1q)?
Also, how did you generate your private key? It is significant to know, because perhaps, if the address is P2PKH, it could be uncompressed.
This question is not necessary because LoyceV has already answered the question. If you do not add any thing to the front but you just paste the private key, that is bitcoin address that starts from 1 which was what the OP did. While LoyceV has also given him what to do for addresses that from 3 and bc1.

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
apogio
Sr. Member
****
Offline Offline

Activity: 420
Merit: 956



View Profile WWW
March 05, 2024, 05:54:36 PM
Merited by _act_ (1)
 #6

This question is not necessary because LoyceV has already answered the question. If you do not add any thing to the front but you just paste the private key, that is bitcoin address that starts from 1 which was what the OP did. While LoyceV has also given him what to do for addresses that from 3 and bc1.

Ok. But an uncompressed vs compressed address may be the issue with OP here. Apart from that, it will also help to know how OP generated the wallet, so my question still stands:

Also, how did you generate your private key? It is significant to know, because perhaps, if the address is P2PKH, it could be uncompressed.

_act_
Hero Member
*****
Online Online

Activity: 868
Merit: 1151



View Profile
March 05, 2024, 06:50:01 PM
Merited by vapourminer (1), ABCbits (1), apogio (1), promise444c5 (1)
 #7

Also, how did you generate your private key? It is significant to know, because perhaps, if the address is P2PKH, it could be uncompressed.
I do not think that is what that happened but you are not wrong. Let me say I have a private key which starts with 5, that is not compressed. It is not possible to become compressed unless I use a tool for it. People will prefer to just write the private key down in the format they generated it. If he follow what LoyceV put up there, he will see his bitcoin.

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
01ToTo01 (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
March 06, 2024, 04:11:36 PM
 #8

Now I understood why they don´t work, I exported them from a 2FA Wallet, because I don´t have the 2nd authentification anymore. I also have the seed of the wallet, but if I try to make a new normal wallet with the existing seed, the balance is 0. But I can´t make a new 2FA wallet with the seed, bacuause it is a 'standart' seed.
Does anyone know, how I can get access to the wallet, without the 2nd authentification?
apogio
Sr. Member
****
Offline Offline

Activity: 420
Merit: 956



View Profile WWW
March 06, 2024, 04:36:50 PM
 #9

Now I understood why they don´t work, I exported them from a 2FA Wallet, because I don´t have the 2nd authentification anymore. I also have the seed of the wallet, but if I try to make a new normal wallet with the existing seed, the balance is 0. But I can´t make a new 2FA wallet with the seed, bacuause it is a 'standart' seed.
Does anyone know, how I can get access to the wallet, without the 2nd authentification?

If you have set up 2FA, you shouldn't be able to do what you want. You shouldn't be able to access the wallet without the 2FA. Otherwise, why set the 2FA in the first place if it's unnecessary?

You still haven't answered my question though:

Also, how did you generate your private key?

Can you elaborate? With as much detail as you can. Of course be careful not to share sensitive data.

01ToTo01 (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
March 06, 2024, 04:43:12 PM
 #10

I can access the wallet without the 2FA, but I can´t make any transactions.
I exportet the private keys from the electrum wallet, but with them I can´t get access to the wallet, bacause they are p2wsh-keys, not p2wkh-keys.
LoyceV
Legendary
*
Offline Offline

Activity: 3290
Merit: 16577


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
March 06, 2024, 05:26:47 PM
 #11

Now I understood why they don´t work, I exported them from a 2FA Wallet, because I don´t have the 2nd authentification anymore. I also have the seed of the wallet, but if I try to make a new normal wallet with the existing seed, the balance is 0. But I can´t make a new 2FA wallet with the seed, bacuause it is a 'standart' seed.
Does anyone know, how I can get access to the wallet, without the 2nd authentification?
Is this the "default" Electrum 2FA? If so:
Quote
Note that your coins are not locked in this service.  You may withdraw your funds at any time and at no cost, without the remote server, by using the 'restore wallet' option with your wallet seed

01ToTo01 (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
March 06, 2024, 05:46:31 PM
 #12

Yes, but if I restore it as a normal wallet, the balance is 0. If I try to restore it like descriped here https://electrum.readthedocs.io/en/latest/2fa.html I get the error, that it is a 'standart'-seed. Does anybody know, if they changed something regarding the 2FA seed at electrum? Because I am quite sure, that this is the right seed
hosseinimr93
Legendary
*
Offline Offline

Activity: 2380
Merit: 5235



View Profile
March 06, 2024, 07:36:27 PM
 #13

I exportet the private keys from the electrum wallet, but with them I can´t get access to the wallet, bacause they are p2wsh-keys, not p2wkh-keys.
Electrum 2FA wallet is a 2 of 3 multi-signature wallet and you can't generate any of its addresses with using a single private key.



. Does anybody know, if they changed something regarding the 2FA seed at electrum? Because I am quite sure, that this is the right seed
Electrum uses different versions numbers for 2FA and standard seeds and it's not possible that a 2FA seed can turns into a standard seed.
You are probably entering a wrong seed phrase.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
BitMaxz
Legendary
*
Offline Offline

Activity: 3234
Merit: 2955


Block halving is coming.


View Profile WWW
March 06, 2024, 07:51:51 PM
 #14

Yes, but if I restore it as a normal wallet, the balance is 0. If I try to restore it like descriped here https://electrum.readthedocs.io/en/latest/2fa.html I get the error, that it is a 'standart'-seed. Does anybody know, if they changed something regarding the 2FA seed at electrum? Because I am quite sure, that this is the right seed

If you still have the seed I have a suggestion this should work since this is what I did when I recovered my old 2FA wallet with my seed backup.
I'm talking about the tool from trustedcoin it was created due to fork coins but it also works to gain access to your old 2FA wallet it generates an Electrum-compatible 2-of-3 multi-signature wallet file that you can import to Electrum without a 2FA.

Here's the tool https://trustedcoin.com/static/recover/standalone.html
Please download the page, run it offline for safety purposes, and transfer BTC immediately to a new wallet.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
LoyceV
Legendary
*
Offline Offline

Activity: 3290
Merit: 16577


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
March 07, 2024, 07:59:49 AM
 #15

Yes, but if I restore it as a normal wallet, the balance is 0. If I try to restore it like descriped here https://electrum.readthedocs.io/en/latest/2fa.html I get the error, that it is a 'standart'-seed. Does anybody know, if they changed something regarding the 2FA seed at electrum? Because I am quite sure, that this is the right seed
As far as I know, Electrum updates are usually backwards compatible.

So, it sounds like you don't have access to the 2FA-part, and you don't have access to the wallet's seed. How did you even get this wallet?

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!