Bitcoin Forum
May 28, 2024, 06:28:12 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 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 ... 590 »
3081  Economy / Web Wallets / Re: Help Needed! With the transaction. on: May 25, 2017, 06:30:03 PM
The fee is too low. Who recommended you that fee? Blockchain.info? If so, that is your problem. Blockchain.info's wallet has absolutely horrendous fee estimation, among several other issues.

Your transaction only pays a fee of 129 sat/byte, which is way lower than the 390 sat/byte recommended by https://bitcoinfees.21.co/.
3082  Bitcoin / Bitcoin Technical Support / Re: Transaction not confirmed/Error on fee on: May 25, 2017, 02:58:53 PM
Please read https://bitcointalk.org/index.php?topic=1802212.0
3083  Bitcoin / Bitcoin Technical Support / Re: Need Help with 0/unconfirmed, in memory pool on: May 25, 2017, 02:56:45 PM
Firstly, if your only concern about Core is that it is using too much disk space, you can enable pruning. Go to the Bitcoin Core datadir and find or create the bitcoin.conf file (it's just a text file with a .conf extension). Then add the following line to it:
Code:
prune=550

That will reduce the size of the blockchain to ~1-2 GB. What it does is it will just delete the blockchain except for the most recent 288 or so blocks. As you get more blocks, the oldest blocks will be deleted to make space for the new ones.

If you really want to go ahead with transferring the Bitcoin to a new wallet, you will need to do a few things to get abandontransaction to work. First, stop Bitcoin Core. Then go to the Bitcoin Core datadir and delete the file called mempool.dat if it exists. Then start Bitcoin Core with the -walletbroadcast=0 option. Then you should be able to do Abandon Transaction.
3084  Bitcoin / Mycelium / Re: Make miners to forget my transaction on: May 25, 2017, 02:47:16 PM
AFAIK, you can't have Mycelium "forget" about your transactions.

You can't force anyone else on the network (like miners and nodes) to forget about your transaction.

All you can do is wait for everyone to forget the transaction or for it to confirm.
3085  Bitcoin / Bitcoin Technical Support / Re: Running really old version of Core(0.9.1). How to update to the most recent one? on: May 25, 2017, 02:45:19 PM
Thanks! So just download the newest version of core and swap in my wallet.dat file ?
Yes. You don't even need to change anything in the datadir (like swapping in the wallet.dat file) since the latest version of Core will just use what is already there.
3086  Bitcoin / Bitcoin Technical Support / Re: What can cause bitcoin-qt-13.2 to not comletely respond to block request? on: May 24, 2017, 03:47:26 PM
How are you requesting the block? Can you show us the code?
3087  Bitcoin / Bitcoin Technical Support / MOVED: First time buying BTC, please help. on: May 24, 2017, 03:18:13 PM
This topic has been moved to Trashcan.

Removed upon request
3088  Bitcoin / Armory / Re: Node offline + POLLERR error on: May 23, 2017, 08:47:20 PM
Try starting Bitcoin Core manually. First start Armory. Then uncheck the "Let Armory run Bitcoin Core in the background" box in File > Settings. Then stop Armory. Start Bitcoin Core and let it sync and get fully started. Then start Armory. It should then say that you are online. Then you can send. If you are not online, you will not be able to send transactions.
3089  Bitcoin / Development & Technical Discussion / Re: How do bitcoin/altcoin lite wallets work? on: May 23, 2017, 08:42:54 PM
A lightweight wallet connects to a full node and asks from that node for information related to itself. It essentially gives that node a list of its addresses and asks that the full node only relay transactions which pertain to those addresses. The private keys themselves are still stored within the wallet and are not exposed to the full nodes that it connects to. In exchange for the convenience of not having the entire blockchain, you lose some privacy and security as you have to trust that the full node is providing the correct data.
3090  Bitcoin / Bitcoin Technical Support / Re: Address shows that it's recieved alot of coins in the client but 0 on blockchain on: May 23, 2017, 04:56:51 PM
It's likely that there originally were transactions to your wallet but they were unconfirmed and were eventually dropped by the network. Your wallet still remembers them though which is why it displays them to you. The question mark next to them indicates that the wallet is confused about those transactions since they are there locally but not in the blockchain.
3091  Bitcoin / Armory / Re: how to deposit armory funds into alphabay on: May 23, 2017, 12:41:08 AM
ah ok,.. i also forgot my password, is there anyway i can find this password?
No. If you forgot your password, then you can't do anything with the wallet.
3092  Bitcoin / Armory / Re: how to deposit armory funds into alphabay on: May 23, 2017, 12:36:07 AM
no no i want to send bitcoins from alphabay to armory.. it's not gving me an armory addres
Click the Receive Bitcoin button and you will get an address you can use. Your wallet does not just have one address, you will get a new address every time you click Receive Bitcoin.
3093  Bitcoin / Armory / Re: how to deposit armory funds into alphabay on: May 23, 2017, 12:21:38 AM
Get a Bitcoin address from alphabay and then send to that address. There is nothing in Bitcoin for "deposit at service X". No decent wallet is going to have any such specific option.
3094  Bitcoin / Bitcoin Technical Support / Re: Novice user with questions about some stuck/unconfirmed transactions on: May 22, 2017, 05:20:58 PM
So I don't have anything to worry about, just wait a few more days and not be so cheap next time?
If the transactions are not particularly important, then pretty much.
3095  Bitcoin / Bitcoin Technical Support / Re: Novice user with questions about some stuck/unconfirmed transactions on: May 22, 2017, 05:09:33 PM
Thanks! Why do transactions 2-3 spend from previous transactions instead of the confirmed transaction? And why are the remaining funds in my wallet unconfirmed (aren't they from the one confirmed transaction)?
Transaction 1 spends from the confirmed transaction. The way that Bitcoin works is that outputs must be spent completely, so transaction 1 spends your output from the confirmed transaction and produces a change output which is what transaction 2 spends from.

Also, if transaction 1 isn't eventually sent, how long will it take to be returned to my wallet?
It should be "returned" in a few days. However this does not mean that it will disappear from your wallet.
3096  Bitcoin / Bitcoin Technical Support / Re: Novice user with questions about some stuck/unconfirmed transactions on: May 22, 2017, 04:58:42 PM
afa71d40fe5df016f28d14e29afa7cf0270645cabc338cefef8509c0603894e8
This transaction has confirmed.

371395d4e4597fa5d9061a3917092022ae2bf0ff8880d714440ca08ae0fa36c1
This transaction is unconfirmed. Lets call it transaction #1. It pays an extremely low transaction fee, only 6 sat/byte whereas the recommended transaction fee is 360 sat/byte.

9d164de6c472712d97f4fa47ab21291d7bcf5b1ac38eb5692dfda6c5dd879449
This transaction is also unconfirmed. Lets call it transaction #2. It pays a fairly low transaction fee, only 166 sat/byte. However, it also spends from transaction #1, so it cannot confirm until transaction #1 confirms too.

9d4c84d84066c84bb3f860189c17d2c84e5aa87500d4fdb60ced9b4d4fda628e
This transaction is also unconfirmed. Lets call it transaction #3. It pays a low fee, only 222 sat/byte. However, it also spends from transaction #2 so it cannot confirm until transaction #2 confirms too.
3097  Bitcoin / Bitcoin Technical Support / Re: Node unreachable, port 8333 opened on: May 22, 2017, 04:50:08 PM
By the way, is there any way to see my user agent?
Code:
./bitcoin-cli getnetworkinfo
3098  Bitcoin / Bitcoin Technical Support / Re: Novice user with questions about some stuck/unconfirmed transactions on: May 22, 2017, 04:01:35 PM
If you are using an old version of Multibit, it is very likely that your transactions paid an insufficient transaction fee. Since you also sent transactions from an unconfirmed transaction, those other transactions cannot confirm until the first one confirms as well.

Please post the txids of the transactions so that we can see what is actually wrong.
3099  Bitcoin / Bitcoin Technical Support / Re: Transactions stuck with high fee on: May 22, 2017, 04:00:08 PM
Your first transaction has confirmed.

Your second transaction spends from this unconfirmed transaction: https://blockchain.info/tx/72b2bf6117119e10b50b57a412e68111c8bdd5bc6651e68e694862ec1b7d37b1. That transaction spends from this other unconfirmed transaction: https://blockchain.info/tx/2e8b79e9e7d8035da432c4847983b61874bab334ecd6a2fd5c4ecc72ee3ad980. Your transaction cannot confirm until both of these confirm too.
3100  Bitcoin / Bitcoin Technical Support / Re: Node unreachable, port 8333 opened on: May 22, 2017, 03:58:31 PM
You have inbound connections, your node is reachable. Bitnodes is not guaranteed to always work. If their crawler is unable to reach you, that does not necessarily mean that you are not reachable. Curl won't work since the node will not send you any data unless you first send the version message.
Pages: « 1 ... 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 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 ... 590 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!