Bitcoin Forum
May 04, 2024, 05:12:12 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 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 ... 514 »
1981  Bitcoin / Bitcoin Technical Support / Re: Database corrupt question on: October 20, 2020, 08:36:36 PM
BTW dbcache size, under Options > Main is 450 MiB right now. i have 16gb of ram on this machine. is that the one you mentioned to change?
Yes, try setting that value to 8192. It'll allow Bitcoin Core to cache more data in RAM and help alleviate some of the read/write load on the HDD and should theoretically help increase the sync speed.
1982  Bitcoin / Electrum / Re: Install Electrum (Linux) on: October 19, 2020, 11:22:51 PM
For controlling :
Code:
rm ~ / .local / share / applications / electrum.desktop
I get this result:
Code:
ophelie@ophelie-Lenovo-G70-80:~$ rm ~ / .local / share / applications / electrum.desktop
rm: impossible de supprimer '/home/ophelie': est un dossier
rm: impossible de supprimer '/': est un dossier
rm: impossible de supprimer '.local': est un dossier
rm: impossible de supprimer '/': est un dossier
rm: impossible de supprimer 'share': Aucun fichier ou dossier de ce type
rm: impossible de supprimer '/': est un dossier
rm: impossible de supprimer 'applications': Aucun fichier ou dossier de ce type
rm: impossible de supprimer '/': est un dossier
ophelie@ophelie-Lenovo-G70-80:~$

Hopefully something you won't need Google Translate for:

Correct:
Code:
rm ~/.local/share/applications/electrum.desktop

Incorrect:
Code:
rm ~ / .local / share / applications / electrum.desktop

extra space characters in commands will break things! Shocked Shocked Shocked ("des espaces supplémentaires dans les commandes provoqueront des erreurs")
1983  Bitcoin / Electrum / Re: Electrum 4.03 not used for awhile constantly synchronizing on: October 19, 2020, 11:15:40 PM
I believe there is some kind of throttling mechanism between the electrum client and server to guarantee a somewhat good user experience while also blacklisting spammers, or am i wrong?
The "default" server (for lack of a better term), ie. ElectrumX has some mechanisms in it that will limit a client connection if said client goes over some certain limits with regards to number of requests and (from memory) the amount of data in a given period of time.

Once a specific client/IP exceeds the set limits, it is effectively "ignored" until the time out interval has passed... It's explained "more betterer" in the ElectrumX documentation regarding "Resource Usage Limits": https://electrumx.readthedocs.io/en/latest/environment.html#resource-usage-limits


I'm fairly sure, I seen other instances before of users with wallets that have hundreds/thousands of transactions/used addresses... and when attempting an initial sync they seem to overwhelm ElectrumX servers (with default settings) and end up "syncing forever" as they keep getting "timed out".

Short of migrating to a different wallet, solutions would appear to be:
1. Run your own node/Electrum server setup and set the limits to suit
or
2. Find a friendly Electrum Server admin who can temporarily change the limits so your wallet can sync

1984  Bitcoin / Hardware wallets / Re: How often Does Nano Ledger Have a Firmware Update? on: October 19, 2020, 11:00:17 PM
Now I want to know is how often does nano ledger do a firmware update?
There is no fixed schedule. If you look at the release notes, you can see the dates the various firmwares were released: https://support.ledger.com/hc/en-us/articles/360010446000-Ledger-Nano-S-firmware-release-notes

As you can see, there is often 6-8+ months (or more) between firmware releases.


Quote
And has there been cases where someone update nano ledger s firmware but did not have the seed?
I've done this on a couple of occasions.
1985  Bitcoin / Bitcoin Technical Support / Re: "Transaction does not exist"? on: October 19, 2020, 10:42:49 PM
...
Tried to send from Multibit Classic 5.19...
...
This is most likely your issue. Multibit Classic is very old, outdated and has not been supported for a long time now. It was deprecated over 3 years ago (July 2017)!!?! Shocked Shocked Shocked

I would advise that you follow some of the guides available online for exporting your keys and importing them into Electrum. Refer here: https://github.com/Multibit-Legacy/multibit#next-steps-for-multibit-users

Once you have imported your keys into Electrum, you should be able to see your historical transactions/balances, and you should then be able to create/broadcast your transaction.


If you need any assistance, just ask.
1986  Bitcoin / Bitcoin Technical Support / Re: Compiling error (chainparams.cpp: Permission denied) on: October 18, 2020, 10:21:51 PM
I've been running some tests... and managed to replicate it wiping the file permissions once by editing the file in Notepad++... but then the other times it didn't change the permissions. Huh Undecided

And my umask is definitely 0022... so I don't think umask is the issue, more just Windows writing to a "Linux FS", and it seems to be somewhat "random" as to when the file permissions get nuked.

At least OP knows how to fix the issue if it reoccurs Wink

1987  Bitcoin / Bitcoin Technical Support / Re: Compiling error (chainparams.cpp: Permission denied) on: October 18, 2020, 08:49:34 PM
AFAIK, Notepad++ is Windows only... which likely means that you were editing it within the Windows environment. This will more than likely mess up the Linux file permissions. You're probably better off learning how to use "vi" or possibly "vim" (although I'm not sure if "vim" is supported under the Windows Subsystem for Linux/WSL), to prevent these issues from reoccurring.

Otherwise, you'll need to manually check/fix the permissions of every file that you edit.
1988  Bitcoin / Electrum / Re: Electrum 4.03 not used for awhile constantly synchronizing on: October 18, 2020, 08:44:44 PM
...
I have a working Electrum version 3.3.8 and wanted to update to 4.0.4,
after installation (downloaded from electrum.org and good verify)
after recovery of seed Electrum is synchronized permanently.
...
nothing works, on another computer I have version 4.0.3, this synchronized since September 15th and the blockchain_headers file is getting bigger and bigger.
...
What sort of transaction history does this wallet have? Do you have hundreds/thousands of transactions and "used" addresses? Huh If so, it's likely that the servers you are connecting to, are "timing out" your requests due to the large amount of data you are attempting to sync "at once".

When you upgraded, you should not have needed to "recover from seed". You should have been able to simple install version 4.0.4 and it should have used your old wallet file. If you click "File -> Open" can you see your old wallet file? Huh
1989  Bitcoin / Bitcoin Technical Support / Re: Compiling error (chainparams.cpp: Permission denied) on: October 18, 2020, 08:29:16 PM
It seems that after you edited that file, it was saved with permissions of 000... which is problematic, as it effectively has NO permissions, meaning the file is inaccessible, hence the "permission denied" error.

You'll want to figure out why the file permissions ended up like that, or you're likely to run into the same issue over and over with every file you edit.

What editor did you use to edit that file? Huh
1990  Bitcoin / Bitcoin Technical Support / Re: How to get fee from incoming transaction? on: October 18, 2020, 08:23:11 PM
How to get fee from incoming transaction because incoming object hasn`t this parameter?
If you're wanting to calculate the fee programmatically, you need to add up the value of all the inputs, and then subtract the value of all the outputs. The amont leftover is what the total fee was.

To calculate the fee rate, you then need to divide this amount by the "size" of the transaction in bytes to get the sats/byte value. Note that if it is a SegWit transaction, then you will need to calculate the "virtual size" (aka "vsize") to get sats/vbyte. Refer: https://bitcoin.stackexchange.com/questions/87275/how-to-calculate-segwit-transaction-fee-in-bytes
1991  Bitcoin / Electrum / Re: Electrum Had Update 4.0.4 on: October 17, 2020, 12:36:54 PM
I really wish they had not used the terminology "cancel transaction" though. It's bad enough as it is with newbies and less BTC-savvy folks who don't understand why they can't just cancel their transaction, and now you'll have one wallet which can supposedly "cancel" transactions and others that can't.

Not to mention, they'll want to know why they got charged a fee when they cancelled a transaction, and why the fee was so "large".

Perhaps "Override Transaction" might have been better? But even that isn't particularly great either... difficult to condense such a complex thing as "double-spending a transaction back to yourself, thereby overriding the original transaction" into a popup menu friendly term Undecided
1992  Other / Meta / Re: Stake your Bitcoin address here on: October 17, 2020, 12:28:33 PM
Hi I would like to stake another address here:

Code:
-----BEGIN BITCOIN SIGNED MESSAGE-----
Hello bitcointalk, this is BlackHatCoiner and I would like to add another address on this topic. (17/10/2020)
-----BEGIN SIGNATURE-----
1BLACKWQ3LHpbh8GFYnarr5mpuJ7xz1v5h
HFIHfKYn1pKPbRceC4KdWYjNauu3bs+I9RSKhshc8cD8Pe8T6uvviz7rPCwlq/en7u50kFGI0CMkVHxP2PhaegA=
-----END BITCOIN SIGNED MESSAGE-----
Message #1 Verified


Quote
Here I had staked my address and in order to prove I still own it I will sign another message from it:

Code:
-----BEGIN BITCOIN SIGNED MESSAGE-----
I'm signing another address to the thread: 1BLACKWQ3LHpbh8GFYnarr5mpuJ7xz1v5h
-----BEGIN SIGNATURE-----
1DEak4fzVSXS3htirL5eito3fbjv58b3bM
IB2ognakRHIEGuMb6nq4lO/obg8o9QlnSdnWWmENGi7cX8mTbOLYbMe2ARc4hg4024HnuyGi13X5bS/BvZw+32M=
-----END BITCOIN SIGNED MESSAGE-----

Statement:
In the future, if I'll have to prove that I'm BlackHatCoiner, I'll have to sign from both addresses and not from one of them.
and Message #2 verified
1993  Bitcoin / Electrum / Re: Electrum Had Update 4.0.4 on: October 17, 2020, 12:29:22 AM
He might be using Ubuntu 18.04 which I heard super buggy. So there might be issue from the OS that cause wallet crash everytime he close the Electrum.

Unlikely Tongue
I use the v4.0.4 electrum of windows, when i closed the electrum, then crash infomations came up

More likely something with his Windows setup causing issues... I am not having any issues with 4.0.4 on Windows 10 Pro 64bit, version 2004.

I had more issues just downloading and running the installer due to Windows defender popping up with all the usual warnings about it being an "uncommon download" or some such bullshit. I reported it as safe etc, but the same thing seems to happen with every new release Sad
1994  Bitcoin / Bitcoin Technical Support / Re: I need Help finding or recovering bitcoins off an old hard drive on: October 16, 2020, 12:58:20 AM
That is correct. The encryption in Bitcoin Core is simply encrypting the private key data stored in the wallet file. The walletpassphrase could be "12 words", it could also be 200 random characters or non-existent or  some other combination of letters/numbers/symbols etc... it's basically just a standard "password"... and has no direct bearing on the ability to recreate any keys.

Historically though, "12 word" phrases (consisting of 12 "random" words) have been some form of backup/recovery system as opposed to a password.

In other words, if you have 12 words, they're probably more likely to be a mnemonic of some description than they are to be a "password", but that doesn't mean they aren't a password.


The crucial point is that Bitcoin Core has never used a mnemonic system for recovery/backup... it has always been "make a copy of wallet.dat". So, if these 12 words are indeed a recovery mnemonic of some description, they're most likely not related to Bitcoin Core.
1995  Bitcoin / Development & Technical Discussion / Re: Cracking bitcoin wallets? on: October 16, 2020, 12:50:09 AM
...
As you can see the number of ones versus zeros do not fluctuate all over the place, in fact most keys are contained within a remarkable small bandwidth.

Most of the universe seems to be empty space.  Roll Eyes
That graph is a very poor illustration of the search space. For one, you only have 100 keys out of the ("slightly" less than) 2^256 that are actually available as valid keys. The sample size is so small as to be essentially worthless.

To then say that "Most of the universe seems to be empty space" is simply disingenuous, given that you have randomly picked 100 out of ((1.158 * 1077) - 1) possible options. Of course your "universe" is going to appear to be "empty" if you simply ignore pretty much all of it contents Roll Eyes Roll Eyes
1996  Bitcoin / Development & Technical Discussion / Re: Cracking bitcoin wallets? on: October 15, 2020, 11:39:18 AM
...
All great stuff.... in theory... Roll Eyes

But saying there are <unknown things> that might, at <unknown point in the future> allow us to brute-force keys in a "reasonable" amount of time is not useful to people who need to brute-force keys NOW, is it? Roll Eyes

You're arguing semantics, trying to look "cleverer" than everyone else in the room... but the fact of the matter is, if I give you "1JHxmgYtTADS7GpRPHbgzWdcDtkTHjj9eQ" which is an address which just received 0.23451412 BTC, the odds of you being able to brute-force the key for that address before <heat death of universe> (or even before the BTC are actually spent) are so close to zero that it may as well be zero. Which is the general meaning of "impossible" that everyone talks about when referring to brute-forcing keys.

When these "unknown methods, unknown factors and unknown parameters" are made public... I'll happily admit that it is completely possible to brute-force all private keys. However, today, it is NOT possible... if it were, BTC would be worth zero as no coins would be safe. The entire system would be rendered useless.

Feel free to maintain your "it's not impossible" stance, but until you can demonstrate the ability to brute-force the key for any given address in something resembling a standard human lifetime... well.... ¯\_(ツ)_/¯
1997  Bitcoin / Development & Technical Discussion / Re: Cracking bitcoin wallets? on: October 15, 2020, 03:20:38 AM
Not sure why you didn't just go with "1BgGZ9tcN4rm9KBzDn7KprQz87SZ26SAMH", you could have saved yourself 6 iterations and gone with key "1" instead of key "7" Tongue

You claim that it is "inevitable" and all it requires is "time". That's great... if you happen to have unlimited time. If you don't, then brute-forcing at least some of the search space is essentially "impossible" as you just don't have the "time" available to do it all before you either die, or earth gets hit by a planet-killer, or someone starts WW3 or the sun devours our solar system etc.

The fact that some keys are able to be brute-forced, does not mean that all keys can be brute-forced.
1998  Economy / Services / Re: [OPEN SLOTS] ChipMixer Signature Campaign | Sr Member+ | Up to 0.0375 BTC/w on: October 15, 2020, 02:50:49 AM
...by observing how DS chooses the campaign candidates you can tell that he usually looks for the best canditiate/s within certain boards and not just the best overall, or else he would simply count on the number of earned merit, but that isn't the case.
Honestly... Merit is probably the most useless metric of how to judge a users "quality".

I see all these "self-made legendary" bragging posts on some of the boards Roll Eyes such merit, much "quality", very wow Roll Eyes Especially when you see some of the things people getting merit for... endless pages of "stats" posts? Yep, "quality" stuff right there... people dropping "20" merits on an [ANN] thread for a popular project? obviously 11/10 "quality"... pretty much anything in Reputation and/or Meta Tongue

I understand why merit was implemented, but unfortunately I don't think it has really been successful with regards to it's desired outcomes. Undecided
1999  Bitcoin / Bitcoin Technical Support / Re: I need Help finding or recovering bitcoins off an old hard drive on: October 14, 2020, 11:47:22 PM
I plugged in the 12 words to the Blockchain legacy wallet recovery and got a " unknown word" msg which I thought with the mnemonic words there shouldn't be such a msg since all words are accepted!!
No, just like other wallets... the blockchain legacy recovery system uses a "word list". If you are getting an "unknown word" error, then either one or more of your 12 words are incorrect (check spelling etc) or the 12 words are NOT blockchain legacy recovery words.

If you also get "unknown word" type errors when trying to restore using a BIP39 wallet (like Electrum with "BIP39 seed" option set or using Ian Coleman's BIP39 tool) then the 12 words are not a BIP39 recovery seed mnemonic either.

You're left with the option of it being:

1. a brainwallet... but which wallet? and what method did it use for converting words to private keys? Huh
or
2. some other obscure wallet with it's own recovery system

Unless you can identify which wallet these words belong to (or possibly the incorrect word(s)), your chances of recovery are relatively slim Undecided
2000  Bitcoin / Bitcoin Technical Support / Re: Is it possible to give a friend blockchain backup? on: October 14, 2020, 01:19:37 AM
There are a lot of articles on that topic. You can easily search on Google. There is also a guide on Electrum's Github repository[1] if you want to check it out.

[1] https://github.com/spesmilo/electrum-server/blob/master/HOWTO.md
Did you even look at that guide? Huh Roll Eyes

The very first sentence:
This code is now unmaintained. The replacement code for electrum server is ElectrumX


Also, because the linked version (kyuupichan) on that page is now effectively BSV only going forward... You want to use the fork of ElectrumX maintained by the Electrum Devs: https://github.com/spesmilo/electrumx

They have a copy of the docs available here that includes a HOWTO guide and links to an installer and a dockerfile: https://electrumx-spesmilo.readthedocs.io/en/latest/
Pages: « 1 ... 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 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 ... 514 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!