Bitcoin Forum
October 10, 2024, 03:52:08 AM *
News: Latest Bitcoin Core release: 28.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 ... 296 »
761  Bitcoin / Electrum / Re: address reuse within Electrum on: February 12, 2024, 01:58:41 PM
In electrum would I need to pick under the tab Receive>expires> never expires (address)
The expiry time doesn't matter at all.
Take note that addresses do not expire and you can still receive bitcoin even after the expiry time. The expiry time is for the request, not for the address.

is it ok to pick 1 week expires and would that mean I still get a 3rd address under Coins tab of electrum if the money was received within 1 week?
Whenever you receive bitcoin (even after the expiry time), you will see the new coin in your wallet.
762  Bitcoin / Armory / Re: Sending P2PKH bitcoin to a P2PWKH address on: February 10, 2024, 05:04:42 PM
But my suggestion will be to sweep your keys into another wallet like electrum (you can still use it as cold wallet too).
You can't sweep you private key into electrum, if it's offline.
If OP wants to make the transaction using electrum without the private key connecting to the internet, he/she should create a watch-only wallet for making the unsigned transaction and another wallet with importing the private key on an offline device for signing the transaction.
763  Bitcoin / Bitcoin Technical Support / Re: Which one is the best offline Paper wallet ? on: February 10, 2024, 11:45:58 AM
Download an open-source trustworthy wallet like electrum or sparrow, run it on an air-gapped device and generate a wallet.
In this way, you can have a large number of addresses all generated from a seed phrase. You will also have a master public key which can be used for generating your addresses without any need to your seed phrase.
Write down your seed phrase on a piece of paper. (It's recommend to keep multiple copies of your seed phrase in different places.)


This would be much better than a wallet with single private key and address.
Writing down a seed phrase is much more easier than writing down a private key and you won't have to generate a new wallet every time you need a new address.
764  Bitcoin / Development & Technical Discussion / Re: Softwallets, Bumping and Cancel Feature on: February 09, 2024, 10:37:44 PM
Also, you can just import your seed into wallets that supports the rbf feature and bumb the fee.
Your transaction can be flagged as RBF only when you make that and there is no way to turn a non-RBF transaction into a RBF-enabled transaction.
In the case you have made a non-RBF transaction, it will be still non-RBF even if you import your wallet into a software supporting RBF.
765  Bitcoin / Development & Technical Discussion / Re: BIP-125 and maximum total of 100 transactions to be replaced on: February 09, 2024, 04:19:09 PM
The general limit for the maximum descendants of 25 for transactions would limit your ability to do so as well. Because of the double counting as stated, you probably can have less than 100 unique descendants for the limit to be reached as well.
But the 100 transactions don't have to be in a single chain.

I can make a transaction with 99 outputs and then spend those 99 outputs in separate transactions.
If I replace the transaction including 99 outputs with RBF, nodes would remove 100 transactions from their mempool.
766  Bitcoin / Development & Technical Discussion / Re: BIP-125 and maximum total of 100 transactions to be replaced on: February 09, 2024, 02:07:56 PM
So there is absolutely no way of limiting transaction replacements, but you could do a million replacements as long as all requirements are met?
If by million replacements, you mean replacing a transaction million times, yes. There is no limit for that.
The limit we have is that the total number of transactions that should be removed from the mempool after replacement must not be bigger than 100.
767  Bitcoin / Mycelium / Re: [Mycelium Android] Transaction stuck for ~2 weeks, can't bump the fee on: February 09, 2024, 01:40:37 PM
Can someone explain why do the mempools have to keep those unconfirmed transactions for so long?
Nodes don't have to keep transactions in their mempool. Each node can have its own settings. There are many nodes that use default settings and drop unconfirmed transactions from their mempool after 14 days.

Also why does mycelium force rebroadcast when the right solution is not to rebroadcast (or at least let the user choose)
That's how it has been designed.
I think if you don't open your wallet, mycelium will no longer rebroadcast your transaction.
768  Bitcoin / Bitcoin Technical Support / Re: BCH, BSV in Casascius coins on: February 06, 2024, 06:12:18 AM
By "move your bitcoin" I guess you mean "sending the bitcoin to another wallet" ?
Yes.


Also,  "sign your transaction offline" means "disconnect first, then import the private key into the wallet" ?
With just connecting your internet connection when signing the transaction, you don't really increase your security. For more security, you should import your private key into a wallet on an air-gapped device.


(how does it verify if there is no connection?)
You should have two wallets. One created with your private key on offline device and a watch-only wallet on an online device.

Here is a good guide.
How to spend from an offline paper wallet using Electrum
769  Bitcoin / Development & Technical Discussion / Re: SegWit address organization website link shows now a suspicious website on: February 05, 2024, 11:12:40 PM
I have never used the website in question and I would avoid it even if it was working.
You should never use online websites for generating a bitcoin address.

If you want to have a bech32 bitcoin address, install a trustworthy open source wallet like electrum or Sparrow and create a wallet. In this way, you can have multiple addresses all generated from a seed phrase.
For more security, It's recommended to generate your wallet offline on an air-gapped device.
770  Bitcoin / Electrum / Re: What is best way to maintain your privacy sending payment with Electrum wallet? on: February 05, 2024, 10:58:24 PM
I looked under Electrum's preferences tab but didn't see proxy option, which tab to enable proxy?
If you are on the desktop version, click on the circle located at bottom right corner of the window. In the new window, go to "Proxy" tab.
If you are on the mobile version, tap on the circle located at top right corner of the screen. Go to "Network" and after that tap on "Proxy settings".
771  Bitcoin / Bitcoin Technical Support / Re: BCH, BSV in Casascius coins on: February 05, 2024, 09:20:05 PM
You don't need to use a wallet that supports bitcoin along with the forked coins.
Import your private key into a wallet that supports bitcoin and move your bitcoin. After that, you can import your private key into a wallet that supports the forked coins to spend them. 


Here are some tips for ensuring the security of your fund.

  • Use a trustworthy open source wallet.
  • It's recommended to import your private key into an air-gapped device and sign your transaction offline.
  • First move your bitcoin and then go for forked coins.
772  Bitcoin / Bitcoin Technical Support / Re: compressed and uncompressed addresses on: February 04, 2024, 11:46:10 PM
By cheaper transactions do you mean on the blockchain network?
The fee you pay for sending bitcoin from an uncompressed address is slightly smaller than the fee you pay for sending bitcoin from a compressed address.


Therefore a legacy address is uncompressed and a SegWit address is compressed. Correct?
First note that when we say "uncompressed address", we mean that the address has been derived from an uncompressed public key and when we say "compressed address", we mean that the address has been derived from a compressed public key.

You can generate different legacy addresses using each of compressed and uncompressed formats of your public key. They are both standard and you can use each of them. It's recommended to use the compressed address.

When it comes to bech32 addresses, you can still generate different addresses using each of compressed and uncompressed formats of your public key, but the one that is generated from the uncompressed public key would be non-standard and it would be very difficult to spend fund from that.
773  Bitcoin / Bitcoin Technical Support / Re: compressed and uncompressed addresses on: February 04, 2024, 11:19:02 PM
However, I've learned that although sending Bitcoin from a legacy address to a SegWit address isn't possible but it is possible to send Bitcoin from a SegWit address to a legacy address, and I haven't figured out why.
You are wrong.
You can send bitcoin from any type of address to any type of address you want. This means that you can send bitcoin from segwit address to legacy address and vice versa.
774  Bitcoin / Bitcoin Technical Support / Re: compressed and uncompressed addresses on: February 04, 2024, 09:49:11 PM
We have compressed and uncompressed addresses, because the public key can be either compressed or uncompressed.
When bitcoin addresses were introduced for the first time, they were all derived from uncompressed public keys. In 2012, it was decided to generate addresses from compressed public keys to decrease the transaction size.

An uncompressed public key includes 130 characters, while a compressed public key includes 66 characters and takes less space.

But then how can we identify compressed and uncompressed addresses?
If the address is yours, you can know that with checking the public key or the private key.
If there's outgoing transaction from the address, you can know whether the address is compressed or uncompressed with checking the raw transaction.

If the address is not yours and there's no outgoing transaction from the address, there is no way to know whether it's compressed or uncompressed.
775  Other / Beginners & Help / Re: Please I need guid to set-up Electron wallet on: February 04, 2024, 11:06:54 AM
So how can I know my Bitcoin address?
Tap on "Receive" button and "Create request". Select "Address" and you will see a QR code which contains your address.
You can tap on the "QR code" to see the address itself.

Take note that every time you do this, electrum gives you a new address and they all are yours.
To see all your addresses in one place, tap on your wallet name at top left corner of the screen and go to "Address/Coins".
776  Bitcoin / Electrum / Re: What is best way to maintain your privacy sending payment with Electrum wallet? on: February 04, 2024, 09:28:29 AM
OP can simply connect his electrum wallet to Tor for privacy, if he cannot run a full node as stated by posters above.
With using TOR connection, you can hide your IP address, but you would still rely on a third party for getting transactions data and broadcasting transactions. The server you are connected to can link all your generated addresses with each other.


It is important to know that when you are using an electrum wallet using one same address to send and receive funds over and over again is not idea when it comes to your privacy because you can easily get hacked.
Your security depends on the security of the your device, how you generated your wallet and how you keep you keys. When it comes to security, it doesn't matter whether you reuse addresses or not.
777  Bitcoin / Electrum / Re: address reuse within Electrum on: February 04, 2024, 08:44:17 AM
You can send from only those 2 (addresses)
How do I get more there, I want to increase from 2 to as many as possible so how do I do that? Why just 2?
Coins tab displays your coins and the address associated with each of them. The coins you own are associated with two of your addresses and all addresses are empty. That's why you see two address in Coins tab.
Once a new address of your wallet receives fund, you will see the third address in coins tab.
778  Other / Beginners & Help / Re: Transferring bitcoins from a paper wallet to Electrum wallet for Android on: February 03, 2024, 06:37:37 PM
Sorry but...how the two wallets get in touch with each other then?
I mean, one of the two wallets is always offline!
For making a transaction offline, first you create an unsigned transaction on your watch-only wallet. Then you export the unsigned transaction and import it into your offline wallet. You sign the transaction on the offline wallet and after that you import the signed transaction to the online device and broadcast it to the network.
779  Other / Beginners & Help / Re: Transferring bitcoins from a paper wallet to Electrum wallet for Android on: February 03, 2024, 05:47:48 PM
How am I supposed to use my bitcoins to pay for something by a paper wallet? That’s why I need a hot wallet, right? Do I have any other choice?
A paper wallet should be generated offline and the private key should never connect to the internet. Otherwise, you would defeat the purpose of a paper wallet.
If you generated your paper wallet using on an online device, that's not really a paper wallet.

You can import your private key into a hot wallet and spend your fund, but that's not recommended. For more security, it's recommended to import your private key on an offline device (preferably to be air-gapped) and sign your transaction there.
Take note that for making a transaction offline, you would need two wallets. You would need to create a wallet with your private key on an offline device and a watch-only wallet on an online device.
The offline wallet is used for signing the transaction. The online wallet is used for creating the unsigned transaction and broadcasting the signed transaction.


I edited the post to fix a typo.
Thanks Roberto12345 for the correction.
780  Other / Beginners & Help / Re: Transferring bitcoins from a paper wallet to Electrum wallet for Android on: February 02, 2024, 07:29:09 PM
What is the derived address?
I mean the address which has been generated by your private key in electrum. Is that correct?

As I already said, to check the address generated by your private key, you can tap on your wallet name at top left corner of the screen and go "Addresses/Coins".
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 ... 296 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!