Bitcoin Forum
June 30, 2024, 11:53:50 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 ... 311 »
1421  Bitcoin / Development & Technical Discussion / Re: VanitySearch (Yet another address prefix finder) on: January 02, 2023, 07:21:29 AM
why do i occasionally get this error after running the program for few hours?
Since it run for hours, look for hardware or software issues specially the GPU and its driver.
You're basically straining the GPU's processes for hours so hardware issues that's not occurring at idle may show symptoms.
If it's Vanitysearch, you should get errors right off the bat.

Is there any additional command line options that you've added?
1422  Economy / Web Wallets / Re: 1.6 BTC locked on Blockchain.com on: January 02, 2023, 06:39:55 AM
Do you have any successful login authorization in the past and the related "Authorize log In" email?

Because you can try to ask your ISP to set the specified IP address in the email in order to skip Blockchain's login authorization process.
Of course, use the same browser that you've used in that session.
1423  Bitcoin / Electrum / Re: Default electrum wallet on: January 02, 2023, 03:56:35 AM
Ok, next day I try and load the wallet, NOW it wants a password. Doesn't take my old password. I'm wondering if I forgot? Tried several variations. nothing.
Electrum doesn't have a central server for wallets, the server that you see in the network menu is for finding transactions and verification purposes,
the wallet files are saved in your PC's disk, usually in: electrum.readthedocs.io/en/latest/faq.html#where-is-my-wallet-file-located
That said, there's no way for others to set a password in your wallet remotely unless your PC itself can be controlled remotely/physically.

What do I do? I have money in one account and its not connected to my electrum wallet and I have no idea why? I didn't start a new wallet when I opened the older app, and I have no idea why it didn't merge.
It's not the first time I've heard from newbies of Electrum wallet suddenly asking for a password but there's never been a bug in Electrum that does that.
Most of the time, it's a user who got confused, failed to remember what really happened, not telling the whole truth.

Please provide as much info as described in this sticky topic: [READ BEFORE POSTING] Tech Support Help Request Format

For now, try to look for other possible wallet files.
There's a chance that your old Electrum wallet is a "Portable Version" which uses a different data directory which saves the wallet files in its own wallets dir.
It's usually the "wallets" folder inside "electrum_data" folder inside the same directory where electrum-portable executable is located.
1424  Bitcoin / Bitcoin Technical Support / Re: Unconscious CPFP (I presume) on: January 01, 2023, 11:07:53 AM
Quote
Q2) Could the said dependency be the cause for the wallet not being able to apply RBF on TX1 (after successfully being able to do in on TX2)?
Not sure, but did you have enough balance to pay for the extra fee? Put in mind that the change you received from TX2 does not count as that transaction is not valid any more!
If that's the case, TX2's input (TX1's change) is not enough to fill both transaction's total fee plus 1sat/vB rate of the replacement txn.

Electrum's default rbf behavior is: "decrease change, or add new inputs, or decrease any outputs" in particular order.
Replacing TX1 will invalidate TX2 anyways so it'll use TX2's input for additional fee.
1425  Bitcoin / Bitcoin Technical Support / Re: Transaction (Identical Addresses) on: January 01, 2023, 06:37:59 AM
-snip- What I want to say is, for the users saying it will succeed are they saying so out of personal experience or based on the idea that since it's identical address then it should succeed?
Most of those who have advanced understanding of Bitcoin or blockchain must have said it because of the famous phrase: "there're no addresses in the blockchain".
In the background, sending to the same address is just the same as other transactions.

I think the confusion is brought by treating Bitcoin like a bank account,
that's the reason why I've linked a beginners guide in my previous reply for OP to understand that it doesn't work that way.
1426  Other / Meta / Re: First column image is smaller than the others, a bug? on: December 31, 2022, 06:38:13 AM
Follow this guide to circumvent that bug (or smf forum limitation?): /index.php?topic=5395275.msg59916092#msg59916092
There are a couple of workaround but I believe this method has cleaner result.
1427  Bitcoin / Bitcoin Technical Support / Re: Transaction (Identical Addresses) on: December 31, 2022, 04:24:09 AM
Because the addresses for sending and receiving are identical.
There shouldn't be any issue by doing that.
In the background, you're spending an "Unspent Transaction Output" (UTXO) which will be used as an input of the transaction
and with it, create new UTXO(s) which will be the output(s) of the transaction.

Basically, the input is a script the you've unlocked to spend coins and the output is a script that locks coins from that input;
it's only shown as address in your wallet, so...

TL;DR: When sending bitcoins, you're not actually sending to addresses.


There's more info about Bitcoin txns here:
1428  Bitcoin / Bitcoin Technical Support / Re: Unconscious CPFP (I presume) on: December 30, 2022, 11:27:58 AM
<…> In other clients, like Electrum: it's possible to replace the parent but by doing so, it will invalidate the children txns. <…>
I was actually using Electrum (mobile), but since I bumped TX2 (the child TX) I didn’t get a chance to see what would have happened to it (child TX2), had I bumped TX1 instead.
If you're using Desktop, the child will suddenly vanish from your history and nodes will remove it from their mempool since its input(s) are now missing.
If the recipient of TX2 is also Electrum, it will appear as a "local transaction" instead of "unconfirmed parent", broadcasting it will just return with "input missing or spent error".

I haven't tested it in Mobile Electrum but based from the info in the OP, it seems like it's the same as Bitcoin Core where you wont be able to replace the txn if it has a child txn.
Interesting, I though both Android and Desktop versions work the same way.
1429  Bitcoin / Bitcoin Technical Support / Re: Unconscious CPFP (I presume) on: December 30, 2022, 08:18:41 AM
Q1) Would it be correct to infer that TX1 was mined alongside TX2 because what I pulled off was a CPFP

Q2) Could the said dependency be the cause for the wallet not being able to apply RBF on TX1 (after successfully being able to do in on TX2)?
[A2] It depends on the client, for example in Bitcoin Core: you wont be able to replace the parent if it already has a child saved in your mempool or wallet.
In other clients, like Electrum: it's possible to replace the parent but by doing so, it will invalidate the children txns.

[A1] Yes
1430  Bitcoin / Development & Technical Discussion / Re: Request for information about reorganizations in Bitcoin on: December 30, 2022, 06:18:40 AM
Is there already any tracker of it, perhaps? I would appreciate data from a reliable node.
There can't be a reliable tracker since each node can experience a specific reorg while others don't.
The nodes that didn't receive the orphaned block(s) don't have to reorg since they have the valid block(s).

In other words, a "tracker" may say that there's a reorg in xx date while others say there's none.

If you have a Bitcoin Core node, you can use getchaintips command to see if you've reorgs.
"active" height is the current tip, "valid-fork" is when it performed a reorg, while others are likely reorgs.
1431  Bitcoin / Bitcoin Technical Support / Re: Core 20.0 node unreachable on: December 29, 2022, 12:18:05 PM
I'm having the same issue. More than a week ago I set up a full bitcoin node. It is synchronizing correctly, but it seems like its not reacheable from the internet Undecided
If you're willing to enable UPnP in your router and in Bitcoin Core's setting or bitcoin.conf file, it should do the trick.
(What are the security implications of enabling UPnP in my home router?)

Different router models have different settings so you'll have to find it yourself, try Google search: UPnP <router model>.
You can enable UPnP in Bitcoin Core's GUI in "Settings->Options->Network->Map port using UPnP" or add a line upnp=1 in your bitcoin.conf file.
1432  Bitcoin / Wallet software / Re: How to install and operate bitcoin core wallet? on: December 29, 2022, 09:51:02 AM
I will definitely go to try a full node, if it does take several weeks to load and if that supports pause and resumes then I am ok with it. But if takes more than that time and doesn't have the feature to pause and resume it will be best for me to use just the wallet.
I bet that there'll be lot of pause and resume that'll happen...
Please remember when shutting-down your computer, make sure that Bitcoin Core is fully closed before doing so.
Means that it should finish displaying the small "Bitcoin Core is shutting down" screen; also do not force-close it if your PC found-out that it's still running in the background.

Also, Bitcoin Core's GUI may appear frozen during the initial block download but don't worry since it's still running in the background.
If you need to shutdown the PC while it's not responding, do not force-close it; wait for it to respond (which it will after a few minutes) to do the normal closing process.

That's because just one abrupt shutdown could halt your progress that require a time-consuming "repair" process.
1433  Bitcoin / Wallet software / Re: I found a paper wallet on a beach ... seriously on: December 28, 2022, 05:01:49 AM
-snip-
- There is no way for you to return it to the rightful owner because addresses are anonymous in Bitcoin. Now, if the owner of that paper wallet has another backup, and he knows it's lost, he probably moved the contents of that paper wallet to another bitcoin wallet address.
This thread is essentially "solved" after a few replies starting Page10 (here's the link | then OP's reply)
The paper wallet he found is nothing but a scam and it's one of the hundreds of thousands paper wallets scattered near OP's vicinity.
1434  Economy / Exchanges / Re: I am a bit confused about this... on: December 27, 2022, 08:05:25 AM
Take note that by using "BTC(SegWit)" Deposit option in Binance, you wont save any transaction fee on your deposit.
Isn't paying to bech32 addresses slightly cheaper than paying to legacy addresses?
If I am not wrong, with replacing each of legacy outputs with a bech32 output, you reduce the virtual size of your transaction by 3 vbyte.
Yes, but that size difference is too low to even consider "save on fees" in regards to the selection of deposit option in Binance.
Unlike using SegWit as an input.
1435  Bitcoin / Bitcoin Technical Support / Re: Recommended python library for beginners? on: December 27, 2022, 05:41:25 AM
Thanks, going with bit.
You can refer to this topic if you're going to include all address types to your deposit options since native SegWit address (bc1) is not documented in the library or their dev guide page (dev guide):
  • bitcointalk.org/index.php?topic=5431352.msg61498631#msg61498631

Reading it will save you time later.
1436  Economy / Exchanges / Re: I am a bit confused about this... on: December 27, 2022, 05:01:50 AM
Take note that by using "BTC(SegWit)" Deposit option in Binance, you wont save any transaction fee on your deposit.
It's them (Binance) who'll save on fees when consolidating those deposits. (you'll save fee if you're using SegWit input [sender], not the output [receiver])


The only use of those two options "BEP20" & "BEP2" is if you're depositing from another exchange using those "Networks".
In the background, they'll send "non-Bitcoin Tokens" on the selected network (Binance Smart Chain or BNB Beacon Chain) which has same value as Bitcoin when deposited.
It only has value inside of those Exhange when credited to your Bitcoin balance
so do not keep them outside of the Exhange as much as possible if you somehow decided to select those when you withdraw (seriously, don't)

The initial reason those are added is to save fees and time, but given that Bitcoin's optimal fee is small most of the time, those are quite obsolete.
1437  Bitcoin / Bitcoin Technical Support / Re: Invalid private key error on: December 26, 2022, 04:16:54 AM
This error is showing up immediately on FinderOuter.
This must be a typo, yes?
Because FinderOuter will just fail the search after exhausting all the permutations.
1438  Other / Beginners & Help / Re: Issue with GekkoScience 8 Port Base Hub on: December 24, 2022, 08:32:04 AM
And just today, all of the 6A ports are getting no power the only 2 that works is the 2 fan ports
The fan port is the 2pins at the side, not the USB port labeled with "D", that's the "power-only" Port D.
For reference:

(image from Amazon)

-snip- but if it’s the capacitors I really need to research to see if it is or take it someone to be repaired
It has non-solid capacitors, the top will appear bloated if it's busted.
You might also need to get your PSU checked since it could be the issue why the ports are getting broken one by one.
1439  Bitcoin / Bitcoin Technical Support / Re: Invalid private key error on: December 24, 2022, 04:16:00 AM
-snip-
Yesterday, I was watching a YT video of Bitcoins in early days of 2009 to 2011 era and the presenter was speaking about P2PK and P2PKH. Since the keys was received in early 2011, I presume the keys belong to P2PKH address.
Unfortunately, that has nothing to do with the private key's invalidity.
It's all about the script type of the transaction of which the P2PK may have incompatibility with some wallets like Electrum.
The private key should work, still valid today, the issue would be failing to sync (find) the transactions if the outputs are P2PK. (Bitcoin Core will work just fine)

P2PKH on the other hand are the common "legacy" transactions that we see today, there shouldn't be any issue syncing those.
1440  Bitcoin / Bitcoin Technical Support / Re: Privacy wallets on: December 23, 2022, 11:35:40 AM
If not, I would like to know if there is a way to check the balance of an address using the btc network and not a blockchain explorer, for example with some node calls running btc core.
Is the "some node" your node or other's node?
Because if the latter, it's no different than checking using a blockexplorer since you'll still have to trust the owner of that node.
If privacy is the concern, you'll have to setup your own node and use it as the server if you'll not use Bitcoin Core's wallet.
Pages: « 1 ... 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 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 ... 311 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!