Bitcoin Forum
July 04, 2024, 04:29:50 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 14 15 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 ... 311 »
1261  Bitcoin / Bitcoin Technical Support / Re: Mini private key format on: March 08, 2023, 06:05:09 AM
and there's an interesting answer that identifies the "S" as "Spend", he didn't included a source though.
Small makes more sense though since these are indeed "small" strings that are used to derive a private key -snip-
I think it's just following the (old) standard paper wallet print format which labels the private key as "Spend".
Notice that in most paper wallet generators or some printable wallet private key exports, the private key is printed with the word 'Spend'.
1262  Bitcoin / Development & Technical Discussion / Re: Why is Bitcoin transactions in batches? on: March 08, 2023, 04:18:31 AM
-snip-
From my investigation I can see that bitcoin and sent in batches.
I bring it up here because I did not get right. I appreciate OELEO that gave me a link that guide me I now understand that batches can also called output
Are you perhaps using a "centralized wallet" or exchange?
Because withdrawals from those are usually sent in batches; and it's not initiated by you, but by their system.

The reason they do that is because it's cheaper to send transactions with multiple outputs than multiple transaction with single output and change.
Normal transaction outputs are commonly just the recipient and change.
1263  Bitcoin / Bitcoin Technical Support / Re: Mini private key format on: March 08, 2023, 04:05:44 AM
Maybe the same author but there's a similar question in Bitcoin Stackexchange
and there's an interesting answer that identifies the "S" as "Spend", he didn't included a source though.

Link: bitcoin.stackexchange.com/questions/117486/mini-private-key-format
1264  Bitcoin / Wallet software / Re: What is BIP39 on: March 08, 2023, 03:57:26 AM
-snip-
Curiously, there are some different wordlists in electrum repo.
...and to satisfy that curiosity, it'll still work if they decided to use it even if the words aren't included in BIP39 wordlist nor for having 1626 words.

Electrum's seed doesn't actually need a fixed wordlist, you can even edit the english.txt with your own set of words
and it will produce a valid seed (given that there's enough to produce a valid one).
e.g. (SegWit - Can be imported to Electrum):
Code:
banana110206 banana110312 banana021413 banana061112 banana030713 banana130608 banana020311 banana010311 banana010306 banana101112 banana020705 banana091106
1265  Alternate cryptocurrencies / Service Discussion (Altcoins) / Re: Problems with NEO App (Ledger Nano X) on: March 07, 2023, 06:54:49 AM
Does anyone know this problem and has a solution to it?
According to you other thread, your Ledger Nano X is new.
So, have you updated its firmware yet? Because the device that you've received might have an outdated firmware.
1266  Bitcoin / Bitcoin Technical Support / Re: Why this transaction cannot be pushed? on: March 07, 2023, 02:27:51 AM
The private key is equal to one. However, for 3JvL6Ymt8MVWiCNHC7oWU6nLeHNJKLZGLN it is possible to sweep coins, but for 33q2i3GDkpHFAXnD3UdBsKhxzg7pvwAqtN it cannot be done. Why?
The reply above is correct.
And to answer this question, 3JvL6Ymt8MVWiCNHC7oWU6nLeHNJKLZGLN is derived from the compressed public key of the private key 0x01
While 33q2i3GDkpHFAXnD3UdBsKhxzg7pvwAqtN is derived from the uncompressed public key.

It's published in BIP143 as the default policy: github.com/bitcoin/bips/blob/master/bip-0143
1267  Bitcoin / Bitcoin Technical Support / Re: Specter/core multisig question on: March 06, 2023, 01:01:10 PM
It does say create unsigned. I am newer to core, so that means it will allow a psbt?
Yes, it can create partially signed raw transaction (without any signature) but cannot sign since it only contains master public key.
So it can't spend your bitcoin.
1268  Bitcoin / Bitcoin Technical Support / Re: UNABLE TO MANAGE LND WALLET ON RASPIBLITZ on: March 06, 2023, 12:57:04 PM
What are the possible way forward to put fund online and be able to send micro funds to the paper wallets ?
'Close all' should've have worked if there's no issue with your node.
You can try post it as a new issue in GitHub and see if the developers can help: https://github.com/rootzoll/raspiblitz/issues

BTW, I checked your node in 1ML site and your channels seem to be active still (excluding onion): 1ml.com/node/03443d4d2248e25ed0bc726aaba3a9a858561f452f62e3c3baa36abe5d99e74d65

Alternatively, try to find if there's a "Force Close" option or after getting the developers' opinions.
Take note that force closing channels will lock the funds for a few days before you can spend them.
1269  Bitcoin / Bitcoin Technical Support / Re: UNABLE TO MANAGE LND WALLET ON RASPIBLITZ on: March 05, 2023, 06:57:32 AM
I want so send small satoshis to 20 btc address that a paper wallets, the values are small and the security is not of prime issue. This is for educational purpose.

What do I need to do to be able to send fund out satoshi from the LND wallets to my 20 receivers?
You can't send funds from your channel to bitcoin addresses.
The funds has to be on-chain first to be able to send to paper wallets.

For that, you'll have to close the channel and proceed to create an on-chain transaction with multiple outputs (if Raspiblitz doesn't support 'pay-to-many', use a wallet that can do so).
Since you only have 1 channel open, "close all" will do: https://github.com/rootzoll/raspiblitz#close-all-closing-all-open-channels
1270  Bitcoin / Bitcoin Technical Support / Re: Specter/core multisig question on: March 05, 2023, 06:29:20 AM
However, the balance is spendable on core. I want it to be watch only on core. I've tried to add disableprivatekey=1 in config, doesn't work.
I've tested it, the wallet in Bitcoin Core isn't spendable since it shows "private_keys_enabled": false," in getwalletinfo command.
You can also check the Send tab in the GUI if it has "Create Unsigned" in place of the "Send" button.
1271  Bitcoin / Bitcoin Technical Support / Re: Changing a word of a seed. Will it break safety? on: March 04, 2023, 11:10:18 AM
-snip-
My reply isn't about the overall security but the difference between the randomly generated seed phrase and the one with edited word
as a response to his follow-up question.
1272  Bitcoin / Bitcoin Technical Support / Re: Changing a word of a seed. Will it break safety? on: March 04, 2023, 08:25:33 AM
The question is still unclear from me. Will it be less safe to change a word and the checksum of a randomly generated seed (by myself or by hardware wallet), or it won't make a difference?
Thanks!
It's less safer in terms of RNG.
Because you basically reduced it from 256-bit.
One word is approximately 11-bit so if you've replaced one word, you've reduced the number of randomized portion of the seed by that amount.

But changing only one word out of 24, IMO isn't much of a safety issue, I'm not recommending it though.
1273  Bitcoin / Bitcoin Technical Support / Re: Changing a word of a seed. Will it break safety? on: March 04, 2023, 05:55:50 AM
The idea would be to avoid trusting the hardware wallet seed.
Your hardware wallet's seed is generated randomly in the device itself, not by the manufacturer.
The only trust issue is if the hardware's RNG is bad or rigged which is never the case in genuine famous hardware wallets.

If your hardware wallet came with a pre-generated wallet or seed phrase, avoid using that device entirely.
1274  Bitcoin / Bitcoin Technical Support / Re: Signed txn - inserting scriptsig on: March 04, 2023, 05:47:33 AM
@hexvir, with what message do other nodes respond? If you don't have a scriptSig, and you attempt to broadcast such transaction, you'll likely get a "transaction has no inputs" message.
hexvir isn't the OP  Cheesy
From what I see, his reply is to give OP an alternative mempool explorer or blockexplorer site.
1275  Bitcoin / Bitcoin Technical Support / Re: Signed txn - inserting scriptsig on: March 03, 2023, 05:48:10 AM
I have checked mempool site its self and only says its waiting for it to appear which means i guess it hasn't made it to the chain... ?
besides pushing a raw on the various sites, is there another way to submit this ?
I don't know which site that shows "waiting to appear" so I have no idea, usually there'll be a result or none.
On a side note, there's no official mempool ('cause of the phrase "mempool site itself"), every node has its own and has their own set of rules. (usually the default)
So if the majority of the nodes don't have your transaction, chances that it's non-standard is high.

For broadcasting transactions, every site with push service has a Bitcoin node on its backend so it's all basically the same as sendrawtransaction command.
1276  Bitcoin / Bitcoin Technical Support / Re: Signed txn - inserting scriptsig on: March 03, 2023, 04:48:30 AM
Just to clarify...   when i submit something signed it says its in mempool and just sits .. never is picked up for confirmation ...
It's your mempool, it's still subjected to other node's mempool if your transaction will propagate.
Try to search its txid in blockexplorers; if it's not there, chances that it's only in your node is high. (or a few nodes)

Quote from: MikeJ_NpC
Follow up question .. when you fundtransaction is this the same as singing it ?  As it indicates its signed at that point
No, it's used to add inputs to an existing transaction.
Mainly used for funding no input transactions created via createrawtransaction command.
1277  Bitcoin / Electrum / Re: weird request of a 2fa on: March 02, 2023, 06:16:32 AM
please i need our help.
Electrum is non-custodial and the 2FA service provider (TrustedCoin) don't have access to your 2FA wallet's other two master keys.
Also, your wallet files aren't saved online, it's in your PC or device's storage
so the only way that it's created as 2fa is if you or someone who have access to your PC have setup a 2fa wallet.
Or other reasons like you're using a fake Electrum wallet which can easily be detected by verifying its signature: https://bitcoinelectrum.com/how-to-verify-your-electrum-download/
Signature files for old versions can be downloaded here: https://download.electrum.org/ (find the correct '.asc' file for your wallet's version)


The only way to spend from it is to have access to either two of the three master keys:
TrustedCoin has one, your wallet file has one and your seed phrase has two.

So you either need the "seed phrase" which you should've saved
or the wallet (and its password) plus the master key in TrustedCoin's server.

Regarding the latter, you can try to contact them to see if there's a chance to provide a new authenticator, use the email that you've used to setup the 2FA wallet.
but AFAIK, they do not usually entertain such requests
Link to FAQ: https://trustedcoin.com/#/faq#lost_authenticator
Link to Contact (read the note): https://trustedcoin.com/#/contact-us
1278  Bitcoin / Bitcoin Technical Support / Re: Signed txn - inserting scriptsig on: March 02, 2023, 05:50:03 AM
So i have a signed txn with core but is missing the scriptsig which i do have....
Try signrawtransactionwithkey and fill the optional "prevtx" arg with the required script depending on the input(s).
More info about the command: https://bitcoincore.org/en/doc/24.0.0/rpc/rawtransactions/signrawtransactionwithkey/
1279  Other / Archival / Re: I did a SHA256 on address, used Hash160 on the result, help on: March 02, 2023, 05:38:34 AM
Hi guys, I was messing around with address generator, I did a SHA256 on an address and then used Hash160 on the result, then turned the hash160 into an address, now the address turns out to have a balance,
-snip-
It just happened that the result of Hash160 is always 160-bit so any data that you've hashed can be converted into an address.

Now, if it's pure coincidence, then you've discovered a collision (but only until you find the owner of that address to confirm that your and his inputs are different).
But the most possible scenario here is someone did the exact same thing.

can I find the private key or not? I would like to notify the owner about it so they could transfer the coins.
You can't, and I highly doubt that there's an owner of that address. (someone who owns its private key)
If there's someone who claims it for some reason, ask him to provide a signed message.
1280  Bitcoin / Bitcoin Technical Support / Re: Unable to open corrupted wallet dat file on: March 01, 2023, 01:46:44 PM
Is there any way to recover it, repair it.
Try to run "salvage" on a copy of that wallet using Bitcoin Core's bitcoin-wallet tool.
The result will depend on the deleted parts, if the (encrypted) master key is intact, it should be able to restore it to a usable state.

Follow this post to use the command:
Try Bitcoin Core's bitcoin-wallet tool's "salvage".
"bitcoin-wallet" is in the "bin" folder inside Bitcoin Core's installation directory (where bitcoind and bitcoin-cli are located).

To use it, open Terminal, cd to the directory where bitcoin-wallet is.
Then use the command (provide the full path to the wallet.dat file):
Code:
bitcoin-wallet --wallet="E:\Folder\wallet.dat" salvage

It wont return with any response (unless it failed) but you will see a backup file (wallet.dat.xxxxx.bak) where the wallet.dat is located.
The new wallet.dat is the "salvaged" wallet.

If you don't know how to "cd" (change directory), simply type cd "path_to_the_directory" in your Command Prompt window, in this case bitcoin core's bin folder.
e.g. (Windows default): cd C:\Program Files\Bitcoin\bin
Pages: « 1 ... 14 15 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 ... 311 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!