Bitcoin Forum
June 16, 2024, 08:24:15 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 [108] 109 110 111 112 113 114 115 116 117 118 119 120 121 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 ... 514 »
2141  Bitcoin / Electrum / Re: How accurate is the fee estimation in Electrum? on: September 23, 2020, 06:54:08 AM
But the good news is, the site I sent it to credited my account, even though the transaction came in very late. So, everything went well in the end.
Generally, most of the payment processors, they only care that a valid transaction was broadcast to the network within the timeframe that they show the invoice as being "valid"... They will generally just not process your order or credit your account until that transaction is actually confirmed.

Any service that issues an invoice for say "30 minutes" and expects that a user can guarantee confirmation in that time frame (regardless of fee paid) is asking for trouble. As you saw, there can indeed be time periods where a block is not found for over an hour!

Sometimes, miners are just "unlucky" Tongue
2142  Bitcoin / Wallet software / Re: Mnemonic seed? on: September 23, 2020, 06:40:59 AM
I have no idea, I still read but bitcoin is a whole universe, it takes a long time to understand and realize many things.
There are words that are not in BIP39's word list: "overweight" for example, so I guess that's why it can't be added.
Not aware of any wordlists using the word "overweight", it's not even a valid word for the old legacy blockchain.info password recovery... unless your relative was trying to be clever and obfuscate their seed by using "overweight" instead of "fat"? Huh

Is the seed mnemonic 12 or 24 words long? and how many "non-BIP39" words are there exactly? Huh
2143  Bitcoin / Development & Technical Discussion / Re: reversable transactions on: September 23, 2020, 06:33:26 AM
Lets say i move 1 btc with 1sat/byte

Then 2 people simult. Broadcast a trx with 100 sat/byte, how does the miners deter who/which transfer will beat the system?
Your question isn't very clear. Do you mean they are spending the same UTXO with the 100 sat/byte fees as your 1 sat/byte transaction? That is to say, are they all trying to spend the "same" 1btc? Or are they all spending different coins? Huh

Basically, I'm not sure if you're trying to understand how double-spends work, or how miners prioritise transactions to be included in a block? Huh
2144  Bitcoin / Bitcoin Technical Support / Re: Wallet.dat corrupt on: September 23, 2020, 06:20:28 AM
Was your wallet.dat encrypted? Did it have a password? If it did, then this method of scanning for hex bytes "0201010420" and then taking the next 32 bytes will not work.

That method only works if the keys in the wallet.dat are not encrypted with a password.
2145  Bitcoin / Bitcoin Technical Support / Re: wallet.dat and co on: September 23, 2020, 06:03:52 AM
Hello. I have used pywallet before with:

--recover --recov_size --recov_device --recov_outputdir
Did you actually specify the correct values for those options? Huh You need to specify the size of the device, what the device actually is, and where to put the output.

for example, if you were scanning a 8gig thumbdrive that was connected as F:, and you wanted to put the recovered files in C:\temp, you would use something like:
Code:
pywallet.py --recover --recov_size=8Gio --recov_device=F: --recov_outputdir=C:\temp


Quote
And with :
Pywallet 2.2 which does not work very well .. I could not get anything out of it
While it is true that PyWallet has not been updated in years, so it doesn't always play nicely with "new" versions of wallet.dat, it is still fairly useful. Unfortuantely, it to is somewhat limited with regards to what it can do if the wallet.dat file is really corrupted. Given that you're unable to load it into Bitcoin Core, it would appear that the wallet.dat is quite corrupted. Undecided Still, it could be worth a try.


maybe that's another problem? Huh
Honestly, you'd need to copy/paste the actual contents of the debug.log file for people to be able to diagnose it properly. Giving us little snippets of the debug output does not help much Undecided The debug.log file is probably quite large, so my advice would be to shutdown Bitcoin Core, delete the debug.log file, try and restart Bitcoin Core.

After it has failed and shutdown again, then open debug.log again and copy/paste the entire contents of debug.log to https://pastebin.com/ and click the "create new paste" button. It will generate a unique URL for you. Finally, copy/paste that unique URL here.

NOTE: debug.log does not contain any "secrets", so you don't need to worry about anyone being able to steal your coins or anything, but it may reduce your privacy by showing IP addresses etc.
2146  Bitcoin / Electrum / Re: The server returned an error when broadcasting the transaction. on: September 22, 2020, 12:59:11 AM
Try and manually select a different server from the list displayed in "Tools -> Network"... You need to "right click" one of the servers in the list and select the "Use as server" option:



Note that you might need to try a few before it works.
2147  Bitcoin / Electrum / Re: Removing a transaction from Electrum on: September 22, 2020, 12:47:36 AM
When I open my Electrum wallet in a text editor, there's no JSON, there's just a mess of unformatted characters, and no transactions can be found even via search. Apparently it's encrypted.
Yes, if you selected the "Encrypt Wallet File" option when creating the wallet, then your wallet file will show as "a mess of unformatted characters":



If your wallet files is currently encrypted, but you're wanting to view it in the text editor, you would need to select the menu options "Wallet -> Password". You'll see a note telling you, that your wallet is both password protected and encrypted.

You can simply re-enter your password into all 3 boxes and then untick the "Encrypt wallet file" option:



You should then be able to open the wallet file in a text editor and see the JSON layout. Note that with "password protection", all the "important" stuff (like seeds, private keys etc) will still be stored as encrypted text within the JSON. If you want to see the plaintext for seeds/private keys, you need to set a blank password as well.

2148  Bitcoin / Electrum / Re: I opened an Electrum wallet. I just opened. How I can remove from my PC? on: September 22, 2020, 12:35:31 AM
The question is on what basis have antivirus vendors decided to classify Electrum as running a Coinminer script?
I'm fairly sure it gets flagged for attempting to connect to certain IPs/Domains that the antivirus vendor has flagged as being involved with "Coinminers" etc... This is why UserA of <AntivirusApp> might see the warning, and UserB does not. Essentially, UserA's copy of Electrum tries to connect to the Electrum server hosted at <FlaggedIP/Domain>, while UserB's copy of Electrum is connecting to different servers/nodes.
2149  Bitcoin / Hardware wallets / Re: Query Regarding Hardware Wallets on: September 22, 2020, 12:26:44 AM
From what I've read online - Ledger is partially closed-source and a bit difficult to use in terms of usability like upgrading firmware and reinstalling apps, installing/uninstalling apps, low memory etc
That's only really relevant to the Nano S... the Nano X has more storage, so you don't need to worry so much about having to uninstall/install apps if you use a lot of different coins. If you only use one or two different coins, then even the Nano S is perfectly fine.

Upgrading firmware on both the Nano S and Nano X is relatively painless. There were some issues previously, on the Nano S, that were caused because people had not updated their devices for a while and the latest firmware was not compatible with their old bootloader. As far as I'm aware, there hasn't been any similar issue in over 2 years. These days it's more just "delays" caused by Ledger's "rolling update" policy as the servers take a bit of a pounding when new updates are released due to the number of devices in circulation.


Quote
While for Trezor, its open-source. And after that security glitch (wherein seed could be recovered from sram by flashing the device with a malicious firmware) in 2017-18 which they have patched it up via a software (firmware) upgrade - I couldn't find any other major/minor flaws with it.
There is an "unfixable" flaw with the device, that allows anyone with physical access to the device to extract the 24 word seed mnemonic. The only mitigation to this flaw, is by using the BIP39 passphrase functionality, as that is not stored on the device but used at "runtime" in combination with the 24 word seed mnemonic to derive your actual wallet seed... Trezor recommend users use long and complex passphrases to prevent loss, should your device be stolen etc.


Quote
Would like to hear your views on which one is good overall?
I mainly intend to store BTC and Monero. And would be hodling for foreseeable future.
Honestly? Either one will be just fine for your situation... Both Ledger and Trezor support Monero (XMR), as well as BTC obviously. I own both a Nano S and a Trezor ONE. They both have pros/cons. I would like a Nano X/Trezor T, but don't really see the need to upgrade as the extra features offered by the X and T just aren't worth the cost for me personally.

They're both capable devices, compatible with a number of popular wallets (like Mycelium for mobile use and Electrum for desktop use etc) if you don't like Ledger Live or the Trezor web wallet and both support quite a variety of cryptocurrencies.
2150  Bitcoin / Bitcoin Technical Support / Re: wallet.dat and co on: September 21, 2020, 11:48:50 PM
wallet.dat corrupted, recovery failed
"salvagewallet" failed then... It would appear that the wallet file is too corrupted for Bitcoin Core to be able to recover it. You will need to try an alternative method of extracting the private keys from the wallet.dat.

Unfortunately, most of the mthods available require the knowledge and use of command line tools and Python scripts like "PyWallet". These are not "start a program, click a button"-type solutions. Additionally, there is no guarantee that they'll be able to recover anything depending on how corrupted the wallet.dat is. Undecided

How much experience do you have with the commandline and Python scripts? Huh
2151  Bitcoin / Bitcoin Technical Support / Re: wallet.dat and co on: September 21, 2020, 10:58:28 AM
I run Qt with salvagewallet.
It opens the client and then closes almost automatically. An idea and answer to the problem? Huh
You'll need to have a look in the debug.log file in the Bitcoin Core "Datadir" and see what error is being logged when it shuts down... without knowing that error, no one will be able to tell you why it is doing what it is doing, nor how to fix it. Undecided
2152  Bitcoin / Bitcoin Technical Support / Re: wallet.dat and co on: September 21, 2020, 02:08:28 AM
How can a full node of a blockchain be quickly retrieved? I don't want to wait for bitcoin-core sync to complete.
Unless you have a fully synced copy of it already available on a another trusted machine, the "fastest" way to sync it is to just let Bitcoin Core sync "naturally"... There are other tips, like use an SSD to store the blockchain/chainstate data, if you have a lot of RAM set the "dbcache" value to at least half your total RAM size etc.

Yes, it takes hours/days, but there really isn't any way to avoid it. Undecided
2153  Bitcoin / Electrum / Re: No seed in Electrum after moving from Multibit HD on: September 21, 2020, 12:36:27 AM
It is "imported" variant and I had used wallet file to import in Electrum (in any case I have no the seed).
Yes, this means you exported private keys from your previous wallet... and imported them into Electrum. There is no seed in such a case... only private keys stored in the Electrum wallet file. As per my previous message, you should be able to use "Wallet -> Private Keys -> Export" to retrieve these private keys, and then simply import them into ElectrumSV.


Now I`m trying to fix ElectrumSV problems). Initially it was unable to process the wallet file transfer, now it can`t be run and downloaded at computer.
It's possible that ElectrumSV is attempting to re-open the wallet file that it can't read (due to wallet file format updates that aren't in ElectrumSV) and is crashing.

I would suggest that you try and remove the config file from the "C:\Users\YOURUSERNAME\AppData\Roaming\ElectrumSV" folder, then try restarting ElectrumSV. That should "factory reset" ElectrumSV so it doesn't try to open the old wallet file and it should start up normally.

Then you can create a new wallet file, and import your private keys from Electrum.
2154  Bitcoin / Electrum / Re: Electrum 4.0.3 updating funny on: September 19, 2020, 10:35:27 PM
... the Desktop Configuration File doesn't respond.
I am not familiar with this "Desktop Configuration File" that you are referring to... what Linux Distro/version are you running? Huh
2155  Bitcoin / Electrum / Re: Android: can't delete invoices? on: September 19, 2020, 10:33:19 PM
Ah so it's an android bug? I thought the default shutdown was swiping across not a double back button.
"Swiping across"? You mean on the button bar? As far as I'm aware, that basically just allows you to switch from one app to another in your "Recent Items" history, it doesn't close anything down. Traditional Android UX was to use the back button to "exit" an app, but it's changed a number of times over the various iterations of Android.

What I do know is that Electrum doesn't have an "exit" menu item, instead you press back button once (when NOT in a "submenu"), and you'll get the "(!) Press again to exit" prompt shown on the screen. Pressing "back" again a 2nd time then shuts the app down.

2156  Bitcoin / Mycelium / Re: could you please help me understand where my bitcoin went? on: September 19, 2020, 10:04:05 PM
so an update, I tried restoring using the seed words on electrum, this took a minute, but when it was done, it shows a balance $300 less than my current mycelium shows, in total its something like $500 less including that $200 from before.
That's not unexpected. Mycelium allows you to use/manage all three of the common address types in the one wallet... so you can see/use "1"-type (P2PKH), "3"-type (P2SH-Segwit) and "bc1"-type (P2WPKH, "native segwit") addresses and their balances all at the same time.

Unfortunately, Electrum only allows one address type per wallet. The transaction you sent for the ~$150, sent the change to a "3"-type address. So, Electrum would not be able to see/display that address with it's coins.

If you restore your seed words on Electrum, but this time, select the "P2SH-SegWit (p2wpkh-p2sh)" option, you should then see the transactions/amount that is missing from the "Legacy (p2pkh)" Electrum wallet that you would have already restored:



NOTE: It might also be worth, creating a 3rd wallet, using your Mycelium seed words and selecting the "Native Segwit (p2wpkh)" option, and see if that also shows any transaction history.
2157  Bitcoin / Bitcoin Technical Support / Re: wallet.dat and co on: September 19, 2020, 09:47:57 PM
- Type the following command to export the key: dumpprivkey (Bitcoin address)
dumpprivkey is a very "slow" way to export multiple private keys... If you have a large number of private keys to export, using dumpwallet is a faster option Wink

The full command is:
Code:
dumpwallet path\to\output\file

For example, on Windows... to output to a file called "Keys.txt" on your D: drive in a folder called "walletdump", you would use:
Code:
dumpwallet D:\walletdump\Keys.txt
2158  Bitcoin / Bitcoin Technical Support / Re: Check address balance, get unspent TX, and broadcast thru bitcoind or bitcore on: September 19, 2020, 09:35:31 PM
It can take a number of seconds/minutes to return a response to scantxoutset...

To see the percentage progress of the "current" scan, you can use the following command from another shell:
Code:
./bitcoin-cli scantxoutset status

For example, the output:
Code:
{
  "progress": 13
}
shows us that the scan is 13% complete.
2159  Bitcoin / Electrum / Re: No seed in Electrum after moving from Multibit HD on: September 19, 2020, 09:08:16 PM
Hello. Have the same problem. I migrated from Multibit to Electrum, so I have no seed.
I`ve migrated by the wallet file.
That's not possible. Electrum does not read multibit wallet files. So, you either used a MultiBit HD seed, or you must have exported your private keys from multibit, then imported those private keys into Electrum. Does your Electrum wallet say "[Standard]" or "[Imported]" at the top? Huh


In any case, regardless of whether you used a BIP39 seed or imported private keys, you should still be able to see your private keys within Electrum... simply use the "Wallet -> Private Keys -> Export" option:


That will export all the generated private keys...


if you just want the private key for a specific address, you can goto the "Addresses" tab (you might need to use "View -> Show Addresses" first), then right click on an address, and select "private key":


2160  Economy / Web Wallets / Re: lost secondary password and some of Wallet Recovery Phrases lost too. on: September 19, 2020, 08:56:56 PM
The article mentions downloading the wallet backup file, but not how they did this...

I'd be interested to know how they went about actually getting hold of the wallet.aes.json wallet backup file, as the old methods don't seem like they work anymore. So, unless you happen to already have the file included in an old email, it would seem that you're out of luck. Undecided
Pages: « 1 ... 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 [108] 109 110 111 112 113 114 115 116 117 118 119 120 121 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 ... 514 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!