Bitcoin Forum
May 25, 2024, 04:54:13 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 547 548 549 550 551 ... 590 »
10001  Bitcoin / Bitcoin Discussion / Re: So I sort of attempted a double spent, how long until the network settles this? on: July 07, 2015, 03:05:00 PM
The unconfirmed transactions will disappear after a few days. The network will "forget" them and you can essentially double spend the transactions. If you look up the transactions in a block explorer, you can see whether your transactions are confirmed or not.
10002  Bitcoin / Bitcoin Discussion / Re: Over 200.000 transactions per day in the history of Bitcoin on: July 07, 2015, 02:59:33 PM
Pretty much all of those transactions are spam and dust transactions created and sent by whoever decided to spam the blockchain yesterday.
10003  Bitcoin / Bitcoin Technical Support / Re: multi-sign and Invalid private key (code -5) on: July 07, 2015, 02:12:05 PM
Code:
signrawtransaction '0100000001cdba95b552d24a50182208816179578544d6d623fb0ca1dfbec4e6c845e6a9300100000000ffffffff01f09aeb0b000000001976a9145bd898bbe4a000cda4418c1fd28178ec99cd653e88ac00000000' 

'[{"txid":"30a9e645c8e6c4bedfa10cfb23d6d6448557796181082218504ad252b595bacd","vout":1,"scriptPubKey":"76a9145bd898bbe4a000cda4418c1fd28178ec99cd653e88ac",
"redeemScript":"5241045e8385118c8b77a044390364dd5fb8c4864d138491fc788948be81f6842f45bc6b6c9401a90f8479b2af8191b7a6a7735053f2724668cf8af8a2c30d853b801141042cb46c5cfa2a5af18effd8296e7aeda287d407ccc2e42cc15bb7d27c6f84e4a78ade99d1aa7e8efa2fd63f8573548ec1a33f53e0135ccbe15bc5c9eb0d6e0cfd4104d109b4e95fd48162e5424fe71d769c9cb4bc8cb40224ab6b8d1e9fac6f6925c34c902d38caebebf2703a7685bf788adfee83bffa637f95d3c782c3d4bb0120f553ae"}]'

'["5K9T8VGcAztUQs5rSRGnf6oEwymY4k8YJV7MBfU5T3LD4H3wK2E"]'


Invalid private key (code -5)

what is wrong ?

Also tried to use this example 2 of 3 https://gist.github.com/gavinandresen/3966071
The error message same 
10:42:00

Invalid private key (code -5)

What should I change ?

BR!
You are using the wrong private key. Since this is a testnet transaction, you must sign it using a private key in testnet format. The private key that you posted above is for the mainnet. Testnet private keys start with either '9' or 'c'. BTW, you should never post your private keys online.

Also, I don't think you included the scriptpubkey or the redeemscript in the createrawtransaction. Be sure to do that. Follow Gavin's instructions in the link.
10004  Bitcoin / Bitcoin Technical Support / Re: Bitcoin Core Account Balance doesnīt update on: July 07, 2015, 02:21:55 AM
You can enter a label if you like. This helps you keep track of your addresses. You shouldn't be able to type anything into the Address box, so just click "OK" and you will see the address with the label if you had one.

For sending transactions:
1. Go to the send tab
2. in the "Pay To" text box, enter the address of the recipient
3. In the "Amount" box, enter the amount that you wish to send. Bear in mind that you will have to pay a transaction fee, so don't send all of your Bitcoin because you won't be able to send.
4. Click "Send" It will open up another dialog box. Review your transaction and make sure you like it. There will be a transaction fee, usually very small. Click OK to send the transaction.
10005  Bitcoin / Mining / Re: Empty blocks on: July 07, 2015, 02:16:03 AM
Is your code for this open source or available for people to download and run themselves? If so, where can I get a copy.
10006  Bitcoin / Bitcoin Discussion / Re: Are we stress testing again? on: July 07, 2015, 02:14:49 AM
2. Either tradeblock.com or statoshi.info are behind this. They always show by far the largest values (tx/s and mempool size) and thus are always the sites that are referenced during these tests. It is a tremendous publicity for them.
I highly doubt that statoshi.info is behind this because the guy that runs the site probably doesn't have the money or infracstructure to carry out this prolonged spam attack. Possibly tradeblock, but still a stretch. Why would they want to anyways?

Also, I think statoshi's data is more reliable than tradeblock's because it reflects the mempool of miners. Tradeblock's seems to be every unconfirmed transaction broadcasted which will include transactions that are dropped by nodes and miners.
10007  Economy / Service Discussion / Re: Blockexplorer is not updating on: July 07, 2015, 02:11:27 AM
I don't think this is due to the spam transactions since it has been several days that they haven't updated. It might have something to do with their code since it stops at block 358999.
10008  Bitcoin / Bitcoin Technical Support / Re: Medium Priority? (transfer taking long to confirm w/ fee included) on: July 07, 2015, 02:07:17 AM
Priority is calculated with this formula
Code:
priority = sum(input_value_in_base_units * input_age)/size_in_bytes
where the base units are satoshis and input age is the number of confirmations.
I don't remember what the thresholds are, but the lower the priority number, the more time it will take for a transaction to be confirmed. It may also be taking a long time to confirm because someone is spamming the network and creating thousands of unconfirmed transactions. This creates a backlog.
10009  Bitcoin / Bitcoin Technical Support / Re: Bitcoin Core Account Balance doesnīt update on: July 07, 2015, 01:52:54 AM
Ok,

I just withdrawed Bitcoins from Virwox, it says 1-2 hours until itīs being transferred. Itīs now also listed at Bitcoin Core as pending transaction.

So, what is the usual procedure then?

A) Buy BTC at Virwox. Or any other exchange

B) Let Virwox generate a wallet adress.

C) Start Bitcoin Core, go to transfer, and insert wallet adress, the exact amount of requested money and a distinctive description.


D) Use the generated adress from the following pop-up to withdraw BTC from Virwox to it.

E) Then use Bitcoin Core similar to Paypal to send and receive money?
I modified your quote to what you actually need to do. You don't need to use the receive tab either. You can go to File > Receiving Addresses and see all of your addresses that you have used to receive Bitcoin. You can add another address by clicking the "new" button. It will give you another address that you can use. It is recommended that you use a new address for every time you receive Bitcoin, but there are cases where you can reuse addresses. Bitcoin Core will always use different addresses if you use the receive tab.

Also, when you send Bitcoin, you cannot control which addresses the Bitcoin comes from unless you enable Coin Control in the settings. It will also send any left over Bitcoin to a new change address so don't panic when you see in a block explorer that your change went to another address. That address is still in Bitcoin Core and can still be spent from once the transaction is confirmed.
10010  Bitcoin / Bitcoin Technical Support / Re: Bitcoin Core Account Balance doesnīt update on: July 07, 2015, 01:25:29 AM
I had 2 windows that popped up:

Window 1:

URI: ...
Adress: ...
Amount: ...
Description: ...
Message: ...

Window 2:

URI: ...
Adress: ...

Which of them do you mean?


Doesn't matter. As long as there is an Address listed, that is an address from your wallet. Any Bitcoin sent to those addresses will be in your wallet. To receive Bitcoin from Virwox, go to their withdrawal page and enter your Bitcoin address to withdraw Bitcoin from them.
10011  Bitcoin / Bitcoin Discussion / Re: Are we stress testing again? on: July 07, 2015, 01:18:13 AM
blockchain.info filters transactions.


Look here: https://tradeblock.com/blockchain/

Already 45000 unconfirmed Transactions, damn!
What transactions does it filter? Why would it filter transactions at all?
10012  Bitcoin / Bitcoin Technical Support / Re: Bitcoin Core Account Balance doesnīt update on: July 07, 2015, 01:07:47 AM
What was the address they generated?

Also, as I said earlier, the request payment button DOES NOT ACTUALLY DO ANYTHING. You must copy the address from the dialog that pops up, go to Virwox, enter that address in their Bitcoin withdrawal page. Once that happens the Bitcoin will actually be sent to you.
10013  Bitcoin / Bitcoin Technical Support / Re: Bitcoin Core Account Balance doesnīt update on: July 07, 2015, 12:56:25 AM
Someone has to send you Bitcoin. Simply requesting a payment doesn't do anything. There is nothing and no one that will send you Bitcoin when you click request payment. Instead, find somewhere that you can get bitcoin from, such as an exchange. Get some bitcoin into that account and then withdraw the Bitcoin to your bitcoin address. You can get an address from the request payment button. It should show you a qr code and a random string of letters and numbers starting with '1' labeled as address. Copy the address and you have a Bitcoin address you can send bitcoin to and from.
10014  Bitcoin / Development & Technical Discussion / Re: Question on CPFP and what happens if its violated. on: July 07, 2015, 12:13:55 AM
So if mempool dependencies are already taken into account, then what does CPFP do?  Best I can tell it adjusts the priority weighting calculate child and parent together.  True?
I believe so. you can check the code from the pull request you reference above, it should relatively easy to figure out what CPFP does. To aid you in your search through the code, I recommend that you look at the docs for Bitcoin which can be found here: https://dev.visucore.com/bitcoin/doxygen/. These docs make it much easier to find things in the code.
10015  Economy / Digital goods / Re: Selling steam cards on: July 06, 2015, 10:49:28 PM
How much is in each card?
10016  Economy / Economics / Re: Can the US win the currency war? on: July 06, 2015, 09:37:11 PM
No.

Mandarin is the most widely spoken language. Then Spanish. English is 3rd or 4th with Hindi - depending on what stats you read (that's including the butchered american version)  Wink

http://www.infoplease.com/ipa/A0775272.html

https://en.wikipedia.org/wiki/List_of_languages_by_number_of_native_speakers
While Mandarin is spoken by the most people as a native language, English is most widely used worldwide. Mandarin is relatively concentrated, primarily spoken natively in East Asia. English on the otherhand, is spread out, primarily from the British empire's colonization. Even in places where the British didn't colonize, the rise of the Internet and the US has made English a prized second language. People in China are taught English as a second language while they are young. Go anywhere in the world and you will find almost everywhere people that have basic knowledge of English. While it is not the language with the most native speakers, English is very widespread. It is considered a Lingua Franca, a language used to make communication between persons not sharing a native language or dialect.[1] The word itself is based on French when French was used as a common language. English is typically used around the world between people as a go-to when they don't speak the same language. It is the primary language used internationally for business, politics, etc. Thus, it has in fact beat Mandarin in worldwide use, used as a second language for communication worldwide.

[1] https://en.wikipedia.org/wiki/Lingua_franca
10017  Bitcoin / Development & Technical Discussion / Re: Question on CPFP and what happens if its violated. on: July 06, 2015, 09:27:54 PM
Would a block be valid if one of it's TXs (txid:y, aka "child") is spending outputs that are still in the mempool (txid:x, aka "parent")?

If the block was accepted then the "child" (txid:y), should it be reported as 0 confirms since it's dependent "parent" (txid:x) is still in the mempool?
The idea behind CPFP is that both transactions will go into the same block, thus confirming both transactions at the same time. A transaction cannot be considered confirmed nor added into a block unless its parent is also confirmed, be it previously or in the same block.
10018  Bitcoin / Bitcoin Discussion / Re: Are we stress testing again? on: July 06, 2015, 09:07:27 PM
Looks like there are over 11000 Unconfirmed transactions. There is going to be a huge backlog that won't be cleared until whoever is spamming stops.
10019  Bitcoin / Bitcoin Discussion / Re: UP of the numbers of Bitcoin nodes ? on: July 06, 2015, 08:52:19 PM
What's the URL of that graph site?
It looks like it's from bitnodes. Here is the url: https://getaddr.bitnodes.io/dashboard/?days=90
10020  Bitcoin / Bitcoin Technical Support / Re: New to this. Paid tx fee, zero confirmations after several hours. Help? on: July 06, 2015, 08:15:57 PM
There is quite a large number of unconfirmed transactions, 11800 and counting. This is creating a large backlog and is possibly why these transactions have not been confirmed yet.
Pages: « 1 ... 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 547 548 549 550 551 ... 590 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!