Search content
Sort by

Showing 20 of 26 results by fasttimes
Post
Topic
Board Bitcoin Technical Support
Re: Another Bitcoin Core post.
by
fasttimes
on 04/12/2024, 16:31:00 UTC
My questions are:
Is what I'm doing fine?
Is there a difference between Restoring and Opening?
What is the usual ETA for Restoring a Wallet?
- It works but, with Restore, you don't have to place it inside your bitcoin data directory because...

- Because with "Restore", Bitcoin Core will create its own wallet path inside wallets folder, the folder will be named as the wallet name that you've set.
  Then it will make a copy of the wallet file that you've selected, and load it.
  Basically, all you did in post #5, but done automatically.

  With "Open", it skips all the above and proceeds to load the wallet file, but the option can only see wallets in the data directory or wallets folder.
  In this case, pasting the "wallet_fake_008.dat" in the datadir/walletsdir is necessary.
  
- Differs per wallet and machine specs.

thank you for this post. when i got to restore, i cannot see the wallet.dat file. this is in linux. i thought i have "shown hidden files" in the GUI but when the browser comes up to locate the wallet.dat file, none of those hidden files are shown. i assume there is a setting i missed in linux?
Post
Topic
Board Development & Technical Discussion
Re: Why is bip 39 a very much reoccurring word in Bitcoin
by
fasttimes
on 15/03/2024, 18:47:21 UTC
Most wallets use the BIP39 standard for generating your wallet backups. Even altcoin wallets use BIP39 seed phrases. With this phrase you can restore all of your addresses and private keys in any wallet that is compatible with this standard.

but this is not native to btc core, correct? so if one uses a "seed phrase" for their keys, they always need some sort of software wallet to.....im not sure how to say it. make the seed phrase usable?
That's correct. The reference implementation of Bitcoin called "bitcoin core" doesn't support mnemonic algorithms so if you want to use your BIP39 mnemonic in it you'll have to derive the extended private key (xprv) from that seed phrase and then import that into core using "getdescriptorinfo" command with the desired derivation path.
i know these are broadly used (seed phrases) but are any experts on these boards concerned about having to rely on more than btc core and using or possibility losing the ability to use them in the future (losing your keys?) due to not having access to the software to access (apps that implement BIP39)

is that idea i have unfounded?



Post
Topic
Board Development & Technical Discussion
Re: Are bitcoin core psbt and electrum psbt cross compatible?
by
fasttimes
on 15/03/2024, 18:29:35 UTC
Certainly, but not as straightforward as Electrum Cold-Storage but not too complex either.
The procedure are: create the offline wallet, export the descriptors, create the online watching-only wallet, import the descriptors.

You can refer this post for the steps: http://bitcointalk.org/index.php?topic=5392824.0
If you're using v26.0, the first step to select "descriptor" isn't unavailable due to being selected by default; the rest of the steps are still applicable.
But instead of selecting only one script type, I'd suggest to import all 4 script types to the watching-only wallet, that's a total of 8 descriptors.

thank you. is having a watching only wallet not a security risk?

Post
Topic
Board Development & Technical Discussion
Re: Possible method for cold wallet spend with bitcoin core.
by
fasttimes
on 15/03/2024, 18:26:56 UTC
Feel free to make any question you want. There are no stupid questions.
thank you. i genuinely appreciate that.

Well, yes, but my question is why would you want to do that? Bitcoin Core is not newbie friendly, and does not support a seed phrase standard like BIP39 (which helps a lot for backups). Instead, I would follow this little guide and install Tails which come with Electrum pre-installed.

trying to get a streamline, airgapped process using btc core only if possible and no manufactured hardware wallets (don't trust them). for some reason i am weary about having to use other apps or programs in the process. that is either due to a lack of understanding or paranoia.

also, isn't electrum quite difficult/not newb friendly? i have started looking into seedsigner but again it seems like i need an electrum server set up and sparrow wallet. two additional programs to keep all this together. but i don't know what i don't know.

thank you for the links i will check them out.

would this not be a cold wallet? then that person could make back up copies of the wallet.dat file for redundancy/protection?
It would be a cold storage, but you should not rely on digital back ups, as disk corruption is a common phenomenon. Instead, you should be able to back up your bitcoin in paper, human-readable. That's a seed phrase.
[/quote]

and getting a paper back up of a btc core HD wallet is difficult/cumbersome?
Post
Topic
Board Development & Technical Discussion
Re: Why is bip 39 a very much reoccurring word in Bitcoin
by
fasttimes
on 14/03/2024, 21:36:17 UTC
Most wallets use the BIP39 standard for generating your wallet backups. Even altcoin wallets use BIP39 seed phrases. With this phrase you can restore all of your addresses and private keys in any wallet that is compatible with this standard.

but this is not native to btc core, correct? so if one uses a "seed phrase" for their keys, they always need some sort of software wallet to.....im not sure how to say it. make the seed phrase usable?
Post
Topic
Board Development & Technical Discussion
Re: Are bitcoin core psbt and electrum psbt cross compatible?
by
fasttimes
on 14/03/2024, 21:24:58 UTC
Is there any particularly reasonable explanation why you must use Bitcoin Core in your Air-Gap machine instead of another offline Electrum?

not answering for OP, but i would prefer to use only btc core for a cold wallet. is there a a straightforward and secure way to do this? having to use electrum or sparrow or any other software/hardware with btc seems to add surface area and complexity to the process.
Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: Possible method for cold wallet spend with bitcoin core.
by
fasttimes
on 14/03/2024, 21:05:53 UTC
⭐ Merited by vapourminer (1)
Some like hardware wallets some like cold wallets held in offline laptop.
Look. Cold / Airgapped storage is generally more secure, if you know what you're doing. The whole premise lies on the fact that the private keys never "touch" an Internet connected device, so they can only be compromised physically. Hardware wallets on the other hand, while are separate concept than a usual "hot wallet", are not airgapped, because you're connecting them to your Internet connected computer. Theoretically, if a security vulnerability is discovered, the attacker might be able to compromise the private keys of your hardware wallet. This is impossible in an airgapped device, because it is simply physically impossible to send keys over any communication channels.

If I were you, I'd buy myself an airgapped device instead of a hardware wallet. Either Foundation Passport or SeedSigner. It is an opportunity to educate yourself about the Bitcoin space as well.

forgive me. i am struggling with this stuff as well.

could someone just install btc core on an airgapped device. launch core. create a new wallet. create a "receive address" and the from an exchange or other hot wallet send btc to that  receive address?

would this not be a cold wallet? then that person could make back up copies of the wallet.dat file for redundancy/protection?
Post
Topic
Board Wallet software
Re: Which wallets are the safest and what can go wrong?
by
fasttimes
on 11/03/2022, 14:04:29 UTC
is it possible to tell from an xpub if a wallet is single sig or multi sig?
Post
Topic
Board Wallet software
Re: Which wallets are the safest and what can go wrong?
by
fasttimes
on 11/03/2022, 14:03:10 UTC
is the only reason to use something other than bitcoin core to create a wallet to set up multi-sig?
-snip-
im trying to understand better why someone would want to use something other than btc core for cold storage wallet set up and have to work with two different programs instead of one?
No, it's not a MultiSig wallet.
It's a standard single-sig, the online machine doesn't contain private keys, only the offline machine.
The goal is to isolate the private keys from online environment even when spending the funds.

In your case, you can just delete the offline laptop's wallet later since you won't be spending the funds for long
and use only the online watch-only wallet to receive funds and monitor the balance.
When you need to spend it, restore the offline wallet on the offline laptop to sign the transaction that you'll create using the online laptop.

im looking at a seedsigner and they recommend sparrow or specter desktop wallet. is it just "easier" to create a watch-only wallet with those?
I can't tell, used neither of those wallets.

thank you
Post
Topic
Board Wallet software
Re: Which wallets are the safest and what can go wrong?
by
fasttimes
on 11/03/2022, 02:36:38 UTC
is the only reason to use something other than bitcoin core to create a wallet to set up multi-sig?

im looking at a seedsigner and they recommend sparrow or specter desktop wallet. is it just "easier" to create a watch-only wallet with those?

im trying to understand better why someone would want to use something other than btc core for cold storage wallet set up and have to work with two different programs instead of one?

i want to make the best decision for my use but its hard to understand all the use case to determine that. appreciate you alls responses.
Post
Topic
Board Wallet software
Merits 4 from 1 user
Re: Which wallets are the safest and what can go wrong?
by
fasttimes
on 09/03/2022, 21:33:25 UTC
⭐ Merited by o_e_l_e_o (4)
goal is to have deep cold storage and then use a software wallet (via phone) to accumulate more btc over time. as the amount builds up, send that to cold storage. then one day be able to access btc from cold storage (myself or other family).

is it possible to

1) load bitcoin core on a laptop not connected to the internet
2) create a new wallet for cold storage
3) remove the dat file or at lease the private key (make it a "watch only" type wallet)
4) get public key/address in order to send btc from software wallet
5) connect laptop to internet and DL blockchain/run node, monitor wallet balance

then if i need to move funds from that cold wallet, have another laptop that is not connected to the internet reinsert private key and move funds.

i know i must be missing something, but the hardware wallet/ multi sig stuff makes a semi complex procedure more complex, imo.
Post
Topic
Board Bitcoin Technical Support
Merits 1 from 1 user
Re: bitcoin core wallet backup and wallet.dat file question. how to confirm?
by
fasttimes
on 23/09/2021, 21:01:14 UTC
⭐ Merited by nc50lc (1)
that thought hit me after i posted that question, but good to confirm. thank you all so much. i am genuinely thankful for you all taking the time to answer my questions. this had helped me a lot.
Post
Topic
Board Bitcoin Technical Support
Re: bitcoin core wallet backup and wallet.dat file question. how to confirm?
by
fasttimes
on 23/09/2021, 20:32:14 UTC
thank you.

finally got around to testing the backups and they work. was able to confirm the same receive addresses showed up. however, there was never a point at which i was asked for the passcode. i did encrypt the wallets before i backed them up. is that normal?
Post
Topic
Board Bitcoin Technical Support
Re: bitcoin core wallet backup and wallet.dat file question. how to confirm?
by
fasttimes
on 23/09/2021, 18:32:21 UTC
no, i meant the blockchain data (400 gigs or whatever) on the initial download. seems easier/faster to just copy that over instead of downloading it all again.
Post
Topic
Board Bitcoin Technical Support
Re: bitcoin core wallet backup and wallet.dat file question. how to confirm?
by
fasttimes
on 22/09/2021, 03:04:03 UTC
also, is there a way to back up the blockchain info and save those so i don't have to download the entire thing each time i set up a node?
Post
Topic
Board Bitcoin Technical Support
Re: bitcoin core wallet backup and wallet.dat file question. how to confirm?
by
fasttimes
on 22/09/2021, 02:30:55 UTC
sorry, had another question i figured id ask here.

i bought a second computer (computer 2) to just load btc core (not DL the whole block chain) and test my back ups. i know some of you said thats not necessary but i figured it doesn't hurt going through all the steps again for familiarity. anyway, once i do that and test the back ups, i may want to use computer 2 to run a full node all the time. currently my plain was to run the first computer to set up my btc core wallets, move btc, and shut it down.

if i restore the wallets on computer 2 to test, should i then remove those back ups and not have a wallet set up on computer 2 at all for security purposes or does it matter since i have back ups and the back ups are encrypted.

sorry if this the question is not clear.
Post
Topic
Board Bitcoin Technical Support
Re: bitcoin core wallet backup and wallet.dat file question. how to confirm?
by
fasttimes
on 21/09/2021, 15:09:09 UTC
again, thank you all. this has all helped a lot.
Post
Topic
Board Bitcoin Technical Support
Re: bitcoin core wallet backup and wallet.dat file question. how to confirm?
by
fasttimes
on 18/09/2021, 13:20:30 UTC
This has all been very helpful, assuming I am understanding you all. Thank you.

This is another very noob question, but how do I ensure Bitcoin core isn’t running when I go to copy the .dat files? I have been using qt and so I can “exit” it and I assume that closes it and stops it running but being new to Ubuntu I’m not sure.
Post
Topic
Board Bitcoin Technical Support
Re: bitcoin core wallet backup and wallet.dat file question. how to confirm?
by
fasttimes
on 17/09/2021, 20:58:13 UTC
alright. so i found the wallets folder that has folders for both wallets i created. i can open each folder and now locate each "wallet.dat" file for each individual wallet. couple more questions

1) is there any reason i shouldn't just copy the entire "wallets" folder and save it to a few flash drives and burn it to a dvd, instead of ONLY the "wallet.dat" files themselves?

2) for each "wallet.dat" file, i can change the name in front of ".dat" and it won't affect the file, but i would need to change it back to "wallet.dat" when try to restore, correct?

3)

I've never used Bitcoin Core's File > Backup Wallet... feature, but instead always just manually copy my wallet.dat (ideally when Bitcoin Core is not running). , so I see no reason to make an exception for Bitcoin Core.

It is good practice to actually test your backup before relying on it. Testing is as simple as running it in Bitcoin Core.

when you say "I create all my backups on a file system level" do you mean you are backing up your entire linux? or the entire .bitcoin folder?

and when you say "testing is as simple as running it in bitcoin core" are you saying just change out the existing wallet.dat file with the one in just copied?
Post
Topic
Board Bitcoin Technical Support
Re: bitcoin core wallet backup and wallet.dat file question. how to confirm?
by
fasttimes
on 17/09/2021, 14:16:38 UTC
and there should be address even if all ive done is create the wallet(s) and not used/received any btc to them?