Bitcoin Forum

Other => Beginners & Help => Topic started by: r1973 on December 11, 2016, 10:57:13 AM



Title: question about paper-wallet, bitcoin core, trezor and seed-words?
Post by: r1973 on December 11, 2016, 10:57:13 AM
I already have bitcoins in a paper-wallet (and a bitcoin-core ballanced zero). Can I send those bitcoin directly from the paper-wallet to a new Trezor? If not, how do I import the paper's private-key to core (0.13.1) first? Does it require miners' (transaction) fees?

How do I create secure seed-words?


Title: Re: question about paper-wallet, bitcoin core and trezor
Post by: LoyceV on December 11, 2016, 11:00:30 AM
how do I import the paper's private-key to core (0.13.1)?
Click Help > Debug Window > Console
Type importprivkey "bitcoinprivkey" "label"

Example:
Code:
importprivkey 5KfWm8cUe8Gzfnm8sgmBR3VkWjZH48Lyq34SdfxmSy62mcm6iuo 1973r

Note: don't use this address.


Title: Re: question about paper-wallet, bitcoin core, trezor and seed-words?
Post by: ranochigo on December 11, 2016, 11:04:06 AM
I already have bitcoins in a paper-wallet (and a bitcoin-core ballanced zero). Can I send those bitcoin directly from the paper-wallet to a new Trezor?
Yes, import it into Bitcoin Core.
If not, how do I import the paper's private-key to core (0.13.1) first? Does it require miners' (transaction) fees?

How do I create secure seed-words?
Use the steps above, given by LoyceV. This step does not require transaction fees. Transaction fees is required when you send the coins to your trezor wallet.

There should be a guide for Trezor in the package that came with it.


Title: Re: question about paper-wallet, bitcoin core and trezor
Post by: r1973 on December 11, 2016, 11:07:19 AM
how do I import the paper's private-key to core (0.13.1)?
Click Help > Debug Window > Console
Type importprivkey "bitcoinprivkey" "label"

Thanks. should I type the paper's private-key with or without the " " ? Can you be exact on that? Also what is a label, and for what use?


Title: Re: question about paper-wallet, bitcoin core and trezor
Post by: ranochigo on December 11, 2016, 11:10:27 AM
how do I import the paper's private-key to core (0.13.1)?
Click Help > Debug Window > Console
Type importprivkey "bitcoinprivkey" "label"

Thanks. should I type the paper's private-key with or without the " " ? Can you be exact on that? Also what is a label, and for what use?
Without. The label basically helps you to identity what the address is used for. It can only be seen in the wallet itself and nowhere else.


Title: Re: question about paper-wallet, bitcoin core and trezor
Post by: r1973 on December 11, 2016, 11:19:50 AM
how do I import the paper's private-key to core (0.13.1)?
Click Help > Debug Window > Console
Type importprivkey "bitcoinprivkey" "label"

Thanks. should I type the paper's private-key with or without the " " ? Can you be exact on that? Also what is a label, and for what use?
Without. The label basically helps you to identity what the address is used for. It can only be seen in the wallet itself and nowhere else.

Does such import is recorded on the blockchain?


Title: Re: question about paper-wallet, bitcoin core and trezor
Post by: ranochigo on December 11, 2016, 11:20:13 AM
how do I import the paper's private-key to core (0.13.1)?
Click Help > Debug Window > Console
Type importprivkey "bitcoinprivkey" "label"

Thanks. should I type the paper's private-key with or without the " " ? Can you be exact on that? Also what is a label, and for what use?
Without. The label basically helps you to identity what the address is used for. It can only be seen in the wallet itself and nowhere else.

Does such import is recorded on the blockchain?
No.


Title: Re: question about paper-wallet, bitcoin core and trezor
Post by: r1973 on December 11, 2016, 11:22:58 AM
how do I import the paper's private-key to core (0.13.1)?
Click Help > Debug Window > Console
Type importprivkey "bitcoinprivkey" "label"

Thanks. should I type the paper's private-key with or without the " " ? Can you be exact on that? Also what is a label, and for what use?
Without. The label basically helps you to identity what the address is used for. It can only be seen in the wallet itself and nowhere else.

Does such import is recorded on the blockchain?
No.

So what happened in terms of the core-wallet and the paper-wallet?


Title: Re: question about paper-wallet, bitcoin core and trezor
Post by: ranochigo on December 11, 2016, 11:29:33 AM
how do I import the paper's private-key to core (0.13.1)?
Click Help > Debug Window > Console
Type importprivkey "bitcoinprivkey" "label"

Thanks. should I type the paper's private-key with or without the " " ? Can you be exact on that? Also what is a label, and for what use?
Without. The label basically helps you to identity what the address is used for. It can only be seen in the wallet itself and nowhere else.

Does such import is recorded on the blockchain?
No.

So what happened in terms of the core-wallet and the paper-wallet?
With the keys imported into your core wallet, you can spend the funds from there. Nothing else changes.


Title: Re: question about paper-wallet, bitcoin core and trezor
Post by: r1973 on December 11, 2016, 11:39:51 AM
how do I import the paper's private-key to core (0.13.1)?
Click Help > Debug Window > Console
Type importprivkey "bitcoinprivkey" "label"

Thanks. should I type the paper's private-key with or without the " " ? Can you be exact on that? Also what is a label, and for what use?
Without. The label basically helps you to identity what the address is used for. It can only be seen in the wallet itself and nowhere else.

Does such import is recorded on the blockchain?
No.

So what happened in terms of the core-wallet and the paper-wallet?
With the keys imported into your core wallet, you can spend the funds from there. Nothing else changes.

Does Trezor stand to its secutiry features better than bitcoin-core and paper-wallets?


Title: Re: question about paper-wallet, bitcoin core and trezor
Post by: ranochigo on December 11, 2016, 11:44:33 AM
how do I import the paper's private-key to core (0.13.1)?
Click Help > Debug Window > Console
Type importprivkey "bitcoinprivkey" "label"

Thanks. should I type the paper's private-key with or without the " " ? Can you be exact on that? Also what is a label, and for what use?
Without. The label basically helps you to identity what the address is used for. It can only be seen in the wallet itself and nowhere else.

Does such import is recorded on the blockchain?
No.

So what happened in terms of the core-wallet and the paper-wallet?
With the keys imported into your core wallet, you can spend the funds from there. Nothing else changes.

Does Trezor stand to its secutiry features better than bitcoin-core and paper-wallets?
If done properly, paper wallets can be as secure as Trezor. Bitcoin Core is not as secure as it seems since it is mostly a wallet for day use. Trezor has much better security features since the private key is kept inside the device and the device is secure against malware.

Either put all your questions into a post or PM me. To lock your thread, go to the bottom left corner. I'm not interested in spamming this place up.