Bitcoin Forum
May 06, 2024, 05:27:00 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 [496] 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 ... 589 »
9901  Bitcoin / Bitcoin Technical Support / Re: Can someone please include my tx from July 6 in a block? on: July 12, 2015, 03:10:46 AM
How can you delete a transaction if it has already been broadcast to the network?
Wait for a few days. Eventually it will be "forgotten" by the network if it remains unconfirmed. At that point, the transaction should disappear from your wallet and all block explorers. Then you can create a new transaction that has a higher fee so that it will be included in a block by miners.
9902  Bitcoin / Bitcoin Technical Support / Re: A complete idiot's guide to child pays for parent? on: July 12, 2015, 02:55:48 AM
This is the general principle of CPFP, and it may not be entirely correct.

Step 1: Find the txid of your unconfirmed transaction
Step 2: Calculate the fee for the unconfirmed transaction with a fee of 0.0001 BTC/Kb
Step 3: Create a transaction that spends the unconfirmed transaction to another Bitcoin address. Include in its fee the recommended fee and the fee you calculated in step 2. (e.g. fee of 0.0001 BTC for both transactions means 0.0002 BTC fee in this new one)
Step 4: Sign the new transaction.
Step 5: Push the transaction to the network. It is recommended to use http://eligius.st/~wizkid057/newstats/pushtxn.php because the mining pool Eligius is one of the only pools to implement CPFP. This will push straight to them and the rest of the network.
Step 6: Wait for someone, probably Eligius, to mine a block and include both of your transactions. This could take a couple hours since Eligius has a small percentage of the hashrate of the network.

Congrats! You now have two confirmed transactions
9903  Bitcoin / Bitcoin Discussion / Re: Are we stress testing again? on: July 11, 2015, 10:38:01 PM
and what would that achieve? People would just go over from spamming tx to delay them to carrying out denial of service attacks by bloating the blockchain to a point where bitcoind quits because drive space is up - I mean seriously, we're at 45g currently, its getting ridiculous to run a full node(and unfortunately at least for me bitcoin core is currently the only option to run off) by now, especially on mobile computers which traditionally have limited space. I submitted a patch to bitcoin git over 2 years ago that would create an option for bitcoin core to truncate the blockchain by simply discarding all transactions that had all outputs spent and confirmed by 120 blocks - it got rejected, but especially these days it would save about 95% of the disk space that is currently used by bitcoins block chain
Although your patch was rejected, Bitcoin Core 0.11 includes new code that does blockchain pruning, similar to what your patch does (I think) but in such a way that has been tested and confirmed to work without breaking anything else.
9904  Bitcoin / Bitcoin Technical Support / Re: Any Way I Can Save My Ass? on: July 11, 2015, 10:36:21 PM
So I wasn't paying great attention when I sent over a payment through bitcoin core and left the transaction fee at the "Recommendation" of 0.00001507 BTC/kb. Now it's been sitting 12 hours, without a single confirmation. Is there any way I can take this back and resend it with a normal amount of transaction fee?
You can't take it back, but after a couple days, if it isn't confirmed, it will be "forgotten" by the network. You won't be able to find it on any block explorer and your client should show that the Bitcoin was never sent. In that case, just resend it but use a higher fee.

I dont think that works. I've had the original sender send me some more and that hasn't worked.


Was that sent before or after the transaction was dropped? It should work if it was sent after it was dropped because then the transaction doesn't really exist. However, before it is dropped, it will be seen as a double spend and the second transaction will not be relayed.
9905  Bitcoin / Bitcoin Technical Support / Re: Any Way I Can Save My Ass? on: July 11, 2015, 10:19:31 PM
So I wasn't paying great attention when I sent over a payment through bitcoin core and left the transaction fee at the "Recommendation" of 0.00001507 BTC/kb. Now it's been sitting 12 hours, without a single confirmation. Is there any way I can take this back and resend it with a normal amount of transaction fee?
You can't take it back, but after a couple days, if it isn't confirmed, it will be "forgotten" by the network. You won't be able to find it on any block explorer and your client should show that the Bitcoin was never sent. In that case, just resend it but use a higher fee.
9906  Bitcoin / Bitcoin Technical Support / Re: 0,02 BTC transaction with a 100 sat fee, will it be sent one day ? on: July 11, 2015, 09:17:30 PM
Considering that the money is sent, and will arrive at Bittrex adn won't be lost, I can send again 0.02 BTC but with a higher fee now. How much should I put ? PS : It has one input and two output.
You should pay at least 1000 satoshis/kb but I would go with 0.0001 BTC/Kb right now with the current spam situation.
9907  Bitcoin / Bitcoin Discussion / Re: Bitcoin transaction Times SUCK on: July 11, 2015, 02:04:35 AM
Transaction times are instantaneous. Confirmation times are not. I also send my transactions with a 10,000 Satoshi fee, and they confirm anywhere from 5 to 20 minutes. Right now though, there is an ongoing spam attack, so transactions will take longer. It is recommended to use a higher fee right now for anything urgent. Also, your confirmation times vary because of the block time variation. Blocks are actually not found every ten minutes, but on average, are found every ten minutes. Sometimes they come out very quickly, other times it can take up to 2 hours.

I wonder if mining pools like F2Pool would split their hash evenly over 3 different pool servers and mine to 3 different wallets instead of all that hash mining to the same wallet if this would help to speed up transaction times. Not saying they would even be willing to do it because they have well proven securing Bitcoins Network is not something they are interested in any way at all, but just a thought. It would give like a fishnet of miners under one big area, thus also giving them 3 different sources to hit different blocks instead of all that hash working on the same block.

Just curious
It wouldn't make a difference. As long as the hashrate is the same, blocks will be found with an average of 10 mins between each. Every miner could be solomining and the exact same thing would happen, except one guy would get all 25 BTC instead of having the reward distributed.
9908  Bitcoin / Bitcoin Discussion / Re: Bitcoin transaction Times SUCK on: July 11, 2015, 01:36:48 AM
Transaction times are instantaneous. Confirmation times are not. I also send my transactions with a 10,000 Satoshi fee, and they confirm anywhere from 5 to 20 minutes. Right now though, there is an ongoing spam attack, so transactions will take longer. It is recommended to use a higher fee right now for anything urgent. Also, your confirmation times vary because of the block time variation. Blocks are actually not found every ten minutes, but on average, are found every ten minutes. Sometimes they come out very quickly, other times it can take up to 2 hours.
9909  Bitcoin / Bitcoin Discussion / Re: Chinese Pools and Double Spending... on: July 11, 2015, 01:28:25 AM
Sorry if this is mentioned elsewhere, but with with Chinese pools refusing to stop SPV mining, and all these "stress tests" going on right now with the double spending warning up... What are the odds of a double spend occuring? Does a double spend somehow duplicate the Bitcoins being double spent, or does one party get screwed over? Here is a list "The latest 200 double spends (10 Minute Cache)" https://blockchain.info/double-spends only 1 of which (.5% of list at time of this post) in 2014 and 195 of which (97.5% of list) happened this month! Have the Chinese figured out how to successfully double spend using all their hashpower? Is this what is causing the BTC price to go up, due to manipulation? Should this be means for concern for the entire network, since the biggest pools refuse to comply with stopping SPV mining???
Double spending means that the same inputs have been spent 2 or more times. In this case, most of the double spends are from the spam attack which sometimes will send 2 transactions that have the same inputs. A double spend does not duplicate the Bitcoin, but rather screws over one party, the one who the Bitcoin should be sent to. The reason people suggest waiting for a couple of confirmations is because it becomes much much harder to double spend once the transaction is confirmed.
9910  Bitcoin / Bitcoin Discussion / Re: Next level Bitcoin stress test -- June 29-30 13:00 GMT 2015 on: July 11, 2015, 01:20:03 AM
Could somebody explain me what the f.... is going on? I bought 0,05BTC via our local web exchange and they sent me it to my wallet with tx fee 0,0001. This tx has 226bytes. It was rejected by blockchain.info node after 7 hours of waiting for confirmation. Exchange has sent it to me again with tx fee 0,0002. There is status estimated confirmation time VERY SOON (High priority). But it is waiting for 6 hours now!
What the hell have you done with BTC?! Is it normal? BTC will not be usable for everyday txs this way. Tx fee 0,0002 is not enough for 226bytes-tx?
Maybe there is somebody speculating about fees for his miners and do this "test" with BTC network. Tell me why havent you used test network?
Because there is an ongoing spam attack on the Bitcoin network. Normally this doesn't happen, but with the current spam attack, transactions are becoming delayed because of the massive number of unconfirmed transactions caused by spammers. Just wait and your transaction will eventually become confirmed. Sometimes though, your transaction can be more delayed by what is in it, e.g. dust transactions.
9911  Bitcoin / Bitcoin Discussion / Re: Open wallet with 0.09252 BTC ? on: July 10, 2015, 05:16:45 PM
You better don't use this address anymore

Just tried import that private key & my desktop wallet suddenly stopped working Sad
Don't try to import that private key on slow devices if you don't want your devices stopped working, also there are too many unconfirmed transaction.
I managed to import it and another address into my wallet and it didn't crash. When I try to send a transaction with all of it though, my wallet says that the minimum fee is 2.24853362 BTC, way more than the amount of BTC in the addresses (0.25...)
9912  Bitcoin / Bitcoin Discussion / Re: Blockchain split of 4 July 2015 on: July 10, 2015, 05:14:22 PM
i'm wondering about : i am making a software that check the rules of transactions so if it's a fake confirmed transaction the software will detect it ( but cannot confirm it)
is this will be usefull Huh  Huh  to detect fake confired transactions .
sorry for m english.
What do you mean fake confirmation? As in it is confirmed in a fork and not the real blockchain?
9913  Bitcoin / Development & Technical Discussion / Re: Blockchain forks and proof of their age? on: July 10, 2015, 04:14:09 PM
When the blockchain forks people often point at external sources of validation for this such as blockchain.info.

I’m wondering if the blockchain itself is able to keep track of forks in a provable way – i.e. using proof of work or similar - and if and of so if there is any way to prove the age of the blocks on a fork. E.g. could someone mine a fork weeks/months after it was started and add new blocks, as long as the median age was within the correct range would the blocks be acceptable (although most nodes would not propagate them)?
It is not possible. A block is only aware of itself and the block before it. Your node could theoretically record every single fork, but that would take a lot of data since orphan blocks (essentially mini-forks) happen every single day. It would require a connection to every single node in order to catch every single fork.

Someone could mine a fork for a long time, but the only way for it to be accepted is if it is longer and more difficult. The timestamps don't matter. This would only work well if the miner was extremely lucky or had more hash power than the main network (assuming he isn't mining there also).

I understand that Gavin uses a private key to lock the blockchain at a certain age into state as "fixed" from the perspective of the core bitcoin software, does this have any effect on forks that have occurred in the past?

Actually no. Gavin does not use a private key to lock anything or put anything into a "fixed" state. There is nothing that does this. However, there are several checkpoint blocks hard coded into the code. If your blockchain doesn't match the checkpoint blocks, then all nodes will reject it.
9914  Bitcoin / Bitcoin Discussion / Re: Is it too late to "break" bitcoin? on: July 10, 2015, 03:03:21 PM
With the current number of users, it is unlikely that they could break Bitcoin besides major cryptography flaws or a 51% attack. If any agency was behind the spam attack, they can't keep it up indefinitely. Even if they could, the community would find new solutions to mitigate and reduce the effects of the spam. Right now one solution is to add a little extra fee, or to configure full nodes to not relay certain transactions. Currently, I think it would be difficult to kill Bitcoin.
9915  Bitcoin / Bitcoin Technical Support / Re: Bitcoin-QT 0.10.2 crashes on: July 10, 2015, 02:58:48 PM
OMG! It has nothing to do with windows! I was asking about bitcoin client. You obviously have no experience with software like that. Some firewalls (sidewinder, watchguard) use that principle. You have GUI client that you install on windows/linux that connects to the firewall itself to configure it, and watch status. Again, it has nothing to do with desktop!  One more time: could I run bitcoin daemon (on freebsd for all that matters ) and use gui portion (on windows/linux/mac/pcbds) to view status or send/receive btc that connects to bitcoin daemon that runs on a separate hardware? It has nothing to do with VNC/RDP/XDMCP. You, sir, obviously do not know the answer otherwise instead of saying
Quote
In effect you've asked "How can I make Microsoft Windows behave like X Windows or Wayland?".
you would just said "no, this is not possible" or "yes, it is possible here is how you do it".
It is not possible with Bitcoin Core. You may be able to find some other software which is a gui that uses the RPC Server from the daemon as its backend.
9916  Bitcoin / Bitcoin Discussion / Re: Unconfirmed transaction - 9 hours! on: July 10, 2015, 02:19:44 PM
If it's dropped from the network how do you the get BTC back in your wallet?
It is as if it never left the wallet. If a transaction is dropped, it is as if the transaction never existed so the Bitcoin remains as if the transaction never happened.

What is the best fee amount when we send bitcoins from one wallet to another one.
I really hate now transactions, when i see people waiting for days.
I haven't sent transactions during this time, so I can't really say. But if I do send transactions, it will be double what Bitcoin Core defaults to recommending e.g. 0.0002 per Kb instead of 0.0001 per Kb.



I've heard if the transaction isn't confirmed in 24 hours it's dropped from the mempool and should be spendable again. Is this how it works?


no i believe that is not how it works.  someone correct me? 
someone suggested that it SHOULD be this way and i would agree except spammer dust should be burned and lost or converted to fees in the block.
It does that after 48 hours or more, not 24 hours. Eventually, an unconfirmed transaction is dropped after a few days unless someone (e.g. the sender) continues to broadcast it.
9917  Bitcoin / Bitcoin Discussion / Re: Blocks 364629, 364632, 364633 and 364634 are all empty on: July 10, 2015, 03:50:42 AM
I don't mine.  But if I did, I would go with a clean player like Eligius.  Hardware owners may wish to join "the good guys".
Eligius still produces its share of empty blocks. It has a smaller hashrate, so there are less of them.

...

el kaka22 (great name, Smiley)

My understanding is that by NOT confirming they have a very small time advantage to try and win the block (miner's fees in toto are much lower than block award).

But, I hear you.  Such greed by the Chinese miners (when most others apparently do confirm) ought to be seen as very irresponsible.  With luck, hardware owners will direct their hashes elsewhere.
It saves time because they don't need to go through the mempool and get transactions to add. Also because they always start out with empty blocks. Preventing this would require a code rewrite which takes time and by the time that the code is done and tested, the attack is over and it is pointless.
9918  Economy / Trading Discussion / Re: i want to know what is the escrow in the site on: July 10, 2015, 02:50:26 AM
i see someone who sale things other than bitcoin in the market (league of legend) i am not receive the money in paypal i will receive the money in bitcoin ,, can i open thread with escrow for active paypal accounts using my visa cards ?
So you're saying that you are selling visa cards that can be used with paypal for Bitcoin.

Just create a thread and say that you will accept escrow. Let the buyer choose the escrow and then you make sure that the escrow is trusted. The list of trusted escrows is here: https://bitcointalk.org/index.php?topic=108716.0. The deal will typically be carried out through PM unless a dispute is involved.
9919  Economy / Trading Discussion / Re: i want to know what is the escrow in the site on: July 10, 2015, 01:43:24 AM
First of all, this is a BITCOIN site. You aren't going to get any business if you are selling things for PayPal.

As for escrow. How escrow works is that the buyer will send the amount of Bitcoin to be paid to a trusted third party called an escrow. Then the seller (you) will send the item. If the buyer receives the item and it is what he agreed to pay for, he will tell the escrow to release (forward) the Bitcoin to the seller. If the buyer disagrees with something about the item and wishes to dispute what you sent, then the escrow will mediate discussion and decide whether to send the funds to the buyer, seller, or some to both. Sometimes with digital goods, the escrow will receive the digital good and check whether it is what the buyer is paying for. If it is, he will forward the good to the buyer and the bitcoin to the seller, otherwise there will be a dispute.

BTW, this belongs in the marketplace section.
9920  Other / Meta / Re: How do I get in touch with a mod? on: July 10, 2015, 01:31:54 AM
I have spoken with this person, and apologized for our argument, and asked him if he could please remove the negative rating.

He is refusing to do so.

What would be the wisest way to handle this situation?

I am open to suggestions. I just want this resolved as quietly and quickly as possible.

Is it appropriate to contact a Mod about something like this?

This is all new to me.

Thanks for any suggestions.
Talk to escrow.ms about having BenAnh removed from DefaultTrust. escrow.ms is the person on default trust who trusts BenAnh, which is why many people will see his ratings. If he is removed, then the rating will stay, but be less noticeable. explain the situation to escrow.ms and explain why you think he might be abusing trust.
Pages: « 1 ... 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 [496] 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 ... 589 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!