Bitcoin Forum
June 20, 2024, 11:18:16 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 206 207 208 ... 590 »
3141  Bitcoin / Bitcoin Technical Support / Re: Bitcoin transaction UNCONFIRMED SINCE 2 weeks on: May 17, 2017, 06:28:44 PM
The absolute value of the transaction fee is completely meaningless. What matters is the fee rate in sat/byte. The fee rate paid by your transactions is extremely low due to the large size of your transactions. You are only paying 3 sat/byte for the first transaction, and 7 sat/byte on the second. The current recommended transaction fee is 390 sat/byte according to https://bitcoinfees.21.co/.

Read https://bitcointalk.org/index.php?topic=1802212.0 for what you can do about the transactions.
3142  Bitcoin / Bitcoin Technical Support / Re: Bitcoin Core & pruning mode on: May 17, 2017, 06:22:56 PM
What are benefits of setting prune to be anything greater than 550, such as 551, 2000, 3000?
You will be storing more of the blockchain and thus be less likely to be affected by very large blockchain reorgs.

I'm planning to run Bitcoin Core 0.14.1 on two machines:  one that is online and another that is offline (hence offline wallet).  I'll have to update the blockchain once in a while on my online machine.  The offline machine will be the same physical machine except booted from a Ubuntu USB stick.  To run Bitcoin Core on the offline machine, I was thinking of running Bitcoin Core from the same USB stick.  Is this do-able?

On the rare occasion that I use my offline machine, I was thinking that I would copy the block folder from the online machine onto a second USB stick, go offline, boot up Ubuntu from the first USB stick, copy the block folder from the second USB stick to the first USB stick.  This way, when I launch Bitcoin Core from the first USB stick, it would be synced and therefore I will be able to send out bitcoins.

Does this sound do-able?
Yes.
3143  Economy / Web Wallets / Re: Please help on: May 17, 2017, 05:08:46 PM
Please post the transaction id and the wallet that you used to send/receive the transaction.
3144  Alternate cryptocurrencies / Altcoin Discussion / Re: My altcoin " No block source available on: May 17, 2017, 05:02:17 PM
bitcoin and altcoins are incompatible. You cannot sync an altcoin with bitcoin and vice versa unless the altcoin specifically implements some functionality in order to do so.
3145  Bitcoin / Bitcoin Technical Support / Re: bitcoin core sendfrom function on: May 17, 2017, 03:33:16 PM
Is the wallet encrypted? If it is, are you using the walletpassphrase command first to decrypt it?

Also, sendfrom is deprecated. You should use sendtoaddress instead.
3146  Bitcoin / Armory / Re: 0.96.1 testing build #1 on: May 17, 2017, 01:40:16 PM
Does it make sense to attempt a build on my Macbook?

If so, which git branch should I use?
Use the testing branch. Building on macs right now may not work though, but you can try.
3147  Bitcoin / Bitcoin Technical Support / Re: Unconfirmed Transaction.Need Some Tech Info on: May 17, 2017, 01:38:47 PM
1.Is there a third party service which allows you to rebroadcast transaction with higher fees with just the raw  unsigned transaction ? Or is it impossible ?
Generally you need to use a different broadcasting software which either ignores the rules and broadcasts double spends. If the transaction does not show on a block explorer, you should be able to use that block explorer's broadcast api in order to send your transaction.

2.If I approach a miner personally,can he accept my transaction in the chain of blocks ?
Yes. Talk to Quickseller or macbook-air. They have access to f2pool's backend so they can include transactions for you.
3148  Bitcoin / Bitcoin Technical Support / Re: Bitcoin core RPC method sendtoaddress is not working on: May 17, 2017, 01:35:06 PM
Your parameters are in the wrong order. The command format is
Code:
sendtoaddress "address" amount ( "comment" "comment_to" subtractfeefromamount )
3149  Bitcoin / Bitcoin Technical Support / Re: Transaction stuck, Please help on: May 17, 2017, 01:29:21 PM
It has been confirmed now.
3150  Bitcoin / Bitcoin Technical Support / Re: few days at 0 confirmation on: May 17, 2017, 03:29:22 AM
Bitcoin transactions cannot be canceled. If the fee is too low, you can attempt to make a conflicting transaction which is more likely to be confirmed, but there is no guarantee that the conflicting transaction will be the one that confirms. When you make your transaction, you can have it signal RBF which makes it easier to replace with a higher fee conflicting transaction.
3151  Bitcoin / Bitcoin Technical Support / Re: My fee too low or something? on: May 17, 2017, 02:34:52 AM
Apparently transaction fees basically doubled in the past day or so, so the 220 sat/byte fee rate on your transaction is too low. According to https://bitcoinfees.21.co/, the current recommended fee rate is 450 sat/byte, which is way higher than I have ever seen.
3152  Economy / Web Wallets / Re: Unconfirmed transaction - BLOCKCHAIN.INFO on: May 17, 2017, 01:58:12 AM
blockchain.info's fee estimation is garbage. Their wallet is also known to have many problems. I highly recommend that you don't use blockchain.info for your wallet.
3153  Economy / Web Wallets / Re: How to produce a new public key in blockchain.info? on: May 16, 2017, 04:16:36 PM
I know about that. I mean I want to have another public key for my private key in the imported address.
You can't have multiple public keys for one private key. There is only one public key for a private key, and one address for a public key.
3154  Bitcoin / Armory / Re: Armory 0.96 is out on: May 16, 2017, 04:04:20 PM
Does it mean that that DB in v > 0.93.3 is much smaller in size? 0.93.3 runs very smoothly for me but its DB is very huge/
Yes. The DB has been significantly reduced in size. On my computer, it is ~1 GB.
3155  Bitcoin / Armory / Re: Armory 0.96 is out on: May 16, 2017, 03:34:26 PM
why 0.96.0.1-testing but not just 0.96? I do not like the word testing.
0.96 has some weirdness that has been fixed for 0.96.1 but 0.96.1 is still in the testing phase.

And one more Q. Is it mandatory for me to migrate or I can continue to enjoy bitcoin with 0.93.3 ?
You can still use Bitcoin with 0.93.3. However you will be missing all of the improvements to the database, performance, coin selection, fee control, etc. that have been made since.
3156  Bitcoin / Armory / Re: Armory 0.96 is out on: May 16, 2017, 03:00:07 PM
hi,

I am still using 0.93.3 version for both online and offline wallets of Armory  in conjuction with bitcoin core 0.11.2 and would appreciate any recomendations for smooth migration from 0.93.3 to 0.96 on Win 10 machine
On you online machine, upgrade to Bitcoin Core 0.14.1 and Armory 0.96.0.1-testing. To install, just download and run the installers, you don't need to do anything else. Once both are installed, go to the Armory datadir and delete the folder named databases. Your offline machine does not need to be upgraded as long as you only use the p2pkh address type.
3157  Bitcoin / Armory / Re: Problems broadcasting transactions and keeping BLC (armory database) updated on: May 16, 2017, 02:57:49 PM
The transaction hash is 5f9b8a515eb7d9ee81831d7718cb039b656dee4b053200c8ff80d69e6fe8a2da - and if I look it up in the block chain its transaction fee is 50.389 Sat/B Shouldn't that be normal?
That fee is quite low. Are you using the "fee rate from node" option or just the "fee/byte" option when you make a transaction?
3158  Bitcoin / Bitcoin Technical Support / Re: rpc command 'getnewaddress' returns used addresses? on: May 16, 2017, 02:45:51 AM
What kind of debug were you referring to? From the debug.log file?
Yes, the debug.log file. It might have some info in there about why this happened. It also might not.
3159  Bitcoin / Bitcoin Technical Support / Re: rpc command 'getnewaddress' returns used addresses? on: May 16, 2017, 02:37:10 AM
It should give you a new address every time. However, IIRC, there's sometimes it won't if the keypool has not been refilled recently. For the keypool to not be refilled recently, you would have had to have requested the number of addresses in your keypool since the last time your wallet was unlocked.

Could you post the debug.log?
3160  Bitcoin / Bitcoin Technical Support / Re: Bitcoin core crashing every time i download the blockchain on: May 16, 2017, 02:07:04 AM
i've got windows 10 64 bit and i figured i would run a fullnode too, just because.

The program has already crashed twice, with nothing remotely resembling a human friendly error message, like, what it was it could not read (or where). it just crashes with various very generic messages. This is the only program that crashes regularily on my pc and i have no idea why, because the error messages are too generic like "cannot read database"  hey! how about also writing on what drive, and in what dir, and what went wrong..

i don't feel like i would dare to trust this software with my bitcoins when it can't even bootstrap itself from the net, when it doesn't even seem to know itself why it crashes.
First of all, don't hijack someone else's threads with your own issues.

Secondly, all of the important error information ends up in the debug.log file found in the Bitcoin Core datadir, not in the error dialogs. If it is crashing regularly, you may have a hardware failure somewhere as Bitcoin Core is known to be very hardware intensive. However the software itself can't tell you that, it just knows that it tried to read from the database and got back garbage that it wasn't expecting. And it does know why it crashes, it couldn't read the database. Why that happened, it does not and cannot know.
Pages: « 1 ... 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 206 207 208 ... 590 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!