Bitcoin Forum
June 19, 2024, 06:21:35 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 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 ... 309 »
1301  Other / Beginners & Help / Re: Full node already bt new bitcoin-core gui want to reindex all on: February 06, 2023, 09:32:59 AM
In the welcome GUI i put the location of my bitcoin directory already with the full node.
As we can see it says that he'll download again all the blockchain and if he does that he'll erase all my directory.
Thanks
That message in the Welcome Screen is always there whether you have a backup or not.

The question is, are the contents of mnt/61CCC2CO311E1DCA/Bitcoin the data directory or just the Bitcoin Core binary?
Because usually, the datadir starts with a lowercase "b" instead of uppercase "B".
Also, if your old setup is "pruned", you'll have to set the new setup to prune with the correct size.

To be sure check if it contains a "blocks" folder, if it's there, check the contents if it reaches 500GB+ of data.
Also check if there's a "bin" folder inside it.
1302  Other / Beginners & Help / Re: Full node already bt new bitcoin-core gui want to reindex all on: February 06, 2023, 04:34:47 AM
Now, there is a way that bitcoin-core read directly without a reindexing all please?
You need to keep the exact data directory so that Bitcoin Core can "see" that there's nothing changed.
"Exact" as in including the wallet.dat files and other files in it, not just the blockchain or Bitcoin Core.

For example: if you're using the default data directory, paste the old "bitcoin" folder into the same directory and Bitcoin should just continue to reach the tip without a reindex.
If you've set a custom datadir in the GUI before: in the "Welcome Screen", point to the directory where the "bitcoin" folder is pasted.
1303  Bitcoin / Electrum / Re: Electrum Lightning Network walkthrough on: February 06, 2023, 04:09:13 AM
-snip-
Does anyone know if there is currently a convenient way to choose which channel you want to be used to send a LN transaction, when you have several channels opened, without having to freeze all the other channels during the transaction please? Same question when you need to receive a payment through a generated invoice : is there a way to receive the payment on a specific channel without freezing all the other channels till you receive the transaction?
Freeze is the only way to accomplish that unfortunately.

You can utilize rebalance to reduce a channel's inbound capacity by sending your other channel's amount to it so that it can't be used to receive until it gains inbound capacity again.
Selecting two channels using CTRL-click will enable the grayed-out "Rebalance" button.
You can also setup channels to Electrum's trampoline nodes and others with normal nodes so whenever you disable "Use trampoline routing", your channels with trampoline nodes will have their send capacity frozen.
But those are more inconvenient than just freezing the channel's inbound/outbound capacity.
1304  Bitcoin / Electrum / Re: Electrum 4.3.4 Android, privacy of wallets on: February 05, 2023, 03:50:25 AM
-snip-
The downside is your data will be stored (encrypted) to a central server.
Right, btw what is the encryption and would you worry about it?
Quantum squad?
AES with your master public key's various hashes: github.com/spesmilo/electrum...plugins/labels/labels.py#L32-L48 & /labels.py#L188-L192
The "data" by the way is just your labels, not a security issue but privacy rather.

Quantum... Aren't those just supercomputers emulating quantum computing?
(I don't know much about those, don't answer, it's off-topic)
1305  Bitcoin / Electrum / Re: Electrum 4.3.4 Android, privacy of wallets on: February 04, 2023, 09:49:21 AM
3.
I did these privacy tweaks to ensure better privacy on the LN side. Please comment if you find me totally lost here:

- Turned off trampoline nodes, going with gossip. Saw a few lectures and I understand that there are not enough trampoline nodes yet to increase anonymity set?
- create recoverable channels: no. - If it's on 'Analysis' will be able to identify my wallet as Electrum. Is that correct? - Downside is if I delete the wallet my LN channels are unrecoverable?
Additionally, with trampoline nodes enabled, you're limited to the hard-coded trampoline nodes so by opening a channel with them, it's already a given that you're using Electrum.

For recoverable channels, you're also correct.
There's an additional data in the form of OP_RETURN which usual open channel transactions doesn't have.

2.
Can wallet names be changed once they've been created? (I can't find a way on the Android app)
If you decided to follow the "restore seed phrase" route to circumvent that limitation,
you can enable "Label Sync" plugin in the settings so that when you restore the wallet from seed, it'll restore the labels as well.
The downside is your data will be stored (encrypted) to a central server.
1306  Bitcoin / Bitcoin Technical Support / Re: Public key has balance, but sweeping private key shows no UTXOs on: February 04, 2023, 04:00:24 AM
-snip-
I'm fairly certain I would have been working from an active wallet.
Was the issue the button being grayed-out or it returned with similar "no UTXOs" message as Green?

If the former, the recipient address/wallet below may not be auto-filled, selecting an active wallet should do the trick.
If the latter, there's only one reason that it didn't found any UTXO: the server that you're connected to may be missing those UTXO.
Additionally, you can't be offline at that time because otherwise, "Sweep Private Key" wont be clickable to access that window.
1307  Bitcoin / Bitcoin Technical Support / Re: Public key has balance, but sweeping private key shows no UTXOs on: February 03, 2023, 05:37:56 AM
-snip- Would still like to understand why Sparrow and Blockstream Green failed with this key, but in any case the offline Electrum solution is better.
Sparrow displays the (correct, it matches the paper key) compressed public key when I sweep the private key. But it won't allow me to create the transaction.
In Sparrow, was "Create Transaction" unclickable?
Because it wont be if there's no loaded wallet or address in "Sweep to:" where the bitcoins will be swept.
Or was it in the next steps?

In Blockstream Green, 'sweep' isn't available.
Sweep in Blockstream Green for Android seems to be non functional since I'm getting the same "No UTXOs found" message. (may be a bug)
1308  Bitcoin / Bitcoin Technical Support / Re: Inquiries about Bitcoin Core on: February 03, 2023, 04:50:52 AM
I'm looking forward to contributing to the Bitcoin-core project. And I also found some good first issues on the Github, but I'm having a hard time downloading the entire node on my laptop (for testing and all). So, is there anything I can do here?
For testing, you can use "Regtest" which can be set-up in minutes and mine blocks in seconds.
You can read more about it in the developer reference's "Testing Application" page: developer.bitcoin.org/examples/testing.html
1309  Bitcoin / Electrum / Re: Window closing sound? on: February 03, 2023, 04:41:42 AM
Go to the volume mixer in Windows 10 and expand it so that you can see the volumes for all applications. Then just turn off the one that's under Electrum. It really should not be playing sound anyway - I haven't found anything in the source code (so far) that would suggest that is happening, so perhaps it is part of the Windows Sounds that also has to be muted.
You're correct that it's not part of Electrum but my best bet is it's the sound that I've mentioned above.
It's part of Window's alert when the user is clicking outside of the active window which wont be disabled by muting Electrum's sound in Volume Mixer.
I'm guessing that his bot is double-clicking or mis-clicking somehow.

As an addition to my post, it can be muted by setting the "Default Beep" sound to "none" in System Sounds.
Shortcut is in "Search->type and click: change system sounds->Scroll-down and click: Default Beep"; below, replace the default "Windows Background.wav" into "none".
1310  Bitcoin / Electrum / Re: Window closing sound? on: February 02, 2023, 06:45:42 AM
The balance should be displayed at the lower-left without needing to click the "green circle" (when all on-chain confirmed) balance distribution icon.
Also, there shouldn't be any sound associated when closing that window.

Does the sound similar to Window's "Asterisk" sound file? (Google for reference)
Because if so, that'll play in Electrum if you mis-clicked anywhere in Electrum window but outside of that balance window instead of the 'x' icon or 'Close' button.
(try to reproduce it manually)
1311  Bitcoin / Development & Technical Discussion / Re: How can I generate a Bitcoin address using a pen and a paper? on: February 02, 2023, 06:31:03 AM
Thank you for the help, I'm not a computer type of guy, I understand math and equations, hopefully will try to understand all of these programming terms and somehow figure out to write them down on paper in the form of numbers, as I have observed, all of the algorithms use the basic mathematics, so it should be possible to break them down into small pieces for a human mind to fathom the equations used behind them.
For SHA256, try any input in this website and judge if the steps are possible to reproduce by hand:
Link: https://sha256algorithm.com/
The buttons at the right-hand side of the input control the steps.
1312  Bitcoin / Bitcoin Technical Support / Re: Bitcoin Offline Wallet on: February 02, 2023, 04:36:17 AM
-snip-
because I want to transfer all of my bitcoin holdings from my trust wallet to a more secure wallet that has higher security.
If Air-Gap cold-storage setup isn't an option, you can consider 2FA Electrum which is categorically safe.
It requires a 2FA device which should be your phone with Authenticator app and (third-party) additional service fee for the 2FA service.
As long as you keep your seed phrase safe and generated it offline, your wallet will be safe even if the computer/wallet gets hacked.

For information and security reasons, you must read and follow the suggestion in Electrum's 2FA wallet setup wizard:

Image from: electrum.readthedocs.io/en/latest/2fa.html
1313  Bitcoin / Electrum / Re: Request address balance from any Electrum server on: February 01, 2023, 05:36:33 AM
Can Electrum servers be used to confirm payments for website invoices?
It's possible if you can mimic Electrum's connection with the servers (it's open-source): github.com/spesmilo/electrum/blob/master/electrum/network.py
For example, there are other clients/wallets that can use Electrum's server like "Blue" and "Sparrow" to mention a few.

But as mentioned above, most Electrum server implementations have even smaller limits than blockexplorer APIs, which is set by default.
1314  Bitcoin / Bitcoin Technical Support / Re: Hashtopolis BTC password recovery on: February 01, 2023, 05:12:04 AM
I second that Windows Defender may be removing the file as hashtopolis client downloads it.

I'd suggest you to add an exception to the whole working folder "C:\Users\Studio\Desktop\New folder",
by following these steps: support.microsoft.com/en-us/windows/add-an-exclusion-to-windows-security
1315  Bitcoin / Bitcoin Technical Support / Re: Inquiries about Bitcoin Core on: February 01, 2023, 04:33:08 AM
As far as I know, Bitcoin Core does not support 2FA, Multi Signature, and Hardware Wallet, is it true?
There are "external signers" to be able to use Bitcoin Core with your hardware wallets but it's tagged as "experimental".
If you want to know more, read the documentary about it in Bitcoin's GitHub repository: github.com/bitcoin/bitcoin/blob/master/doc/external-signer.md

...As you can see, it's not end-user-friendly.
1316  Bitcoin / Bitcoin Technical Support / Re: Electrum wont connect to bitcoin core on: January 31, 2023, 06:26:42 AM
in electrum config, in server ive put <ip_address:50002:s>, ip address from hostname -I in terminal.
-snip-
anyone have any suggestions?
Are you running your own server?
e.g.: "Electrum Personal Server", "Electrs", "ElectrumX", etc.

For the setup, follow this tutorial from Electrum's official documentation: https://electrum.readthedocs.io/en/latest/tor.html
1317  Bitcoin / Electrum / Re: Problem in Electrum multisig using Trezor on: January 31, 2023, 05:50:42 AM
-snip-
I went online and it worked. I used Tails, without persistent, I guess it would not compromisse my passphrase.
The wallet file and electrum data directory which will be stored in the persistent drive will not contain any data that'll compromise your Trezor.
In worst case scenario, an attacker can only get access to your transaction history.
1318  Bitcoin / Electrum / Re: Problem in Electrum multisig using Trezor on: January 30, 2023, 11:05:50 AM
-snip-
Yes, it is segwit. I will try all these steps and get back to you here.
Was v4.0.9 had the same error? Because I might have misunderstood that part in the OP.
If so, the commit that I linked might not be the cause of issue.
1319  Bitcoin / Electrum / Re: Problem in Electrum multisig using Trezor on: January 30, 2023, 04:20:30 AM
Is it SegWit? Try to use Electrum v4.3.2 if the issue will persist.

If not, it may have something to do with this Commit: https://github.com/spesmilo/electrum/commit/d3227d7489fe327bd40e891a517c86bd207227ec (in v4.3.3)

If still there, enable logging and check if it has something that's related to the error.
You can enable logging in "Tools->Preferences->Misc->Write logs to file" (restart Electrum), reproduce the error and then disable logging.
Log is in "logs" folder inside Electrum's datadir (location).
1320  Bitcoin / Electrum / Re: Connecting to a node? on: January 30, 2023, 03:03:52 AM
Okay guys. Here is what she told me:
Quote
It is an Electrum... Its electr
But I don't know how to find that info
Is there a way I can show her how to obtain her IP address and port number? Keep in mind she is no expert at this stuff, and I am not a whole lot ahead of her in that regard.
That'll be a long shot, he needs more than his node's IP and port in order for you to connect to his node.

For the server, it's the latter "electrs": https://github.com/romanz/electrs (but there are other options)
There aren't any available binaries so he'll have to compile it himself, go to "doc" for the instructions.
Pages: « 1 ... 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 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 ... 309 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!