Bitcoin Forum
July 04, 2024, 04:29:42 AM *
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 ... 311 »
1301  Bitcoin / Bitcoin Technical Support / Re: Bitcoin Core wallet to sparrow on: February 22, 2023, 03:53:10 AM
is there any reliable solution to import the wallet to either sparrow or electrum, and get a seedphrase that way?
You can import the "descriptor" or "master private key" to Sparrow but you can't export a seed phrase from it.
Also, it's not possible to create a seed phrase from existing master private key, the steps in seed generation from 'seed phrase' to 'seed' to create the Master PrvKey is irreversible.

Quote from: crocket69
from what i found out i need a seedphrase to split up the inscriptions.
Can you show us the source of that info?
Because depending on the procedure, you might get away with just individual private keys or others.
1302  Bitcoin / Electrum / Re: Backup on mobile Electrum on: February 21, 2023, 08:24:19 AM
-snip-
Out of curiosity... where did Electrum export your wallet backup to? Or were you using a copy of the 'actual' wallet file that you exported from the protected app folder using 'root' permissions?
Should be in your internal storage (not root), inside a folder named "org.electrum.electrum".
There'll be no notification but an in-app message near the center of Electrum saying "Backup saved" followed by the backup directory.
1303  Other / Beginners & Help / Re: Private keys, addresses? on: February 21, 2023, 03:06:23 AM
-snip-
Thanks, I didn't mean to search for the puzzle, I mean if there are 2^160 or 2^160.8 ish addresses in total, is there any way we could skip looking in the 256 bit range, since by looking in that range will cost us power of 2^96  more computational power, which is a huge waste of resources and would take billions of years while 2^160.8 is extremely cheaper even though that would also take thousands of years.
Okay, the third sentence is still applicable to the question regardless of its relation to the puzzle.

As explained by others, there are more private keys than addresses but the possible collisions aren't grouped in a specific range,
address derived from a prvKey in 160-bit range could have a collision within the same range so we can't just excempt prvKeys from 161~256-bit in the search.
And addresses don't have a "range" or any indicator from which private key it's derived from.
1304  Other / Beginners & Help / Re: [Guide] How to create your customized Bitcoin-Address (vanitygen) – step by step on: February 20, 2023, 04:18:24 AM
-snip-
I successfully generated address via CPU but I want to generate it via GPU. Followed the steps but then I got this error.
Try VanitySearch, Vanitygen may be too outdated for your new generation RTX Nvidia GPU.

VanitySearch Bitcointalk Thread: https://bitcointalk.org/index.php?topic=5112311.0
VanitySearch GitHub Repository: https://github.com/JeanLucPons/VanitySearch
1305  Other / Beginners & Help / Re: Private keys, addresses? on: February 20, 2023, 04:04:11 AM
This is puzzle related. How can I be certain that after searching the whole 160 bit range, I didn't miss any address/private key?
-snip-
Because the creator of the puzzle said so plus the consistencies in the solved puzzle ranges.
Because there's no way to verify that the unsolved puzzles' keys are really within that range, so it's not guaranteed by any data or math.
We only got the addresses (and some public keys) and as you know it, we can't guess the private key's range based from those information alone.

For reference, here's the puzzle creator's post: http://bitcointalk.org/index.php?topic=1306983.msg18765941#msg18765941
1306  Bitcoin / Electrum / Re: Electrum address beyond the gap limit on: February 20, 2023, 03:07:22 AM
when I want to open the wallet, electrum gives the error: can not read file/UnicodeDecodeError
It looks like this error is from opening a newer wallet.dat file to an older version of the electrum wallet -snip-
For reference: doing so will return with a different error which is noted with the supported maximum "storage version" of the used Electrum Client version.
It's the "seed version" that's recorded in the wallet file.
1307  Bitcoin / Electrum / Re: Connecting my Electrum wallet to my MyNode on: February 19, 2023, 09:11:47 AM
You can't connect your node to Electrum by just using IP of your node without ElectrumX or Electrs if I where you setup ElextrumX or Electrs you can follow the guide here below
-snip-
He's using "myNode" (introduction) which has a built-in Electrum server which should work out of the box when enabled.
Given that Sparrow and Blue wallets work without issue (through Electrum server option), there must be something in his Electrum client that's causing the issue.
1308  Bitcoin / Electrum / Re: Connecting my Electrum wallet to my MyNode on: February 18, 2023, 05:46:14 AM
-snip- I have watched some videos on how to connect my electrum wallet to my node and all the videos show a "Server" tab in the Network window. In my case, I only see the Overview and Proxy tabs - there is no server tab.
Those videos must have been created a year ago when the "Overview" and "Server" tabs are separate.
In the latest version, the server tab is merged with the overview tab.

It shouldn't be the cause of the issue though.
1309  Bitcoin / Bitcoin Technical Support / Re: Setup Bitcoin Core for receiving inbound connections on: February 18, 2023, 04:19:02 AM
-snip-EDIT:

My router also has UPnP enabled and I've tryed to check the "map ports with UPnP" in the GUI, on options, without any result.
So, router and node seem to be configured correctly; also, enabling UPnP usually works after restarting the node.
I'm guessing that it may have something to do with your ISP.

Check your "debug.log" file if there's any entry that hints of inbound connection attempts.
It's in the data directory, open it as text.

Quote
Do you have any entries in your bitcoin.conf file or the GUI's settings?
No entries. I just tried adding "listen=1" but then deleted it.
Yes, that'll only be necessary if you're connecting through Tor.
1310  Bitcoin / Hardware wallets / Re: Trezor T showing wrong balance? on: February 17, 2023, 04:29:47 AM
Probably similar to Ledger's usual error where it shows twice bitcoin amount, something fixable by rescanning the blockchain.
In Trezor Suite, follow this guide (take note of your settings so you can change them back): trezor.io/support/a/discovery-error-issue
1311  Bitcoin / Bitcoin Technical Support / Re: Setup Bitcoin Core for receiving inbound connections on: February 17, 2023, 04:13:38 AM
Do you have any entries in your bitcoin.conf file or the GUI's settings?
If there are, please show them (remove the sensitive parts like RPC credentials).

Have you restarted the router and PC after setting port forwarding and static IP?
Depending on the router, it may require a restart.
1312  Bitcoin / Electrum / Re: Backup on mobile Electrum on: February 17, 2023, 04:03:15 AM
The backup file is a complete copy of your wallet file. It should be compatible with PC Electrum and protected with the password that you've set.
I tried exporting a backup of my electrum wallet on Android and import it into electrum on PC but it didn't work. I assume there is a compatibility issue.
Here is the error message I got when I tried to import the wallet backup file:

That's because the wallets' versions don't match, the error is self-explanatory.
You can import an older wallet file to a newer Electrum client but not to an older Electrum client.

You're using either of the versions 4.0.2 up to 4.07 in your Desktop while using the latest in Android.
(based from the "storage version" in the error)
1313  Other / Beginners & Help / Re: [Warning]: Malicious PyPi package found, replacing crypto related addresses on: February 16, 2023, 04:49:30 AM
A new PyPi packages has been discovered by Phylum that targets crypto related wallet address thru typo-squatting. So the new attack includes the following packages:

And then once it is installed, it will quietly replace any crypto wallet address copied to the user’s clipboard with the attacker’s controlled wallet addresses.
To be more precise: Those packages are the target of typo-squatting which mark them as the "attacked packages" and not included to the new attack.

It's a good thing that you've included a link to the article in OP because the ambiguity in the post may cause some misunderstanding (already did?).
1314  Bitcoin / Electrum / Re: Electrum address beyond the gap limit on: February 15, 2023, 01:20:46 PM
-snip- It seems that i added an additional address, but it doesn't show up in the address list anymore.
It's only possible to add a private key to a wallet with seed in the old versions.
IIRC, it's around v2.7 or close (2016), so if your wallet is that old and you did imported a private key to your wallet, then it's not covered by your seed phrase.
You can only restore it by importing its private key or get from the actual wallet file where it's imported.

For reference, old Electrum will show you this warning when you try to import a private key to an HD wallet:
1315  Bitcoin / Electrum / Re: Help me to create a multisignature wallet with Electrum on: February 15, 2023, 03:45:27 AM
Do I need Bitcoin, satoshi to sign a transaction as one of cosigner?
If the wallet is 2-2 cosigner, do all two cosigners have to spend satoshi for transaction fee when signing it?
No, cosigners will only sign the transaction to finalize it, there's no fee involve in signing transactions.
The fee is set while creating the unsigned raw transaction from the difference of the inputs' and outputs' amounts.

Quote from: SeriouslyGiveaway
Can I use a seed from single signature wallet and gets its master key as a cosigner for a multi-sign signature wallet? or do I have to use a seed from a multi-sign wallet with its master public key?
Electrum's MultiSig setup is using the same Electrum seed as its standard wallets so you can use it.
It doesn't have a specific MultiSig 'reserved number'; only "Standard" (via console), "SegWit" or "2FA".

Quote from: SeriouslyGiveaway
I did not use Bitcoin multi-signature wallet but with smart contract multi-signature wallet, only the last cosigner who execute transaction must have native currency for on-chain transaction fee.
I have a feeling that we're in an "XY Problem" situation here.
Please elaborate.
1316  Bitcoin / Bitcoin Technical Support / Re: LN node: balances mismatch on: February 14, 2023, 02:03:21 PM
It could be but the amount labeled as "Not Available" is not corrisponding to the missing amount.
-snip-
What am I missing?
In the "Channels" tab, do you have any other channel beside those two?
If so and if it's offline or similar, it may be the listed "Not Available" balance.
1317  Bitcoin / Electrum / Re: Help me to create a multisignature wallet with Electrum on: February 14, 2023, 12:36:50 PM
After I created a Cosigner 1 and got its master key, Electrum asked me Master public key of the cosigner 2. What to do because I am creating both Cosigner 1 and Cosigner 2 and I did not have Master public key of Cosigner 2?
While "Add Cosigner 2" window is open, you can still launch another instance of Electrum where you can start creating Cosigner2.
After getting to that part where it shows you the master public key, paste that to the "Add Cosigner 2" window.
In the other instance's next window, paste Cosigner1's master public key.

I am learning to create a multisignature wallet with Electrum.
-snip-
Two keys on a same device so multisignature does not make sense?
For learning purposes, that makes sense.
For real-world usage, it defeats the purpose of MultiSig.
1318  Bitcoin / Bitcoin Technical Support / Re: Bruteforce wallet on: February 14, 2023, 02:34:03 AM
I had the erlier password in keepass but i tried recovering keepass files but they are corrupted. is it possible to recover old keepass files and open them ? :/
Do not waste your time recovering it from the corrupted files.
You old password will not help you recover the current password, that is unless you made a backup of the wallet file before the password has changed.
1319  Bitcoin / Bitcoin Technical Support / Re: Bruteforce wallet on: February 13, 2023, 12:13:44 PM
-snip-
How long should i let that run ?
I did some rough estimation to give you a "reasonable range" like I suggested and the result is you can only search up to 5.
With a token of %1,5in; you'll exhaust that within 2 weeks at that speed.
%1,6in will take about 2 years, more will be impossible.
The bottom-line is, using random character search for the whole password wont work for long passwords.

As I previously mentioned, it's pointless unless you can remember a good portion of your password.
1320  Bitcoin / Bitcoin Technical Support / Re: find a checksum to a wallet btc on: February 13, 2023, 07:20:55 AM
If the input is the address, all you have to do is to decode it with base58 and then get the last 4 Bytes.

Address: 1H5aq8vssj9fCKdw2mYEn8enzpUMEBsUZ7
Decoded: 00b05fea8c3768f8fbb48f9c778bb36b91334cf7a169e65f22
Last 4 Bytes: 69e65f22 (which is the correct checksum)
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 ... 311 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!