Bitcoin Forum
July 11, 2024, 05:54:20 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 [266] 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 ... 591 »
5301  Alternate cryptocurrencies / Altcoin Discussion / Re: Dogecoin Core 1.10 error: "0 active connections to Dogecoin networks" on: October 12, 2016, 12:12:21 PM
Reindex. start with the -reindex option.
5302  Bitcoin / Development & Technical Discussion / Re: Arbitrary block size increase via soft-fork on: October 12, 2016, 12:20:55 AM
I wasn't talking about separate blockchains or sidechains, etc. I am talking about literally a separate data structure tacked onto the block that allows any sort of transaction to go inside of it. That would break backwards compatibility, and it is the naive implementation of such a size increase. There of course has to be plenty of other things to be done in order to maintain compatibility, and for just a block size increase, is too complex and still a bad idea. It would be easier to do just a hard fork to increase the block size at that point.
5303  Bitcoin / Development & Technical Discussion / Re: Arbitrary block size increase via soft-fork on: October 11, 2016, 10:38:20 PM
In theory a soft fork could be made where there is a so called "extra block" which would contain additional transactions. It's a horrible idea because it isn't actually backwards compatible since old nodes may not know that a transaction has confirmed if it were in the "extra block"
5304  Bitcoin / Armory / Re: Armory 0.95 testing phase on: October 11, 2016, 06:21:43 PM
It looks like it received a bad message and just crashed. These crashes are usually hard to reproduce and thus we can't really debug them to fix.
5305  Bitcoin / Bitcoin Discussion / Re: SegWit versus ViaPool can be viewed by looking at the 1000 block view here on: October 11, 2016, 03:57:51 PM
It is extremely unlikely that Core will lower the thresholds. They are specifically using the BIP9 soft fork standard and that specifies a 95% threshold for all soft forks, not just segwit. If anyone were to propose a lower threshold, I believe that many of the developers working on Core would fight against instituting such a change even though we all want segwit to be deployed. I myself would fight against any such change even though I want to see segwit deployed.
5306  Bitcoin / Bitcoin Technical Support / MOVED: PROBLEMA CON UNA S9 ANTMINER on: October 11, 2016, 03:34:50 PM
This topic has been moved to Trashcan.

https://bitcointalk.org/index.php?topic=1643020.0

Duplicate.
5307  Bitcoin / Electrum / Re: Big Problem with Electrum (Sweeping) on: October 11, 2016, 12:45:50 PM
So how do i get the transactions confirmed? The private key is from my armory which is offline.
What would be the best way to release ALL the coins from this privatekey?


Edit:  Im trying to import using the method you described. The whole electrum client just hangs in "Please wait" on the install wizard after i put in the privatekey.
You have to wait for the transactions to confirm. It has nothing to do with your wallet.
5308  Other / Meta / Re: Which board I can promote affiliate link? on: October 11, 2016, 12:32:42 PM
Nowhere. Affiliate links (also known as referral links) are not allowed to be in a post anywhere on this forum. You can however have them in your signature.
5309  Bitcoin / Development & Technical Discussion / Re: Blocksize needs to be increased now. on: October 10, 2016, 08:39:22 PM
Which is actually unusually high. I was expecting 60satoshis/byte when I started writing this post.
Potential (pretty much is) spam attack underway: http://statoshi.info/dashboard/db/transactions
5310  Bitcoin / Development & Technical Discussion / Re: Strange Tiny blocks on: October 10, 2016, 08:28:26 PM
Thinking even further it would be much easier for them (China as example but meant any big anti bitcoin country) to just push fake binaries of bitcoin to people. Especially after WoSign/StartCom debacle with issuing HTTPS certificate for any domain if you asked nicely.
Even so there are still protections against that. Bitcoin Core uses a distributed and deterministic release process (known as gitian building). Multiple people build the Bitcoin binaries and the hashes of all the binaries must match. Then the release is made and those hashes are signed with Wladimir's PGP key which only he has (in theory). The code signing keys for windows and mac are controlled only by Cory Fields (IIRC). Anything a malicious entity does would result in hashes that don't match what was released and what the gitian builders published when they did the gitian builds.
5311  Bitcoin / Armory / Re: Armory 0.95 testing phase on: October 10, 2016, 08:06:57 PM
ArmoryQt latest build laments about being unable to start the DB if started while the DB is offline, but if ADB is running it handles it closing or restarting just fine. Can AQT be made to not complain if it doesn't find DB running immediately and just wait?
If it can't find the DB it will spawn the DB by itself unless the socket it is occupied by something.

What error do you get?
5312  Bitcoin / Development & Technical Discussion / Re: Strange Tiny blocks on: October 10, 2016, 08:04:04 PM
Imagine attacker looking to disrupt BTC with enough power (example china) but not enough to have 50%. As a government of china i want to disrupt bitcoin. There is lot of miners in China. Instead of blocking them i would just block them from receiving transactions and thus mining useless blocks (as they do not have any transactions within them).
That wouldn't work, as miners (unless it's an SPV block) get the previous block's information from another node (hence the p2p network), and if that node can give the miner the block information, it can give them the translation information as well. Blocking them off from other bitcoin nodes will cause them to be unable to mine a block and claim the reward.
It's called a sybil attack and they are entirely possible. A miner's node could be theoretically connected to only malicious nodes which could withhold all the new transactions and only relay blocks. It would be more effective to just cut them off the network though.
5313  Bitcoin / Development & Technical Discussion / Re: Strange Tiny blocks on: October 10, 2016, 07:59:01 PM
Well what i say is maybe wrong? I do know the concept of how bitcoin works but do not follow all the tiny details.

I am sure there is some technical issue resulting in those blocks.
There isn't really an issue. The issue is that miners SPV mine, and that can be really bad for the blockchain as it can lead to forks.

But it makes me think:

Imagine attacker looking to disrupt BTC with enough power (example china) but not enough to have 50%. As a government of china i want to disrupt bitcoin. There is lot of miners in China. Instead of blocking them i would just block them from receiving transactions and thus mining useless blocks (as they do not have any transactions within them).
Theoretically possible, but not likely.

Another question would be how are miner protected from fake transaction DDOSing:
Is it possible to DDOS miner pool with purposely wrong transactions? Keeping pool busy rejecting them and real transactions not reaching the pool as result?
There are no such things as "fake transactions". If a transaction is invalid it will be rejected. If someone attempts to DoS a node with invalid txs, then they will be banned by that node.
5314  Bitcoin / Development & Technical Discussion / Re: Strange Tiny blocks on: October 10, 2016, 07:49:46 PM
Empty blocks (blocks with one transaction, the coinbase transaction) usually occur due to SPV mining where the miners have not validated the previous block before building the next block on it. This means they don't know what transactions were included in that block so they do not include any transactions in the next block until they have validated the previous block.

The other blocks with few transactions may happen if the entire mempool of the miner's node was cleared by the last block and they have only received a few transactions when they began building the next block. This may be unlikely, but not impossible.

There may be another reason, but it all depends on the algorithm used to select the transactions. Blocks being at less than the maximum is not really strange, they happen all the time.

One thing to note is that if all blocks were full (as many claim is true but is actually not), then a significant amount of the "backlog" would actually be cleared.
5315  Bitcoin / Bitcoin Technical Support / Re: unconfirmed payments and recieving addres only valid for 2 hours on: October 10, 2016, 06:23:50 PM
Addresses do not expire. Addresses are not linked to a transaction. The site simply means that they will no longer actively watch for a payment to that address so they will not mark your order as paid. You will have to contact their support in order to fix that issue. Bitcoin transactions are not reversible so if your transaction confirms, you will not be refunded. You must ask them to either refund you or proceed with the order.

Your transaction has not confirmed because the fee is too low. You paid a fee of 7390 satoshis (~32 satoshis per byte). A fee that will allow your transaction to confirm within one block would be 20160 satoshis (90 satoshis / byte) according to http://bitcoinfees.21.co/.

54e47d2a553f1e4c424c08139610d536ea8fbe0d8b8163ecab3166a190b14e4c
This transaction depends upon your first unconfirmed transaction. It cannot confirm until the first one does.

655c007e1927895c3c434a4c0c6ac39d5b03a0aa1a662eba7e18c9b209df6030
The fee is too low on this one.

i use electrum which automatically works out fees so dont think its that and have never had this problem before....
With Electrum, you can set it to use dynamic fees (it figures out the best for you) by going to Tools > Preferences and checking the Dynamic Fees checkbox. To get the fastest transactions, move the fee multiplier slider to the right so that the fee you pay is higher thus your transaction confirms faster.
5316  Bitcoin / Electrum / Re: First Bitcoin Transfer - New User on: October 10, 2016, 01:59:43 PM
Can you post a screenshot?
5317  Bitcoin / Armory / Re: Any easy way to have armory run over tor? on: October 10, 2016, 12:14:14 PM
Is Tor Armory connection used strictly to relay new transactions? Or does it reroute the entire bitcoind traffic?
Armory doesn't actually do anything with Tor since it is a local connection to a local bitcoind. The bitcoind is what actually uses Tor. The bitcoind will use Tor for all of its traffic.
5318  Bitcoin / Development & Technical Discussion / Re: what is the role of nChainWork in CBlockIndex on: October 10, 2016, 03:27:46 AM
Can you stop spamming with all of these threads? Just make a thread for questions about the code breakdown. Also, I highly suggest that you read the Documentation at https://dev.visucore.com/bitcoin/doxygen/ and you logically think through what you are asking before asking the question.

I don't need to even read the code to understand this line, just logically thinking.

This line adds the chainwork of the previous block to the chainwork of the current block. It uses the ternary operator to start at 0 if the previous block doesn't exist, i.e. the genesis block. Otherwise it will get the chainwork of the previous block.
5319  Bitcoin / Armory / Re: Armory crashed and encrypted an unencrypted wallet? on: October 09, 2016, 10:00:10 PM
Go to /Users/James/Library/Application Support/Armory/ and post a screenshot of all of the files inside that folder. I have a hunch that Armory picked up an encrypted backup (you said your friend made encrypted backups?) from that folder because the original from the folder got corrupted.
5320  Other / Meta / Re: Account deletion on: October 09, 2016, 09:28:54 PM
no
Pages: « 1 ... 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 [266] 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 ... 591 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!