Bitcoin Forum
April 30, 2024, 08:38:47 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 124 125 126 ... 461 »
1501  Bitcoin / Electrum / Re: Loading deleted transaction in Electrum on: April 24, 2021, 04:14:34 AM
You will need this tool https://coinb.in/#newTransaction then paste the TXID and load. Now change the transaction fee use the recommended fee from this link https://mempool.space/

After you submit, copy the raw transaction and import it to Electrum and then sign and broadcast the transaction.
Electrum cannot sign transactions from Coinb.in. Importing the unsigned raw transaction will result in Electrum showing it as signed. Besides, I can't really recommend anyone trying to modify the fees themselves, it is very easy to accidentally include too much fees.

As for OP's issue, I agree with the assessment above. If the transaction is spending funds from your wallet, removing the transaction would result in the wallet showing that it has never been spent and thus you can spend it again. It is just strange that the Bitcoins aren't available to be spent again.
1502  Bitcoin / Development & Technical Discussion / Re: overflow incident on: April 23, 2021, 12:29:16 PM
I think you have a slight misunderstanding regarding this issue.

The actual transaction with the overflow is actually this [1]. It is a valid transaction and for every valid transaction, the inputs has to be mapped to another TXID and in this case, 237fe8348fc77ace11049931058abb034c99698c7fe99b1cc022b1365a705d39:0. There is no extra 0.5BTC that was caused by the overflow incident. The transaction in question generated 2 outputs of 90 million Bitcoins each and it was "reversed" subsequently, excluding that transaction and continuing on the correct chain which doesn't contain any TXes affected by the overflow bug. The Wiki is stating that the 0.5BTC used as the input in that transaction has since been left dormant[2] after the overflow transaction was reversed.

[1] 1d5e512a9723cbef373b970eb52f1e9598ad67e7408077a82fdac194b65333c9
[2] https://blockchair.com/bitcoin/address/17TASsYPbdLrJo3UDxFfCMu5GXmxFwVZSW
1503  Bitcoin / Development & Technical Discussion / Re: Need a free api to calculate transaction FEE for instant confirmation on: April 23, 2021, 03:20:22 AM
Thanks for the reply.
It seems satoshi / vbyte is different from satoshi / byte.
This Link returns satoshi / vbyte.
Where can i know 100$ = 0.0019 btc how much is that in byte or vbyte?
Transaction size are independent of the amount being transacted. It'll depend on your number of inputs and outputs, type of transaction (Segwit or not), etc There should be some utility In C# which is able to interpret the witness discount for the virtual byte. You shouldn't consider actual size as that is not what most of the miners consider when choosing transactions.

There are various formulae available for the calculation, which gives a very close approximation and is not always perfectly accurate. Use this web utility as a guide: https://jlopp.github.io/bitcoin-transaction-size-calculator/.
1504  Bitcoin / Development & Technical Discussion / Re: Need a free api to calculate transaction FEE for instant confirmation on: April 22, 2021, 10:54:30 PM
Paying a high fee rate will.not give you an instant confirmation but it would improve your chances of the transaction getting confirmed within the next few blocks.

Can the mempool.space API[1] help with this? It'll give you a pretty reasonable estimate for Satoshis/vbyte.

[1] https://mempool.space/api
1505  Bitcoin / Bitcoin Technical Support / Re: Any solution to broadcast with reduced fees? Maybe any other suggested network? on: April 22, 2021, 04:31:00 PM
-snip-
ViaBTC could work but that'll merely be a temporary solution.

Given how small the outputs are (if that is the actual payment), then most of the users spending them would be spending more on fees than the total value of the UTXO. Probably would be worth it to consider the participants as well. Who knows? Perhaps the fee rates would persist over a longer period of time?
1506  Economy / Service Discussion / Re: [banned mixer] has been hacked - I have lost my money on: April 22, 2021, 01:49:02 PM
You should use Chipmixer they seem reliable on this forum. Also, keep in mind that if you move very large funds you could lose all your money.
The owner may set it like this by default.

If assuming whatever they claim is true, then perhaps it would be unavoidable either ways. MITM attack like these are not that uncommon. If the attacker is able to obtain a signed SSL cert from a trusted CA in the victim's OS, then it would appear as though the connection is normal but the contents could be modified or the traffic could be intercepted.
1507  Bitcoin / Electrum / Re: Unconfirmed TSX disappeared. on: April 22, 2021, 11:34:52 AM
However, mempool says that tsx was first seen 12th April and is now 240 blocks below top of mempool. Does that mean it was removed and re-queued so to speak? Same tsxid.
There is no queue system in mempool. The transaction is most likely not in any node's mempool**. The estimation is based solely on the number of the blocks needed:

1. If there are no new transactions
2. The miner strictly fills the block based on the fee rates.

Neither is true so it is an inaccurate estimation. If it doesn't get purged from a specific node's mempool for some reason, then it would just linger in the mempool until it gets purged for being in the mempool for an extended period of time.

** Which is also why I don't think it has a chance for a confirmation at all.
1508  Other / Off-topic / Re: blockchain flaw - can't function when sovereign firewalls break the internet on: April 22, 2021, 11:30:39 AM
Not really sure why people would actually care about Bitcoin when there is a war happening. Mining would probably not be possible, if the electrical supply is unstable. I'd imagine that the censorship issue is probably as easy as bypassing the GFW.

There are ways to communicate without the internet, all you need is some medium for the information transfer to occur. Blockstream Satellite is a good example of how it can work.
1509  Bitcoin / Hardware wallets / Re: Do you recommend passpharse for Trezor One? on: April 22, 2021, 11:25:14 AM
Note, the Trezor still uses a "chip"... they just don't use a "Secure Element" like the Ledger does. You can see the Trezor ONE microcontroller details (including a link to the manual for the chip) here: https://wiki.trezor.io/Microcontroller
I've always been under the assumption that the chip was closed source. It was described in the article:

The chip itself is closed source as well as the low-level functions hidden in the flash.
1510  Bitcoin / Wallet software / Re: Is it Possible to Guess a Private key of Bitcoin Paper Wallet? on: April 22, 2021, 11:08:59 AM
You shouldn't visit the site directly to run it offline. Rather, you should download the codes in its entirety from Github, validate it and run the html files. Directly downloading the webpage alone is not enough, it can easily be modified with a MITM attack and compromise your security.

But yeah, AFAICT, the fact that it salts your entropy with some mouse movement and various factors should mitigate the ramifications of the browser's CSPRNG not working as intended to a certain extent. JS is certainly not suitable to be used for paper wallet generation.
1511  Bitcoin / Electrum / Re: can not broadcast, saying low fee on: April 22, 2021, 07:24:27 AM
You currently need at least 20sat/vbyte for it to even be broadcasted. The chances of it being confirmed within any reasonable timeframe is still very low even if you were to use 20sat/vbyte.
1512  Bitcoin / Bitcoin Discussion / Re: Bitcoin high fees on: April 22, 2021, 02:32:15 AM
Some exchange actually has a fixed withdrawal fee. There is thus no difference between withdrawing at 10sat/vbyte or 100sat/vbyte for the user. Since the transactions can always be batched, the TX fees paid by the exchange can still be greater than the TX fee paid by the user to the exchange.

A notable example is Binance which charges 0.0005BTC per withdrawal.

There are also probably a smaller proportion of scheduled payments which cannot be delayed. Given that the high fees has persisted for some time, I imagine that there is no recourse for this.
1513  Bitcoin / Bitcoin Technical Support / Re: Bitcoin Core froze at 99.96% on: April 21, 2021, 02:24:35 PM
How do you run this command?

bitcoin-qt.exe -reindex-chainstate?
Yes.

If you've never had a history of any unclean shutdown, there could also be a slight chance of some hardware failure. You can try checking your RAM (memtest86) and disk (crystaldiskmark) for any bad sectors. Bitcoin Core tends to magnify any insignificant hardware faults as well.
1514  Bitcoin / Bitcoin Technical Support / Re: Any solution to broadcast with reduced fees? Maybe any other suggested network? on: April 21, 2021, 02:19:59 PM
I do not know which address format you asked them to submit, but it would have been better to asked them for native segwit address (bc1) in which you will reduced up to 50% of the fee or more if compared to legacy addresses.  (For 1 input and 2 output, the fee reduction is 42% but there are more fee reduction as the input increase if compared with legacy).
For the most parts, the reduction in fees would arise from the transaction being a segwit transaction and that is independent of the output addresses. The way that Bech32 addresses are represented does provide some sort of discount (3bytes per output) due to the different scripts being used, it doesn't translate to noticeable fees savings which is what OP wants.
1515  Bitcoin / Bitcoin Technical Support / Re: Bitcoin Core froze at 99.96% on: April 21, 2021, 01:31:17 PM
As the debug.log suggests, there is some corruption with your files.  How did you shut down Bitcoin Core previously? Was it unclean or did you wait until the dialog to disappear?

Unfortunately, you have to build the database again. Try running it with -reindex-chainstate. It would work if your chainstate is corrupted, and is strictly faster than a reindex. If it doesn't work, then you'll have to do a reindex.
1516  Bitcoin / Electrum / Re: Unconfirmed TSX disappeared. on: April 21, 2021, 12:46:51 PM
For the moment it's just a waiting game for it to be returned? Purged to me means it's been removed and will not be processed?
It really depends on your wallet behavior. Does you wallet actually check the mempool if its purged? (Perhaps someone who uses Trezor can chime in) If it doesn't, it'll probably be stuck at unconfirmed and it won't be removed automatically.

It is hard to say whether it would get confirmed or not. The transaction is still valid and the miners can still include it in their block if they want. The main difference right now is that if you were to be able to create a transaction spending the same inputs right now, it won't get rejected and have a good propagation, hence a good chance of a confirmation as well. I'd recommend you to try to switch to another wallet instead.
1517  Bitcoin / Bitcoin Technical Support / Re: Any solution to broadcast with reduced fees? Maybe any other suggested network? on: April 21, 2021, 12:39:28 PM
You're talking about altcoins. You need to exchange for them with Bitcoins and that assumes your recipients are willing to accept them as a payment. I don't see any point with sending payment that low, unless you're talking about an off-chain transaction.

You can consider using Lightning network for something like this, but of course your recipient needs to have a channel open first with some inbound capacity.
1518  Bitcoin / Electrum / Re: Unconfirmed TSX disappeared. on: April 21, 2021, 12:04:59 PM
I think I'm seeing the current block with sat/vbyte ranging from 1 - 146, average 132. What happens to the 1 sat/vbyte TSXs? do they remain 'unconfirmed' or purged?
Purged from the mempool. Note that miners can include any valid transactions that they want and will often include some low fee transaction due to either them being paid or the transactions being their own. Even if the transaction gets purged from the node's mempool, miners who has seen it can still potentially (though very very unlikely) include it in their mined block.
Has this TSX been purged or is that yet to come? mempool says ETA - in several hours or more.
Purged.

If my understanding of the above is wrong please let me know, not sure about posting the TSX ID, is that OK?
Your understanding is on point, you can post the TXID if you want but that'll result in some loss of privacy.

I've never used Trezor's suite but I'll assume that they do not purge the transactions themselves. If you were to use Trezor with some other client, Electrum for example, it should not appear or will appear as a Local transaction and you can remove that and resend again.
1519  Other / Meta / Re: How do i use the Trust system on: April 21, 2021, 12:02:03 PM
You can use it as a indicator of someone's behavior in this forum, if they don't have anything then it is unknown but you can always trust high ranking members because they will lost big time if they were to cheat you, positive could be an indicator that they are good in terms of transaction online but you always have to read the positive, neutral means that you have to watch out around that user or read the reason why they were put there, negative is the first deterrent of the forum to prevent scammers from getting more victims.
Please don't blindly trust anyone here, do your own research. The rank has little to no significance to their trustworthiness, there are plenty of examples of higher ranking members getting involved in scams.

The link to LoyceV's thread documents the proper usage of the trust system fairly well. Note that the Trusted/Untrusted feedback depends on how you structure your Trust list. Do try to modify your Trust List as you go along to include/exclude people whose judgement you find accurate/inaccurate.
1520  Bitcoin / Bitcoin Discussion / Re: Bitcoin Transaction Fee on: April 21, 2021, 11:48:31 AM
Is there any protocol where if; one mining farm goes down lets say for maintenance then wouldn't it drive the hash rate to another pool or miners and let them work behalf of them? This is just for the purpose of keeping the system alive.
It is a mining farm, not a mining pool. There is nothing you can do if the ASICs are offline due to a power cut or any unexpected events. It is simply not possible to transport so many miners within a short period of time.
This is just curiosity question: Isn't there any contingency plan or protocol for such conditions? What happens if one day half of the miners just go rogue due to some problem and only half of them running throughout world? What happens in that case.

Do we have safeguards for these conditions?  Smiley
No safeguards, other than the fact that miners are essentially burning cash this way. The time between blocks would be larger until at least the next difficulty adjustment.

I read BTC transaction fee's could be cut up to 45% once Bitfarms gets their Argentina setup running..
Completely wrong. Any sudden increase in hashpower and consequently a shorter block interval would be offset by the next difficulty adjustment. Any effects would most likely be shortlived.
Pages: « 1 ... 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 124 125 126 ... 461 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!