Bitcoin Forum
May 06, 2024, 06:20:24 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 [28] 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 ... 514 »
541  Bitcoin / Bitcoin Technical Support / Re: bitcoind unable to read settings.json on external ssd on: June 30, 2021, 12:29:25 AM
I can create .txt files on the ssd using sudo touch so I can write to disk.
No... you're using sudo... so the root account can write to the disk. I suspect that you're not running bitcoind as root (and you shouldn't be!) which is why it errors out saying that it can't write the temp file.


Problem seems to be that I cannot change permissions or owners of the files on the drive.
It would appear that it is indeed most likely a permissions issue... but I'm surprised that a sudo chown and sudo chgrp won't let you modify the permissions tho? Huh
542  Bitcoin / Bitcoin Technical Support / Re: bitcoin.conf and datadir in different directories on: June 30, 2021, 12:25:05 AM
Yes... that should indeed work as you intend. When the app starts up (assuming you don't use any commandline parameters), it will default to looking in the ~/.bitcoin folder for a bitcoin.conf... if you then specify in that bitcoin.conf that the "datadir" is somewhere else... then the application will use that other datadir for the location of the blocks and wallets etc.
543  Bitcoin / Bitcoin Technical Support / Re: Need Help! All keys read correctly, but transaction data or address book entries on: June 30, 2021, 12:08:59 AM
Normally that would work... but given that the application is advising that transaction data may be incorrect, listaddressgroupings output may also be inaccurate (as it is effectively showing what the wallet "believes" based on transaction data it holds).

To be 100% sure of the wallet balance... it seems the OP will need to scan every address/private key Undecided


Another option... might be to try the "bitcoin-wallet" binary and the salvage option (as always, work with a copy of the wallet.dat) and see if that helps remove the error.

Note that it may be necessary to use rescanblockchain command with Bitcoin Core, after trying the salvage option, to ensure that Bitcoin Core has properly rescanned the blockchain data for appropriate transactions.



Another thought is that it's possible that the wallet.dat is actually for an altcoin... and not Bitcoin. OP should check some of the listed transactions shown in the wallet to confirm that they are viewable on a Block Explorer.

Right click a transaction on the "transactions" tab, and copy the Transaction ID... then paste it into the search on a blockchair.com. If it's not shown on the Bitcoin blockchain it might show up on an altcoin chain like Litecoin or Dogecoin.
544  Bitcoin / Electrum / Re: Electrum Not Connecting to Any Server on: June 29, 2021, 10:03:24 PM
Huh... I wonder why my system keeps complaining about Electrum? It is basically the same... genuine Windows 10 with Windows Defender etc... Although, now that I think about it, I haven't downloaded Electrum in a while (missed a couple of versions), so maybe the Windows system is working now. Who knows? maybe all the "report safe" things I clicked actually worked! Tongue Cheesy

It's also possible that it was the browser (Edge) being stupid? But I'm almost certain it was Windows system dialogs that were popping up saying that it had been blocked.
545  Alternate cryptocurrencies / Altcoin Discussion / Re: TX not broadcasted, coins missing on: June 29, 2021, 04:29:25 AM
"Abandon Tx" is probably the best way forward. Dogecoin Core probably also still supports the -zapwallettxes command line option (which has been removed from Bitcoin Core).

If you use that, it'll completely wipe all the transaction data from your wallet (so you don't end up with the abandoned transaction with a big X next to it in your transaction history)... you can then use rescan and it should then find all the actual transaction data (as per the block chain data) and you'll be able to see your correct balances etc
546  Bitcoin / Bitcoin Technical Support / Re: Problems with dumping all the contents of an old .dat wallet on: June 29, 2021, 04:25:03 AM
So, what I'm left with are two non-identical subsets of keys, and I don't know if there are more that I haven't been able to retrieve. However, if I were to understand why the two programs gives me different outputs, maybe I would be more confident that I've located them all.
Pywallet will (should) find all your private keys but will only output showing them as P2PKH (aka "Legacy") addresses... whereas Bitcoin Core supports using P2PKH, P2SH-P2WPKH (aka "Nested Segwit") and P2WPKH (aka "Native Segwit") addresses from your private keys.

Chances are that the list of private keys will be the same between the pywallet output and the Bitcoin Core dump... it'll just be the list of addresses which is different.

I would suggest looking at the sets of WIF keys displayed from each and checking that they are the "same". Note that they may not be output in the same order... I know that the dumpwallet in Bitcoin Core doesn't usually output them in derivation path sequence order... not sure about Pywallet.
547  Bitcoin / Bitcoin Technical Support / Re: Need Help! All keys read correctly, but transaction data or address book entries on: June 29, 2021, 04:11:29 AM
Did a dump of the wallet and followed instructions for Electrum but it errored out on me with - WalletFileException('Cannot read wallet file. (parsing failed)').
You can't just import a wallet dump directly into Electrum. The wallet dump will not be in an Electrum wallet file format... which is the reason why you get the error.

You need to take the private keys from the wallet dump and import them manually into Electrum. Note that this means you are likely to have to import over 1000 keys, as you've no idea exactly which addresses, if any, actually have coins on them. Undecided


Bitcoin-QT did finish syncing and I see some transactions however the previous error message -All Keys read correctly, but transaction data etc.- has me wondering if I still had some Bitcoin in the wallet.
Is your Bitcoin Core setup in "pruned" mode? Huh Check the "Settings -> Options -> Main" menu and make sure the "Prune block storage" option is disabled. Once you are sure it is disabled, and your Bitcoin Core is fully synced, then maybe try using rescanblockchain in "Window -> Console"... that should force the wallet to rescan all the block data which should make sure that your transaction history and wallet balances are correct.


You might also want to work with a copy of your wallet.dat.
548  Bitcoin / Bitcoin Technical Support / Re: in 2016 I reset my bitcoin core wallet and my bitcoins disapears, on: June 29, 2021, 04:03:53 AM
in 2016 I installed Bitcoin version v0.13.0 I put 75 E on it
 and I stupidly reset my wallet and my bitcoins have disappeared, !!!
I had not saved the private key, I only have the one after the reset ...
how can i get my bitcoin back?
You can't... if you don't have a copy of the original wallet.dat, your chances of retrieving your coins are zero.

Do you have any sort of backup of the original wallet.dat? Huh If not, then as nc50lc says, you'll need to try some sort of file recovery software to see if you can recover a previous version of the wallet file.
549  Bitcoin / Bitcoin Technical Support / Re: corrupted wallet, salvagewallet command not working (Bitcoin Core) on: June 29, 2021, 03:38:08 AM
are you trying to run pywallet on (a copy of) the original wallet.dat or a copy of the wallet.dat after you tried bitcoin-wallet.exe and salvage?

It looks like the file might be quite badly corrupted if it's unable to parse the data correctly Undecided
550  Bitcoin / Development & Technical Discussion / Re: Who is paying very very large fees when not needed and why? on: June 28, 2021, 04:54:02 AM
Yeah, it looks like some preconfigured system that is setup using absolute fees as opposed to calculating fee rates. Not sure why you would do that, but there you go... As someone mentioned above, when you're transacting millions, nickel and diming on fees isn't really a concern. What's $150-200 when you're shifting $5mil worth of coins? Tongue

Aside from these cases of absolute fees being used by what appears to be commercial entities... another common scenario I have noted for ridiculously high fees, is malware/theft. The thieves tend to send with very high fees to (I assume) try and prevent any chance of a double spend and, of course, guarantee next block inclusion of their transaction.
551  Bitcoin / Bitcoin Technical Support / Re: Restoring wallet from seed on: June 28, 2021, 12:48:39 AM
If you are recovering a 2FA wallet, just restore it with your 12 word seed. When creating a new wallet, Select Wallet with two factor authentication> I already have a seed. Key in your 12 word seed in there. That will make your 2FA wallet like a normal wallet and you should just create another wallet to transfer all your funds to it.
ranchigo missed one important step...

When you use the "I already have a seed" option and put your 2FA 12 word seed in... you will be asked if you want to "Keep" or "Disable" 2FA... you must select the "disable" option!



That will ensure that the wallet created has the minimum number of master private keys to be able to sign transactions.

The rest of what he said is important tho... you should move your funds away from the recovered 2fa wallet.
552  Bitcoin / Bitcoin Technical Support / Re: corrupted wallet, salvagewallet command not working (Bitcoin Core) on: June 28, 2021, 12:38:27 AM
BTW I've tried using the datadir command but pywallet says it's been removed:
REMOVED OPTION: put full path in the --wallet option
  -w WALLETFILE, --wallet=WALLETFILE
                        wallet filename (defaults to wallet.dat)
Oh ok... you're using the "new" version of Pywallet... I have a feeling that the latest version might actually require Python 3 and not Python 2.

In any case... try:
Code:
python pywallet.py --dumpwallet --wallet=./wallet.dat --passphrase=YOUR_WALLET_PASSPHRASE_GOES_HERE > wallet.text



And also I dont know the passphrase to the wallet. It's 6 years old or so. It appears to be encrypted basing off all the characters and symbols when I open it in notepad.
Opening in notepad is guaranteed to show all sorts of weird characters and symbols, because notepad is for text based files... and a wallet.dat is a binary database file. So, it isn't necessarily encrypted... but chances are pretty good that it is.

However, if the file is indeed encrypted and you don't have the passphrase, you're not going to be able to recover the private keys. It's as simple as that. You can try running without the --passphrase option and see if you get the "Sec" fields that show the private keys...

Code:
python pywallet.py --dumpwallet --wallet=./wallet.dat > wallet.text

If you only get addresses/public keys... and you don't see any "sec" fields with WIF private keys and hex private keys, then the file is encrypted. Undecided
553  Bitcoin / Armory / Re: Missing Transactions? on: June 28, 2021, 12:32:17 AM
Armory shows block 496893.
This is indeed the issue. Something is preventing Armory from fully syncing. Possible issues are:

1. Bitcoin Core is not fully synced. Check in Bitcoin Core: "Window -> Information" and see what the block height is shown as. If it is 496893, then Bitcoin Core has not properly synced. Check the debug.log file in Bitcoin Core datadir for errors.

2. If Bitcoin Core is synced ok (it is showing as 688991+) then the problem is somewhere in the Armory system. You'll need to post your armorylog.txt and dblog.txt files (use https://pastebin.com/) so we can see what the errors are.
554  Bitcoin / Armory / Re: Armory on macOS 10.15 (Catalina) on: June 27, 2021, 10:49:13 PM
That's correct... they are a completely different instruction set. However, the M1 Apples have a "Rosetta Translation" system that can run some x86_64 code: https://developer.apple.com/documentation/apple-silicon/about-the-rosetta-translation-environment

So, Armory might still work on the M1-based laptops... but given that Armory and MacOSX were already somewhat problematic, you might be better using a virtual machine (running Linux or Windows)... or waiting until an M1 native build is released.
555  Bitcoin / Electrum / Re: Can I use a 12 word seed extension and store it separately? on: June 27, 2021, 10:38:52 PM
It's more than just preventing access though.
Of course... I was just trying to show an additional benefit to complement the rather exhaustive list that you had already shown.

Granted, they're not necessarily for "everyone"... but I still think they're a good idea and that the benefits outweigh and additional "complexity"
556  Bitcoin / Bitcoin Technical Support / Re: corrupted wallet, salvagewallet command not working (Bitcoin Core) on: June 27, 2021, 10:09:42 PM
Ah, thanks for that. That did the job. However, it still says the wallet is corrupted. I was trying to use pywallet but I've been getting an " 'ecdsa' package is not installed, pywallet won't be able to sign/verify messages       A mandatory option is missing "  I tried installing ecdsa but wasnt sure where to install it, into the python27 folder or program files etc and what exactly I need to do to get it working with python. (I dont know much about python.)
To fix the ecdsa error, you just need to install the ecdsa Python module using pip:
Code:
python pip install ecdsa

Although, it's not actually required.


What I'm typing in in the command window is: "python pywallet.py –dumpwallet > wallet.text --passphrase= PASSPHRASE".

Also, I get an "error: no such option: -u" in the command window" unless I change the "-dumpwallet" to "--dumpwallet", so Im not sure if that's a mistake on the part of the website where I copied the python code from or what. 
The commandline you're using is wrong.

everything after the > won't be available to pywallet... so, the --passphrase parameter is in the wrong place... also the > command tells the OS where to redirect the output of the script... so instead of displaying it to the screen, it is attempting to write it to a file called "wallet.text --passphrase= PASSPHRASE" Shocked Tongue

So, try something like this:
Code:
python pywallet.py --dumpwallet --datadir=. --passphrase=YOUR_WALLET_PASSPHRASE_GOES_HERE > wallet.text

This assumes that the wallet.dat you're trying to dump info from is in the same folder that pywallet.py is in... and it is called "wallet.dat". Where exactly is your corrupt wallet.dat located and what is the filename?


And finally, it says "pycrypto or libssl not found, decryption may be slow" but Im not sure that's even a problem.
It's not... as it says, it just might slow down the decryption, but you're talking seconds rather than minutes or hours etc.
557  Bitcoin / Electrum / Re: Electrum to Electrum - transaction "lost" on: June 27, 2021, 09:59:14 PM
I suggest the seed phrase he's using now is from a fresh wallet created with the 3.3.8 Appimage, an empty wallet. The seed words for accessing the coin in the older version Electrum wallet are somewhere else, or lost. This contradicts his claim that he has the right seed words. In the absence of proof and 19 months passage of time, it's more likely than any other guess, in my opinion
I would tend to agree... unfortunately, none of us except the OP were there... and know exactly what has transpired. To a certain extent we have to take the OP's word for what they did and what information they have... and that the information they are providing is true and correct.

However, a set of 12 seed words doesn't magically start producing different wallet addresses.

So, it's either the correct seed and some other variable like the seed extenstion phrase or derivation path has changed, or "BIP39 seed" option was selected, or it's some weird bug... or the seed is just wrong.

¯\_(ツ)_/¯

I wish the OP the best of luck, but there really isn't anything "new" to suggest at this point... Undecided
558  Bitcoin / Electrum / Re: Electrum Not Connecting to Any Server on: June 27, 2021, 09:44:24 PM
As far as I'm aware, Electrum.org was never an issue. It was certain domains/IPs that were hosting Electrum servers. They had been blacklisted by a couple of the more "helpful" Antivirus applications that try to prevent connections to domains/IPs known for distributing malware, being botnet controllers, being malware cryptominer controllers etc.

In any case, given that the portable worked, and the installed .exe didn't... Either the portable was connecting to different servers or it was some weird Windows firewall thing blocking the connections then. Then isn't really anything different between the installed/portable versions from a networking perspective... and Windows can be a bit problematic like that sometimes. Especially, if you click the wrong button when it first prompts to allow/block connections for the .exe on public/private networks etc.
559  Alternate cryptocurrencies / Service Discussion (Altcoins) / Re: How to restore non BTC coins or tokens from a broken ledger device? on: June 27, 2021, 09:36:19 PM
To be 100% sure if the path is device specific or not, we would need someone else with a Nano S to install the Tron app and check what path he has.
Sorry... on reflection "device specific" was a bad choice of words... I should have said "wallet specific" or "vendor specific".

That is to say... is that a Ledger specific derivation path, or is it a Tron "default" derivation path Wink
560  Bitcoin / Electrum / Re: Electrum Not Connecting to Any Server on: June 26, 2021, 11:48:24 PM
I'm wondering if this is at all related to issues from several years ago where some Electrum servers were linked to IPs/domains that had been blocked for "malware mining" etc? Huh

Additionally, I know that Windows Defender complains a lot about Electrum. I am always getting "Windows has blocked this file"-type errors when trying to download/install Electrum.

I click "keep", "report as safe" etc... and every new version, the same thing seems to happen Roll Eyes I know it's due to PyInstaller being marked "bad" and not limited to just Electrum, but honestly, the heuristics are just stupid Roll Eyes Undecided
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 [28] 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 ... 514 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!