Bitcoin Forum
June 16, 2024, 08:04:23 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 213 ... 590 »
3241  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.
3242  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.
3243  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.
3244  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.
3245  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.
3246  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.
3247  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.
3248  Bitcoin / Armory / Re: Double spending problem. Is my money stuck? on: May 10, 2017, 02:58:39 AM
3. Yesterday at midnight I've checked the transaction status and saw double-spend there. Then I detect this transaction: https://blockchain.info/tx-index/248925562
It was made at 16:48 yesterday. And I'm quite sure that I didn't make it since I was talking on the phone at the moment. But Armory was opened. So I have the several question about it.
The time that is listed is not necessarily the time that the transaction was made and broadcast. That time is just the time that blockchain.info received the transaction.

a) Does this mean that my PC is hijacked? '
Possibly. Double check that your computer does not have any malware on it.

Or could this be that Armory somehow broadcasted some old transaction that I was trying to make?
Possible but unlikely. If it were, you should see those transactions in your transactions list. Did you attempt to make transactions since the time that you received the Bitcoin specifically at 122YiteUPtjafPyYFm5oZrRjYFLFcwjoSP? If you did, did you receive any error when you made those transactions and then tried redoing the transaction?

Also. The transaction was relayed by IP which belongs to New Jersey, USA. I personally live in Ukraine. So this tells me that the transaction wasn't made from my PC. But how can this be possible? Does that mean that someone hijacked my private key and basically owns my money now?
The IP address which blockchain.info lists is completely meaningless. It is just the IP address of the node which relayed the transaction to them, not the IP address of the node that first broadcast the transaction.

So the most important question is what should I expect next and how can I send my BTC to the address I needed? Will one of transactions be eventually confirmed? Or will there be any kind of another resolution?
Only one of your transactions will be able to confirm. There is no way to "cancel" them. The only thing you should do is to wait and stop making transactions until one of these three confirms. If you control the addresses which are receiving the Bitcoin or the address is to someone (or service) that you intended the Bitcoin to go to, then everything is fine. If you do not recognize any of the addresses, it is likely that your computer has been compromised.
3249  Bitcoin / Armory / Re: Can I do offline signing with both armory installations not having to... on: May 09, 2017, 08:56:28 PM
Ok.  So I can't do what I want - I have to download the entire blockchain on the online computer.
Yes, you will have to download the entire blockchain in order to create the unsigned transaction. There is no way for Armory to create that transaction without knowing what transactions it can spend and what the output scripts for those are.
3250  Bitcoin / Armory / Re: Can I do offline signing with both armory installations not having to... on: May 09, 2017, 08:53:13 PM
Thanks.  That part I get but it seems that installing armory installs bitcoind which automatically starts downloading the blockchain.  I'd like it not to do that on either computer.
You will need to do that on the online computer. The offline computer won't do that since it won't have an internet connection.
3251  Bitcoin / Armory / Re: Can I do offline signing with both armory installations not having to... on: May 09, 2017, 08:47:47 PM
Yes. The online wallet creates an unsigned transaction with all of the necessary details for signing the transaction (except the private keys) which you then take to an offline computer and sign it.
3252  Bitcoin / Bitcoin Technical Support / Re: Transaction Stuck 5 days, ID not recognized, Bitcoin Core crashing constantly on: May 09, 2017, 01:48:33 PM
It looks like you have a corrupted block. Go to the blocks folder inside the Bitcoin Core datadir. Delete the highest numbered blk*.dat file and the highest numbered rev*.dat file. Then start Bitcoin Core. It should ask you to reindex the database. Click Yes and let it do that. It will look like it is redownloading the blockchain, but it is just rebuilding its databases.
3253  Bitcoin / Armory / Re: Armory 0.96 is out on: May 09, 2017, 01:44:21 PM
Hi Goatpig et al, thanks for all your hard work with this release.

I believe I'm experiencing the same problem as neosatus.

ArmoryQT.exe crashes after ArmoryDB.exe reports "unregistered bdv: etc..."
Hmm. I'm not sure what is wrong here. Try running Bitcoin Core manually then start Armory.

Can you use pruning in the new version of armory? 
No.
3254  Bitcoin / Bitcoin Technical Support / Re: Problem With bitcoin core on: May 09, 2017, 03:53:53 AM
It looks like the wallet.dat file Bitcoin Core is using got corrupted. Replace that with a backup of your wallet file but don't rescan, just let it load normally. It shouldn't need to rescan.
3255  Bitcoin / Armory / Re: Armory 0.96 is out on: May 09, 2017, 03:27:51 AM
Can you also post the armorylog.txt?
3256  Bitcoin / Bitcoin Discussion / Re: Bitcoin Core 0.14.1 Released on: May 09, 2017, 03:23:51 AM
can this version 0.14.1 allow the import/export the wallet HD seed yet? And if so how... Smiley
No.
3257  Bitcoin / Bitcoin Technical Support / Re: 0 Confirmations. Transaction doesn't exist acording to viabtc. Extremely low fee on: May 09, 2017, 12:25:31 AM
You've been scammed. All of those transactions will never be able to confirm because they have been double spent and the double spends have confirmed. These are the double spending transactions of the transactions you posted, in the same order:
https://blockchain.info/tx/9ca35f81ef86d7490ddfc08811acebf5b11ab8599235d5cfe05f472963966fef
https://blockchain.info/tx/37763064060304b22e1ece156ee03efdb83fdc663622faef244ff530f42cfdfa
https://blockchain.info/tx/fe1741ffb4bfa1ad1c27a10cdddf65d59c1dab6ae8cb27d1010ea370e3dc0ba7
https://blockchain.info/tx/bd69367293e8fb7fd10a9558c00824baab9f47b4e6e81701e71ad26af60f432c
https://blockchain.info/tx/0d1ec821ac3d717fcb3ab749712a4c13838b8cf659ebf404a003cfbea015eeda
https://blockchain.info/tx/2c128bca7ca99daf0a317f6bcbce6f5565fafb83a2bda1a17c33e526a520066b

Since all of these transactions have confirmed, your transactions are now completely invalid and thus will never confirmed.

Sorry, but there is nothing that can be done about this. You will not be able to get your money back. You can open a scam accusation in the scam accusations forum: https://bitcointalk.org/index.php?board=83.0

In order to avoid this in the future, do not accept unconfirmed transactions unless you are absolutely sure that the transaction will confirm. If you are ever uncertain whether a transaction will confirm, don't send any goods until the transaction has at least one confirmation.
3258  Bitcoin / Mining / Re: Mining speed in Hash/s or Block/s on: May 08, 2017, 10:24:49 PM
So it is "Block/s". Thanks. It seems rather misleading for it to be in hash/s though.
It is actually block header hashes per second as the mining hardware doesn't produce a full block but rather just the header and its hash.
3259  Bitcoin / Bitcoin Technical Support / Re: Transaction Stuck 5 days, ID not recognized, Bitcoin Core crashing constantly on: May 08, 2017, 10:23:13 PM
Your transaction either has been dropped or never hit the network at all due to crashes.

Can you please post the debug.log file? Just copy and paste the contents of the log file into a post here. Get as much from the bottom as you can.
3260  Bitcoin / Bitcoin Technical Support / Re: Is the .dat file + password everything you need to save? on: May 08, 2017, 09:18:00 PM
Thank you for the descriptive reply.

So if I create a backup for a wallet file that will only store a 1-5 "deposits" I'm gonna be fine without doing new backups or anything else?
Yes. You won't need to make another backup until after you have made ~100 transactions, both receiving and sending.
Pages: « 1 ... 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 213 ... 590 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!