Bitcoin Forum
July 03, 2024, 11:17:17 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 262 ... 311 »
4221  Bitcoin / Electrum / Re: wallet password invalid after upgrade on: March 01, 2020, 08:49:18 AM
Can you help me with password recovery?
If yes, do you have any other way to contact you?
Just use BTCRecover, there's a tutorial on how to set it up, it's outdated but working.

If you got any problem, create your own thread with the question and information (this is quite off-topic).
To get you started, after setting-up btcrecover, use this command:
Code:
python btcrecover.py --wallet wallet_name --tokenlist tokens.txt --typos-replace %a --typos 12
Change "wallet_name" into your wallet file's name, --typos-replace '%a' into '%A' if you think you've used uppercase
& --typos' value depending on how many characters you think is wrong;
Take note: The higher the number of possible passwords, the higher RAM you will be needing.

And a 'tokens.txt' file in the same directory as btcrecover.py with the lines:
Code:
"possible_password"
1
7

It can be improved as I'm not an expert when it comes with btcrecover.

If you need help with the token file, there's also a guide on how to set it up: https://github.com/gurnec/btcrecover/blob/master/TUTORIAL.md#btcrecover-tutorial
Or typos: https://github.com/gurnec/btcrecover/blob/master/docs/Typos_Quick_Start_Guide.md

As for me, I can only bruteforce weak passwords (there's no other way to contact me),
you can contact this guy though: walletrecoveryservices He's got positive reviews and trust rating.
4222  Bitcoin / Electrum / Re: wallet password invalid after upgrade on: March 01, 2020, 03:09:11 AM
If it's encrypted, it will be hard to gain access to your funds even if he got the wallet file.
If it's strong (long, numerals, lower/upper-case letters & symbols) and you don't have an idea of the possible missing characters, it's almost impossible.

But it depends on how strong is your password because it's fairly easy to bruteforce a weak password like 8-character-password which  is purely composed of numbers.
4223  Other / Beginners & Help / Re: Will the difficulty change and block halving take place on the same block? on: February 29, 2020, 12:10:09 PM
The main title (question) is a bit vague, so I'll just answer based from the context:

Q: Will the difficulty change during/after the halving?
A: No, there's no direct relation between halving and difficulty,
The increased/decreased difficulty is just the effect of more/less miner competing for the lowered block reward and/or just because of the new ASICs that's more efficient.
4224  Other / Beginners & Help / Re: page ranking at Announcements (Altcoins) forums on: February 29, 2020, 06:55:21 AM
That's the new "bump system" doing its job.

I'll edit this with the link to theymos' thread...

Edit:
Bumping changes on some boards
4225  Alternate cryptocurrencies / Mining (Altcoins) / Re: What to do with old Antminer S9 on: February 28, 2020, 07:52:35 AM
Sell them as home heaters with a built in lottery: If it mines a block, win! Otherwise, heat!
Not as efficient as the regular heater but I agree with the lottery part. (IK it's a joke)
Anyways, he might have been using it for solo mining due to his "since cracked anything" statement.

Appreciate the advice.
Why don't you join a pool then?
4226  Bitcoin / Bitcoin Technical Support / Re: How to write a message to the Bitcoin Core Blockchain? (NOT BitcoinSV!) on: February 27, 2020, 07:16:55 AM
Does anyone know of another service like www.cryptograffiti.info that posts to the Bitcoin Core blockchain? I would like a similar simple interface if possible (to post a message and maybe a photo!).  When researching, all articles pointed to Cryptograffiti.info but I failed to find notes or comments confirming it no longer supported BTC core and had moved on as BTC forked.
You can "post" your messages using a "text-to-HEX converter" & Electrum, and it will be saved to Bitcoin's blockchain after getting a confirmation, but the transaction can already be seen on blockexplorers right after it was broadcast.
Although, you won't be able to see the messages directly like in that website. You'll have to convert the hex string into txt, image or other formats manually.

There are limitations though, it will be non-standard and wont easily propagate nor mined if it didn't follow any of the standard rules: Standard-transactions | Non-standard-transactions.
Like converting an image into hex, the size will not even fit the default relay size of 83bytes.

TL;DR: In comparison, that website is using BitcoinSV's chain that has a maximum OP_RETURN relay size of 100kB (just because?) while Bitcoin's default standard limit is 83 Bytes.
In short, something like that site that can 'casually' post long messages, codes, images, etc. using Bitcoin's [BTC] Blockchain isn't possible.

(Call bitcoin: Bitcoin, not Bitcoin Core, it's the full node client's name or a name of another misleading fork - BTCC).
(Do not try doing this in the mainnet without sufficient research, use testnet for your tests).
4227  Other / Beginners & Help / Re: Where is the electrum exe file on: February 27, 2020, 07:09:39 AM
-snip- If I now run the original downloaded exe file, it starts off as if it were installing, but after I give the PW for the wallet, the program GUI opens. That seems strange, but is that the expected behavior?
The three ".exe" that you can download from the official site behave differently.

I'll just list them for you:
  • Stand-alone Executable (name: electrum-3.3.8.exe) - as the name implies, it's "stand-alone" and will run as it is without needing to install.
    It will save the data directory (wallets and settings) to the default location %appdata%/electrum.
  • Windows Installer (name: electrum-3.3.8-setup.exe) - is an installer, it will install Electrum (and the launcher) to the location that you selected (C:\Program Files (x86)\Electrum by default)
    Just like the stand-alone, it will save the 'data directory' to the default location %appdata%/electrum.
  • Portable version (name: electrum-3.3.8-portable.exe) - Behaves like the "stand-lone" version but it saves the 'data directory' in the same location where the executable is.
    This version is made for removable disks.

You likely have downloaded the stand-alone version.
4228  Bitcoin / Electrum / Re: wallet password invalid after upgrade on: February 27, 2020, 06:49:35 AM
Do you still have a virgin copy of the wallet file?
If you have, disable your internet, then create a copy of it and open the copy using Electrum version 2.7.18, then export your seed from it.
Download the previous releases here: https://download.electrum.org/

I go to see seed, it shows me the hashed stuff. -snip-
It's not hashed, it's your encrypted seed, in Base-64.
4229  Bitcoin / Electrum / Re: Wallet issues on: February 26, 2020, 03:48:17 AM
That error usually occur when you try to send a very small amount because of missetting the denomination. Servers will reject the transaction and return that error message.
Usually, that's the case.
Electrum will return with that error if your transaction was rejected by your selected/connected server mostly because it's "non-standard", invalid or didn't follow their node's rules.
Example of non-standard transactions: Khaled's example; fee lower than 1sat/B, SegWit Address created w/ Uncompressed keys, etc.
Invalid TXare usually transactions that are trying to spend already spent UTXO (spent coins).

To expand khaled0111's reply... I have a question:
Is one of your transaction's output (the amount to be sent) lower than .00000546 BTC or .00546 mBTC?
If it is, Khaled's post is the issue.
4230  Bitcoin / Bitcoin Technical Support / Re: Faster sync would be nice (i.e. soooo slow) on: February 26, 2020, 03:29:33 AM
(seeing as SLC is suggested)?
If you can get your hands on an industrial grade SSD which has 'SLC' "flash type", that'll be a great replacement for your HDD.
Because it's expected to last for more than 20 decades even with extreme read/write processes.

If not, you can settle with consumer grade SSD with 'SLC cache' and 'MLC' flash, the life expectancy for that type is about a decade.
The key is not filling the drive with data over 80%, the lower the free space, the better.

Also, the old SSD issue "expensive price per GB" is almost solved by now,
For example: You can buy a 1TB SLC Cache/MLC flash SSD for $100 today (consumer grade).
4231  Bitcoin / Electrum / Re: wallet password invalid after upgrade on: February 25, 2020, 03:31:58 AM
-snip- I use the windows portable executable, windows 10 now, might have been win7 four years ago or initially.
Portable? So the data directory will be the same directory as your Electrum-portable.exe.

Was your original wallet non-portable like "stand-alone"?
Because if it is, your real wallet might be in your user-roaming folders: Hit "WindowsKey+R", type %appdata% then enter.
Open 'Electrum', then 'wallets'; if there are files there, then that should be your original wallet file (make a backup copy).
Use a non-portable version to open it or browse to that location when selecting wallets using "File->Open" in Electrum.
4232  Bitcoin / Bitcoin Technical Support / Re: Faster sync would be nice (i.e. soooo slow) on: February 25, 2020, 03:22:33 AM
Try to add: assumevalid=0000000000000000000b804d0a7c68afaf198cbae1cc16ea3613435ce77a9521 to your bitcoin.conf file.
That's the block hash of block height 618,873; with that setting, core will not verify all the blocks below the specified height.
But with your CPU/RAM, I think this will not dramatically increase your syncing speed [for blocks higher than 453354 (commit 3c02b95)]

Also temporarily add, blocksonly=1 So your node will not relay transactions that could add a very little strain to your HDD.

But as always pointed out to the same issue, it all comes down to the limitations of an HDD;
Consider upgrading to SSD (SLC: single-level cell type).
4233  Bitcoin / Electrum / Re: wallet password invalid after upgrade on: February 25, 2020, 02:49:49 AM
Are you seeing something like this when you open the wallet file with a text editor?:
Code:
    "keystore": {
        "seed": "yfA+4QQvOqv8LxpJIs9NroCl+9XY2Z32DxizCGmtW0QmwmdNCHY02BTMeMC+A2wXgwOgSryFToBkM0yBHxF3DD394Q0YBOrI5zj4W+EWpwQDXWf1MFXmi/ScdXIFHvFa",
        "type": "bip32",
        "xprv": "e2wBpnh3ZwrngS6m8Y3v3ycMlHNX+Ndvs8V7ha3kPkGfLyZSe62A1eLCNEOzs1mRx6loIph6xKMCYsae7c1RqKyYOTdjifm9Ekh3Ql7nTVbEEm71/YwHFE+OM//9BK5CEs2m/6v8pIbPibDVccHCDu7WxgTde2qAa8bAMW+Gv1s=",
        "xpub": "xpub661MyMwAqRbcEpcKb4W7YKsRYGDjdjSt1DotBB6GwZoqwmj8cyYpqsQNCvB4uVpooKgHFVmwsfgV58LBT357yLpAMSvy3JrX8SSVaPZN24c"
    },
    "pruned_txo": {},
    "seed_type": "standard",
    "seed_version": 16,
    "stored_height": 618784,
    "transactions": {},
    "tx_fees": {},
    "txi": {},
    "txo": {},
    "use_encryption": true,
    "verified_tx3": {},
    "wallet_type": "standard",

I've opened the wallet file, and can see a string of text under the seed: section.  The wallet file also says it is encrypted, even though it is not, as I can read the file.  If I set the encryption to false, electrum shows me the long string which is hashed I'm sure, and attempts to change the password with failure of course.
Looks like the answer to my question above is yes?
When you see something like those strings, it means that your wallet file isn't encrypted but the keys are encrypted (as you can see above).
When using that kind of wallet, it will only ask for your password whenever you need to access your private keys like signing tx and messages.

You can select that option after you typed the password below the text-boxes in the wallet-creation window or password-creation window.
It's the checkbox: "Encrypt wallet file", enabled by default.

BTW, I've tried to reproduce your issue by creating a wallet using 3.1.2 then open that wallet file using the latest version. It successfully upgraded.
I suspect that your wallet file was corrupted somehow.
4234  Bitcoin / Bitcoin Technical Support / Re: making my own HD paper wallet on: February 24, 2020, 11:54:30 AM
I have used "Ian Coleman's Mnemonic Code Converter" to try to generate BIP39 Mnemonic and I used the 15 words in coinb.in but it didn't find the same Xpub and Xpriv key that in "Ian Coleman's Mnemonic Code Converter"
Coinb.in's "custom seed" is not a BIP39 mnemonic seed and wont use the same process as BIP39 when deriving the root key.
In fact, you can type anything to coinb while BIP39 have a standard word-list.
4235  Other / Beginners & Help / Re: How to sign a message?! on: February 24, 2020, 04:54:09 AM
"Sign a message from the Bitcoin address in the profile or an address you deposited from requesting the email change". https://bitcointalk.org/index.php?topic=990345.0

It says deposit address
It said: "deposited from", means the address that you've used to deposit.
Moreover, it also said "in your profile" as the main option, which is the default receiving address used during registration or the user added afterwards.

Example (for deposited from): When you sent bitcoins to any of your deposit address, you can sign a message to any of the listed inputs.
Paste your previously used deposit address to https://www.blockchain.com/explorer?view=btc_blocks, and you'll see something like this:


Use the wallet that you've used to send that transaction and sign a message containing "I want to change my email into blahblah@emailprovider.com" to that "purple-marked" address.
Of course, if it's a "custodial wallet", you wont be able to do that.
4236  Bitcoin / Bitcoin Technical Support / Re: missing 7 characters of a private key in Hexa format ; please help on: February 24, 2020, 03:42:36 AM
I'm not sure you can convert HEX to Base58 when some characters are missing.
Yes, He can't.
It needs to be complete because there's a checksum which is the double SHA256 hash of version byte & the (HEX) private key.
And that checksum is included when converting the "combined results" into base58.
4237  Bitcoin / Electrum / Re: USD Acquisition Price/USD Capital Gains fields, how to populate on: February 24, 2020, 03:14:21 AM
Wait, based from this:
-snip- I receive BTC daily.
Do you have any 'Sent' transactions in the history?
Because "USD Acquisition Price" and "USD Capital Gains" wont be displayed for "received transactions".
Only for outgoing transactions since it's for the Bitcoins that you've sold.

If there are, consider enable logging and paste the log to a new issue in Electrum's Github repository (github.com/spesmilo/electrum).
Enable logging: Tools->Preferences->'General' Tab->'Write logs to file'
Logs location: Electrum(data directory)/logs
4238  Bitcoin / Electrum / Re: USD Acquisition Price/USD Capital Gains fields, how to populate on: February 23, 2020, 04:29:59 AM
It doesn't look like an issue with Electrum settings, it's more of a network issue to me.
Can you try to ping api.coindesk.com to check if there's a connection issue between you and coindesk?

If you're using windows, open 'command prompt' and enter this:
Code:
ping api.coindesk.com -n 10
If it returned with timeout(s), there must be something that's blocking your connection with coindesk API.
4239  Other / Beginners & Help / Re: How to sign a message?! on: February 23, 2020, 03:57:42 AM
No, there's no other way to create a signed message without the address' private key.

But your did they really said fbc's deposit address?
Because that address is in their control, you must have meant default "withdrawal address"?

If that's the case, which wallet does your withdrawal address displayed in "More->Profile->Change Withdrawal Address" belongs?

Next time, create your own thread even if you have a somehow related question Wink
4240  Bitcoin / Electrum / Re: USD Acquisition Price/USD Capital Gains fields, how to populate on: February 23, 2020, 03:12:48 AM


Mine has values using these settings. All were ticked and Source was set to CoinDesk:


Have you checked if you can browse to Coindesk.com using your browser?
It's worth the try, although I'm not sure if their API is using the same server as their webpage.
Pages: « 1 ... 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 262 ... 311 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!