Bitcoin Forum
May 29, 2024, 06:46:12 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 ... 463 »
1681  Bitcoin / Electrum / Re: Electrum 4.1.0: Two warning messages on: April 04, 2021, 11:17:45 AM
Electrum doesn't have to be installed. You're only installing the utility required to upgrade the package and also upgrade the package itself. But as I said, it'll be fine without upgrading as well.

By "utility", did you mean "pip"?

According to https://electrum.org/#download, the only dependencies that one needs to install are:

Code:
sudo apt-get install python3-pyqt5 libsecp256k1-0 python3-cryptography

I only need to install the following if I wish to install Electrum (https://electrum.org/#download):

Code:
python3-setuptools python3-pip
Yes. Requests is not a mandatory module to be installed. It's only required to get locale and an older version should work fine as well.
1682  Bitcoin / Electrum / Re: Electrum 4.1.0: Two warning messages on: April 04, 2021, 08:20:38 AM
Thanks for your suggestion but I do not wish to install pip because I do not want to install Electrum. The latter can be run without it being installed (https://electrum.org/#download)
Electrum doesn't have to be installed. You're only installing the utility required to upgrade the package and also upgrade the package itself. But as I said, it'll be fine without upgrading as well.

Do you think Debian 11 (Bullseye) will have "requests-2.25.1"? If yes, I can wait for Debian 11 to become a stable release. It is only a few months from now.

Yeah it will. If you prefer to not install anything, then this is probably the way to go.
1683  Bitcoin / Bitcoin Discussion / Re: Marvel featuring Bitcoin!!😀 on: April 03, 2021, 11:45:07 PM
There is no such thing as illegal transactions honestly. It's more trackable. They are literally digging a hole for themselves if they do not know that and soon enough a lot of Governmental bodies will be after them.

Honestly some things we have to know:
1. They are famous.
2. They have a lot of fans
3. This is bound to boost the popularity of Bitcoins
4. The price might pump.

( Hold them !!!! )
You might've misunderstood the entire topic.

The hit with the bounty in Bitcoins was referenced in the show. If this doesn't sound illegal to you, then I'm not sure what jurisdiction you live in. It is fictitious so no government or law enforcement would come after them. I don't expect them to have any impact, no one other than Bitcoiners would care that they referenced Bitcoin in their shows. After all, who doesn't know that Bitcoin exist?
1684  Bitcoin / Bitcoin Discussion / Re: Marvel featuring Bitcoin!!😀 on: April 03, 2021, 02:47:35 PM
Nothing new, tons of other shows has featured this. Mr Robot for example. It is almost always being used with illegal transactions which doesn't give it a good portrayal.

Not saying that it isn't good; bad publicity is still publicity but I would very much like for it to be portrayed positively instead Tongue.
1685  Bitcoin / Wallet software / Re: Bitcoin and default mobile wallet on: April 03, 2021, 10:47:31 AM
Maybe if the users can choose to do so then they should add that kind of feature, if forcing to adopt bitcoin down their throats is the only problem when it comes to adding this feature then my suggestion could possibly solve it but the other problem is that it will fall under the "not your keys, not your coins" category.
You meant giving the choice to the user to install the app themselves if they want to?

Yeah, you can already do so through your app store. There is no such thing as default Bitcoin wallets; making people use a certain app goes against the ethos of Bitcoin.
1686  Bitcoin / Wallet software / Re: Bitcoin and default mobile wallet on: April 03, 2021, 10:17:10 AM
No one likes bloatware. This is a terrible idea and I'm not sure if it is even allowed on most mobile service providers.

People won't use Bitcoin unless there is a reason to and most commonly, it would be some incentives from using it which most companies won't have. Forcing Bitcoin on people doesn't bode well for its image nor increase the adoption by any significant amount.
1687  Bitcoin / Wallet software / Re: wallet security on: April 03, 2021, 08:58:39 AM
do you know the best way to create a secure paper wallet?
Rather than focusing on getting a paper wallet, try getting an airgapped wallet instead. Paper wallets are not very secure in the sense that it is only a backup method. The main thing that you should be focusing on is the generation and the spending part.

I'll probably just recommend you to search for guides to make an airgapped wallet. You can do so by using a LiveUSB with an OS distribution and just install and generate your wallet completely offline. You can also spend it offline by signing the transaction on that offline device and thus ensuring that the private keys and the seeds are never exposed.
1688  Bitcoin / Wallet software / Re: Check address balance from seed phrase on: April 03, 2021, 08:38:44 AM
It would be cool to have something similar in Electrum wallet, but I am probably asking for impossible things.
Probably possible. But would be adding much more load on the existing servers.

No, mycelium support BIP44, BIP49 and BIP84 derivation paths.
OP said Pre-Segwit but yep you're right.
1689  Bitcoin / Wallet software / Re: Check address balance from seed phrase on: April 03, 2021, 08:09:29 AM
So far it is not a wallet file backup, you shouldn't bother about password used or not. Seed phrase importation will exclude the password. Also, seed phrase importation support HD wallet, even if it is hardware wallet used, it will still work on BIP39 wallets.
Seed phrase extension is available with BIP39.

That is the function of wallet, if bitcoin was sent to any of the address the wallet controls, it will not display zero balance, if you follow what nc50lc comment. Or, so far it is BIP39 wallet, you can import it on wallets like mycelium to check it out.
MyCelium has BIP44(?) derivation path so unless you're using a wallet with the same derivation path, you can't find it.


If you're willing to give up your privacy: https://blockpath.com/wallets/local/101?action=appxpub.
1690  Bitcoin / Wallet software / Re: wallet security on: April 03, 2021, 07:51:25 AM
I don't trust anything that requires the user to go online to generate any addresses. As the browser has to load the script from the website, it'll mean that it is totally possible that the site owner can insert a backdoor or any MITM attacks can happen as well. Browsers are not specifically designed to generate addresses anyways, I would rather just download a desktop wallet and do so myself.

However, if you want to see the script for bitaddress, go here[1]. During the generation, it calls for the CSPRNG function within the browser and salts the entropy with mouse movement as well as other random variables.

[1] https://github.com/pointbiz/bitaddress.org
1691  Bitcoin / Electrum / Re: Electrum 4.1.0: Two warning messages on: April 03, 2021, 05:28:33 AM
Reproducible. Not an issue as Electrum won't run if it is a critical problem.

In your terminal, install pip and then upgrade requests.

Code:
sudo apt-get install python-pip3
pip3 install requests -U

Electrum uses requests-2.25.1 but Debian 10 doesn't have that.
1692  Bitcoin / Bitcoin Discussion / Re: A fake app in apple app stole his life savings in bitcoin on: April 03, 2021, 03:56:03 AM
I think it's more on Google Apps store than Apple as the later has a very tough security although hackers can still hide their intent but Apple is very active in removing this apps the soonest.
I wouldn't install anything sensitive without verifying its authenticity first. Apple doesn't allow sideloading apps and thus you can't validate the binaries before installing it. For Android, at least you can validate the signature before pushing the apk to your phone.

The problem with those apps is that they don't usually contain any malware or exploit but steals the key in a very obscure way such that it is hard to detect without any reports.
1693  Other / Beginners & Help / Re: Safe Seed? What is the cheapest fire resistant seed phrase material to write on? on: April 03, 2021, 02:07:04 AM
Is stainless that much better than copper?

How about brass?

I guess I really ought to get a hammer chisel set.
Brass will be a better choice than copper as it is more corrosion resistant.

Brass will still corrode more than stainless steel and has a lower melting point and softer. In Jlopp's tests most of the higher rated ones uses stainless steel or titanium except one which used copper and you can see that it corroded quite badly.
1694  Bitcoin / Bitcoin Technical Support / Re: How to use PSBT with online node and offline node for cold storage usage on: April 03, 2021, 01:59:55 AM
Thanks for this information!  This is exactly what I'm looking for.  I will update this thread when I get back to my nodes to test this out, however I'm a little concerned it's not working on your testnet.
Oh, I didn't edit that part. It took me quite some time to demonstrate and get the syntax right.

It's working perfectly. The only part that is not working is getting it to work in the UI.
The reason I prefer Core for cold storage is needing the two pieces of the puzzle - the wallet.dat and encryption password.  This way I can confidently store these in separate location with no worries about theft, compared to a seed list.  Yes I realize you can split the seed sheet up into separate parts, but the Core route works for me.
You don't have to strictly backup your wallet (in the case of Electrum) using the seed phrase. If you want, you can back it up in a method similar to Core using the wallet file encryption with the seed and the addresses all being encrypted in the wallet file.
1695  Bitcoin / Electrum / Re: Get address/balance of password locked wallet on: April 02, 2021, 06:15:34 PM
You can either encrypt the file fully (which is enabled by default) or only encrypt the keys.

It doesn't hurt to just try to open it first.
1696  Other / Beginners & Help / Re: Safe Seed? What is the cheapest fire resistant seed phrase material to write on? on: April 02, 2021, 05:43:24 PM
Aluminum sounds easier to work with.  What about those fire safe bags + aluminum sheet?  Seems like easy and fireproof enough.
Aluminium is fairly weak and oxidises. No such thing as fireproof, only fire resistant.

That being said, if you're doing any etching, try to find some forms of alloy. Most non-alloys are fairly soft and have a comparably lower melting point. If the security is of any concern to you, you can probably sandwich two plates of metal together with the seeds facing each other. If not, there are commercially available solutions which are not so eye-catching.
1697  Bitcoin / Wallet software / Re: Which is the best cold wallet? on: April 02, 2021, 05:35:05 PM
Found the cool concept of the cold storage based on  the sound wallet developed by  krach  The developer is active forum user but his original thread is abandoned long time ago so I decided to revive the discussion of his wonderful idea here. With available laser technique the recording of such encrypted sound wallet on a durable plate seems to be the task which is not hard to complete even at home. What do you think?
It is not a cold wallet. It is merely a form of backup.

Steganography is not uncommon. You can obviously do so yourself but putting it on a vinyl disk is probably one of the most terrible ideas; expensive and short life span. I'd rather etch mine on a metal, probably cheaper and more durable by far. I really doubt the general population has a working vinyl disk, not even something that can write on it.
1698  Bitcoin / Wallet software / Re: Questions about Casascius Bitcoins on: April 02, 2021, 05:15:28 PM
i believe those private keys are in a special shorter form called mini private key format that can be found here:
https://en.bitcoin.it/wiki/Mini_private_key_format
in that case the key has to be converted to a normal WIF first then that should be imported in a wallet. casascius has some tools on github for it.
Electrum supports mini private key. Casascius's mini keys were 22 characters instead of the usual 30. Electrum will support anything more than 20 if it is valid.

It's simple to actually just do the whole process of obtaining a standard WIF yourself. Just SHA256 it and you'll get an ECDSA private key which can easily be converted into a WIF.
1699  Bitcoin / Wallet software / Re: Mycellium vs CoinBase?Whats the difference? on: April 02, 2021, 03:12:49 PM
MyCelium is a wallet and coinbase is primarily an exchange. Coinbase can and will collect personal data about you, have certain level of control over your coins as well.

Coinbase also does not offer any sort of discounts for on chain transactions as well. MyCelium, though being less polished, still offers far more security as well as privacy.
1700  Bitcoin / Bitcoin Technical Support / Re: How to use PSBT with online node and offline node for cold storage usage on: April 02, 2021, 02:22:52 PM
It's completely possible, though I'm currently having difficulty doing so but that is on testnet so I'm not too sure about main net.

On your offline computer, go to Help>Console and key in this:

Code:
getaddressinfo YOURADDRESS

You should get an output with loads of info. And take note of that field.


Generate another receiving address and transfer both the desc and that receiving address to the online Bitcoin Core.


Next, go to your online Bitcoin Core and key in this:

Code:
importmulti '[{"desc" : "wpkh(026641b79d7ffa40ddf994f0277c2649f3ddcbd871194ba6ef87687daea22ca503)#zl4yt8hu","timestamp" : 0,"label" : "watch-address-test", "watchonly": true}]'
after that,

Use the code below
Code:
walletcreatefundedpsbt '[]' '[{"DESTINATION ADDRESS":AMOUNT}]' '{"includeWatching":true,"changeAddress":"CHANGEADDRESS"}'

Afterwhich, you'll have a long string. Copy that and save it to a file and transfer it to the offline computer.



On the offline computer, go to the file and copy the string again. Then go to Bitcoin Core, File>Load PSBT from clipboard.

A dialog will show up with the information, double check that the change address specified is from your offline wallet, the destination is as intended as well as the amount. If everything checks out, press sign TX. Press Copy to clipboard and save it to a file for transfer to your online computer.

After moving it to your online computer, open the file and copy its contents to clipboard. On the online Bitcoin Core, go to File>Load PSBT from clipboard and check it one final time before pressing Broadcast TX.



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.
Pages: « 1 ... 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 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 ... 463 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!