Bitcoin Forum
July 03, 2024, 10:32:10 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 ... 311 »
4201  Bitcoin / Armory / Re: Secure print backup questions on: March 09, 2020, 06:27:08 AM
The Root Key is kept completely separately.
Do you mean, just these parts of the single-sheet backup?:

Test Wallet

If so, then it's a useless backup, it contains nothing but the wallet ID and info in case you need to manually find it from your computer.
4202  Bitcoin / Bitcoin Technical Support / Re: Load a dumpfile on: March 08, 2020, 03:23:28 AM
you can't import a dump file like that. -snip-
Last time I tried, importing the keys from the dumpwallet file worked for "importwallet" command.
Of course, not the actual wallet.dat file or the file from "backup wallet" option.

In OP's case, it's a file from dumpwallet command with '.dat' extension, looks like he accidentally added the '.dat' extension through this:
Code:
dumpwallet "UsersAdministratorDesktopWalletsDesktopDBitcoinBUwallet.dat"
4203  Bitcoin / Development & Technical Discussion / Re: Where can i download bitcoin 0.3.19? on: March 07, 2020, 10:58:56 AM
Isn't this the v0.3.19 that you're looking for: https://github.com/bitcoin/bitcoin/releases?after=v0.3.22rc1?
The page can still can continue down to v0.1.5 (https://github.com/bitcoin/bitcoin/releases?after=v0.1.6test1).

You have to compile it yourself.
4204  Bitcoin / Bitcoin Technical Support / Re: Load a dumpfile on: March 07, 2020, 02:58:23 AM
Get this error message:
"Error: std::bad_alloc"
How low is your Rig's RAM?
How much is the available memory (RAM) when you start Bitcoin Core?

If you're using dbcache in your config file or Qt settings, try to decrease it to half of your total RAM,
if it's already set to half, then lower it more.
-snip- then put the file dump which is this "UsersAdministratorDesktopWalletsDesktopDBitcoinBUwallet.dat" rename it to wallet.dat
The contents doesn't look like a wallet.dat to me, it's more of a "dumpwallet" command file export but OP might have included ".dat" extension to it.
4205  Bitcoin / Development & Technical Discussion / Re: VanitySearch (Yet another address prefix finder) on: March 07, 2020, 02:35:07 AM
I don't use translator, I know English well enough to understands most of it. It's that sometimes it might be difficult to understand the meaning behind the words as I'm not good with idioms or slang but that's it.
If that's the case, then do a quick "back-read" of my previous replies because most were already answered and you seem to miss the most important parts.
I wont reply any more since I can assume that this will be easily solved based from the last paragraph of your post.

Quote from: shlomogold
Now back to the main subject. I've tried file.txt, didn't work, but I just copy the results from the window now.
As for that admin thing, honestly, I'm not sure about it, never noticed. I start it, I use it, it runs, fine by me
As an addition to the previous replies:
It will work even if command prompt wasn't launched as admin, but it wont be able to create an output file if the disk is protected.

Then read my previous replies for the reasons and solutions.
4206  Bitcoin / Bitcoin Technical Support / Re: Error: Error reading from database on: March 06, 2020, 08:44:48 AM
Now a different file in the chainstate folder is corrupted.

You can delete that particular file and restart but...
Check your HDD for hardware issues like bad sectors first so you wont lose more time on deleting corrupted files and trying over and over.
You can use HDDScan, Hard Disk Sentinel or other disk check-up tool online (most of them work with SSD too).
4207  Bitcoin / Development & Technical Discussion / Re: VanitySearch (Yet another address prefix finder) on: March 06, 2020, 02:47:50 AM
-snip-
Sorry, I must've missed it.
Not sure about admin rights. I'm using it as the admin, should be fine I guess.
as for the path, I wasn't sure if I should specify the full path starting with C: or just file.txt after -0
Now it's clearly the language barrier that's hampering this conversation since those are already explained in that quoted post.
Consider using a better translator like deepl.com/translator (if your language is supported) or post a new thread in your local board.

I'll just rephrase the important part from my post:
[1] You can specify the full path and [2] you can also just write "file.txt".
The difference is [1] will create the 'file.txt' to that 'path' while [2] will create the 'file.txt' where vanitysearch is located.

Lastly, checking "run this program as admin" in vanitysearch's properties wont run it as admin,
"command prompt" should be run as admin [right click start and select 'Command Prompt (Admin)'].
4208  Bitcoin / Wallet software / Re: Which wallet for a long term storage? on: March 05, 2020, 01:39:26 PM
So, you're not going to spend it within that 5-8 years? If so, just create a "Paper Wallet" and keep it safe.
It's not something you can download or purchase,
basically, it's a private key and address from an offline generated wallet written on a piece of paper.

Which wallet do I need to use to keep BTC for some years, without need to worry about lack of support?
I'm afraid to chose a wallet and for example, this wallet stops to be developed

Worrying about that is unnecessary, you can always export the keys from famous wallets like Electrum and export it to other wallets.
Some BIP39 compliant wallets, Mycelium for example have a "seed phrase" that can be imported to other wallets.

You might need to know that Bitcoins aren't stored in the wallet, just the keys and it can be exported unless it's a "custodial wallet".
4209  Bitcoin / Development & Technical Discussion / Re: VanitySearch (Yet another address prefix finder) on: March 05, 2020, 02:21:32 AM
I will try to rephrase as I have a feeling we might've had misunderstanding as I'm not native English speaker.
I'd like to put all the found keys in a txt file. What exactly should I write after -o? is it something like -o C:/BTC/vanitysearch/file.txt where I specify the path to that particular file?
You didn't answered any of my questions...  Sad
Either specifying the directory or not, will work, the difference is without the directory, the output file will be created in the directory where vanitysearch is.

Did you even try to run Vanitysearch as admin? Because if the disk is "protected" and without admin rights, any app wont be able to write files if it wasn't launched as admin.
I have tried it and it also didn't created an output file.

You can also specify the directory where there's no required elevated permission like your drives other than "C" for W10, that way you wont be needing admin privilege.
Lastly, you should put the prefix in the end of the command, Eg:
Code:
vanitysearch -stop -o D:\Folder\output.txt 1pear
4210  Bitcoin / Development & Technical Discussion / Re: VanitySearch (Yet another address prefix finder) on: March 04, 2020, 09:40:42 AM
my mistake, of course it was -o file.txt command. still nothing though
-snip-
What? no.. I might be wrong or misunderstand you but I get output with -o on windows and linux without elevated privileges..
if there is nothing special in that regard to his setup it should produce output..
That question if for shlomogold since I've quoted his reply Undecided

As for the "Run as Admin", I have successfully reproduced his issue by pasting and running VanitySearch from the system disk which requires Admin rights (Windows10).
If I run it outside the system disk, it always produces an output file even without admin privileges.
That's why I'm asking about his OS and where vanitysearch's directory is.
4211  Bitcoin / Development & Technical Discussion / Re: VanitySearch (Yet another address prefix finder) on: March 04, 2020, 03:56:49 AM
my mistake, of course it was -o file.txt command. still nothing though
What's your OS?
Is VanitySearch stored in a system disk or drive without elevated privileges?

If your OS is Windows, you need to start Command Prompt as administrator in order to create an output file.
If it was launched normally, it will just print the result and wont create an output file.
4212  Bitcoin / Bitcoin Technical Support / Re: wallet migration problem on: March 04, 2020, 02:27:29 AM
WARNING: request rejected because http work queue depth exceeded, it can be increased with the -rpcworkqueue= setting
You can also consider the log's suggestion.

Add rpcworkqueue=64 to your data directory's bitcoin.conf file, create if your don't have one.
Or add it as a start parameter.
4213  Bitcoin / Bitcoin Technical Support / Re: Coindays Destroyed, i need some education. on: March 03, 2020, 12:54:23 PM
I believe it's the same as "Bitcoin Days Destroyed" which was explained here: https://bitcoin.stackexchange.com/questions/845/what-are-bitcoin-days-destroyed.
Maybe the reason why Blockchair is calling it "CoinDays" is because it's a multi-coin blockexplorer.
4214  Economy / Micro Earnings / Re: Freebitco.in sign up wrong email. on: March 03, 2020, 08:53:36 AM
Contact TheQuin (https://bitcointalk.org/index.php?action=profile;u=143168) or post to their official thread here (https://bitcointalk.org/index.php?topic=320959.11300).
Most of the time, they will ask you to sign a message using the address where your deposit came from or the address in your 'Profile->Change Withdrawal Address'.

So be prepared and learn how to sign a message: tutorial: How to sign a message?!
4215  Bitcoin / Bitcoin Technical Support / Re: Error: Error reading from database on: March 03, 2020, 03:20:49 AM
Just a reminder to OP: Do not do anything to the data directory unless Bitcoin Core was properly shutdown.
I'll introduce more issues if you delete/rename those files while core is running.

As for the issue, the log says it all, you can follow jackg's reply delete/rename "060915.ldb" and it should work unless there's a hardware issue.
4216  Bitcoin / Bitcoin Technical Support / Re: How can I double spend an unconfirmed Bitcoin transaction? on: March 02, 2020, 01:34:12 PM
When you mention "he can't use that method", do you mean Electrum doesn't allow to perform the steps in guide if it's non-RBF or because race condition?
I mean the actual written steps.

He can use Electum to create the RAW TXs.
Broadcasting the low fee tx using Electrum and quickly (seconds-delay) broadcast the second to other blockexplorers will work
but that wont work for a well propagated unconfirmed non-RBF transaction, like if it was sent 1-5+ minutes ago.
4217  Bitcoin / Bitcoin Technical Support / Re: How can I double spend an unconfirmed Bitcoin transaction? on: March 02, 2020, 04:37:24 AM
If you use forum search function or search engine, you can find other thread/website which mention how to perform double spend. Example :
https://bitcointalk.org/index.php?topic=5222036.msg53749056#msg53749056
Smiley The difference is, OP's transaction wasn't flagged as "replaceable", so he can't use that method.
IDK what his intention is but it looks like he's trying to find a workaround to something that requires a non-RBF transaction.
4218  Bitcoin / Bitcoin Technical Support / Re: How can I double spend an unconfirmed Bitcoin transaction? on: March 02, 2020, 02:58:13 AM
You can wipe your transaction history by using -zapwallettxes as an added start parameter or in the config file and clear your mempool by manually deleting 'mempool.dat'.
The order is: shutdown core - delete mempool - start with zapwallettxes.
But that wont stop your node from receiving your 1st transaction back to your mempool.

If you're fast enough, try to broadcast the new raw transaction in the console.
But again, it's up to your peers if they will accept the new conflicting non-RBF transaction (99% won't).

(Don't do this if your node is pruned)

If this is not for scamming purposes this video below will help how to perform double-spend and how double-spend works.
- https://www.youtube.com/watch?v=ycq7O48aPvQ
Too bad, localbitcoins removed their blockexplorer's broadcast function.
I can't believe they accepted non-RBF double-spends and can successfully propagate it in 2015.
4219  Bitcoin / Electrum / Re: wallet password invalid after upgrade on: March 01, 2020, 02:16:06 PM
There seems to be an issue with python v2.7 when it comes with finding the correct directory?

Try to copy all of the contents of "btcrecover-master" into the root of python27 so both btcrecover and python use the same directory.
It should work.
4220  Bitcoin / Electrum / Re: wallet password invalid after upgrade on: March 01, 2020, 01:28:10 PM
Ok, thanks everyone, I'll try all of the above
BTW, I've tested a sample wallet with 1 lower-case letter typo and possible 2 missing numbers using the same setup:

My test:

wallet file: bananapeal12
Password: bananapeal12
token file: bananapeal-token.txt
Contents:
Code:
bananapear
0
1
2

Command used: python btcrecover.py --wallet bananapeal12 --tokenlist bananapeal-tokens.txt --typos-replace %a --typos 2

Results:
Code:
C:\Python\Python27>python btcrecover.py --wallet bananapeal12 --tokenlist bananapeal-token.txt --typos-replace %a --typos 2
Starting btcrecover 0.17.10 on Python 2.7.17 64-bit, 16-bit unicodes, 32-bit ints
btcrecover.py: warning: can't find PyCrypto, using aespython instead
Wallet difficulty: 2 SHA-256 iterations
Counting passwords ...
Done
Using 4 worker threads
814676 of 2024605 [##############----------------------] 0:00:39, ETA:  0:00:58
Password found: 'bananapeal12'

And I said above, you need more than 8GB of RAM if you want to bruteforce higher than 2 typos with that password length.
Pages: « 1 ... 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 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 ... 311 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!