Bitcoin Forum
September 30, 2024, 11:04:49 AM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 211 212 ... 590 »
3221  Bitcoin / Bitcoin Technical Support / Re: I only have Public / Private Key on Paper wallet from 2012, How to recover? on: May 10, 2017, 11:26:15 PM
Download Mycelium onto your phone. Use that to import the private key of your paper wallet into Mycelium so that you can spend the funds. It can scan the QR code for the private key, and if you encrypted it, it can decrypt it too provided you know the password.
3222  Bitcoin / Bitcoin Technical Support / Re: Transaction ID showing MORE than I sent - Double spend attempt? on: May 10, 2017, 09:48:54 PM
Ok, I think I understand...  so because I received 15 BTC in a single send from the exchange, and then decided to send 10 to another exchange... it has used the 15 I received to send the 10, and is returning me the 5, minus the TX fee? Makes sense now...
Yes. That is exactly what happened.
3223  Bitcoin / Bitcoin Technical Support / Re: Transaction ID showing MORE than I sent - Double spend attempt? on: May 10, 2017, 09:38:24 PM
No. That "extra spend" that you see is called change. The Bitcoin is yours and is being sent back to your wallet.

 Bitcoin works by creating and spending transaction outputs. When you receive Bitcoin, you get a transaction output which you can spend from. When you spend from that output, it must be spent from fully. Thus when you spend from that output, some of it goes to whoever you wanted the Bitcoin to go to, the rest returns to you as change. You still control that Bitcoin and your wallet handles everything in the background, which is why you don't see the change anywhere in the GUI.

Change for Bitcoin is much like change with fiat money. For example, you have a $20 bill and buy something that only costs $8. You will receive $12 as change. The same happens with Bitcoin, except that the "bills" are outputs and can have variable value.
3224  Bitcoin / Project Development / Re: Bitcointalk Account price estimator on: May 10, 2017, 07:27:11 PM
Hi, I tried again and again visiting price estimator but it failed to load.
Please look into this server issue.
Should be fixed now.
3225  Bitcoin / Bitcoin Technical Support / Re: Why is this transaction stuck even with high fees? help please on: May 10, 2017, 07:24:21 PM
how do i get miners or compensate them to confirm these tx?
Read the section on "Asking miners for help" on this thread: https://bitcointalk.org/index.php?topic=1802212.0
3226  Bitcoin / Bitcoin Technical Support / Re: Why is this transaction stuck even with high fees? help please on: May 10, 2017, 06:07:04 PM
Wow that sucks.. how long will this take to confirm?
That is impossible to know. Again, given the complexity of the web of unconfirmed transactions, it could be an extremely long time, from several days to a few weeks. It is also possible that the transaction will never confirm.
3227  Bitcoin / Bitcoin Technical Support / Re: Why is this transaction stuck even with high fees? help please on: May 10, 2017, 06:04:40 PM
can anyone help me somehow?
All you can do is ask miners to confirm all of the unconfirmed transactions that your transaction depends on. However, given the complexity of the web of unconfirmed transactions, I don't think many miners will be willing to help you.
3228  Economy / Web Wallets / Re: btc transaction stuck and not recognized on: May 10, 2017, 06:03:17 PM
The problem is that your transaction fee is too low. Read https://bitcointalk.org/index.php?topic=1802212.0 for what you can do about it.

Since you are using blockchain.info's web wallet, there is not much that you can do.

it is recommended to use 0.001btc per KB of bitcoin transacted.
No. It is recommended that you use a wallet with dynamic fees. Do not use a fixed fee or fixed fee rate.
3229  Bitcoin / Bitcoin Technical Support / Re: BTC Transaction unconfirmed from 2 days.. on: May 10, 2017, 05:22:45 PM
Hi, i am here to help you and i already have submitted your transaction into a boosting network!.
After an hour, you will see your transaction is confirmed.
You need not to ask for help anymore.

Could you explain it better please?
He probably submitted it to ViaBTC's transaction accelerator. Submitting it there (or to any other transaction accelerator service) does not guarantee that your transaction will confirm within a given amount of time. It just means that the transaction has a higher chance of being confirmed.
3230  Bitcoin / Bitcoin Technical Support / Re: Why is this transaction stuck even with high fees? help please on: May 10, 2017, 05:21:31 PM
Your transaction spends from two unconfirmed transactions. Those two unconfirmed transactions spend from a number of other unconfirmed transactions. Your transaction cannot confirm until all of the unconfirmed transactions which it depends upon (the ones it spends from, the ones that those spend from, and so on and so forth) are also confirmed. Since you have a huge mess of unconfirmed transactions that your transaction depends on, it may be a very long time before your transaction confirms. It may be possible that your transaction will never confirm if any of the several unconfirmed transactions ever gets double spent and the double spend confirms.
3231  Bitcoin / Bitcoin Technical Support / Re: BTC Transaction unconfirmed from 2 days.. on: May 10, 2017, 05:09:28 PM
You paid a fairly low transaction fee. Read https://bitcointalk.org/index.php?topic=1802212.0 for what you can do about it.
3232  Bitcoin / Project Development / Re: sendrawtransaction over 1000 times every minutes? on: May 10, 2017, 01:17:44 PM
Try doing
Code:
listunspent 0
instead. The default (without any parameters) is to have a minimum of 1 confirmation. With that one parameter, you set the minimum confirmation requirement to 0, so it should return the outputs for unconfirmed transactions.

You are going to have a problem after making the 25th transaction. Core will not allow you to have unconfirmed transaction chains of more than 25.
3233  Bitcoin / Armory / Re: Bitcoin Transaction Not Picked Up By Armory on: May 10, 2017, 01:08:36 PM
Try doing Help > Rescan Balance.
3234  Bitcoin / Bitcoin Technical Support / Re: Transaction Stuck 5 days, ID not recognized, Bitcoin Core crashing constantly on: May 10, 2017, 01:07:04 PM
Hi achow101,


I did as you suggested and removed blk00789.dat  and rev00789.dat. These were the highest numbered files. After that Bitcoin Core started up normally and it didn't ask anything. Then it crashed as previously.
Interesting. You need to get it to reindex the databases. Go to the Bitcoin Core datadir and find the file named bitcoin.conf or make it if it doesn't exist. Then add the following line to it:
Code:
reindex=1
Then start Bitcoin Core. It will be reindexing the databases. Once it is done, go back to that file and remove that line so it doesn't reindex every time you start the program.
3235  Economy / Web Wallets / Re: Bitcoin stuck for almost 96 hours on: May 10, 2017, 04:17:10 AM
Hello sir Achow, What is the effect of rebroadcasting the transaction? I'm confused about it if it is really helping to made the transaction fast. I read some info regarding this rebroadcasting process that helps to made the confirmation fast. Is this a legit tweak?
Rebroadcasting a transaction means that you are reminding the network that the transaction exists. Otherwise the transaction would get evicted from nodes' mempools after some time if it remained unconfirmed. It does not actually help a transaction confirm faster. Rebroadcasting just makes the transaction reach more nodes and remain in nodes' mempools.
3236  Bitcoin / Armory / Re: Double spending problem. Is my money stuck? on: May 10, 2017, 04:14:18 AM
Thank you very much for help. But it's still not quite clear for me what to do next, since I see a kind of a contradiction within what you're saying.

1. You're saying that I shouldn't redoublespend since I already have multiple conflicting transactions and it might not work since one of the transactions has a somewhat okay fee.
2. Still you're saying that transaction #3 with 3.8Sat/Byte fee will probably not ever be confirmed.

Does that mean that if I do nothing then the most likely scenario is that transaction #4 with 150 Sat/Byte fee will be confirmed first (out of three other txs) within several days?
Yes.

Only one of those transactions can ever confirm, not that one will confirm first.
3237  Bitcoin / Bitcoin Technical Support / Re: invalid receive address on: May 10, 2017, 04:05:05 AM
Are you absolutely sure that the address is correct? Make sure that you aren't missing a character and that everything is exactly as Armory gave you.
3238  Economy / Web Wallets / Re: Bitcoin stuck for almost 96 hours on: May 10, 2017, 04:03:44 AM
Read https://bitcointalk.org/index.php?topic=1802212.0 for what you can do.

Since you are using blockchain.info's wallet, there is not much that you are able to do except ask miners for help.
3239  Bitcoin / Armory / Re: Double spending problem. Is my money stuck? on: May 10, 2017, 04:02:24 AM
I think that this 3rd transaction is the donation that I've made. But I've made it on 30th of April. And apparently somehow it was broadcasted only yesterday.
Transactions can be rebroadcast. It possible that someone rebroadcast that transaction after it had been "forgotten" by the network.

The bad thing is that it has only 3.8Sat/byte fee. Will it actually ever be confirmed with such a tiny comission?
It can confirm, but I think it is unlikely.

Again, you saying that there's no way to accelerate it, right?
You could make another double spending transaction but include a much much higher transaction fee. However, since one of your transactions contains an ok transaction fee (still quite low, but way above the minimum), such a double spend may not work.



You should upgrade to Bitcoin Core 0.14.1.
3240  Bitcoin / Armory / Re: Double spending problem. Is my money stuck? on: May 10, 2017, 03:33:30 AM
I did. I think I've tried to send those money for like 20 times or so. And always either got tx broadcast timed out error or no error, but transaction didn't apper at blockchain.info.
Which versions of Armory and Bitcoin Core are you using? Can you also post the armory log files (armorylog.txt and dbLog.txt)?


Well, I control addresses that I've explained in 2 and 4, but I don't control both addresses in 3. The first one that receives 0.007 BTC is unknown to me. The second (which receives ~3BTC ) is listed in my Armory's change addresses. Does that mean that I control it?
Yes, you control that address as it is a change address.

Did you attempt to make a transaction of 0.007 BTC since April 25th?

Are you sure there's nothing can be done about the situation and I will basically lose money if the transaction from 3 will be confirmed?
Since you control the change address, you will at worst lose 0.007 BTC.

Is there a possibility to double-spend it once again with like 10x fee maybe?
Yes, but I wouldn't recommend it since you already have multiple conflicting transactions.

Also. Is this a bad sign that this site accepts only the 3rd transaction ID (addresses from which I don't control) and says that it cannot find the transaction when I input IDs from 2 and 4? https://www.mocacinno.com/feecheck.php?txid=4f17cbc42bf09afd0f0246eb88700b4b4c9229ba4c7d8560b2f143b7028b590b
No, not bad at all. That site uses Bitcoin Core in the background and if it receives a transaction which conflicts with another in its mempool, that conflicting transaction will be rejected. What happened here is that it received the 3rd transaction first thus it rejected and did not keep the other two transactions.

Also.  If we assume that my PC is compromised, is there anything I can do right now to prevent the hijacker from creating new transactions from my wallet?
If they have a copy of your wallet file and the password, then there is nothing you can do. However, I think it is unlikely that your computer is compromised. Rather I think the issue lies in Armory doing something wrong because of multiple broadcast failures.
Pages: « 1 ... 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 211 212 ... 590 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!