Bitcoin Forum
June 19, 2024, 06:46:07 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 123 ... 309 »
1441  Bitcoin / Bitcoin Technical Support / Re: Is there pitfalls in making a vault by time locking a transaction? on: December 11, 2022, 11:07:28 AM
As another security measure I have decided to sign another similar transaction dated a little earlier, addressed to my cold storage address, to prevent spending in case of a potential "5 dollar wrench attack" makes me disclose the original transaction's hash and the "hot" wallet keys to an attacker.
Better if the signed raw transaction to your cold-storage has higher fee rate enough to replace the other transaction.
But since full-rbf still isn't widely used yet, set the original transaction as 'replaceable' in case you need to replace it with the back-to-cold-storage txn.
That will give you a few minutes to "cancel" that transaction.
1442  Bitcoin / Armory / Re: Deleting Armory wallet on: December 11, 2022, 07:00:41 AM
I tried to find answer here but no luck so I will ask - risking that the answer is already available on some place I did not look into.
-snip-
So question is: What actuality happens if Armory is used and wallet deleted from after use by pressing Delete/Remove Wallet button on the Wallet Properties screen?
The wallet file from your Armory datadir will be deleted in the file system as well.
The file name should be similar to "armory_xxxxxxxx_encrypt.wallet".

Here's a related topic with sufficient answers: Delete/Remove Wallet - shred/overwrite, or merely filesystem delete?
1443  Bitcoin / Bitcoin Technical Support / Re: Can't reach my node on: December 10, 2022, 11:14:36 AM
-snip-
Ok, so before this I will try to connect using Bitcoin Core from another computer...
Do you have any hint for doing that?
I can't reliably tell based from the available info.
But since you've used -proxy, -listen is automatically disabled which made your node unreachable
So try to add "-listen=1" to the command or "listen=1" to your bitcoin.conf file.

Also, if you decided to try the suggestion above, prioritize "addnode" since "connect" will limit you to the nodes that you've set.
1444  Bitcoin / Bitcoin Technical Support / Re: Invalid private key error on: December 10, 2022, 04:37:29 AM
Also, can anybody suggest me what needs to do if few of the digits in privkey are not in base 58 table. I shall check Base 58 table and retry.
You can try FinderOuter tool by Coding-Enthusiast: https://github.com/Coding-Enthusiast/FinderOuter

Follow these steps to use it to find the possible correct characters:
  • Open FinderOuter and go to "Missing Base58" tab.
  • Select the options at the right-hand side - "*", "Private Key" and "AddrUnComp".
  • On the left-hand side, paste your private key in "Base-58 encoded string" and replace the characters that aren't Base58 with *
    for example: 5J1F7GH*dZG3s*CKHCwg8Jvys9xUbFsj*nGec4H1**Ny1V9n*6V
  • In the text box under it, paste your address.
  • Then Click "Find!" and it will start to fix your WIF private key; it will use most of your machine's CPU process while working.
  • Results will be displayed below.

Of course, it wont display any result if it can't find any valid private key with the characters that you've given.
1445  Bitcoin / Bitcoin Technical Support / Re: Can't reach my node on: December 10, 2022, 04:06:36 AM
I also tried to connect Electrum to it with the following command:
You need any implementation of Electrum Server to be able to connect your Bitcoin Core to Electrum.
You can try: https://github.com/spesmilo/electrumx - from the main developer of Electrum.
1446  Other / Beginners & Help / Re: A Bitcoin Question on: December 09, 2022, 09:02:29 AM
-snip- Does the value of my Bitcoin increase if, one day, everyone else loses their private keys but me?
There's the 'law of supply and demand' in economics but it doesn't entirely rely on that.
In your scenario, you can sell the only accessible bitcoin (that you have) with the price that only you can dictate since there'll be no other seller.
So it's up to you if the price will increase or not; but realistically speaking, having near zero liquidity in exchanges can cause it to drop to zero in a matter of minutes to hours.

Plus Bitcoin's price isn't dictated by Bitcoin, I mean not by the developers nor the code; it's the market.
So having all people (the "market") lose their private keys for whatever silly reason, could drop the price to zero.
1447  Bitcoin / Electrum / Re: delayed electrum transaction on: December 09, 2022, 05:51:03 AM
-snip-
another lesson learned today about transactions on the electrum wallet.  Thank you sir for this insight and making me understand more on how transactions are carried out on the crypto  space  but am curious to know if this works for every wallet transactions involving bitcoin.
Yes to non-custodial wallets since transactions have to be included in the blockchain.
For transactions with unconfirmed parent, the parent has to be confirmed first or together with the child transaction(s).
Bitcoin withdrawals from custodial wallets/exchanges also subjected by this but you do not have the control on the fee rate, their charged "withdrawal fee" wont be directly used as transaction fee.

For transfers between non-custodial wallet (e.g.: Coinbase to Coinbase), it's different;
on-platform transactions wont use the blockchain so there'll be no on-chain fee nor waiting time for confirmation.
The downside is, they own your bitcoins.

Quote from: DaNNy001
Okay my next transactions i will just increase the charge rate to speed up the whole process to avoid any delayed transactions
Most of the time, this isn't necessary specially if you're using "ETA" fee slider which has quite high recommended fee rate.
As long as it's telling you "In the next block" or "Within the next 2 blocks", the fee is alright.
The issue was: there's an unconfirmed parent transaction.
1448  Bitcoin / Development & Technical Discussion / Re: BitCrack - A tool for brute-forcing private keys on: December 07, 2022, 02:51:30 AM
-snip-
And any tool to take participate in loterry? I want random bruteforce of all keyspace, at a database of all BTC adresses with balance
Go to this thread to see the list of bruteforce tools: https://bitcointalk.org/index.php?topic=5422375.0

Those are designed for the puzzle transaction but you can specify the range if you want the whole keyspace. (which isn't comparable to lottery)
1449  Economy / Service Discussion / Re: Looking for random number generator based on blockchain on: December 07, 2022, 02:34:34 AM
It is possible that someone has dealt with something like this and will answer here, if not, I will use your idea. Thanks
There's a downside to that method though: you can't provide an exact time of the draw since blocks aren't always on schedule.
If the application is not strict to schedule, then it's good.

Also, do not use it if the amount at stake is a lot higher than the block reward (like 10x+) since a pool/solo miner can risk it to try produce another block hash with the winning number.
1450  Bitcoin / Electrum / Re: delayed electrum transaction on: December 07, 2022, 02:15:28 AM
My reason for creating this thread is today is that today is going to be the first time for me to be transacting with my electrum wallet after i was encouraged by the forum top to move my coins from an exchange platform to a wallet with which I have full control(electrum) .
Transaction is now confirmed: https://www.blockchain.com/btc/tx/945e21d24a152b28602de318b2a05e754468c23b46f0db76a5ca148968ddaa4c

In your next transactions:
If you want to avoid creating transactions with unconfirmed parent, you can enable the option: "Tools->Preference->Transactions->Spend only confirmed coins".
But take note that if you do not have other confirmed "Unspent Transaction Output" (UTXO/Coin),
Electrum wont be able to send until there's a suitable amount that's confirmed. ("View->Show Coins" to see the Coins tab)
1451  Other / Beginners & Help / Re: SHA256 Algo can reverse on: December 07, 2022, 01:45:49 AM
SHA256 isn't an encryption algorithm, its hash isn't encrypted.
I think this is where the confusion comes from. OP is confusing hashing (one way functions) with encryption (two way functions).
With the phrase "whoever invented", I think OP is simply thinking that if someone invented something, he must have the knowledge to reverse-engineer it.
...which is not applicable to every invention.
1452  Bitcoin / Development & Technical Discussion / Re: Format of the keys on: December 06, 2022, 05:24:34 AM
I have read that the SHA-256 and the RIPEMD-160 are both used to produce the public key, then the address.  Am I wrong about that?
Quite, those are used when deriving the address from the public key, but not the public key itself.
The public key is computed from the private key through "EC point multiplication" along "secp256k1" curve.

Some resources that cover that topic:
1453  Other / Beginners & Help / Re: SHA256 Algo can reverse on: December 06, 2022, 03:37:18 AM
Whoever invented this , he or she  can reverse ?
It's not deemed irreversible just because no one knows the algorithm; the algorithm is available to the public.
It's irreversible because of the method and the amount of computation required to reverse a SHA256 hash.

If you want to literally see how complex it is, try this demo site: https://sha256algorithm.com/
You'll see the relation to pooya's example where it's extremely hard to guess those "x+y" in every step to reverse because the values have already altered by the previous steps.

The question is more likely decrypting the sha256 hash no one has yet been successful to decrypt it.
SHA256 isn't an encryption algorithm, its hash isn't encrypted.
1454  Bitcoin / Development & Technical Discussion / Re: BitCrack - A tool for brute-forcing private keys on: December 06, 2022, 02:46:18 AM
And another quesion. Is this adresses also generating from the same space of numbers as P2PKH keys? I mean, that for example I have a private key
-snip-
For this key I have two P2PKH adresses  1AxSQFHqQ2nFUbZwcWSmHYrYumuQnK2nYG 12b9TofPY9R5gtKRUHBWjQrNP6mBYZuFqr. Can I generate also P2SH adress using this key?
The first address is generated from the uncompressed public key pair of that private key.
The next address is from the compressed public key.

More info here: learnmeabitcoin.com/technical/public-key

Why BitCrack doesn't support new types of adress? (from '3' or 'bc' starting)?
Probably because it's designed to bruteforce the "puzzle transaction" (link), and the puzzle's addresses aren't p2sh nor bech32.
1455  Other / Beginners & Help / Re: Where is the money coming from on: December 05, 2022, 09:03:38 AM
Closed-source wallets may charge a fee every time a customer makes a transaction, and this fee is so small that it goes unnoticed.
Additional fees would just go straight to the miners, extra output for their hidden fee will stick out like a sore thumb as Charles-Tim mentioned.
Plus it wouldn't be practical since small amounts can be troublesome to consolidate.

You're probably thinking of "custodial wallets" which is similar to what OP already pointed out.
1456  Bitcoin / Bitcoin Technical Support / Re: Recovering 'missing' taproot (?) Satoshi on: December 05, 2022, 04:36:48 AM
Back on the x vs z pubs.  On Trezor, when I show the "xpub" to scan, the typed version starts with "tr([db373be9/86'/0'/0']xpub........../<0;1>/*)"  tr presumably means taproot, no idea what the db###be# stands for, then it has the 86' derivation path start.  It's so weird that BlueWallet would show it as an m/44' unless it translated it into something different.

One stranger, the ...... in quotes above matchs on the Trezor and BlueWallet.  The difference is BlueWallet doesnt have the other stuff in quotes.  
The quoted part is called "descriptor", the "db373be9" is just the master fingerprint and not too important.
It's probably because those wallets don't support descriptors and/or Taproot and somehow imported the xpub, but I don't have a Trezor to confirm it.

You can try Sparrow wallet which supports hardware wallets and descriptors. (from Bitcoin.org wallet list)
Things you can try:
  • When creating the wallet, select "Legacy" script type but edit the Descriptor to match the xpub of your trezor's Taproot account.
  • Or create another wallet, select Taproot but leave the descriptor intact.
1457  Economy / Web Wallets / Re: Problem with Blockchain.com on: December 05, 2022, 04:08:50 AM
-snip- and they are asking for authorization so with this I am trying with my few passwords, but these are not working even I never use any other password.
"authorization"? Did you have 2FA enabled?
Blockchain.com will ask for "email authorization" for new devices/IP even if he didn't set-up 2fa.

But that comes after the wallet ID and password; and before the 2fa code (if 2fa is enabled).
Don't know why he's having trouble with the authorization email while not being able to remember his password.
1458  Bitcoin / Wallet software / Re: Sequence numbers created by Bitcoin Core on: December 04, 2022, 07:03:45 AM
Edit: -snip- Also, I wonder why using sendrawtransaction with 0xfffffffe gives a "non-final" error. It is above RBF range, so it should be final, right?
I've tried it and it worked without an error at my end.

Command used (RegTest):
Code:
createrawtransaction "[{\"txid\":\"58a898970f0de331a61b4912d26c0721dcfe2f7825fad6f9788b739005a35673\",\"vout\":0,\"sequence\":4294967294}]" "[{\"bcrt1pv4xmga6fzuz9svh02sxg8rfqn9jsp39534qm5jpgdarg6zfetjws8hxy6j\":9.99875255},{\"bcrt1ppthegxrypyfq4xx8nvk79tdzc73e9cllnltu53sy6jqug6hjrveqew6xy9\":0.00123450}]"

The only way that error would show is if you set the "locktime" to 4294967294 (which is about 100 years in the future) instead of the sequence.
Compare your command with mine to see the possible issue.

I can't comment on the sequence's inconsistency in createrawtransaction command and GUI. (you may consider opening a new issue for that)
1459  Bitcoin / Electrum / Re: Electrum multisig for long-term cold storage on: December 03, 2022, 04:18:43 AM
Thank you all for your replies. I guess the most fail-safe way of creating an inviolable multisig wallet would be to do it through Bitcoin Core?
Bitcoin Core doesn't support HD MultiSig wallet so it'll be tricky to backup multiple MultiSig addresses.
No GUI option or menu for MultiSig as well, you'll have to operate using commands.

The sovereign recovery info for my current multisig setup directs me to use p2sh-segwit on Electrum with derivation path m/49, not m/1. All keys on my current setup use BIP-39 passphrases, which I successfully tested when one of my keys became corrupted. Can I establish a multisig quorum by just inputting the BIP-39 seeds of my wallets?
Yes, Electrum can restore from BIP39 seed phrase and BIP39 passphrase, just enable the options "BIP39 seed" and "Extend this seed with custom words" when importing the seed phrases(s).
Next to that, type the BIP39 passphrase when prompted for the "seed extension".
After that, you'll have to select the correct script type and then edit the derivation path if it's different from the default for P2SH-SegWit MultiSig - m/48'/0'/0'/1'.
But yours is probably more than just m/49 since it's usually the extended master key at BIP38 derivation path's 'script type' level (check your wallet for the correct path).
1460  Bitcoin / Electrum / Re: BTC funds lost after transfer to Electrum lightning channel? on: December 03, 2022, 03:37:51 AM
Essentially, I bought some btc and transferred from Blue wallet to Electrum using lightning. I was then able to open a lightning channel on electrum and transfer the btc to there.
Wait, you were able to receive BTC through your just-created channel in Electrum?

-snip- I believe I forgot to untick the "use trampoline routing" under preferences so I didnt even sync electrum with the lightning network which I think is why I couldnt send or receive btc after opening the lightning channel.
That will only be an issue if your channel isn't trampoline; you'll see a blue highlight under "can send" row, means that it's frozen.
But as seen in the screenshot, it's connected to a trampoline node (indicated by the kangaroo icon) so there shouldn't be any issue when sending funds.

The only inconsistency I found is the part that I've mentioned (you probably remembered it wrong)
Pages: « 1 ... 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 123 ... 309 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!