Bitcoin Forum
June 25, 2024, 09:37:16 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 [394] 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 ... 590 »
7861  Bitcoin / Development & Technical Discussion / Re: Accepting payments efficiently (SPV tracking) on: January 05, 2016, 06:41:31 PM
Use electrum for this.
7862  Bitcoin / Bitcoin Technical Support / Re: Reindexing blocks on disk WHEA_UNCORRECTABLE_ERROR on: January 05, 2016, 02:35:20 PM
This is likely a hardware error. Bitcoin Core is very hardware intensive so it could be causing the crashes from working the hardware to hard. The only solution is to either upgrade your hardware or switch to use another wallet.

These crashes likely indicate that you have some faulty hardware.
7863  Bitcoin / Development & Technical Discussion / Re: Creation of <20-byte hash of redeem Script> in a P2SH Transaction on: January 05, 2016, 12:35:11 PM
Thanks for the help!

I created the redeem Script as follows:
Script redeemScript=scriptbuilder.createRedeemScript(2, pubkeys);

Then in order to get the bytes of the script i used the :
byte[] bytesFromScript=myScript.getProgram();

and finally in got the hash of the Script using the  RIPEMD160(SHA256(bytesFromScript)) procedure.

The Script class doesn't have any other function to get the bytes so i used the getProgram() function.
Am i wrong to this?


 
That should be right.
7864  Bitcoin / Bitcoin Technical Support / Re: stolen bitcoins from Bitcoin Core on: January 05, 2016, 02:14:19 AM
Praise The Lord!  You did it man...I have been trying to do this  for 6 months and you did it in two replies.  Man...thank you so much...you are awesome!!!!!!!!!!



AWESOME
Your welcome   Cheesy I think your problem earlier was using a Mac  Wink
7865  Bitcoin / Development & Technical Discussion / Re: Blocksize needs to be increased now. on: January 05, 2016, 02:04:59 AM
Looks like the core-devs are hell bent in increasing the blocksize so are pushing through a "backdoor" alternative method of avoiding staying at 1MB maxBlockSize stall if a hardfork fails to increase the blocksize --

https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2016-January/012188.html

If 100% consensus is never achieved, then the options are:
1. Never upgrade and keep the blocksize limit unchanged forever.
2. Use a firm softfork to resolve the deadlock.
3. Hardfork anyway and split the network.

My argument is simply that 2 is better than 3 and possibly 1.

 https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2016-January/012191.html

Looks like the new proposal will be create a soft hardfork or softserve hardfork with the express intentions of preventing a deadlock and increasing the blocksize.

The core devs are all big blockers and will stop at nothing to increase capacity!

P.S... In all seriousness , I owe an apology to luke-jr who I assumed from everyone's claims wanted the blocklimit to remain at 1MB or decrease . Apparently, you make an ass out of yourself by assuming and spreading gossip.
That guy in the email isn't a core dev. He is just proposing something, which in all likelihood is probably going to be rejected.
7866  Bitcoin / Bitcoin Technical Support / Re: Importing an encrypted wallet.dat on: January 05, 2016, 02:03:50 AM
Are there any special requirements when importing an encrypted wallet.dat file. 

Also

If I've already downloaded the blockchain with a new wallet that has a zero ballance is there a way to update the wallet.dat that will allow it to work with the blockchain that's already downloaded or will I need to download the entire blockchain again.

Thanks
It will work automatically. All you need to do is replace the wallet.dat in the data directory with yours. If it doesn't show the correct balance then you will need to have Bitcoin Core rescan the blockchain, but this does not involve resyncing or redownloading anything. It is usually fairly quick. Normally you won't need to do that.
7867  Other / Beginners & Help / Re: Newbie Ledger Wallet Questions on: January 05, 2016, 01:42:07 AM
My question is that say Ledger Wallet ceases to exist, their chrome app is pulled and their server is shutdown where would that leave you with the btc's stored on the device?

Thanks
IIRC Ledger is a BIP39 compatible wallet, so the recovery words that you write down will be able to be imported into any BIP39 compatible wallet. Then you can spend the Bitcoin from that imported wallet.
7868  Bitcoin / Armory / Re: Cannot initiate sending bitcoins from my Watch-Only wallet (button malfunction?) on: January 05, 2016, 01:34:09 AM
Yes, I have rebooted the program a few times as well as my computer.
I'm not sure what is wrong. Submit a bug report and the developers should help you. Go to Help > Submit Bug Report and follow the instructions.
7869  Bitcoin / Bitcoin Technical Support / Re: stolen bitcoins from Bitcoin Core on: January 05, 2016, 01:33:08 AM
OK...I did as you suggested..

http://www.screencast.com/users/kirwin2009/folders/Default/media/a7e972e6-56cc-43cd-a4c8-8a8a4941ba74

I created the Bitcoin folder and moved the wallet.dat backup file to that folder.

However...when I look in the program I do not see them any where in Bitcoin Core . I tried closing the program and opening it several times.  I looked at several youtube videos on restoring a backup and I didnt see anything else to do

How do I access the coins

Here is a screen shot of Bitcoin Core opened up with the wallet.dat file in the Bitcoin diredtory.  How do I get them to show up

http://www.screencast.com/users/kirwin2009/folders/Default/media/39825d27-b5b1-4cc0-ba35-6c3a134b90fe
Oh. I think I see the problem now. Earlier I assumed you hadn't run Bitcoin Core yet so the data directory wasn't created. However that does not appear to be the case. You need to put the wallet.dat file in the data directory, which by default should be in %Appdata%/Bitcoin unless you changed it. If you don't know where it is, just search in the file explorer for "Bitcoin" You should find a folder with a few other folders within it. It should have "blocks" and "chainstate" folder as well as a wallet.dat file and a debug.log file. If you find that folder, replace the wallet.dat in their with your own.
7870  Bitcoin / Armory / Re: What advantages does Armory have over Bitcoin-Qt? on: January 05, 2016, 01:27:32 AM
What advantages does Armory have over Bitcoin-Qt? Just better multisig support? Armory runs bitcoind.

(cf. the related Bitcoin StackExchange question)
Armory has better multisig support and it uses Heirarchical Deterministic wallets so that you only need one backup ever to backup all of the private keys in your wallet. It also supports having multiple wallets and watching only wallets.
7871  Economy / Services / Re: ❃❃ ▶▷ BETCOIN.ag ◁◀ ❃❃#1 BTC Casino Sports Poker-Signature Campaign-CASINO BONUS on: January 05, 2016, 12:12:42 AM






LUCKY WINNER


"At the end of each stage one participant will be chosen by the Campaign manager who get us a bonus surprise(usually cash prizes)."
Stage 2 Bonus Prize Winner is: knightdk (achow101)

A ticket to the Betcoin Poker PLAYERS CLUB VIP 5 BTC New Years Freeroll will be credited into your Betcoin.ag account soon!

Congratulations



Heh. Thanks!
7872  Bitcoin / Armory / Re: Cannot initiate sending bitcoins from my Watch-Only wallet (button malfunction?) on: January 04, 2016, 11:32:50 PM
Thank you for that reply. I understand that sending bitcoins is a multi-step process that involves two computers and signing. However, it is my understanding that it all begins with the online computer.

Clicking the "Continue" button results in no pop-up. Any idea why?  Embarrassed
Not sure. Have you tried simply restarting the program or the computer?
7873  Bitcoin / Armory / Re: Cannot initiate sending bitcoins from my Watch-Only wallet (button malfunction?) on: January 04, 2016, 11:24:37 PM
You cannot send Bitcoin from a watch only wallet. A watch only wallet does not contain the private keys which are necessary for signing transactions. Without the private keys your transaction will not be valid. When you click Continue it should have another window pop up somewhere with the transaction for Offline Signing. Are you sure that that window doesn't pop up anywhere?

Also what version of Armory are you using?
7874  Bitcoin / Development & Technical Discussion / Re: Creation of <20-byte hash of redeem Script> in a P2SH Transaction on: January 04, 2016, 09:56:47 PM
The hash is the hash of the redeem script encoded as hex bytes. You can build a script using the ScriptBuilder class and then get the bytes of the script and perform the sha256 and ripemd160 hashes on those bytes to get the hash.
7875  Bitcoin / Bitcoin Technical Support / Re: stolen bitcoins from Bitcoin Core on: January 04, 2016, 09:36:19 PM
I am still getting no where.  Your help is so appreciated.  Im assuming you can just read back through my thread so I dont need to restate my eternal saga.  WHere it stands now is

Run
http://www.screencast.com/users/kirwin2009/folders/Default/media/82a83dad-d7f6-46a8-b2dd-6e081299bfa8

Error
http://www.screencast.com/users/kirwin2009/folders/Default/media/8ff4b585-89c9-4054-b299-1de2f55f30cb

I cannot open a backup of 5 bitcoins on a different computer. Old computer is toast.   Backup shopuld be good.  It was created from Bitcoin Core and I have a password....thats it.  My last instructions was to  go to the run dialog and put in    %appdata%/Bitcoin

Unfortunatly....when I do this I get the error message as show above.  Any suggestions as to why this Bitcoin folder is not showing up on my Windows computer.  I have Bitcoin core updated and running at the time

Thanks again
That would be because the folder doesn't exist. Open the file explorer and in the bar on top type %appadata% then hit enter. In the folder it takes you to, there should be a folder named Bitcoin. If it isn't there, create the folder. Make sure you use a capital B. If the folder is there, open it. Once in the folder, copy the wallet.dat file there and then start Bitcoin Core.
7876  Other / Beginners & Help / Re: what does blockchain record for fiat conversions? on: January 04, 2016, 12:22:16 AM
What's the different between the private key and the signature?
A private key is a large random number which only one party should own. By combining the private key with the hash of the data and doing some other functions on that, a signature is created. A signature can then be verified by performing some other operations on the given message and signature to return with a public key which corresponds to the private key.

What does the digital signature consist of? Where did it come from?
A signature consists of two large integers which are determined by the hash of the message and the private key. It comes from the software that generated it. Here is some info on signatures: https://en.wikipedia.org/wiki/Digital_signature

Danny says the "private key allows you to provide a digital signature that meets the requirements of specific transaction outputs in order to be allowed to use them as transaction inputs."

Provide a digital signature... to the blockchain, right?
The blockchain is not an entity. What happens is that the owner of the private key signs the unsigned transaction and the signature is then embedded into the transaction when it is sent.

Transactions technically consist of input orders, and output orders?
Kind of, they aren't really orders. Transactions consist of an input which corresponds to an outpoint, the output of another transaction before it. It then creates outputs that can be spent.

Why did you say "specific" in "specific transaction outputs"? Do some transaction outputs not require digital signatures?
Outputs are technically scripts. A script is essentially a program. In order to properly spend an output, the script of the input combined with the script of the corresponding output has to validate. After completing all of the commands in the script, the output of the program must be true (not 0) in order to validate. While there is a "normal" script used in outputs, an output can have all sorts of scripts, and the input that spends it must validate to true.

An example of a complete transaction is one successfully-executed output order plus the successfully-executed input order that the output order triggers?
See above.

Neither order will be executed unless a full set of requirements are met? Orders for transactions, such as an output and input order, are carried out only per certain requirements?
The scripts will be executed to validate a transaction. If it comes out false, the transaction is not valid. If it is true, the transaction is valid and is continued to be broadcast and can be included in blocks.

One requirement is typically valid order data (such as the currency, the amount...)?
Another is a valid private key?
Another is the digital signature associated with the private key?
Another is confirmation that the private key and digital signature match each other?

Output requirement is
Output requirements are
Output requirements include (a) a valid digital signature and?? the signature must be (b) validly coupled with its private key?

If output requirements are met, the requirements can then be used to try to clear a transaction input?
There are no specific requirements. See above.
7877  Other / Beginners & Help / Re: A Basic Overview of Storage Practices on: January 03, 2016, 10:51:56 PM
Your saying not to use a brain wallet, what's wrong with them? As long as you don't generate the words yourself and have them randomly generated for you, they are just as safe as the other options.
That pretty much defeats the purpose of a brain wallet. Most people aren't going to use randomly generated words, and those who do probably aren't going to remember the randomly generated word very well.

Even most wallets provide you with a brain wallet type recovery seed.
Not really. The recovery seed is the reverse of a brain wallet. It takes a randomly generated number (the master private key) and encodes that as words. Brain wallets take a word (which may or may not be randomly generated) and encode that as a number (private key). The difference is that it is easier to guess the words to a brainwallet than it is to guess the words to a recovery seed.
7878  Bitcoin / Bitcoin Technical Support / Re: .dat files on: January 03, 2016, 09:55:15 PM
Since you posted in tech support, is it a wallet.dat from bitcoin core?

Yes.
I haven't used Core for a long time, I downloaded the entire blockchain again recently purely to use Bitcoin Core on a clean PC to store some coins.

I've made a back up & just wondered how to open the file if I ever need to.

I'm a bit of a long term HODLER so it's not urgent.

What do I do with this wallet back up file if my PC ever breaks, if I can't even open the .dat file.  

I'm not majorly tech gifted, just a saver/HODLER - I like to be prepared for every eventuality.
You can download and install Bitcoin Core again which should be able to read that file. If it can't, then you can download an older version that can. Another option is to use a tool like pywallet which can dump the private keys from the wallet.dat file so that you can import them into another wallet and spend the Bitcoin.
7879  Bitcoin / Bitcoin Technical Support / Re: .dat files on: January 03, 2016, 09:30:38 PM
Can anybody remind me how to hell to open .dat files on Windows 10 (without Office).

All I can see is a lot of nonsense when trying to use Notepad. I've been using Trezor & paper wallets for ages. Can't remember how to open one.
You generally aren't supposed to open .dat files. Those are data files and their formats differ depending on the software the created it. Generally you use hex editors to open those files.
7880  Other / Beginners & Help / Re: what does blockchain record for fiat conversions? on: January 03, 2016, 07:29:55 PM
When you own bitcoin, what you own is a key that gives you access to a bitcoin credit on the bitcoin blockchain that’s assigned to your private key. The key allows you to transfer some or all of your credit directly to another key.
Technically that is not what happens. But for a high level explanation, it is okay.

When it's turned into fiat, what does the blockchain record? Not that ownership is transferred to a different private key. Does it record an ID of the exchange that converts the currency?
What happens is the exact same thing that happens when you trade Bitcoin (or any currency) for any good (e.g a fiat currency). You transact some Bitcoin to another person who transactions some fiat to you. Blockchain records nothing except that Bitcoin went from one address to another. Only those involved in that trade will know that another transaction happened in another currency to transfer some fiat from the other guy to you.
Pages: « 1 ... 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 [394] 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 ... 590 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!