Bitcoin Forum
May 24, 2024, 12:00:59 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 [36] 37 38 39 40 41 42 43 44 45 46 47 48 49 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 ... 514 »
701  Bitcoin / Bitcoin Technical Support / Re: Bitcoin Core wallet.dat restore shows wrong amount. on: May 18, 2021, 04:04:30 AM
I can try but I thought I saw something say the console is locked as well.
The console should not be "locked". The only things you won't be able to do without the passphrase is anything requiring the decryption of the keys (like signing transactions/messages or dumping the wallet keys etc)


Would there be anyway to fix the old (pre encryption) backup so I can send the remaining coins or are they lost?
Unfortunately no... even if you added a passphrase to an old copy of the unencrypted wallet.dat, it would just end up generating a different set of keys/addresses.


I saw something about running a rescan command of some kind after restoring the DAT but it seems like the Core Wallet is doing that anyway when it see a new DAT file. It takes an hour or more on the logo screen saying "Rescanning...".
Correct. It will have already rescanned the wallet.


As this point, your best option would be to try and recover your wallet passphrase using something like: https://github.com/3rdIteration/btcrecover/

Or engaging the services of Dave @ wallet recovery services.
refer: https://bitcointalk.org/index.php?topic=240779
and: http://walletrecoveryservices.com/
702  Alternate cryptocurrencies / Service Discussion (Altcoins) / Re: Very new at this. Cant find my money. on: May 18, 2021, 03:47:54 AM
Did you do this transaction twice? Huh

I can see that 0.3246 BCH was originally sent to the address qpuefmag4yvpa87zssgurutt5fqwd6sg3st26cryqk in the transaction: 6a4dbcef8a9c1a97a41360cb7e814ca767423bca8fd38d3727ea673fe3017f72

This appears to be you buying $1000 worth of BCH in TrustWallet...


Shortly after, it was sent to the qpmu7mya83vtvrff8gg9gzz99pclff4us8rlx2fdp address in transaction: e6bef9af890531dfbe34d01e38f8faed6260b330903326dd6b2823e2fbd9ff55

This appears to be you trying to transfer the coins to "BitMart"



Then a few hours later... the address qpuefmag4yvpa87zssgurutt5fqwd6sg3st26cryqk also received 0.38670561 BCH in transaction: 1e4ab37d54e95763074a55a351e8cb21f14c1fead57edd5e678d46b0eb723298

And then that was also sent to the qpmu7mya83vtvrff8gg9gzz99pclff4us8rlx2fdp address in transaction: d74d74e9e8555b2b1eadd231c9beeaad55d2cc4efec86fb4d8950cf0baca5ba6

So, it's like the same $1000 transaction was made twice... and sent to qpmu7mya83vtvrffv8gg9gzz99pclff4us8rlx2fdp. Huh Huh Huh



In any case, BitMart is an exchange with a custodial wallet... so you'll need to contact BitMart support and ask them why your deposits of BCH to qpmu7mya83vtvrffv8gg9gzz99pclff4us8rlx2fdp are not being reflected in your BitMart account.

I would also you double check that your BCH deposit address in BitMart is actually qpmu7mya83vtvrffv8gg9gzz99pclff4us8rlx2fdp.



NOTE: I found this: https://www.trustpilot.com/review/www.bitmart.com

Seems that this BitMart.com might be a scam or has very very very poor customer service. Lot's of stories of delayed deposits, delayed withdrawals and support tickets not being answered for days etc Undecided
703  Bitcoin / Development & Technical Discussion / Re: Need large amount of testnet bitcoin, can someone help me? on: May 18, 2021, 03:29:51 AM
Whats the point? Could you not just change the Genesis Block, hardcode it into your bitcoin core and basically create your own blockchain?
Then mine for few hours... you will have your own block chain with hundreds of your own tBTC. For free.
Yeah, definitely be better off using RegTest... you don't need to change/recompile anything... it's basically an "instamine" and you can freely test whatever you want. Refer: https://developer.bitcoin.org/examples/testing.html#regtest-mode
704  Bitcoin / Development & Technical Discussion / Re: Pywallet 2.2: manage your wallet [Update required] on: May 18, 2021, 03:26:44 AM
recov_device should just be the drive letter (in windows) if you want to check an entire drive... you don't want to specify a "file"

Try:
Code:
python pywallet.py --recover --recov_device=E: --recov_size=1000Gio --recov_outputdir=.
705  Bitcoin / Bitcoin Technical Support / Re: Bitcoin Core wallet.dat restore shows wrong amount. on: May 18, 2021, 03:18:41 AM
When the wallet.dat gets encrypted... for safety reason, it resets the seed/keypool, generates a bunch of new keys/addresses and then "archives" the old keys/addresses (marks them as inactive so they don't get "used" when you generate a new address to receive or for change).

That might explain why your old (pre encryption) backup is not showing all the transactions... new keys/addresses would have been generated after the encryption was set and coins have been received on the new addresses that the old wallet.dat does not have. Undecided

However, it's interesting that you say both wallets show exactly the same transactions? Huh But a difference balance? Huh I could only guess that it's because you sent some coins... and the old pre-encryption wallet does not have the change address from the new post-encryption wallet... so, it thinks that both UTXOs created were going to external wallets.

You could probably confirm that by using the getaddressinfo command (on the console in Bitcoin Core) with the "change" addresses shown in the most recent send transactions on both instances of Bitcoin Core and checking the "ismine" value... it will probably say "true" on the VM (with the encrypted version of the wallet.dat)... and "false" on the old unencrypted version (as it doesn't have those keys/addresses).
706  Bitcoin / Bitcoin Technical Support / Re: Status: 0/unconfirmed, not in memory pool on: May 18, 2021, 02:40:07 AM
Your problem really has nothing to do with the OPs original issue... it seems you have followed a tutorial for Electrum Personal Server and it has had unintended consequences for your Bitcoin Core wallet.

You should really start your own thread, rather than hijacking this thread.

The Question is
1. If even with walletbroadcast=1 i manage to connect to onion nodes, then what was the point of setting it to walletbroadcast=0 in the first place?
It's to prevent the node from rebroadcasting in the event that Tor is disabled/not available. It's like a "safety"... it means your privacy won't be compromised if your Tor is down for whatever reason... the node won't "accidentally" broadcast any of your transactions over clearnet.


Quote
2. Do i compromise privacy when walletbroadcast is set to 0?
No, it should do the opposite as it just prevents the wallet part from broadcasting (or rebroadcasting) transactions...


Quote
3. Is there a way sending transaction from Bitcoin core wallet with walletbroadcast=0 or i need to change it back and forth every time i want to send a transaction from bitcoin wallet?
Theoretically, you could use the RPC functionality to broadcast the transaction, as the node will still be able to send/relay transactions etc... it's just the actual wallet part of Bitcoin Core that won't "send"... or you could also try using a script like this: https://github.com/laanwj/bitcoin-submittx which seems to have been purposely designed for working with "walletbroadcast=0" configs.
707  Bitcoin / Armory / Re: Armory 0.96.5 on: May 16, 2021, 11:47:06 PM
is the software (armory) still maintained or updated?
Yes... the website to use is here: https://btcarmory.com/
The github is here: https://github.com/goatpig/BitcoinArmory


So are there any plans to get 0.97 out?
Yes.


If so, any eta?
Im not good with ETAs, don't ask. Soon (TM)
Soon™ Tongue
708  Alternate cryptocurrencies / Altcoin Discussion / Re: Claiming Bitcoin SV on: May 16, 2021, 09:14:55 AM
But which of the bitcoin forks did you claim already hcp?  I know you said you claimed the BCH, but did you claim the bitcoin sv and bitcoin gold?
Why do you care? Huh What does what I have or haven't done have to do with your situation? Huh Roll Eyes


Quote
Thing is my situation was bit different because I didn't claim bch until much later on etc.  Such as when bitcoin cash, gold and sv fork all happened... i still didn't claim the bitcoin cash yet etc.  But you and others do say electrum SV should be where you claim it... since i claimed my bch with electroncash with the electrum seed etc.
I honestly have no idea what you're even talking about here? Huh

BCH -> Use Electron Cash
BSV -> Use ElectrumSV
BTG -> USe ElectrumG

What exactly are you confused about? Huh "When" you claim them really makes zero difference to the processes required... it doesn't matter if you did it the hour after the fork happened... or tomorrow.

The only difference will likely be in the value of the coins.
709  Bitcoin / Electrum / Re: I have an airgapped Electrum install. How do I update my balance offline? on: May 16, 2021, 09:08:17 AM
Can someone explain in more details what the point is in having the balance updated on your offline computer, I don't get it?!
I don't understand it either... Huh

The "offline" computer is nothing more than a repository for your seed/private keys and used to sign transactions that are created on your "online" machine (which will have the updated balance/transaction history).

It's like a hardware wallet. Your hardware wallet doesn't need your transaction history or current balance to be able to sign a transaction.
710  Bitcoin / Hardware wallets / Re: Best Second Hardware Wallet To Buy? on: May 16, 2021, 08:42:37 AM
I guess one negative is if you somehow mistake one nano s for another, then you going to put the wrong pin down right on your first try?
Why would you keep your "everyday" hardware wallet and your "backup" hardware wallet in the same place? Huh

You're effectively putting all your eggs in one basket, so doing that will only really result in a backup from hardware failure of the first device... but likely won't help in the case of fire, flood or theft.

Also, why not just use the same PIN on both devices? Huh
711  Bitcoin / Electrum / Re: Qt_5_PRIVATE_API not defined in libQt5Gui.so.5 with 4.1.2-x86_64.AppImage on: May 16, 2021, 06:48:01 AM
So, after that, I have withdrew to the AppImage which is supposed to run everywhere :
Code:
$ ./electrum-4.1.2-x86_64.AppImage
/tmp/.mount_electrFhoVKm/usr/bin/python3.7: relocation error: /lib64/libQt5XcbQpa.so.5: symbol _ZN22QWindowSystemInterface24setPlatformFiltersEventsEb version Qt_5_PRIVATE_API not defined in file libQt5Gui.so.5 with link time reference
What "flavour" and version of Linux are you actually trying to run this .AppImage on? ie Is it Ubuntu 18.04? Ubuntu 20.04? Fedora? Arch? Huh
712  Bitcoin / Hardware wallets / Re: Samsung Hardware Wallet on: May 16, 2021, 06:28:50 AM
Phrase third-party probably means that Samsung is working on their own Samsung Hardware Wallet
Maybe... but I would think that the phrase is more likely used to indicate that while their Galaxy devices will have a Samsung software wallet available and that this wallet will be compatible with hardware wallets... there won't be a Samsung hardware wallet available... and you'll need to use 3rd-party devices.
713  Bitcoin / Hardware wallets / Re: Nano Ledger Pin Attempts and Ledger Live Question on: May 16, 2021, 06:20:20 AM
Whenever the device is powered up, it will ask for a PIN.

It doesn't matter what it is connected to... it could be a USB port on pc, laptop or mobile device... it could be a USB wall charger... or even a USB power bank... as long as it is getting 5V (USB standard) it will power up.

Once it has booted it will ask for a PIN. It only "counts" PIN attempts when you click both buttons when the ✓ symbol is shown on the screen to "enter" the guess. If you disconnect and power down the device before clicking both buttons, then it isn't counted.
714  Bitcoin / Hardware wallets / Re: What do you do with the Hardware Wallet Box? on: May 16, 2021, 06:01:42 AM
Anyone used a paper shredder for this?  That probably would be better?
If you can find a shredder that will handle the box without jamming, sure... imo, fire is still the best option... but then, I'm something of a pyromaniac Tongue


Also just thought about this.  But if you had those seed cards where you could write your seed there, those should also be destroyed right?  Its like those cards are literally labeling... hardware wallet nano ledger etc.
Same as the box... if you're not using them, then they should probably be destroyed as well.
715  Bitcoin / Wallet software / Re: Multisig best practices on: May 16, 2021, 05:50:58 AM
It isn't exactly a "3rd party" service... "SeedPicker" is simply an (open-source) tool that basically bruteforces the 24th word for a BIP39 seed phrase when you give it the first 23 words...

Like it encourages you to put 342 pieces of paper into a bag and "randomly" draw one out, then pick 1 of 6 words on the paper by rolling a die to get 23 words, then bruteforce the 24th using their tool Shocked Shocked Shocked

imo, it's still a terrible idea... 24 word seeds aren't chosen by selecting 23 words and then bruteforcing a 24th... they're created by generating 256 bits of Entropy and then encoding that using the BIP39 algorithm and wordlist.

I have no idea what the entropy of pulling pieces of paper out of a bag is... but I'm not convinced it is going to be 256bits worth!!?! Huh Undecided Shocked


So, I concur with the OP that you'd be much better of using another hardware wallet like a Trezor or Ledger or even an airgapped BIP39 compatible wallet (Electrum on a LiveOS etc) to create the "3rd" seed/key etc:
1) Instead of using seedpicker.net for the 3rd emergency key, wouldn't it be better to generate the key on another hardware wallet e.g a trezor? This would not be used to sign. The xpub would be imported into the multisig and the multisig would never know of the hardware wallet that generated that key. This would only be needed for recovery if 1 key was lost in a 2 of 3 for example.


As for this:
2) How many copies of each seed should be stored? Would there just be one for each seed so e.g for 2 of 3, there would be 3 in total, or would there be multiple of each? Maybe if that is a consideration, then a different quorum should be chosen.
It's not really dependent on the quorum really... in that m-of-n will always require (a minimum of) "m" seeds and "n-m" xpubs... it doesn't really affect how many copies of each seed should be stored.

So it really depends on your personal risk tolerance, I guess... for 2-of-3, as long as you have access to at least some combination of 2 seeds and 1 xpub (where they are all from different "co-signers":

SeedA, SeedB, xpubC
SeedA, xpubB, SeedC
xpubA, SeedB, SeedC

Then you could easily recreate the wallet and sign transactions.
716  Bitcoin / Wallet software / Re: Bitcoin Transaction Shows Two Outputs on: May 16, 2021, 05:24:08 AM
What is the balance showing as in your "bitcoin.com" wallet? Huh

That address is most likely a "change" address that is controlled by your wallet... However, unfortunately, the bitcoin.com wallet (a truly terrible wallet, btw Undecided) does not give you an easy way to "see" your change addresses.

One option would be to take the 12 word recovery phrase for your BTC wallet and import it into a wallet like Electrum (you need to use the "BIP39 seed" option in Electrum) and then check the addresses shown in Electrum. If you can see the "1JMW9B..." address listed as a "change" address, then you're fine... you can still access the coins.

Alternatively, you can just check the current balance in your bitcoin.com wallet... does it look like the full 0.008917 BTC amount was deducted from the balance BEFORE you sent the transaction? Or has your balance only reduced by 0.00185387 BTC? Huh

Also, to learn more about "change", how and why it exists... you can refer here: https://en.bitcoin.it/wiki/Change
and here: https://en.bitcoin.it/wiki/Coin_analogy
717  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: 0.1 BSV Reward - Simple help needed on recovering Blockchain.info backup file on: May 16, 2021, 05:05:14 AM
Try reading the instructions here: https://btcrecover.readthedocs.io/en/latest/Extract_Scripts/#blockchaincom-second-passwords

You basically just run btcrecover with the --data-extract option instead of the --wallet option and specify all the other options (tokenlist, typos etc)... refer: https://btcrecover.readthedocs.io/en/latest/TUTORIAL/ for instructions on the various options you can use for trying to bruteforce the password... when prompted, input the second password "hash" that was extracted and the script will then attempt to bruteforce the password.

There is a blockchain.com specific example here: https://btcrecover.readthedocs.io/en/latest/Usage_Examples/2020-05-08_Recovering_Blockchain_Wallet_Passwords/Example_Recovering_Blockchain_Wallet_Passwords/

and a youtube tutorial here: https://www.youtube.com/watch?v=eS0VUl3w69Y&list=PL7rfJxwogDzmd1IanPrmlTg3ewAIq-BZJ&index=11
718  Alternate cryptocurrencies / Altcoin Discussion / Re: Claiming Bitcoin SV on: May 16, 2021, 04:48:37 AM
Do you have recommendation for me here HCP? 
Create a new wallet in one of the Bitcoin SV wallets... or hold in on an exchange that supports Bitcoin SV.

Those are your only options.

Note that ledger apparently supports SV if you use the "Bitcoin Cash" app on the device and ElectrumSV: https://support.ledger.com/hc/en-us/articles/360012270054-Bitcoin-SV-BSV-

You just can't use Ledger Live.


Also, there are probably "replay protection" issues with BSV and BCH etc... you're on your own with that... I don't use either of these shitcoins. Try Google, there are plenty of "how to" guides.
719  Economy / Exchanges / Re: Lost my "12 Word Phrase / Seed" for coinbase commerce - Need help on: May 16, 2021, 04:17:16 AM
Is there any way to get this done ? I only need to transfer the money out of those two eth transactions to a coinbase account to sell the eth there.
As far as I can tell... the problem you're going to run into is that the "xprv" that you have access to in the Electrum wallet is going to be an "Account Extended Private Key" derived from your 12 word seed... and not the actual BIP32 "root key". Undecided

This means that the derivation path for this extended key will be the equivalent of the BTC derivation path of m/44'/0'/0' (or m/49'/0'/0' or m/84'/0'/0', depending on if it's using Legacy, Nested Segwit or Native Segwit respectively).

Now, according to this post by "coinbasesupport" on reddit: https://www.reddit.com/r/CoinBase/comments/i5sl3b/mods_is_coinbase_commerce_bip39_bip44_complaint/g7x6vnp/
...
For ETH & ERC20 tokens, Coinbase Commerce has implemented a forwarding machinery, ensuring that all payments eventually end up at m/44'/60'/0'/0/0.
It would seem that the ETH (and ERC20 token) payments eventually end up in the address derived at m/44'/60'/0'/0/0


As these derivation paths are all hardened, you cannot derive the m/44'/60'/0'/0/0 address starting from the m/44'/0'/0' derivation path that the extended private key stored in the Electrum wallet represents.


TLDR; There is simply no way you can get from "what you have" to "what you need" Undecided Sad
720  Alternate cryptocurrencies / Altcoin Discussion / Re: Claiming Bitcoin SV on: May 16, 2021, 03:44:07 AM
Would you say better to try downloading both electrumg and electrumsv on this old desktop to claim bitcoin gold and bitcoin sv as oppose to my main laptop windows computer? 
Yes


Would you suggest starting with bitcoin gold first... thus electrumg?  Since the value of bitcoin gold is lower than electrumsv... then start with it in case?  Thus since bitcoin sv is worth more, don't try with it?
Should move the more valuable coins first... and work down in value... not the other way around.


The other thing is this.  Where do i send the bitcoin SV when i claim it? 
Check the coinmarketcap page for Bitcoin SV... click the "market" button and you'll find the exchanges that support Bitcoin SV:
https://coinmarketcap.com/currencies/bitcoin-sv/markets/


how come i don't have any bitcoin gold in my coinbase wallet?  If i had a tiny bit of btc a while back where it gave me bitcoin cash and bitcoin sv... shouldn't a tiny amount of bitcoin gold still should be there like how bitcoin sv is there?
refer: https://help.coinbase.com/en/coinbase/getting-started/crypto-education/bitcoin-gold-faq

Seems like they just didn't support BTG.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 [36] 37 38 39 40 41 42 43 44 45 46 47 48 49 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 ... 514 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!