Bitcoin Forum
May 24, 2024, 10:44:33 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 124 125 126 127 128 129 ... 305 »
1561  Other / Beginners & Help / Re: How to return stuck transaction (instead of pushing it to receiver's addres) ? on: September 27, 2022, 10:20:53 AM
Questions:
1) How do I use "vout" numbers? The are 1 to 3 figures numbers.
2) There are a lot of "txid" located below "vin". Do I need all of them?
As I noted in the instructions, there can be more sets, that's if the transaction is spending more than one input.
You can count the the number of inputs by finding how many txid and vouts sets ("txid" followed by "vout" line) are there before the line ""vout": ["

The "vout" tells which output is the one it's spending.
For example, this transaction: blockchain.com/btc/tx/c41fac476e555483ed6672e99ddcc51ee3ab0028f8ace4d7369c1d0e32ecf948
vout: 0 is bc1pcldgkx2an6fukvssqzkl6tzkll3sj6tcpn6wpxmc99nw8rtkwcws04nvas
vout: 1 is bc1qam5vz2csj0h50qzsnqy3zmunrv0ud6j6m9szd7
If there's a third output, it's vout: 2; for the fourth vout: 3... and so forth.

Quote from: Gorilla22
1. Yes Elecrrum shows transaction history. But it slightly differs from the one in Core.
May be one these reasons:
one is: since Bitcoin Core where the keys are exported is offline, the displayed history isn't correct and what you see in Electrum is the updated/correct balance.
another is: you might have missed some private keys.

For some "txid" it works fine and shows info.
What does it mean and how should I handle the situation with those non-found "txid" ?
Nothing, as I noted in the instructions (again) it's "non-existing, dropped, replaced, etc".
For those that show info, check if the output that is yours is still unspent.
1562  Other / Beginners & Help / Re: How to return stuck transaction (instead of pushing it to receiver's addres) ? on: September 27, 2022, 07:06:08 AM
1. Blockchain doesn't see this transaction.
2. Electrum doesn't see this transaction even after importing all of private keys.
3. It is only Core who can see this transaction. It is not synced though.
1 & 2 are expected due to the reasons that already given multiple times by multiple members.
You should've said that Bitcoin Core isn't synced in the first place which should've narrowed-down the options.

Imported all private keys into Electrum.
Over 1000 keys.
Unfortunately, nothing changed.
But can you see any transactions in Electrum's history tab? (not the local transaction from Bitcoin Core).

Anyways, if you want to check if that local transaction's input was already spent, just follow this:
  • Launch Bitcoin Core, go to 'Transactions' tab, find the local transaction, right-click on it and select "Copy raw transaction'.
  • Open the "Console" (Window->Console) and type decoderawtransaction <space> <paste the copied raw transaction>, press enter.
  • In the result, find ""vin": [" just below "locktime", copy the "txid" and "vout" below (not the one on top) which points to the specific input that the local transaction is trying to spend. (there can be two or more sets)
  • Use any blockexplorer to check if that TXID is existing and if the output is already spent or not. If there are multiple outputs, refer to the 'vout' (ascending order: 0,1,2,3....)
  • If it's spent, then that local transaction is now invalid; if not spent, then there's something wrong with your import to Electrum or something else.

If it doesn't exist: it only means that the local transaction is trying to spend an input that's non-existing, dropped, replaced or etc.

In case it's not spent: You can refer to that output (txid and vout) to know which private key to export from Bitcoin Core.
Blockexplorers will show the address(es) among the transaction's outputs, then in Bitcoin Core simply use dumpprivkey <space> <address> to export its private key.

1563  Other / Beginners & Help / Re: How to return stuck transaction (instead of pushing it to receiver's addres) ? on: September 26, 2022, 01:43:19 PM
I understood that the easiest option is "to abandon" transaction. May be it will work, may be it will not, but this one is simplest. So it is reasonable to try it first.
The transaction was sent from Core.
Now I moved to Electrum.
It's a "local transaction" that's only saved in your wallet and not backed-up by your private keys.
Since it's from Bitcoin Core, you can only abandon it from Bitcoin Core.

If you properly "moved" (rather imported) the private keys to Electrum, the coins that you might regain from abandoning that transaction in Bitcoin Core
should already be available in Electrum since it's only considered as spent by a local transaction in Bitcoin Core.
The result will be the same if the funds were moved through "sweep" to Electrum instead.

But if you "moved to Electrum" by sending your entire balance through a normal transaction, the local txn's "locked" coin(s) wasn't included to that transfer.
If abandoning it doesn't return any balance, its input was already spent (you can try to rescan to be sure).
1564  Other / Beginners & Help / Re: How to return stuck transaction (instead of pushing it to receiver's addres) ? on: September 26, 2022, 07:56:09 AM
You can use either

- Replace by fee RBF
- Child pay for parents CPFP
If you can't see the money, the transaction might have Confirmed or you just need to resend/rebroadcast it
If he would use rebroadcast or rbf, it will be sent to the original receiver.
Based on the second paragraph of OP, he doesn't want the transaction to be sent to the 'destination address'.

@Gorilla22 in case you're talking about Electrum, instead of "abandon transaction", Electrum has "remove" which will delete a local transaction.
In both wallets' case, a local transaction is just saved in your wallet and not known by the Bitcoin network, but it affects your wallet's ability to spend the coins it intended to spend.
You can regain that balance after abandoning/removing the local transaction but only if you still haven't spent the particular UTXO(s) that was used by the local txn.
1565  Other / Beginners & Help / Re: How to return stuck transaction (instead of pushing it to receiver's addres) ? on: September 26, 2022, 05:24:14 AM
It was 5-7 years ago, and as much as I remember, it was still "stuck" several months  after I sent it.
From which client? Based from your other posts, I'll assume that it's Bitcoin Core.
If so, that "stuck transaction" may just be a locally saved transaction and you might have already spent its input.
If not, you can easily abandon it since it must not be in any node's mempool by now.

To "unstuck" it, just go to 'Transactions' tab and use "Right-click->Abandon transaction" and it will be dropped from your wallet.dat.
After abandoning it, the funds that it "locked" should be useable again (the transaction will have red texts).

Of course, I'd advice you to create a backup of your wallet before trying those steps.
1566  Bitcoin / Development & Technical Discussion / Re: The Decimal Place of Bitcoin Round off Value a Limitation? on: September 25, 2022, 04:34:26 AM
-snip- some assume the reason to it decimal point of numbers as base on the software design capacity he used then while some give contrary opinion, what Satoshi did then was is base on the fact that he never expected the outcome to go global with adoption to this time or because it's part of his limitation to the extent to which bitcoin can go base on it finite supply? please i need the experience members to shed more light on this.
Check out this link to Bitcoin's old code (Sep 7, 2010): /bitcoin/bitcoin/blob/41016bfc46b70aace013ffd29143a27bc7288e48/main.h#L19-L20
Even back then, the "COIN" (1BTC in satoshi) is already the same as it is today: /bitcoin/bitcoin/blob/master/src/consensus/amount.h#L13-L16

Your question seem to be greatly influenced by that Tweet (the source in the OP):
That was 2010, users at that time mostly send whole Bitcoin. Showing beyond two decimal value in the UI is just pointless.
But since the author is talking about "no one expected" (even satoshi), then he's just using it to for publicity
since as you can see in the links above, Bitcoin from 2010 was already prepared for that fast paced adoption.
1567  Bitcoin / Electrum / Re: Where to see the seed on: September 24, 2022, 12:16:22 PM
Hi guys. I achieved entering the hard drive where the original wallet was created in 2017. Im trying to open the Electrum exe but when I put the password it tolds me: "Cannot create window for wallet: not enough values to unpack (expected 3, got 1)
You seem to have launched an old version of Electrum (with this bug) and accidentally corrupted the wallet that it opened.
Luckily, I think it's just your watching-only wallet since the issue shouldn't occur if it's the old wallet because it should has the same seed version.

Now, before trying anything, backup your wallet file in case something went wrong.
You can find the wallet in "wallets" folder inside Electrum's data directory (wallet/datadir location)
If that old drive is just mounted to another PC, search from that drive letter instead of C:

Note: Your actual wallet isn't electrum.exe but a file inside Electrum's data directory.
It's default name is "default_wallet" or "wallet_1", "wallet_2"... unless you've specified a specific name.

Then, open a copy of the wallet backup using the new/latest version of Electrum (not the old Electrum.exe from your old hard drive).
1568  Bitcoin / Electrum / Re: Where to see the seed on: September 24, 2022, 06:43:22 AM
-snip-
This wallet I created in 2017. Then Im sure I copied the private keys but I think its saved in a hard drive that is broken.
Watch only, I have the password and i dont know how to remove the "watch"
Watching-only wallets from 2017 can't be encrypted since the password option wont be prompted during wallet creation and the password menu was grayed-out.
It was only added in version 3.1.0  (March 5, 2018). Unless for a reason I wont tell yet, because you might just say "yes I did that"

Perhaps you're talking about "address" instead of "wallet"?
1569  Bitcoin / Armory / Re: Armory Offline Wallet not avalibale on: September 24, 2022, 06:28:53 AM
Ah sorry, didn't realize this was related to an old thread.
Why apologize?  Embarrassed
I just pointed out his other topic so users will know more about the OP's situation and to prevent repeated questions to the OP.
1570  Bitcoin / Bitcoin Technical Support / Re: 'rounds' or 'iterations' of wallet.dat on: September 23, 2022, 04:24:15 AM
Does someone know, if all numbers (example: 10000, 10001, 10002, ..) can become 'rounds' or is there an algo in the core file that allows only certain numbers? exampe: 10000, 10100,  10200, ..
It can't be a number lower than 25,000, but it can be any higher depending on the machine that encrypted the wallet or updated the passphrase.
Reference: github.com/bitcoin/bitcoin/blob/100949af0e2551f22c02a73355f2c64710b68ef1/src/wallet/wallet.cpp#L710-L720

But since you might be talking about old (for sale/leaked) wallet.dat files, here's from the old version:
Old version (2013): github.com/bitcoin/bitcoin/blob/16b3ff66e0137b68de0d08ad88ce9798bce2d68d/src/wallet.cpp#L258-L268
1571  Bitcoin / Electrum / Re: Received Error When Installed Electrum on: September 23, 2022, 03:25:22 AM
Update: After trying to install Windows 7 and install all Microsoft .net framework and VC redistribution and several windows update the error is still the same it doesn't work the OP error is the same as mine.
That's because python 3.9 will not work on Windows 7.
Electrum binaries for Windows are bundled with python and since Electrum v4.2.0, the bundled python version was upgraded to 3.9.10.
1572  Bitcoin / Electrum / Re: Does it make sense to use extra custom words to electrum seed? on: September 23, 2022, 03:07:24 AM
We got contradicting replies in this thread probably because of OP's obscure use of the word "hack".

But I think the first part "if electrum software was hacked" should be based from the other concern,
which is the seed phrase-generation being compromised (e.g. reproducible or made from weak entropy) which will made it possible to reproduce Electrum seed phrases.

I though so because OP's earlier topic is about Electrum cold storage setup (link) and as we know it, his seed phrase and wallet are created/stored air-gap.
That should made "his Electrum wallet being hacked" the least of his concern, but "the software being hacked" with compromised entropy/seed phrase generation.
1573  Bitcoin / Electrum / Re: Lightning payments fail all the time after many attempts on: September 22, 2022, 03:30:27 PM
I guess you've already closed your channel and opened another one so this is mostly just for more info:

After providing the deposit request, the payment does not go through and I get an error window "Payment failed Giving up after 25 (or sometimes more) attempts".
In the lightning network I am connected to 4 peers, 15K nodes and 83K channels.
Not just your channel, the receiver should also have enough liquidity or connection for it to go through.

Do you often send to different services/wallets or just one?
If just one, the receiver's channel might have a very low receiving capacity, not enough for the "deposit request" invoice.
If tried to different recipients, and if you can't send to all of them, then the issue must be in your channel.

Also check your channel's status if it's still "OPEN" before sending anything.

I also tried trampoline routing with the same results.
It will render your channel(s)' sending capacity frozen if your channel's remote node isn't a trampoline node (with kangaroo icon).
Since it's "same results" and not prompting you to open another channel, yours must be trampoline.
In that case, leaving "trampoline routing" active is better for faster/better connectivity (the hard-coded trampoline nodes are well-connected anyways).
1574  Bitcoin / Armory / Re: Armory Offline Wallet not avalibale on: September 22, 2022, 02:30:19 PM
For reference, here's the old thread of the OP: My Wallet dont work. its still Offline
This thread seems to be intended as a reply to the last post; but since he still haven't answered anything in that thread, I can't add anything.
1575  Bitcoin / Bitcoin Technical Support / Re: How can I connect lightning network wallet to main blockchain? on: September 22, 2022, 02:08:41 PM
If I decided to be using lightning network channel, after I have gotten my appropriate wallet for it. How will I now connect my wallet or will the wallet automatically connected main blockchain?
So you haven't decided yet?
If so, you can try it without spending anything using a testnet wallet which you can fund through testnet faucets.
There's a tutorial in Beginners and Help board about setting up an LN Channel in testnet: [Tutorial] How to create Lightning Network Channel (Testnet BTC)
In that tutorial, the site where you'll purchase some "virtual coffee" is connected to Lightning network (Bitcoin testnet).
There's also a link below that post to a beginners' guide to Lightning Network which is worth the read if you really want to try LN.

Secondly must recipient also be on lightning network channel before the transaction can take place.?
The recipient's invoice looks entirely different than a Bitcoin address/invoice.

It would also be great if you can reply (unlike in your other topics where you just left some questions) with your experience after testing LN yourself  ;)
1576  Bitcoin / Electrum / Re: Does it make sense to use extra custom words to electrum seed? on: September 21, 2022, 04:28:53 AM
This is because, if electrum software was hacked or if people somehow figure out how electrum was randomizing its seeds, you would maybe be safer if you had some extra custom words.

If you agree, how many extra custom words should you add to your seed?
Yes, the extra word will change the seed produced from your seed phrase.

For the number of words... I think something considered as a "strong password" is the best option.
You don't necessarily have to use actual words since it's not actually extra words but a "passphrase" (not your wallet's password),
so a single 13th 'word' like Au%73t61BH!w6g4d82Edqwdqj#jhd633t is good enough.
1577  Bitcoin / Electrum / Re: Received Error When Installed Electrum on: September 21, 2022, 04:15:41 AM
so what can i do?, should i download 4.2.0 version? and where?
Husna QA is correct, they only dropped support in v4.2.1 but the issues are initially brought in v4.2.0.
Plus Electrum 4.2.0 is already bundled with python 3.9, v3.9.10 specifically.

Here's the full release notes regarding that update:
Quote from: Release Notes
# Release 4.2.1 - (March 26, 2022)
  - Windows: we are dropping support for Windows 7. (#7728)
     Version 4.2.0 already unintentionally broke compatibility with
     Win7 and there is no easy way to restore and maintain support.
     Existing users can keep using version 4.1.5 for now, but should
     consider upgrading or changing their OS.
     Win8.1 still works but only Win10 is regularly tested.

The only way for you to possibly use the updated versions is to install python 3.8 (the current minimum) and run Electrum from source using it.
That's if the other dependencies are supported by Windows 7.
1578  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: September 21, 2022, 03:51:58 AM
-snip-
Hello there Smiley I remember that the creator of the puzzle said: "There is no pattern.  It is just consecutive keys from a deterministic wallet (masked with leading 000...0001 to set difficulty)."
Thanks to this reply, the quoted message made it easy to find the single post of the creator of this puzzle transaction.
Link to the post: http://bitcointalk.org/index.php?topic=1306983.msg18765941#msg18765941

He seems legit because of the fact that #161~256 were indeed spent after a few months since that reply.
1579  Bitcoin / Bitcoin Technical Support / Re: enbale Regtest mode on: September 20, 2022, 03:38:14 AM
But now I want to connect to another node on the regtest mode so I am able to send him a freshly ''mined'' block. What do I have to do. What kind of new data directory do I have to setup and what files do I need? How do I do then the connection to this node?
You received quite a number of replies in your other thread, link: How to add a node in regtest mode via GUI?

In my reply specifically, you'll have to start bitcoin-qt with --datadir and other parameters.
In the command line, use the same method but start bitcoind with the same parameters but you'll also have to add different -rpcport -rpcuser -rpcpassword per instance
so that you can use bitcoin-cli RPC commands to specific nodes.

This is how I start my bitcoind Regtest 3-Nodes setup:
Node1:
Code:
bitcoind -regtest -port=8330 -datadir=E:\AppData\Bitcoin-altdir1 -rpcport=18001 -rpcuser=node1 -rpcpassword=node1
Node2:
Code:
bitcoind -regtest -port=8330 -connect=127.0.0.1:8330 -datadir=E:\AppData\Bitcoin-altdir2 -rpcport=18002 -rpcuser=node2 -rpcpassword=node2
Node3:
Code:
bitcoind -regtest -port=8330 -connect=127.0.0.1:8330 -datadir=E:\AppData\Bitcoin-altdir3 -rpcport=18003 -rpcuser=node3 -rpcpassword=node3

So, when using bitcoin-cli to use RPC commands, you'll have to add the specific -rpcport -rpcuser -rpcpassword to tell which node to send the command.
Example for Node1:
Code:
bitcoin-cli -rpcport=18001 -rpcuser=node1 -rpcpassword=node1 getblockchaininfo
1580  Economy / Service Discussion / Re: Urgent!!! Lost 2FA Code 😰 on: September 20, 2022, 02:57:35 AM
I see several different people posted there… should I ask one of them for the email? I also created another account just in order to send Freebitcoin messages regarding this issue, but not sure if they will reply me… Does anyone have their technical service email that I can get in touch ? Thank you !
The other posters are just forum members who are unaffiliated with freebitco.in.
The persons that you should contact are: freebitco.in PR and TheQuin, or just post a reply to that thread.
Pages: « 1 ... 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 124 125 126 127 128 129 ... 305 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!