Bitcoin Forum
June 21, 2024, 10:54:38 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 159 160 161 162 163 164 165 166 167 168 169 170 171 172 ... 309 »
2421  Other / Beginners & Help / Re: Watch only wallet on: December 06, 2021, 08:05:09 AM
The default wallet has "seed" shaded grey, which means no seed. It does have menu option for private keys and once you click it another option says sweep. Then a blank box comes up asking for private keys.
So I`m thinking any private keys I got are from either default wallet 1 or the named wallet.
No, there's no private key in your default wallet.

That is totally normal for a watching-only wallet.
In the private key menu, there's no "import" option because you cannot add a private key to a wallet with only addresses in it (it is available for imported wallets).
You can only "sweep" because you can still send bitcoins to those imported addresses (but you cannot spend them using that wallet).
'Sweep' sends the pasted private key's entire balance to one of the wallet's address so it's available for all wallet types including watching only.
Lastly, "export" should be grayed-out too because there are no keys in that wallet.

The "named wallet" doesn't display the same transactions so I take that the keys for your default wallet aren't there.

-snip- Its not an Electrum generated address. I was only using Electrum as a medium to transact. If that makes sense ?
That's a good news if the source of the address isn't an exchange, custodial service or some wallet with undisclosed non-standard derivation path.
Depending on where you got it, you may be able to spend those funds.
2422  Bitcoin / Bitcoin Technical Support / Re: Update Bitcoin Core on: December 06, 2021, 05:06:46 AM
-snip- or manually backing up the wallet.dat as recommended by the users above.
One important note when backing up using that method:
Make sure Bitcoin Core isn't running when copying the wallet.dat file because you might backup a corrupted copy (by a low chance).
2423  Bitcoin / Electrum / Re: BTC stuck in Electrum multi-sig (will pay $1k reward) on: December 06, 2021, 04:28:58 AM
That guide shouldn't be followed since it's not the correct way to set-up a MultiSig Electrum wallet using hardware devices.
But you already did and here we are.

The users don't need to create a standard wallet in order to get the hardware wallet's xpubs (master public key).
During the creation process, each cosigners should start creating a MultiSig wallet right from the start until the point when they'll be presented with their "Master Public Key".
Then send it to other cosigners (as that cosigner receive theirs) to finish their own MultiSig wallets.
2424  Bitcoin / Bitcoin Technical Support / Re: Update Bitcoin Core on: December 05, 2021, 05:33:13 AM
I have a descriptor wallet, so this is the same way or does something different ?
No, descriptor wallet isn't the file that jackg mentioned. The file mentioned - wallet.dat - -snip-
"Descriptor Wallet" is just the new wallet type consisting of 'output descriptors' instead of private keys (aside from the master key),
it's still named 'wallet.dat'.

@SamuelDL  If you set a name for that descriptor wallet and it was created by the later version, the wallet.dat should be in the folder with the same name as that descriptor wallet.
Alternatively, in QT, just use "File->Backup Wallet" while that wallet is selected in the drop-down menu (if multiple wallets are open).
2425  Bitcoin / Armory / Re: Watch-Only wallets on: December 05, 2021, 05:28:49 AM
It looks that I got it to finally work. At some point I noticed ArmoryDB sitting in Task Manager, but I looked there before and it wasn't there, weird.
That happens to me most of the time.
After closing Armory-qt, there's always a lingering process of ArmoryDB.exe left in the Task Manager.
2426  Bitcoin / Bitcoin Technical Support / Re: Bitcoin Core wallet spends BTC 0.07!! USD 4000!! to make two small dust sendings on: December 05, 2021, 05:08:43 AM
Maybe somehow the opening of these 10-15 different wallet files has messed up the entire Bitcoin Core client for me.
-snip-
Maybe.
There's a chance that Bitcoin Core failed to scan the correct balance and kept the spent inputs in your wallet.
I've seen a couple of topics regarding that, usually those who replaced the wallet.dat file.

BTW, what error did you get when you tried to broadcast the transaction(s) via console?

In case you missed it:
You can also try to manually broadcast it and see what mempool-related error you'll get:
  • In the transactions tab, right-click on one of the transactions, then select: "Copy raw transaction"
  • Open the console (Window->Console), then type: sendrawtransaction "Your_Copied_RAW_Transaction"
  • And it should return with an error which should be the reason why those aren't successfully sent.

If it somehow proceed, then there could be in your setting that's preventing txn broadcast..
Alternatively, if you want to send them no more: use testmempoolaccept instead.
e.g.:
Code:
testmempoolaccept '["Your_Copied_RAW_Transaction"]'


Lastly, if it's just because of the "frequent wallet replacement", rescan might do the trick; open console, select the correct wallet: rescanblockchain
2427  Bitcoin / Bitcoin Technical Support / Re: Getting "Error opening block database" when opening Bitcoin Core. Please help! on: December 04, 2021, 11:57:34 AM
-snip-
I've also read somewhere that it may be OK to remove only that one failing file, but more experienced people should confirm this. It could be quicker than full reindex.
The good thing is, it's only the "UTXO Set" that's corrupted so the possible solution is the faster -reindex-chainstate.

If he'll delete the said file, Bitcoin Core will return with an error and will prompt him to -reindex instead.
2428  Bitcoin / Bitcoin Technical Support / Re: Bitcoin Core wallet spends BTC 0.07!! USD 4000!! to make two small dust sendings on: December 03, 2021, 08:39:57 AM
Status: 0/ubekreftet, ikke i minnepool
There's something that's causing your transactions to get rejected from your own mempool.
There are a few reasons and the most common in not-yet-synced client is if at least one of the input of the transaction is invalid.

You can also try to manually broadcast it and see what mempool-related error you'll get:
  • In the transactions tab, right-click on one of the transactions, then select: "Copy raw transaction"
  • Open the console (Window->Console), then type: sendrawtransaction "Your_Copied_RAW_Transaction"
  • And it should return with an error which should be the reason why those aren't successfully sent.

If it somehow proceed, then there could be in your setting that's preventing txn broadcast..
2429  Bitcoin / Electrum / Re: BTC stuck in Electrum multi-sig (will pay $1k reward) on: December 02, 2021, 03:44:14 PM
(I tried updating to the most recent Electrum version, and it didn't work either. I think that's because according to the release notes, after 3.3.8 something changed with the Electrum partial transaction format - which I'm guessing applies to multi-sig transactions).
This only affects compatibility between the raw transactions exported by versions lower than 4.x and the newest.
So, it mainly affects Cold-Storage and MultiSig Electrum wallets that have different versions.

If you're using an outdated wallet for either 1 of the cosigners, update them all fist, then create the transaction.
2430  Bitcoin / Bitcoin Technical Support / Re: Recovering deleted wallet/files from HDD on: December 02, 2021, 06:46:26 AM
Still, the amount of time required to properly zerofill a drive can be quite massive... especially when you're talking Terabyte+ sized drives!  Shocked  whereas... 5 minutes and a hammer?  Tongue
Yeah, last time I zero-filled a 500GB WD Hard Drive, it took more or less 3 hours if my memory serves me right (that was 3 years ago).
Double that for a 1TB same speed HDD; although, the amount of time is still inconsequential if you want to re-use the disk.
2431  Bitcoin / Bitcoin Technical Support / Re: Recovering deleted wallet/files from HDD on: December 02, 2021, 04:04:16 AM
Quote
If you're offloading your own computer, and the hard drive has to be included for whatever reason, then I would recommend writing 0's to it, with multiple checks. You can do this within Linux or you can use a program like DBAN if you wish.
That's a much better solution for the environment than destroying a perfectly good hard drive. IMO, it's kind of the height of conceit to destroy a perfectly good hard drive. Remember guys, someone out there needs that hard drive.  :D
I second this.

-snip- Even if you overwrite "everything" data is still recoverable with highly accessible software such as this one off of github:
You second~ed the replies yet you've countered their points :/

Anyways, what they meant by "writing 0's" is to 'low-level format' the drives which will turn all of the data on the drive into 0's (binary: 0 or 1).
There's nothing recoverable after that, your example software can only restore deleted files or a formatted drive, those are files which aren't really deleted but flagged as "overwritable".
2432  Bitcoin / Armory / Re: RPC Disabled on: December 01, 2021, 05:25:05 AM
It means that Armory cannot communicate with Bitcoin Core, you might need to add this to your Bitcoin Core's config file,
bitcoin.conf:
Code:
server=1

BTW, in that state, you wont be able to broadcast transactions using Armory.
2433  Bitcoin / Bitcoin Technical Support / Re: Getting "Error opening block database" when opening Bitcoin Core. Please help! on: December 01, 2021, 03:06:12 AM
-snip-
Note: To prevent that from happening, make sure to properly close Bitcoin Core everytime you need to close it.
Do not force-close it or shutdown the PC while it's running.
What should I do if Bitcoin Core isn't responding? Usually when a program doesn't respond I just force-close... Maybe that was the cause of the problem.
That's problematic and indeed the cause of the corruption as seen in the logs.
My best guess is your Disk is having a hard time keeping up with the I/O, next is your RAM may be full.

When that happens, freeing-up some other processes may unfreeze Bitcoin Core since it should still be running in the background.

I think what you need to do is to find the cause why it's freezing in the first place.
Try to use as little "page file" as possible since Bitcoin Core itself will use lots of HDD processes.
To do that, you'll need to free some RAM space by reducing your background processes or add more RAM.
You can also read this: github.com/bitcoin/bitcoin/blob/master/doc/reduce-memory.md

Lastly, the wallet suggested above is a good alternative if you want to use other clients.
2434  Bitcoin / Electrum / Re: How to select BitCoin address for receiving money? on: November 30, 2021, 08:18:36 AM
-snip-
So why are there EMPTY (!) yellow addresses listed on "Addresses" Tab?
The yellow-highlighted ones are your "Change Addresses", those are addresses reserved to receive the change of your transactions.
Those will not appear in your 'receive' tab if you're using the tab.
2435  Bitcoin / Bitcoin Technical Support / Re: what is data size of a transaction? on: November 30, 2021, 05:11:22 AM
I was doing research and I read this from blockchain support.
-snip-
That is quite the wrong place to do research.
You may need to go to somewhere else reputable, like the websites "The Bitcoin Wiki" and "Learn Me a Bitcoin".
Links:

For example: Bitcoin Wiki has an entry about 'fee rate' under "Miner Fees" article - https://en.bitcoin.it/wiki/Miner_fees#Feerates
2436  Bitcoin / Bitcoin Technical Support / Re: Getting "Error opening block database" when opening Bitcoin Core. Please help! on: November 30, 2021, 03:51:00 AM
2021-11-29T14:21:50Z [0%]...[74%]...Fatal LevelDB error: Corruption: block checksum mismatch: C:\Users\(name)\AppData\Roaming\Bitcoin\chainstate/1227881.ldb
2021-11-29T14:21:50Z You can use -debug=leveldb to get more complete diagnostic messages
2021-11-29T14:21:50Z Fatal LevelDB error: Corruption: block checksum mismatch: C:\Users\(name)\AppData\Roaming\Bitcoin\chainstate/1227881.ldb
2021-11-29T14:21:50Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
-snip-
This is quite a relatively manageable error since you wont be needing to redownload the whole blockchain unless your node is pruned.
The 'fix' is to launch Bitcoin Core with -reindex-chainstate, then wait for it to finish (may take hours).

To start Bitcoin Core with that parameter:
  • Go to the directory where Bitcoin Core is installed, usually C:/Program Files/Bitcoin
  • 'Shift+RightClick' on an empty space in that folder (make sure nothing is highlighted), and select "Open PowerShell Window Here" or "Open CMD....".
  • 'PowerShell' will open, type: ./bitcoin-qt -reindex-chainstate (remove "./" if you use CMD)
  • Bitcoin Core will open and start the reindex process.

Note: To prevent that from happening, make sure to properly close Bitcoin Core everytime you need to close it.
Do not force-close it or shutdown the PC while it's running.
2437  Bitcoin / Bitcoin Technical Support / Re: Bitcoin Core 0.21 - error opening block database on: November 30, 2021, 03:28:47 AM
-snip- The synchronization will take 3 days. How do I increase the dbcach?
I have 8 GB of RAM.
You can set it in bitcoin-qt's setting or in the config file.
Since you're using QT: Open the menu "Settings->Options...", then put a reasonable value in "Size of database cache".
More or less half of your RAM, depending on the usage.

That requires you to restart Bitcoin core as the red message below the setting will say.
2438  Bitcoin / Bitcoin Technical Support / Re: Getting "Error opening block database" when opening Bitcoin Core. Please help! on: November 29, 2021, 12:13:48 PM
I read something about looking in the debug.log file but I couldn't find it on my computer.
The log should be in your Bitcoin data directory.
If you didn't set a custom one, it should be in: https://en.bitcoin.it/wiki/Data_directory#Default_Location (check your OS)
If you set a custom data directory, just open that folder and the debug.log file should be there.
2439  Bitcoin / Electrum / Re: how to open a wallet from previous version in newer version if it came from diff on: November 29, 2021, 02:42:38 AM
-snip- Anyway, I was receiving coins and accidently had them sent to an address in the wallet I had been phished on with the older version of electrum.  I have my seed written down and need to open that old wallet in the newer version of electrum because in the older version It says "not connected" to network and it wont let me connect.  How do I open that wallet in the version of electrum I have on my 2nd computer?  If anyone can help, please do.
Normally, you'd copy the wallet file from %appdata%/electrum/wallets and paste it to the same directory of the new Electrum.
The you can open it with the menu "File->Open". That's to preserve the wallet data that the seed phrase can't restore.

However, you said that you've been phished in that wallet so, it's safe not to import anything from that wallet.
Let's just hope that the hacker didn't stored your seed/keys and haven't stolen the newly sent coins.
2440  Bitcoin / Bitcoin Technical Support / Re: Bitcoin Core 0.21 - error opening block database on: November 29, 2021, 01:58:53 AM
-snip-
C:\Users\Raini>bitcoin-qt.exe -dir=E:\Bitcoin -reindex
You should start cmd in the directory where bitcoin-qt is located or change the working directory using "cd" command.
eg.:
Code:
cd C:\Program Files\Bitcoin
Then enter the command vv181 instructed you to use.
Pages: « 1 ... 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 159 160 161 162 163 164 165 166 167 168 169 170 171 172 ... 309 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!