Bitcoin Forum
June 22, 2024, 03:41:25 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 [160] 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 ... 590 »
3181  Bitcoin / Armory / Re: Armory 0.96 is out on: May 13, 2017, 09:49:30 PM
Thanks for help. I tried that, exactly as you wrote and how it's in https://www.bitcoinarmory.com/troubleshooting/ Command-Line Options, but error and log is the same. I tried both C: and F: and created folders myself. Will try tomorrow, maybe I did sth wrong...
If you copy and pasted directly from the examples on that site, then it is wrong. There's something wrong with the quotation marks that are used there. Type it out manually, don't copy and paste.

Also, bitcoinarmory.com is not our website. The website is https://btcarmory.com/
3182  Economy / Web Wallets / Re: transactions (sending) constantly stuck pending?????????? (blockchain.info) on: May 13, 2017, 07:16:28 PM
Please post the transaction id of the transaction.

The issue is likely due to a low transaction fee or spending from other unconfirmed inputs. Given that you are using blockchain.info's crap software, both possibilities are extremely likely to have happened.

Please read https://bitcointalk.org/index.php?topic=1914800.0
3183  Bitcoin / Bitcoin Technical Support / Re: Error opening block database on: May 13, 2017, 05:39:09 PM
Bitcoin Core's databases (LevelDB) doesn't work with network shares. You won't be able to have the datadir on a NAS.
3184  Bitcoin / Bitcoin Technical Support / Re: Stuck Bitcoin Transactions on: May 13, 2017, 04:42:53 PM
97 sat/byte and 101 sat/byte is much too low. The current recommended transaction fee rate is 240 sat/byte according to https://bitcoinfees.21.co/.

Can you also post the transaction ids of your unconfirmed transactions?

What wallet software are you using?

Please read https://bitcointalk.org/index.php?topic=1802212.0 for what you can do about your transactions.
3185  Economy / Web Wallets / Re: Transaction not confirmed on: May 13, 2017, 04:41:29 PM
Im using blockchain.info Smiley
Please read https://bitcointalk.org/index.php?topic=1914800.0

Unfortunately there is not much that you can do except ask miners for help and wait.

Do u reckon it will be confirmed in next 24 hours? Sad
Probably not, but predicting when a transaction will confirm is incredibly hard. Unfortunately for you, the majority of transactions are in the 120 sat/byte range (because a lot of people use blockchain.info's shit software) and they can't all be confirmed at the same time.
3186  Economy / Web Wallets / Re: Transaction not confirmed on: May 13, 2017, 04:29:49 PM
120 sat/byte is not sufficient. The current recommended transaction fee is 240 sat/byte according to https://bitcoinfees.21.co/.

Read https://bitcointalk.org/index.php?topic=1802212.0 for what you can do about your transaction.

What wallet software are you using?
3187  Economy / Web Wallets / Re: MultiBit 10 day stuck transaction on: May 13, 2017, 03:35:46 PM
Please post the transaction id of your transaction. The absolute value of the fee is completely meaningless as miners do not use that to determine which transactions to accept.

Also, read https://bitcointalk.org/index.php?topic=1914800.0. Since you are using blockchain.info's wallet, there is not much that can be done.
3188  Economy / Web Wallets / Re: Bitcoin Transaction stuck willing to pay to get it fixed on: May 13, 2017, 03:13:38 PM
You paid a low transaction fee, only 120 sat/byte. The current recommended transaction fee is 240 sat/byte according to https://bitcoinfees.21.co/.

Read https://bitcointalk.org/index.php?topic=1802212.0 for what you can do about your transaction.

What wallet software are you using?
3189  Bitcoin / Development & Technical Discussion / Re: How does Bitcoin verify a signature against its hash160 pubkey? on: May 13, 2017, 03:09:19 PM
There is also some additional overhead for transaction version and data lengths.
In fact, the public key is also "overhead", because it can be derived from digest, signature and hash160.
Having the public key saves on computation time since it is hashed and compared first before doing the more expensive signature validation operations. Otherwise attackers could just put invalid signatures which first have to go through expensive signature operations to get the public key, and then compare the public key last. That could potentially be a DoS attack vector.
3190  Bitcoin / Bitcoin Technical Support / Re: large transaction set to max fee bitcoin core on: May 13, 2017, 04:15:29 AM
Ok, I have pushed your transaction, and I see why it is delayed and has poor propagation.

Your transaction spends from two unconfirmed transactions: https://blockchain.info/tx/a9d008e6a80806670f8c3d0f3404e87ff19f81e71ef9601fc7c4fd6ccf28f48b and https://blockchain.info/tx/81890605cf42773aefa766964862973ded4d8746f2a7d2656412c064c7d68d37. Your transaction cannot confirm until these two transactions confirm as well. However, both of these transactions only pay a transaction fee of 10 sat/byte, which is way less than the 270 sat/byte fee rate recommended by https://bitcoinfees.21.co/. Since the fee rate of those two transactions is so low, most nodes have removed them from their mempools, and because of that, they cannot accept your transaction since they don't have these two unconfirmed transactions.

Read https://bitcointalk.org/index.php?topic=1802212.0 for what you can do about these three unconfirmed transactions. Note that doing anything to just your high fee unconfirmed transaction is not going to help, you need to get the other two low fee unconfirmed transactions to confirm too, otherwise yours will not be able to confirm.
3191  Economy / Web Wallets / Re: help with transaction on: May 13, 2017, 03:58:31 AM
i used blockchain wallet,
There's your first problem. Read https://bitcointalk.org/index.php?topic=1914800.0

Unfortunately, because you use blockchain.info's wallet, there is not much you can do except for asking a miner for help and waiting.

i already doubled the fee it recomended sending
It is still not enough. Blockchain.info's fee estimation is horrible so what it recommends is definitely not enough.
3192  Bitcoin / Bitcoin Technical Support / Re: large transaction set to max fee bitcoin core on: May 13, 2017, 03:56:41 AM
In the transactions list, right click the transaction and choose "Copy Raw Transaction". Then paste what was copied into a post here. That is the raw hex of the transaction itself and posting it will allow people here to rebroadcast the transaction for you so that the network actually sees it. The problem is likely due to poor propagation of the transaction as I am unable to find it both on block explorers and on my own node.
3193  Economy / Web Wallets / Re: help with transaction on: May 13, 2017, 03:46:44 AM
What wallet software did you use to make this transaction?

The transaction fee is fairly low, only 114 sat/byte. The current recommended transaction fee is 270 sat/byte according to https://bitcoinfees.21.co/.

Read https://bitcointalk.org/index.php?topic=1802212.0 for what you can do about this transaction.
3194  Bitcoin / Bitcoin Technical Support / Re: large transaction set to max fee bitcoin core on: May 13, 2017, 03:44:48 AM
Please post the transaction id of the transaction.
3195  Bitcoin / Bitcoin Technical Support / Re: Rebroadcast with higher fee? Nope, 258: txn-mempool-conflict. on: May 12, 2017, 09:51:57 PM
If the first transaction was sent with RBF enabled, then you can replace it with a higher fee transaction.
So, what should i change/set in a tx for it to be marked as RBF enabled?
There is surprisingly little i can google about this.
You cannot change it after the fact. Since the transaction has already been broadcast, you cannot change it to be RBF enabled. That can only be done when creating the transaction, before it is signed and broadcast. Your transaction is not RBF enabled.
3196  Bitcoin / Bitcoin Technical Support / Re: FW2 Wallet file extension on: May 12, 2017, 09:50:15 PM
I have never heard of a fw2 file extension. All the major wallets that I know of use .dat, .wallet., or .key as their wallet file file extensions.
3197  Economy / Web Wallets / Re: BTC transactions keep getting stuck on: May 12, 2017, 08:26:37 PM
Your transaction fee rate is not high at all. You are paying a fee rates of 109 sat/byte, 120 sat/byte, and 132 sat/byte, which are much lower than the current recommended fee rate of 270 sat/byte according to https://bitcoinfees.21.co/.

Your third tx depends on the second, so it cannot confirm until the second does. The second depends on the first, so that cannot confirm until the first does.

Read https://bitcointalk.org/index.php?topic=1802212.0 for what you can do about your transactions.
3198  Bitcoin / Development & Technical Discussion / Re: Bitcoin - Open Source - Questions! on: May 12, 2017, 07:47:22 PM
4. Is there an issue for using the same wallet address for many transactions? Talking about being investigated or followed by a governmental agency? How traceable a transaction is? How vulnerable is it?
Yes. Using the same address will result in less privacy and potentially less security. People who send you money will know how much money you actually have. People can then also see who you are paying and how much you are paying them. It is highly recommended that you do not use the same address but instead generate a new address for each payment you want to receive.
3199  Economy / Web Wallets / Re: Stuck for almost 4 days. Panic began on: May 12, 2017, 07:45:36 PM
achow101, DannyHamilton: Thank you for your responses guys, I already see that blockchain is a big mistake and I will switch to your reccomended wallets, but you also need to understand that there are lots of people like me who see their website and their claims that they are the biggest and best wallet in the world and also lots of other websites write about them positively. And if you need to do just 1-2 transactions per month, then its obvious choice for a lots of people.

Can you tell me, what can I do with the actual status of my transaction. I really need to make it completed, I dont know how exactly it works but I can pay someone some extra fee to PayPal for example to complete it. Sorry really dont know, how it goes here.

Thank you very much
All you can do is ask miners for help and wait. Read https://bitcointalk.org/index.php?topic=1914800.0
3200  Economy / Web Wallets / About blockchain.info's web wallet and "stuck" transactions on: May 12, 2017, 07:43:38 PM
Blockchain.info's web wallet is considered a poorly written wallet and is seemingly incapable of sending proper transactions with correct transaction fees and confirmed inputs. If you are using blockchain.info's web wallet and your transaction is stuck, it is almost definitely because the transaction fee is too low (at 120 sat/byte which seems to be blockchain.info's default fee rate even though it is much too low) or because you are spending from other unconfirmed transactions.

If you are using blockchain.info's web wallet, unfortunately you won't be able to attempt RBF or CPFP transactions as blockchain.info does not provide the advanced functionality to make those transactions. All you can do is ask miners for help and wait. For asking miners for help:
Ask a miner for help

Some mining pools and miners offer services to allow you to prioritize your transaction in their mempool so that it is chosen sooner for inclusion in a block. You can contact the users Quickseller and macbook-air. These two users have access to F2Pool's transaction selector and they can help you with confirming your stuck transaction. You can also try using https://www.viabtc.com/tools/txaccelerator/ to "accelerate" your transaction. Note that ViaBTC does have a limit the accelerator to 100 transactions every hour and requires that it pays a minimum fee rate of 10 satoshis/byte, so their accelerator may not necessarily work.

To avoid this problem in the future, stop using blockchain.info. Instead switch to any wallet listed on Bitcoin.org and has one of the following texts regarding how the wallet handles transaction fees:
Quote
Full control over fees
Quote
Dynamic fee with override
Quote
Dynamic fee suggestions
Any wallet which has one of these texts for in their descriptions (with the color and bolding) will support dynamic fees and allow you to make transactions with proper fee rates.
Pages: « 1 ... 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 [160] 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 ... 590 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!