Bitcoin Forum
October 31, 2024, 04:39:47 PM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 [172] 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 ... 328 »
3421  Bitcoin / Bitcoin Technical Support / Re: Help getting access to wallet. Mostly technical on: April 16, 2021, 05:20:38 AM
Try to look for a related topic in this board: Bitcoin Forum > Other > Archival > MultiBit

Be wary of users who'll try to help you through personal message, do not share any info specially "keys";
and keep the discussion public as much as possible.

I'm just a little confused as to what they want me to enter in the box to restore a wallet. (It mentions private keys, but I'm following the instructions on their website, and I'm not seeing what they show)
I believe you can extract your private keys from Multibit Classic but I haven't used it so I pointed you to the correct board.
3422  Bitcoin / Bitcoin Technical Support / Re: Looking for help with something I believe is an old recovery phrase/key. on: April 15, 2021, 08:35:37 AM
5x10 with three colors... Maybe you're supposed to take the SHA-256 hash of the images and use the hash as a private key.

Also, it looks familiar, not Bitcoin-related but for an old game, but I can't remember which.
3423  Bitcoin / Electrum / Re: At what point does Electrum decipher a private key? on: April 15, 2021, 03:44:05 AM
-snip- What I've noticed is that if I enter the private key in that window the Next button becomes ungreyed.
Sorry if noob question.
The "checksum" that was mentioned in the first post and had been mentioned repeatedly is the keyword.

Without going technical and disregarding the Base58 decode part:
It's basically the last few characters of the WIF private key, that was created by hashing the other parts of the prv key and it's inserted at the end as a the checksum.
So changing a character from the first few characters of the private key will produce a different hash that will mismatch with the checksum.
Or changing a character from the last few characters (checksum) will make the checksum different than the hash of the rest of the characters.
A mismatch means an invalid WIF (Wallet Import Format) private key.
3424  Bitcoin / Bitcoin Technical Support / Re: Old wallet.dat in latest core debug info help please. on: April 15, 2021, 03:06:02 AM
-snip-
The logs seem normal to me aside from some font issues and "Unknown wallet record: 1" probably because it's an old wallet file, usually not an issue.
Are you sure that it's the correct wallet.dat or the latest backup of it? Because an outdated copy of a non-HD wallet (since you said its old) won't be able to recover the newer keys generated by the active instance of it.

The size is probably because when it's loaded in the latest Bitcoin core, its keypool was pre-loaded with thousand more keys, while the old version only contains hundreds.
The address format, it's because Bitcoin core will generate native SegWit by default but it won't change what's already used by the wallet.
For the encryption suddenly removed, it strongly suggest that it must be an older backup or a totally different wallet.dat than what you're expecting.
3425  Bitcoin / Electrum / Re: Typo on Electrum Website on: April 14, 2021, 04:02:23 AM
Here, I've created a very simple pull-request: https://github.com/spesmilo/electrum-web/pull/11 (Slideshow punctuation inconsistency #11)
I have also linked this topic so the devs will see your actual report  Wink
3426  Bitcoin / Bitcoin Technical Support / Re: Salvagewallet in latest Bitcoin core on: April 14, 2021, 03:02:07 AM
If you're still using Windows7, open command prompt to Bitcoin\daemon where bitcoin-wallet.exe is located (change the directory if you're not using the default).
Code:
cd C:\Program Files\Bitcoin\daemon
For the default wallet 'wallet.dat', this command should work:
Code:
bitcoin-wallet -datadir="D:\Bitcoin" salvage
For other wallets, use NotATether's command.

Note: It will not return with a response (aside from errors), you can check the data directory and a backup of the wallet will be created upon using the command.
Does the bitcoin-wallet offer any more tools?
Use:
Code:
bitcoin-wallet --help
3427  Other / Beginners & Help / Re: How to sign a message?! on: April 14, 2021, 02:41:07 AM
a how do I find out the apec of the deposit if I did not make it not pay?
What do you mean by "make it not pay"? You haven't deposited yet?
In freebitco in, you can put a default withdrawal address in your profile which is tied to the account and can even be used to login.
That's one of the options in their instruction, you can sign a message using it unless it's a custodial service or exchange's deposit address.

If you didn't set one, it will default to a random address which I believe they have the control.
That will leave you no option.
3428  Bitcoin / Bitcoin Technical Support / Re: fake btc transaction on: April 13, 2021, 12:14:20 PM
-snip-
Can I apply this method to find the public key in the address of my lost BTC private key? I want to know my public key because I can easily access my private key with the Kangaroo software. How do they do this?

Note: 1 BTC was sent to my BTC address in 2017 and I have never withdrawn. Years later, I was left with compressed WIF code missing 18 characters.
No, the only way to see an address' public key is check the "unlocking script" of a transaction that used it as an input (or if you have the private key of course).
So, have you used that address to send bitcoins even once? Inbound transactions do not count.
3429  Bitcoin / Armory / Re: Lost coins when trying to receive.. on: April 13, 2021, 06:17:33 AM
Try to use "Rescan balance" in Armory: it's in the menu "Help->Rescan Balance", close Armory and it will try to find your walet's transaction(s) from its database.

But before any of that, are you sure that Armory is now sync'd to the network?
If it is, there should be a "Connected (xxxxxx blocks)" on the lower-right hand side of the client.

If not, you may have to post the logs from %appdata%/Armory/Armorylog.txt
eg. default Armory data directory for Windows: C:/Users/<your_username>/AppData/Roaming/Armory
3430  Bitcoin / Electrum / Re: Electrum 4.1.1 version changes to make note of on: April 13, 2021, 04:18:30 AM
Has there been any progress on a "standardised" method for signing messages using bech32 addresses yet? Huh
If you consider "Electrum" as standardised enough, you can sign bech32 addressses.
I'm pretty sure he's aware of it  ←_←

"Standard" means that most clients do it the same way as the others.
Which in the current case, signed bc1 address from Electrum can only be verified using Electrum (or other specially-tweaked tools).
The message was signed in a Electrum-specific way.

Has there been any progress on a "standardised" method for signing messages using bech32 addresses yet? Huh
You can follow this issue: /bitcoin/issues/10542 (Signmessage doesn't work with segwit addresses)
Latest posts are just hours ago.
3431  Bitcoin / Bitcoin Technical Support / Re: fake btc transaction on: April 13, 2021, 03:54:32 AM
how this is possible , when i sent from coin base they disappear from my wallet
One reason is you/they may have set a very low fee rate that most nodes had dropped it from their mempool upon reaching the set/default maximum size.
That includes the mempool of your wallet's node or server for SPV clients.

Note: it only happens when there are too many transactions in the mempool and due to the limited space, the node has to drop the ones with the lowest fee rate.
3432  Bitcoin / Electrum / Re: Is electrum a theif? on: April 13, 2021, 03:37:19 AM
UPDATE:
OK So I see many replies and many people seem to believe I am either wrong, inexperienced or somehow misguided.
So.... for clarity I am now including screen shots of what I am looking at and the process I am executing.
-snip-
Any positive assistance to recover my funds would be greatly appreciated.
Most users here use Electrum (including me) and no one have encountered "theft" from a verified legit client.
The replies aren't negative in a degrading way. It's just you didn't provided enough info in the first place so most replies became wild guesses.

Lets pile some more things to test/do:
  • 1. Try to check the "Addresses" and "Coins" tabs for frozen coins or address, to enable the tabs, click "View->Show Addresses/Coins".
    Frozen address has a blue highlight on the entry in the addresses or coins tab; while a frozen coin's highlight is under the "output point" in the coins tab.

  • 2. The previously set fee rate may be too high that it's registering '0' as your maximum sendable balance since your current balance is just 0.00046975 BTC which can be all used as txn fee,
    try to put the lowest possible amount 0.00547 mBTC in the amount, click "send", set the fee slider all the way down and cancel that send dialogue.
    Now try another transaction but click "advanced" and set a reasonable fee, you'll see a real-time info based from what you've set.

  • 3. You must verify your Electrum, downloading it from the official site doesn't mean you have a legit version. Here are the steps: https://bitcoinelectrum.com/how-to-verify-your-electrum-download/

  • 4. Also, please click the 2fa icon on the lower-right hand side of Electrum (Blue shield icon) and see if you already have prepaid credits in your Trusted coin account.
    It should be written like this: "Your wallet has xx prepaid transactions". If you didn't have any, consider disabling 2fa before sending your bitcoins.
3433  Bitcoin / Electrum / Re: I am able to receive lightning payments but failed to send on: April 11, 2021, 03:34:14 AM
nevermind, it finally works now....but am not sure why it wasn't working before
Maybe your wallet has just opened or it wasn't open when you tried to receive the lightning funds?

FYI, you need to be online to receive lightning funds, or was it online?:
If you're not using the new "trampoline channels" (kangaroo icon in the channels of 'lightning' tab), you/your buddy have to keep Electrum open for a short while to fully connect to the rest of the LN network (see the lightning icon's percentage on the lower-right).

This is a separate issue than your other "not enough capacity" thread right?
3434  Bitcoin / Electrum / Re: What are the positives and negatives of leaving a lightning payment channel open on: April 11, 2021, 03:27:50 AM
What are the positives and negatives of leaving a lightning payment channel open? How am I contributing to the lightning network and what are the risks if any?
In Electrum? I think keeping it open will not contribute to the network since Electrum-made channels (trampoline or not) don't route payments (CMIIAW).

Anyhow, it's best to keep your channel(s) open in case you need to send more lightning funds, and also if you still don't need the funds onchain.
3435  Bitcoin / Electrum / Re: [TUTORIAL] How to extract Bitcoin Gold from a 2fa Electrum Wallet [STEP BY STEP] on: April 11, 2021, 03:07:32 AM
Man, you are a saint! That worked flawlessly and it was a matter of 1 minute! I saved the page locally and disconnected from the internet before putting in my seed (like they recommend). It generated a wallet that I was able to open in ElectrumG.
You're welcome.. but,
that's not what they meant by saying "offline", you should've saved the page in your disk and launch that on an offline machine... anyways,
the coins has way smaller value than BTC, I just hope that you've already sent your Bitcoins from the addresses of that seed phrase before extracting your BTG.
3436  Bitcoin / Electrum / Re: [TUTORIAL] How to extract Bitcoin Gold from a 2fa Electrum Wallet [STEP BY STEP] on: April 10, 2021, 07:00:00 AM
Sorry for pulling out this old thread, but I'm still having this problem with my old 2FA Electrum wallet. Given the fact that there's a BTG version of Electrum now with ElectrumG did this make things a little easier?
There's an easier but riskier way aside from the above.
All you have to do is to use TrustedCoin's 2FA Recovery tool (from Electrum's 2fa service provider) and it will generate a ElectrumG-supported 2of3 multisig wallet file.
Then you can simply open that "wallet_recovered" file using ElectrumG.

The catch is, you'll have to paste your seed phrase to that tool.
If you're interested: https://trustedcoin.com/static/recover/standalone.html (please read the warnings)
3437  Bitcoin / Bitcoin Technical Support / Re: Get addresses from wallet.dat on: April 10, 2021, 04:43:32 AM
-snip-
-snip- I didn't know that I could list addresses without sync.
There's a limitation, it will only show addresses that were previously used by the wallet, you'll likely see the involved (unverified) transactions in the "Transactions" tab anyways.
You can paste their TXID on a multi-coin blockexplorer like blockchair.com to check if those are valid in an altcoin chain.

The only reliable way to check the balance is to sync those wallets to their respective networks, because you'll never know if it's an older backup and the wallet was used a few more times after the "Best block at time of backup" of the recovered backup/file.
3438  Bitcoin / Electrum / Re: Electrum 4.0.9 address notify and change address problem on: April 09, 2021, 11:15:49 AM
1. Is there any limit in Electrum 4.0.9 for a large number of addesses subscripting to the same notifying URL?
What do you mean by notifying the URL? Is that the address that you requested from "receive tab" when clicking a new address?
-snip-
I'm pretty sure he meant the "notify" command based from the "notifying URL" and also from his previous posts.
You can find it in the GUI's console's help() command.
3439  Bitcoin / Electrum / Re: Electrum 4.0.9 address notify and change address problem on: April 09, 2021, 09:58:26 AM
2. Is there any way to identifying the address is a receiving address or change address in a wallet? In addition, can I make any limit to the number of change address in Electrum Wallet?
I take you're using CLI since it's labeled in the GUI.
Using the command listaddresses, all you have to do is to add --change argument to list the change addresses and --receiving to list the receiving addresses.
Eg.:
Code:
electrum listaddresses --receiving

For the limit, I think there will be no limit as long as you keep on using the change addresses, it will produce more if the last one was used.
I can't comment on Q1 since I'm not using notify().
3440  Bitcoin / Bitcoin Technical Support / Re: I need help, core app crashed on: April 09, 2021, 02:31:30 AM
I am waiting about of 10 days to install core. I dont want to wait again . I want to know.  İs there have any solution to continue from 99.01 ?
Rebuilding the database wont take that long and wont cost you any bandwidth.
At worst it'd take about a day or hours to complete depending on your hardware, you should also consider increasing your "dbcache" setting to speed up the verification.
Before starting Bitcoin core: find/create a bitcoin.conf file in the default data directory and add a line dbcache=size
(size = depending on how much RAM you're willing to spare).
Pages: « 1 ... 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 [172] 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 ... 328 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!