Bitcoin Forum
July 03, 2024, 10:50:26 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 263 264 265 266 ... 311 »
4301  Bitcoin / Bitcoin Technical Support / Re: wallet reader on: January 29, 2020, 03:06:09 AM
Again and again? You seem to have a serious memory loss Undecided

You've already asked this same question 3 times already, two threads and one reply:
1 (reply): Re: Bitcoin wallet
The Bitqoin program bitcoin-qt runs ok and obviusly finds the wallet. opening the wallet shows data that is unreadable. Running bitcoin-qt is no problem. Is there a program I can use that can show me the content of the wallet?
2 (thread): Bitcoin wallet
I am running  Bitcoin_qt   018.1.  windows
There is a file named "wallet" but it is not directly readable. How can I see the amount of bitcoins in my wallet?
3 (thread): Wallet reader
Is there a standalone program that can read the content of a wallet?

The last one have the most accurate replies to this question including answers your "XY problem".
4302  Bitcoin / Mycelium / Re: PLEASE HELP I SEEM CORNERED on: January 28, 2020, 04:25:34 AM
Since you phone is rooted, you must make a complete backup of mycelium including the data files using a reputable "full backup software" (eg. but not recommended: Titanium Backup)

3. None of this would be possible if my app stopped syncing as I could click on accounts and get my master private key but it is stuck in permanent sync and it allows me to do nothing.
I've tried it, yes mycelium just shows the message "syncing please wait" when I click "Export account keys".

But it worked after I force close mycelium in the "settings->apps", closed all data/WiFi connections (and/or enable Airplane mode).
Then I launched mycelium while offline, it allowed me to export the master private keys (xprv/yprv/zrpv).

If it didn't worked at your end, try clearing the cache as well but NOT the data.
4303  Bitcoin / Bitcoin Technical Support / Re: Free blockchain analytics/forensics tool/application/website? on: January 28, 2020, 02:09:35 AM
Walletexplorer.com works okay, but it's not 100%.  I've used it to check some of my own addresses that all come from the same HD wallet, and it's hit and miss as far as linking them together.  I've even combined a bunch of UTXOs into one output, and it still won't link one or more of my addresses to that wallet.
Maybe that's because the site database wasn't yet updated to the latest blocks where your transactions are included.
As I've said, there's a note below the page that states the last analysed height.
4304  Bitcoin / Bitcoin Technical Support / Re: Consolidate wallets on: January 27, 2020, 03:19:03 AM
If it's option 1, it will only generate three UTXO to virgin wallet that isn't much of an issue.

When wallet A sends all of its balance to "virgin wallet", the transaction already consolidates all of its inputs. So as wallet B and C.
Just watch out for the fee rate if there are too many inputs.
4305  Bitcoin / Mycelium / Re: PLEASE HELP I SEEM CORNERED on: January 27, 2020, 02:43:59 AM
My questions I guess would be

1. I have always backed up so if i uninstall and reinstall will I be fine or will that overwrite my data and screw me?

2. Is there a way to sort through the BIP39 deriviation paths? m/49/0/0

The bitcoin address I sent to started with 3 so I am pretty certain it is a p2h-Segwit address.

1. What backup? If it's the seed phrase, you're going to be fine as long every word is correct. If it's Google/cloud backup, the wallet files aren't covered by it.

2. You can select the "account": from m/49'/0'/0'/0 ; use m/49'/0'/1'/0 for the next account, m/49'/0'/2'/0 for the third and so forth.

You can import the seed to electrum (electrum.org) by clicking "option->BIP39" on the enter seed window
and from there, specify the correct derivation path below the address type selection.

You shouldn't mess up with the path though as your main issue is "synchronization" and it has nothing to do with the derivation path.
-Edit-
It's better not to uninstall the wallet in case if there are recoverable data from it.
Have you tried installing the old version apk (if you have a backup) to your other phone and restore the seed there?
4306  Bitcoin / Bitcoin Technical Support / Re: Consolidate wallets on: January 27, 2020, 02:16:55 AM
Depending on the number of available UTXOs.

If you have a ton of available inputs from those three "donator" wallets, option 1 may be a good choice.
On the other hand, if you only have one to three UTXO or more but for the same address,
creating dump file is better since you can import their private keys to the new wallet without too much hassle.

The implications that you wanna hear for option 2 is: the keys will be leaked and if your system is monitored, you might lose your funds.
At least export / import them while offline or in an "air-gap" PC.

If you decided to import make sure to add 'false' to the RPC command: eg. importprivkey "label" false except for the last one.
So your wallet wouldn't proceed to 'rescan' on every import.
Personally, I'd choose option 1.
4307  Bitcoin / Bitcoin Technical Support / Re: Free blockchain analytics/forensics tool/application/website? on: January 26, 2020, 03:47:00 PM
Walletexplorer is automatic in terms of address linking,
When you pasted an address, it will show which wallet it belongs and you can check all of the wallet's addresses by clicking "show wallet addresses".

It automatically include an address to a specific wallet if the address was used together as an input with one of that wallet's address.
Just take note of the latest block update below the page, most of the time, it's delayed.
4308  Alternate cryptocurrencies / Mining (Altcoins) / Re: Most profitable ASIC miners for ETC? on: January 25, 2020, 01:05:21 PM
Is there a hands down best option for hardware? Does anyone know whether the Z11 would be able to mine ETC, or is it ZeCash only?
When checking for compatibility, look at the miner's algorithm.
Antminer Z11 is for "Equihash" algo while ETC (Ethereum Classic) is "EtHash", so it isn't compatible.

If you're targeting Ethereum/Ethereum Classic for ASIC mining, it's a bad choice IMO.
They are known to fork whenever there's an "ASIC risk"; if they fork after you bought your ASICs, you'll end up mining another coin.
4309  Bitcoin / Development & Technical Discussion / Re: Doubts about scriptPubKey on: January 25, 2020, 04:04:03 AM
2. Calculate a checksum (the first 4 bytes of: SHA-256(SHA-256(007d7))
3. Add the 4 byte checksum to the end of the 007d7, resulting in 007d7GGGGGGGG
This is new to me, I though it will add '0' in front of 007d7 to be valid because it's odd-digit; instead, it resulted to 'G....'
7d7
If you want to put a random value, it should be 20 byte HEX or 40 (1-0, a-f) characters.
4310  Bitcoin / Electrum / Re: Overcharges on Electrum? on: January 25, 2020, 02:57:02 AM
I found the page on Electrum that shows the 2FA selection and it won't let me undo it, so I guess they do require it.  Do you all suggest I set up a wallet with a different company??
It isn't required.
You can undo (disable) it by restoring the seed, but creating a new standard electrum wallet and sending all of your balance to that wallet is better.

Take note that that fee includes the service payment the next 20 transactions that you will make,
means that you won't be charged for the next and consecutive transactions.

BTW, to confirm that it's 2FA fee, double-click the transaction date from the history and see if that output is highlighted in blue.
4311  Bitcoin / Electrum / Re: Update check failed? on: January 25, 2020, 02:48:24 AM
Turns out it isn't a problem with my or your connection, and seems to be a delay that exceeded the default timeout.
There's nothing to configure in my PC/network since I'm positive that it's relatively fast.
If you can't directly browse to https://electrum.org/version, it could be a different issue.

Following the issue (#5899), SomberNight have given a simple command to execute in the console.
There's no reply since then.

You can try that and if you like, contribute your results.
4312  Economy / Exchanges / Re: Accidentally sent BTC to USDT address on: January 24, 2020, 02:06:56 PM
I have same problem i just send USDT from Poloniex to BTC Paxful wallet, and poloniex support, say that they cannot help, here is what they answer:

Cooper (Poloniex)
Jan 24, 10:13 AM GMT
-snip-
The one that you should contact is Paxful not Poloniex as it's where your USDT is.

The major problem however is they have a previous post about not recovering wrongly sent coins, specifically BCH sent to BTC;
Here's the post: https://twitter.com/raypaxful/status/988624672529858560

Your issue is similar but you should contact their support anyway.
4313  Other / Beginners & Help / Re: Accidentally sent btc to bsv address please help me on: January 23, 2020, 04:49:05 AM
Breathe in and relax, then take your time to read the contents of this thread.

Most of the information are already posted here, it's up to Abra if they will give you an honest answer, hopefully the correct derivation path.
Or wait for @Heisenberg_Hunter's test if he can guess the correct path as he had successfully reproduced your issue.

You can post the address here but not the seed.
4314  Other / Beginners & Help / Re: Accidentally sent btc to bsv address please help me on: January 23, 2020, 04:38:16 AM
(Abra)
Jan 22, 11:29 AM PST
-snip-
Additionally, regardless if you sent BTC to a BSV address you would still need to know which wallet you sent it to as you did not send it to this Abra wallet.
If you sent it to another Abra wallet, those funds would be lost as you cannot recover BTC sent to a BSV address.
It's either they are lying or the customer support wasn't aware that getting the private key of your BSV address can restore the same address to a Bitcoin client/wallet,
All you need to do is to restore the seed phrase to other BSV wallet and export the address prv keys to a bitcoin wallet.
BTW, either of the two addresses don't have any transaction from the two chains Huh
What's the exact address where you've sent your BTC?

Point these out or quote this (and provide a link to this thread):
Abra claims that their wallet is "non-custodial", then it should possible to restore the address to a different client that supports the backup [13word(-1) BIP39 seed].
You just need to know which "derivaton path" Abra is using for Bitcoin SV to restore your BSV address(es) to other wallets.

hello how to easy find my wallet in iancoleman so many address  hard to find ty
If you know the derivation path (something like: m'/0'/0), it's easy.
Too bad, every reddit thread that I've found about this issue ended up with non-recovered funds.
4315  Other / Beginners & Help / Re: Accidentally sent btc to bsv address please help me on: January 22, 2020, 01:15:40 PM
My abra wallet bsv is starts to 1
Then there's a high chance of recovering your funds. It's a legacy address and importing its private key to Electrum wont be troublesome.
Now, contact their support regarding those info above because they said that they have a custom derivation path in order to get that private key from your seed.
4316  Other / Beginners & Help / Re: Accidentally sent btc to bsv address please help me on: January 22, 2020, 12:32:21 PM
If it's really a non-custodial wallet, then there's a way to recover the funds,
Again, does your Abra's BTC address starts with '3'?

To confirm the info from DdmrDdmr's reddit link, ask them (Abra's Customer Support) these:
  • The derivation path for your Bitcoin SV [BSV] account.
  • If the 13-word seed is BIP39.

Just do not share the seed here, those info are enough to be able to recover your Bitcoins.
4317  Other / Beginners & Help / Re: Accidentally sent btc to bsv address please help me on: January 22, 2020, 12:25:33 PM
i put the bsv wallet in electrum apps in my android mobile i see that received 400 mbtc how to get that sir?
The address is not the wallet, you have just created a "watch-only imported wallet" by putting the Bitcoin address in Electrum.
You won't be able to do anything using that but monitor your funds.


Does your Abra's BTC address starts with '3'?

P.S: I was going to try the app to check every derivation path but it's asking for too much information including name, email and mobile number to create a supposed "non-custodial wallet".
Just contact their support to give you the best advice.
4318  Bitcoin / Electrum / Re: [Electrum 3.3.8] Not connected to network on multi signature wallet on: January 22, 2020, 04:30:06 AM
・Delete "blockchain_headers" file and restart electrum -> not sync.
・Restore the wallet with the seed as standard wallet -> not sync and my addresses are changed.
・Restore the wallet with the seed and 3 xpub keys as multi signature wallet -> not sync and my addresses are changed.
These aren't necessary, in fact #1 will even make it seem disconnected until you've re-downloaded the headers.

Try to disable your firewall and/or AV temporary to see if its blocking your connection.

If disabling the firewall worked, create an exception for Electrum, then enable your firewall.
If disabling the AV worked, create an exception as well.
4319  Bitcoin / Electrum / Re: Update check failed? on: January 22, 2020, 03:04:13 AM
@nc50lc Try to change your DNS to 8.8.8.8 and 8.8.4.4 then update here if it solves your issue.
I was using Cloudflare's DNS prior, then changed to Google's, restarted the router and the issue still persists.
Based from other's replies, I think this is an issue with my and OP's ISP, router, PC or other network setting; not Electrum.

@StrongCore I'll post it here if I found the issue.
4320  Bitcoin / Electrum / Re: Update check failed? on: January 21, 2020, 08:53:03 AM
Me or the OP? Me, I've tried it and it prompted to download the version file.
I forgot to mention it here but I have included it in issue #5899. The details are in the link I provided.
Pages: « 1 ... 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 263 264 265 266 ... 311 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!