Here's another good site to remember with a wide collection of crypocurrencies and their current value.
Showing posts with label Bitcoin. Show all posts
Showing posts with label Bitcoin. Show all posts
Wednesday, January 29, 2014
Tuesday, November 12, 2013
Bitcoin links
A coolection of useful Bitcoin links:
Mining:
https://www.weusecoins.com/en/mining-guide
http://www.bitcoin.se/hur-skapar-man-bitcoins/
http://bitcoin.org/en/faq#mining
http://www.bitcoinmining.com/
https://en.bitcoin.it/wiki/FAQ#Mining
http://www.bitcoin.se/hur-skapar-man-bitcoins/
http://www.bitcoinplus.com
http://www.bitcoinx.com/bitcoin-mining-software/
https://en.bitcoin.it/wiki/Comparison_of_mining_pools
https://www.weusecoins.com/en/mining-guide
http://www.bitcoin.se/hur-skapar-man-bitcoins/
http://bitcoin.org/en/faq#mining
http://www.bitcoinmining.com/
https://en.bitcoin.it/wiki/FAQ#Mining
http://www.bitcoin.se/hur-skapar-man-bitcoins/
http://www.bitcoinplus.com
http://www.bitcoinx.com/bitcoin-mining-software/
https://en.bitcoin.it/wiki/Comparison_of_mining_pools
Bitcoin Exchanges:
https://safello.com
https://localbitcoins.com
http://btcx.se/
http://bitcoincharts.com/markets/
https://www.mtgox.com/
http://exchange.bitcoin.se/
https://kapiton.se/
https://www.fybse.se/
http://howtobuybitcoins.info/
http://www.bitcoin.se/kopa-bitcoins/
https://markets.blockchain.info/
https://safello.com
https://localbitcoins.com
http://btcx.se/
http://bitcoincharts.com/markets/
https://www.mtgox.com/
http://exchange.bitcoin.se/
https://kapiton.se/
https://www.fybse.se/
http://howtobuybitcoins.info/
http://www.bitcoin.se/kopa-bitcoins/
https://markets.blockchain.info/
Bitcoin how to export private keys
Here I will collect some smart tips regarding Bitcoin apps.
I have tried the Bitcoin wallet app on Android. It has a Export Key function that results in an encrypted file that you can backup.
To decrypt this file you need openssl and then you run this command:
If you are using Bitcoin-qt you can see your private keys by first listing your public keys with
or
and then you can use
to see your private key.
The console is brought up by using
I have tried the Bitcoin wallet app on Android. It has a Export Key function that results in an encrypted file that you can backup.
To decrypt this file you need openssl and then you run this command:
openssl enc -d -aes-256-cbc -a -in <filename>
If you are using Bitcoin-qt you can see your private keys by first listing your public keys with
listreceivedbyaddress 0 true
or
bitcoind listaddressgroupings
and then you can use
dumpprivkey <publickey>
to see your private key.
The console is brought up by using
launch your bitcoin client as usual and wait for it to load the blockchain and start up click on 'help' in the menu bar (top right) click on 'debug window' select the 'console' tab type: walletpassphrase "your walletpassphrase here" 600 type: dumpprivkey [your public key here] this will return the private key, you can copy it now; ensure you clear your clipboard/history afterwards type: walletlock
Subscribe to:
Posts (Atom)