Bitcoin Forum
May 24, 2024, 06:14:59 AM *
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 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 ... 514 »
1001  Bitcoin / Bitcoin Technical Support / Re: Wallets from 2014 vs Wallets from 2021 on: April 07, 2021, 06:33:15 PM
Actually, I remember half of the password, so I downloaded btc-qt v0.21.0 and loaded the wallet and, initially, there was no problem and I loaded it without errors. Indeed, the wallet is encrypted.
...
I still find it very strange that I do not get the btc key but I do with the other currencies / versions ...
Why is it strange? Huh How do you even know that the "half of the password" is actually correct? Huh Are you assuming that because the "half of the password" worked on some of your other wallets (for ltc/doge etc), that it must also be "half of the password" to your btc wallet? Huh

Unfortunately, you have not way of knowing this is true until you actually find the correct passphrase for the wallet.dat. Undecided

It is entirely possible that the "half of the password" that you believe to be correct, is in fact completely wrong... which would explain why btcrecover is not able to recover the complete passphrase, as if you've given it an incorrect starting point, then btcrecover will never be able to find the passphrase.

That is to say... if the passphrase is: password123
and you believe that the passphrase starts: "abc", then there is literally 0% chance that btcrecover would be able to get end up finding "password123"
1002  Bitcoin / Bitcoin Technical Support / Re: Where is Bitcoin Core's icon located? on: April 07, 2021, 06:21:01 PM
I just ran make clean, then I saw that there's no bitcoin-qt, so I ran make again, after cleaning. I still have the same issue.
Then the only logical explanation is that you haven't changed the correct file...

So, either you're editing the wrong file in your local git repo... or some process is overwriting/reverting your change during the build process... I would be inclined to think that it's the former.

How did you get the source? Did you download a .tar.gz or did you clone the repo using git? Huh
1003  Bitcoin / Bitcoin Technical Support / Re: 0 incoming connections on: April 07, 2021, 06:10:49 PM
Did you create your own genesis block? or are you still using the Bitcoin Core one? If you're still using the 2009 block from Bitcoin Core, then perhaps having effectively 12 years between blocks is not be helping... Huh
1004  Bitcoin / Bitcoin Technical Support / Re: pywallet install help on: April 07, 2021, 06:04:13 PM
are you using the latest version of PyWallet? (that has been updated recently by jackjack) or are you using the old version? Huh

Also, where is your wallet.dat actually located? The --datadir value you are using is where Python should be installed to... not where your wallet.dat is likely to be located unless you manually copied it there.
1005  Bitcoin / Bitcoin Technical Support / Re: 2 Stuck btc transactions.. anyone can help? on: April 05, 2021, 11:26:17 PM
Be aware that the mempool min fee is currently at like 2.5 sats/vbyte... https://statoshi.info/d/000000020/memory-pool?orgId=1

Any transactions with a fee lower than this is likely to be purged by most nodes. This will make it difficult for your transactions to remain in the mempool of the miners to actually be picked up and included in a block as they are both below this limit. Undecided
1006  Bitcoin / Bitcoin Technical Support / Re: pywallet install help on: April 05, 2021, 10:53:03 PM
You should be able to search drives in a USB enclosure... as long as it is visible as a "device" to the operating system, you can specify it using the -recov_device option.
1007  Bitcoin / Bitcoin Technical Support / Re: How to use PSBT with online node and offline node for cold storage usage on: April 05, 2021, 10:31:43 PM
Descriptor wallets follow BIPs 44/49/84. The keys are no longer derived with fully hardened derivation paths. This is done at the expense of dumpprivkey now being disabled.
Nice to see the implementation of the BIPs... Smiley


Additionally, while trying to use importmulti on an "empty" descriptor wallet using an xpub (to create a watching only wallet that automatically generates addresses so you don't have to manually import them), I kept getting "command not supported by this wallet type" errors Sad Undecided
Use importdescriptors
I can't believe I missed this! <facepalm>  Roll Eyes Embarrassed

I'll have to check that out later today when I have a bit more time.


The setup could be better, but once it is setup, the PSBT workflow has been significantly improved. Sending transactions can be done entirely from the gui.
Awesome... that is excellent news! As I said, I'll have a bit of an experiment and report back (hopefully later today).
1008  Bitcoin / Bitcoin Technical Support / Re: Help Moving Old BTC from Bitcoin Core to new Ledger Nano on: April 05, 2021, 10:26:57 PM
... the 2nd I thought I had an accurate transfer rate (0.00103 BTC/kilobyte - a few days ago) but it was still stuck for several days before I cancelled the transaction.
That transaction fee looks like it should have been OK... that was effectively 103 sats/vByte... and for the past week, transaction fees have been at or below that level for the vast majority of the time... there is no reason that a valid transaction with that fee should not have confirmed.

Did you actually check the transaction on a block explorer like blockchain.com, blockcypher.com, btc.com, blockstream.com etc? Huh

Given that your Bitcoin Core is not synced, you would not be able to see whether or not the transaction was confirmed anyway... so it would show as unconfirmed until your node finished syncing.


        - What is the best method for me to transfer this old BTC to my new cold storage wallet/address?
If you do not have any time constraints on your transaction (ie. you're not trying to pay a vendor), then I would recommend you simply set the node to "pruned" mode (See below)... and then let it sync fully... once syncing is complete, try and resend your transaction.


        - Do I need to sync all of the blockchain before sending a transaction?
It is generally better to make sure your node is fully synced before attempting to send transactions. This ensures that the wallet is properly updated and the funds that you are attempting to spend are actually available.


        - If yes to the above, can I "switch" the blockchain download/sync to an external SSD? or "switch" to make it start syncing in pruned mode?
For "Pruned" mode... "Settings -> Options -> Main"... the 2nd tickbox will allow you to turn pruning mode on and specify the max size to prune to.
1009  Bitcoin / Bitcoin Technical Support / Re: Base 64 characters? Bitcoin docx file on: April 05, 2021, 09:58:16 PM
https://imgur.com/s23eGUj This is the majority of the first block of text.
It certainly looks like Base64 with the +'s and /'s... but it's possible that it is encrypted text/data that has been Base64 encoded... And, obviously, without knowing the details of the encryption method used, if you Base64 decode it, you're just going to get the encrypted data which will look like gibberish Undecided
1010  Bitcoin / Bitcoin Technical Support / Re: Where is Bitcoin Core's icon located? on: April 05, 2021, 09:45:21 PM
It sounds like make is not detecting the changes you have made and is simply re-using the cached components... you might need to try doing something like a make clean etc to get it to clear everything out.

Unfortunately, that is likely to result in a very long compilation time as it will have to recompile the entire project again... and not just the changes. Undecided


Note: I'm not overly familiar with the structure of the Bitcoin Core make setup... so it's possible there are other make targets that you could use
1011  Bitcoin / Bitcoin Technical Support / Re: 0 incoming connections on: April 05, 2021, 09:02:29 PM
So you added the VPS IP address to your home node using addnode? Huh If so, have you also tried using addnode on the VPS to add your home node IP? Huh
1012  Bitcoin / Bitcoin Technical Support / Re: How to use PSBT with online node and offline node for cold storage usage on: April 05, 2021, 08:45:41 PM
Personally, I don't think Bitcoin Core is designed for airgapped storage as it doesn't offer master public keys to easily create a watch-only wallet or is the UI that optimized for such a thing as well.
I concur... theoretically, it *should* be possible with the "descriptor" wallet functionality... but because Bitcoin Core uses hardened key derivation all the way down to the address level, you can't simply use the master private key that you can extract from the wallet.

Additionally, while trying to use importmulti on an "empty" descriptor wallet using an xpub (to create a watching only wallet that automatically generates addresses so you don't have to manually import them), I kept getting "command not supported by this wallet type" errors Sad Undecided

I'm sure I was probably doing something wrong... but setting up online/offline airgap with Bitcoin Core is a very manual and labour intensive task... I would not recommend it.
1013  Bitcoin / Bitcoin Technical Support / Re: Base 64 characters? Bitcoin docx file on: April 05, 2021, 08:38:27 PM
As part of an attempt to retrieve a Bitcoin wallet/private key from an old hard drive I have found a docx file labeled Bitcoin. It consists of 3 blocks of characters A-Z, a-z, numbers 1-9 and+/. Each block is about 70 characters long and about 50 lines deep.
Do the 3 blocks all start with the characters "U2F"? Huh

If not, do the 3 blocks all start with the same couple of characters... and if so, what are those characters? Huh
1014  Bitcoin / Bitcoin Technical Support / Re: Unconfirmed Stuck Transaction QT/Core / Network Synch Issue on: April 05, 2021, 08:28:12 PM
But then I made another transaction while fully synced on March 26 and it did not go through.
As of now those funds still did not come back into my wallet.     
Given you're using an "older" version of Bitcoin QT/Core... it's possible that you would need to do the old "abandontransaction" + rescan method to get the funds to show... otherwise, the unconfirmed transaction is likely to just remain in your wallet forever, even though it has effectively disappeared from the rest of the network.


I’m guessing the advice on this forum will be the same – I should upgrade my wallet.
Correct. Tongue


I have decided to go with Core but just have a couple of questions. 
I will firstly back up my QT wallet, but I am wondering – in Core somewhere will there be a simple option to load a wallet or is the process more elaborate?
Also, I’m doubting that I will need to recync since on my hard drive I have blockchain data (AppData\Roaming\Bitcoin) so I can point the Core data directory to that folder if it isn’t in the first place?  Is there anything else I need to know about this?      
As ranochigo and LoyceV have both mentioned... the upgrade process should be relatively easy... Bitcoin "Core" is essentially just the new name for what you know as Bitcoin QT... the .exe is still actually called "bitcoin-qt.exe" Wink

So, the newer version will simply use the existing data directory with the blocks and wallet.dat etc. It should be as simple as downloading and installing the new version and starting it up and it should just work.


Again, just make sure to make a backup (or two) of your wallet.dat and you'll be fine.
1015  Bitcoin / Bitcoin Technical Support / Re: pywallet install help on: April 05, 2021, 08:15:38 PM
https://imgur.com/0Iefhxy This is what i get when dumping one of the recovered wallets. Some of the numbers and characters of the key have been altered.
Is from one of the "recovered" wallets using the PyWallet "recover" functionality? Huh

In any case, that wallet file is essentially an empty wallet with no private keys (empty as in it doesn't have any keys, not empty as in "zero balance")... the "mkey" record that you can see, is the "random" master key used to encrypt the wallet data.

This master key is generated at random and encrypted using the chosen wallet passphrase. Usually, when you "unlock" your wallet, what you're actually doing is unlocking this master key and then that is used to decrypt your actual private keys.

Unfortunately, you can see that the "keys" array is actually empty... meaning that PyWallet has not been able to find any private key data in your wallet.dat


It would seem that PyWallet has not actually been able to locate any private key data during the scan/recovery... and has simply created an empty wallet.dat, encrypted with your chosen passphrase (hence the "mkey" record) Undecided
1016  Bitcoin / Bitcoin Technical Support / Re: pywallet install help on: April 04, 2021, 11:15:59 PM
That's okay. I will just do the recoveries and then dump the wallets as per your excellent help. Hope everything Is okay with you now, after your adventure. Now, do you know anything about weird word docx labelled Bitcoin addresses? lol. Take care.
That would depend on what you mean by "weird word docx"? Is it just a collection of private keys or something? Huh
1017  Bitcoin / Electrum / Re: Lost Bitcoines In A Transaction to Coinbase on: April 04, 2021, 08:54:29 PM
Sounds like you might have downloaded one of the "fake" Electrum versions that steals your coins... The likely reason for it crashing when the "correct" password was entered would be that the wallet file have become corrupted or the "fake" version was trying to prevent you from seeing that your coins had been stolen...

Given that it works with a fresh install, I'd suspect that it's more than likely that the "fake" version was the source of your issues Undecided

All of this is rather moot at this point... given that the evidence found by hosseiminr93 would indicate that your coins were indeed "stolen". At this point, there really isn't anything you can do to recover those coins Undecided
1018  Bitcoin / Armory / Re: Does Armory run under Ubuntu 20.04.1 LTS? Anyone got it to work? on: April 04, 2021, 08:43:56 PM
I really hope we can move on to 20.04
Did you try my proposed solution above on 20.04? Huh

Granted, I haven't fully set it up with a fully synced node etc, but Armory was running on 20.04 after manually installing the dependencies and it was scanning the limited number of blocks that had been downloaded etc...
1019  Economy / Gambling / Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! on: April 04, 2021, 09:17:08 AM
You can't have two dobet() functions... you can only have one.

You'll have to adjust your script so that the 2 "strategies" are implemented in one dobet() function... something like this:
Code:
basebet=0.0002
nextbet=basebet
chance=23.5
currentstrat = 1

if balance <= 0.7 then
  currentstrat = 1
else
  currentstrat = 2
end

function dobet()  
  if balance <= 0.7 then
    if currentstrat == 2 then
      currentstrat=1
      resetseed()
      resetstats()
    end
    if win then
      nextbet=0.0002
    else
      nextbet = previousbet*1.53
    end

  elseif balance > 0.7 then
    if currentstrat == 1 then
      currentstrat = 2
      resetseed()
      resetstats()
    end
    chance = 32.05
    
    if win then
      nextbet = 0.0008  
    else
      nextbet = previousbet*1.625
    end
  end

  if balance > 1 then
    stop()
    withdraw(1.0, xxxxxxxxxxxxxxxxxxxxxxxx)
  end

end

the "currentstrat" flag tracks whether we're currently on strategy 1, or strategy 2... so that we know whether or not we need to resetseed() and resetstats() when we switch from one strat to the other...

NOTE: I have not tested this code... not even a basic syntax check! - I take no responsibility if you choose to try and run this script Tongue
1020  Bitcoin / Armory / Re: Does Armory run under Ubuntu 20.04.1 LTS? Anyone got it to work? on: April 04, 2021, 01:10:03 AM
Well, at least I got Armory running again on my laptop. But it is a pain with the Blochchain on an external HDD.
Is that laptop running Ubuntu 20.04 or did you downgrade back to Ubuntu 18.04? Huh
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 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 ... 514 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!