Bitcoin Forum
June 21, 2024, 08:00:36 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 [184] 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 ... 309 »
3661  Bitcoin / Electrum / Re: sent testnet coin from p2sh-segwit address to native-segwit address error on: September 10, 2020, 03:47:37 AM
I actually succeeded sending by upgrading 4.0.2, but I'm would like to stick to 3.3.8.
Too bad, you won't be able to use that wallet file to 3.3.8 unless you have a backup or create another copy (which is easy).

It seems like it was an issue of compatibly with a certain Trezor firmware version:
https://github.com/spesmilo/electrum/issues/6214 Read the replies to the issue for more info.
3662  Bitcoin / Electrum / Re: Need help with Old Electrum Wallet on: September 09, 2020, 06:46:33 AM
by the way, What are the pros and cons, if I loss the "2FA" code, can I still access my wallet
-snip-
There's no pros when you lost your 2FA code/device  Tongue
If it's the pros and cons of using 2FA, then I'll add another that wasn't mentioned here:
Since it's a 2/3 multisig address, your transactions will be larger in size which will make your overall transaction fee (mining fee) higher than a non-multisig Electrum wallet.

For example:
"1in-2out" (1 input, 2 outputs) TXs created by a Legacy Electrum wallet will have an average of 220vB in size.
An average legacy multisig Electrum wallet's 1in-2out transaction would be 370vB; 210vB for SegWit multisig.
While it's 150vB in average for native SegWit.
The difference isn't much for 1sat/B tx fee rate or for a 1-input transaction,
but if you need to pay 50sat/B+ or have to use more inputs, the difference will be consequential.

TL;DL: That said, at least create a SegWit Multisig wallet instead of the legacy one to save transaction fees.
But just like regular SegWit addresses, some services and exchanges still don't support them.
3663  Bitcoin / Electrum / Re: Fake Electrum version 4.0 and hardware wallets on: September 09, 2020, 03:30:46 AM
-snip-
You said your last Electrum version "was" 3.3.2, so have you upgraded to the latest version?
If yes, don't sweat the server selection, bad servers can only block your transaction broadcast at worst, the message will be a generic error msg.
If you want, you can use electrum.blockstream.info:50002 as server, that is 100% surely isn't a phishing server but I can't vouch for the privacy part.
3664  Bitcoin / Development & Technical Discussion / Re: There are 2^256 private keys out there: how big is that number? on: September 09, 2020, 03:08:33 AM
Not really. A hash is just a number (or perhaps more accurately, a string of bits). Hexadecimal is a way of representing numbers in base-16.  A hash can be represented in many ways because it is just a string of bits. For example, a Bitcoin address is a hash (plus some other things), but you normally see it as base-58, and not hexadecimal. Base-64 is also a common way to represent hashes.
A re-post, I see.
Perhaps I should edit it as "represented as HEX by most tools" to clear things up, thanks.
That part of the reply is based from Blackhatcoiner's previous post that mistakenly identified the 'private key in hex' as hash because hexadecimal outputs are most likely what he's been seeing in hashing tools.
3665  Other / Beginners & Help / Re: A quick guide on `How the hash of Bitcoin block is calculated?` on: September 08, 2020, 07:43:28 AM
The version, previous block hash, and bits, are essentially fixed numbers and cannot be changed by the miner.
Actually, the version can be changed without generating an invalid block.
That's what miners with "Overt ASICBOOST" has been exploiting to get an extra nonce without the need to recompute for a new merkle root.
3666  Bitcoin / Electrum / Re: electrum wallet node on: September 08, 2020, 07:16:41 AM
I do not see the first " use tor proxy " selection on my wallet, that's also interesting.
AFAIK, that option was removed in the latest versions, I too can't see that option.

I don't know what happened, I just disconnected and reconnected, and the stuff if here.
If it's newly launched/installed, your Electrum client will have to download the "block headers" from the connected nodes before it can be displayed as "online".
The whole file is now around 50,553kB, so that might have taken a short while to finish.
3667  Alternate cryptocurrencies / Mining (Altcoins) / Re: Lokking for a mining app like btctools/awesome miner software on: September 07, 2020, 04:32:58 AM
There's none because it's not feasible for a mobile processor to mine POW coins.
If you can find one that's being advertised as "miner", it's most likely a scam, faucet, a gimmick or both.
One example of those gimmick + faucet-like "mining app" was Electroneum app which acts as wallet with internal "fake" miner.
But now, they took away the 'ETN miner' feature.

If there's a legit one (sadly, I don't have any recommendations), it will take a lot of time to get a decent payout.
3668  Bitcoin / Electrum / Re: Fake Electrum version 4.0 and hardware wallets on: September 07, 2020, 03:53:15 AM
How does the upgraded ElectrumX server mitigate this issue? Does it keep a blacklist of fraudulent servers and exclude them from the network?
Most of them will perform a DOS attack to the connected old vulnerable client to keep it offline without error messages hoping for the user to upgrade to the latest version.
Reference: https://github.com/spesmilo/electrum/issues/5195#issuecomment-473157912
But since there's still a good chance that Electrum will connect to a "bad server" if server selection is set to automatic, these phishing incidents will still arise.

In the other hand, any "good servers" or clients can't blacklist "bad servers",
you can manually connect to good server that gets your client online though.

If I ignore the message, do I simply try to send again, and hopefully connect to a legitimate server?
That message alone is harmless if you ignore it.
But you must upgrade before trying to send again since it will hard to find a good server that lets you connect.
It's not always recommended to use outdated software; whether it's Electrum or not.
3669  Bitcoin / Electrum / Re: Creating new electrum wallet using HW on: September 06, 2020, 05:03:20 AM
Yes, that should do it. m/49'/0'/1' will derive the addresses/keys for the second account.
Is it the same process if I wanted to create another account in native segwit? The difference is I will be using BIP84 derivation scheme of m/84/0'/1'?
Yes, the numbers in the derivation path have a meaning:
m / purpose' / coin' / account' / change / index

That gives the 3rd number as 'account' in BIP44/BIP49/BIP84:
3670  Bitcoin / Electrum / Re: Creating new electrum wallet using HW on: September 06, 2020, 04:45:00 AM
The first account I have is a native segwit with a derivation path of m/84'/0'/0' while the second is a nested segwit with a derivation path of m/49'/0'/0'. If I am going to create let's say for example another nested segwit account using ledger, is it correct that I am going to change the path to m/49'/0'/1'?
Yes, that should do it. m/49'/0'/1' will derive the addresses/keys for the second account.

Also, I accidentally created a duplicate account with a same derivation path of the nested segwit account I have and fortunately I did not encounter any issue in deleting them since it is just a duplicate, that is why I want to verify if changing the derivation path to create another account is the correct way in doing this.
That's because Electrum won't automatically create a wallet based from the second or next accounts if you try to create another one unlike Ledger live.
3671  Bitcoin / Bitcoin Technical Support / Re: About Bitcoin Lightning Network and transaction fee on: September 05, 2020, 05:37:12 AM
Opening and closing a channel costs the same fee as any normal transaction.
Please, is this fee for opening and closing of channel a one-time off fee or does one need to pay every time one makes a transaction using the LN? I am asking to know the advantage of using this process over the regular blockchain because I have read people advising others to use the LN. Kindly reply.
Yes, it's only for one time for each channels.
When you successfully opened a channel, that should be enough to transact through LN multiple times until you run out of sending/receiving capacity.

You only need to close the channel when you want to get your bitcoins back to your on-chain funds.
3672  Bitcoin / Bitcoin Technical Support / Re: Possibly scammed, need tech advice please :) on: September 05, 2020, 05:28:34 AM
I'm not familiar with forums, but if any staff want to close the thread they may!
-snip-
There should be a "lock topic" button at the bottom-left side of the page to close this thread.

I've done what appears to be successful CPFP (Child pays for parent) on the transaction.
The txid is 6d65c98ea01bad8d98045794729b7d1b93936a11faad0e3bd126e9223d2ee297
yeah, that did it, that's quite a transaction fee though.
3673  Bitcoin / Bitcoin Technical Support / Re: Possibly scammed, need tech advice please :) on: September 05, 2020, 04:31:42 AM
You can potentially expedite the  transactions by sending the unconfirmed bitcoins to yourself with a fee that is high enough to be confirmed quickly. This is called CPFP (Child Pays For Parent).
I'm working with someone right now who's showing me how to set up this very thing using Electrum and my Ledger. If this works I'll come back and confirm that it does.
Thanks!
You're in the same situation as this guy: Re: Bitcoin transaction pending for quite long,
it would take a very high transaction fee to CPFP it to 1mb-from-tip since there are 8 more parent transactions that are all unconfirmed with the same fee rate and vSize.
but at least you can bump that unconfirmed transaction group closer to the tip of the nodes' mempools.

Example: All 8 unconfirmed parent transactions (including your 2nd transaction) are all 166vBtes with 1699sat fee (10sat/vB).
If you CPFP with 100sat/byte and that transaction have 166 vBytes size (average).
The tx group will only have an effective fee rate of 20sat/vByte [30,192/1494=20], not enough for fast transaction at this moment.

That site must have been spending the unconfirmed change of the other clients' withdrawals creating a chain of unconfirmed transactions.
It's based from this: Your withdrawal transaction's input is the change of your other withdrawal transaction.
And if you perform CPFP to the first transaction in the OP (35c1ff29f.....), it will affect the second transaction.
3674  Bitcoin / Bitcoin Technical Support / Re: Bitcoin transaction pending for quite long on: September 04, 2020, 11:19:41 AM
https://www.blockchain.com/btc/tx/8609f53cea4b37a77162281c0b57a80c3402bde602c0e53978c0ad41a865a81e
Transaction pending for more than 24 hours. Will it go through or get cancelled? How much time it will take? Can I speed it up now?
It's more than just low transaction fee.

The parents that have much lower transaction fees are all unconfirmed and formed a long series of unconfirmed transactions.
You transaction can't be confirmed unless its parents get confirmed.

Here's the list of the first 7 including yours:
And 1 more unconfirmed parent that has 4sat/vByte fee rate.

Try to compute the necessary TX fee using the post above but take the unconfirmed parent's vsize and fee in consideration.
I bet it'll take a huge fee for CPFP to work in your case, so [TL;DR] I'd suggest to just wait it out.
3675  Bitcoin / Electrum / Re: Forgot order of my 12 seed phrase for my electrum wallet on: September 04, 2020, 04:08:55 AM
Quote from: Forgotseedorder
What if I install the same version of electrum I used in 2018?
That should work since it's the same version but do not use it in your online machine.

Has it ever happened that Electrum does not accept a seed from an older electrum version? I’m not sure what could be the problem.
So the "cold storage device" is another Electrum in an Air-gap machine...
It never happened to me aside from simple unnoticed typo.

If ever this is some sort of bug, you can use the "master private key" to restore the wallet to the new version (Standard->Use a master key).
You can get it in the console (View->Show console) though getmasterprivate() command.

Safer method: Since you already have the cold storage Electrum, exporting the "master public key" in the wallet information is good enough, it will create a watch-only wallet;
you can sign the transaction created using the online watch-only wallet using the cold storage by following this set-up:
https://electrum.readthedocs.io/en/latest/coldstorage.html?highlight=usb#create-a-watching-only-version-of-your-wallet
3676  Bitcoin / Electrum / Re: Forgot order of my 12 seed phrase for my electrum wallet on: September 04, 2020, 03:06:41 AM
Okay, it's grayed out if not ticked so the seed phrase must be invalid and it's not a BIP39 seed either because of the BIP39 checksum failed.
It is most likely another kind of seed from other wallets or it's also scrambled.

I'll restore old seeds from old Electrum versions to try reproduce this.
Although AFAIK, Electrum has been keeping backward compatibility with its seed phrase.

-Edit-

Seeds from old versions and not-so-old version works just fine in 4.0.2
3677  Bitcoin / Electrum / Re: Forgot order of my 12 seed phrase for my electrum wallet on: September 04, 2020, 02:53:34 AM
I found the correct order by miraculously recovering my cold storage device. However, when inputting the seed to another computer on the latest version of electrum the next button stays grey. -snip-
Tick "BIP39 seed" in the options.
If it say "BIP39 (checksum: ok)", then it's another seed phrase and not generated by Electrum.

At least try to continue the wallet creation to check the seed phrase stored in that "cold storage device".
3678  Economy / Web Wallets / Re: (NEED HELP ASAP) Bitcoin wallet problems on: September 03, 2020, 07:37:38 AM
SS 2 and SS 3 are the same.

You don't need to go to "Buy/Sell Crypto" to move it to your default "My Bitcoin Wallet".
Refer to 'SS 1', the "send" window, just fill the "amount" in BTC to be exact (bec. fiat equivalent changes fast) then hit "continue".

If it suggested to use "max" and you can't continue, then click it.
3679  Economy / Web Wallets / Re: blockchain second password on: September 03, 2020, 07:25:40 AM
Yes for ledger; and basically more than that, most hardware wallets will prompt you to "confirm" in the hardware device itself (to sign) a transaction in order to send it.
3680  Economy / Web Wallets / Re: blockchain second password on: September 03, 2020, 07:22:35 AM
Hi, no im sure they deleted in months ago you can check yourself. The whole second password section is gone, I even tried opening new accounts, gone and also customer support confirmed its gone. I have a trezor wallet somewhere bought it 2-3 years ago, i will look for it but I just honestly didnt like the layout back then so I stopped using it, is ledger easier to use? more user friendly?
Hmm, that's weird, how come I can see that quoted text right now?
My dummy account is in my second tab and I'm looking at that feature that's turned on.

Here's the screenshot:


Maybe they kept it for old accounts, that's a bummer then.
Pages: « 1 ... 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 [184] 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 ... 309 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!