Bitcoin Forum
May 24, 2024, 10:38:25 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 [46] 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 ... 110 »
901  Other / Beginners & Help / Re: Can non-techies keep their Bitcoin secure easily? on: December 06, 2013, 06:27:53 AM
I see now that you are using Electrum. They appear to use md5 checksum, not sha1. So you would replace "-sha1" with "-md5".
902  Other / Beginners & Help / Re: Can non-techies keep their Bitcoin secure easily? on: December 06, 2013, 05:59:14 AM

I pull up the Command Prompt; it's another black box with white text that kinda looks like MSDOS and I type "fciv.exe." Nothing happens; it says "fciv.exe is not recognized as an internal or external command, operable program or batch file."

You have to navigate to the correct folder/directory first. Your prompt probably appears as C:\Users\username>. You will to use the 'cd' command.

Typing "cd" doesn't do anything either; I type "cd", hit enter and the same  C:\Users\username> appears right below it.

If fciv is in C:\Windows, you can run it from anywhere. In that case,
fciv [____.exe] -sha1 --> Will run fciv on the file in question (____.exe = full file path)

If not,
cmd /K "cd /d c:\WINDOWS\" --> Will create a cmd window at the C:\Windows directory (replace c:\windows with the folder housing gpg4win-2.2.1)

fciv gpg4win-2.2.1.exe -sha1
903  Other / Beginners & Help / Re: Can non-techies keep their Bitcoin secure easily? on: December 06, 2013, 01:00:43 AM
At this point, I would say that wallet security is definitely still beyond the average person. Hopefully, sooner than later, options will emerge that make securing your coins less technical.

Check out this link for some information: http://bitcoin.org/en/secure-your-wallet

The best way to secure your coins is to keep them offline. So, ideally you would have an offline machine or storage medium (flash drive, or paper, for instance) that cannot be reached through the internet.

When I decided to get serious about security, I bought a cheap Ubuntu notebook to keep strictly offline. I verified the PGP signature of my wallet download and transferred the install to the notebook. Offline, it can still generate a wallet and address -- I use this address on my online machine to send coins to cold storage.

If you keep coins on an online machine, make sure you encrypt your wallet with a strong password, set firewall to deny incoming connections, and ensure that your antivirus software is adequate/operational and fully updated. And don't keep your passwords saved on your machine. (All of this is still true with an offline machine)

You may look into running Linux/Ubuntu as a LiveCD on your Windows machine (disable networking/unplug all cables upon mounting), so you can simulate an offline machine without affecting your Windows OS.
https://en.bitcoin.it/wiki/How_to_set_up_a_secure_offline_savings_wallet

Also, take a look into PGP/other encryption. I prefer to keep the directory that houses my wallets/backups encrypted as an extra layer of security. It's complicated, though, and may take some time to get the hang of using it. You can encrypt single files using terminal commands (http://askubuntu.com/questions/98443/encrypting-files-and-folder-through-terminal) or look into something like TrueCrypt.

Damn it. I made this sound even more complicated. The fact is, it may take some time and frustration to understand everything. I still feel lost, myself, much of the time.

I have no idea what encryption actually is; if it's just assigning a password, I've already done that. I'm fairly confident in my password; long, mixed-case letters, numbers and symbols. If you're asking me to do some actual programming, that's beyond my skill set. I really don't want to risk screwing up this computer.
Sorry in advance for the book. As I thought about it, it felt easier just to go through the motions of thinking about why this is important and how it works.

OK, on PGP. Yes, it is complicated, but I doubt it is beyond your skill set. Simply a new process to learn. Before thinking about encryption, it would be good practice now to consider learning how to ensure that what you think you are downloading is what you are actually downloading. This is especially important when dealing with software that could potentially target your wallet(s).

This is a taste of what it means to verify the integrity of and to authenticate certificates for files downloaded. In turn, that will necessitate creating a PGP keypair, and may prime you for working with PGP keys to encrypt your files.

So, a Windows user would go to http://gpg4win.org/ and download the full version. You can google the site for its web reputation. You can verify the integrity of the download using Microsoft's fciv utility found here: http://support.microsoft.com/kb/841290

When you unzip fciv, drop fciv.exe into C:\Windows. That way you can pull up Command Prompt (Accessories) and run fciv.exe from any location. So to verify the integrity of your gpg4win download, pull up Command Prompt, and enter "fciv [____.exe] -sha1" where [] = the exact file location of the gpg4win binary. This should produce a sha1 checksum that you can compare with the checksum found here: http://gpg4win.org/package-integrity.html

If your binary downloaded properly, these sums should match. That is about the extent of due diligence you can do prior to using encryption/decryption. Now that you have verified the integrity of the download, install gpg4win and run Kleopatra. You can now authenticate the download from gpg4win. You would create a new certificate, select PGP keypair, and input your desired user information and password. Once the certificate has been created, back it up and keep your information safe. You can now use this certificate to certify the earlier download.

You do this by downloading (and subsequently verifying) the release signature of the download, found next to the file you downloaded, here: http://gpg4win.org/package-integrity.html Download the corresponding .sig file into the same folder as the original download.

As stated, the signatures have been created with the following OpenPGP certificate:
Intevation File Distribution Key (Key ID: EC70B1B8) -- if you go to that source, you can scroll down to "Intevation-Distribution-Key" and download it (it is an .asc file). Then you "import certificate" and select that file. Verify that the fingeprints match, then you can certify it with your own key.

Now, you can go to File | Decrypt/Verify. Select the .sig file that you downloaded (you'll see that it corresponds to the .exe file in the same folder) and verify. You should now be able to validate the certificate -- giving you confidence that you have the original and unmodified file and not some malicious replacement.

......So now you know how to verify the integrity of your downloads and create a PGP certificate to authenticate those downloads.

Now, encrypting files with PGP is very easy and only one step away. But before encrypting anything -- make sure that your keypair is backed up and your password is SAFE and will not be lost. (It would be tragic to encrypt the directory housing your wallet without realizing the importance your PGP password in decrypting it later on.) Also, when encrypting, remember to encrypt to your own certificate  -- otherwise your private key is useless to decrypt it.

Here is a straight-forward tutorial on signing and encrypting files in Kleopatra: http://www.gpg4win.org/doc/en/gpg4win-compendium_24.html

Again, I know it is a lot to take in. But if you are going to be holding an amount of money significant to you on your machine, another layer of encryption can provide great peace of mind.
Quote
I already have a blockchain.info wallet (albeit an empty one). I had asked on another thread if it's possible to set up a wallet on a 2.0 GB USB drive; didn't get any answers. Could I set up an "offline" Wallet on that?

Could I try buying a few mBTC, put it on a USB Wallet and bounce it back and forth between the USB Wallet and my blockchain.info Wallet, just to get a feel for how BTC transactions work? Is that a good idea?
You can set up cold storage on a USB drive, sure. With QT, for instance, just back up the wallet.dat file on the USB -- preferably, the wallet should be generated initially offline, the wallet should be encrypted before stored, and all files on the drive encrypted.

Yes, I would recommend playing around with this a bit. Don't risk much when playing around with cold storage for the first time -- make sure that you are confident in your ability to retrieve your coins from storage before sending much.

Once you have transacted back and forth a few times and feel more confident, I would start over with a newly generated cold storage wallet that has never made outputs before.
904  Other / Beginners & Help / Re: Can non-techies keep their Bitcoin secure easily? on: December 05, 2013, 11:08:32 PM
Hi there,
My suggestion would be to encrypt your wallet with Passphrase.

Is Passphrase a program or an app? Or are you asking me to assign a password to my wallet?

I setup a blockchain.info account, and I was required to assign a password from the start. I think it's pretty strong, but I have no idea how secure that site is or if my computer is secure; that's why I'm afraid to get started.
Blockchain.info is good for getting your feet wet. Don't fund too much in there, though. It is definitely inherently less secure than a desktop wallet.

I think the post earlier was suggesting that you assign a passphrase to your desktop wallet (like Bitcoin QT), if you have one. Encrypting your wallet is the first step.
905  Other / Beginners & Help / Re: Can non-techies keep their Bitcoin secure easily? on: December 05, 2013, 11:06:39 PM
At this point, I would say that wallet security is definitely still beyond the average person. Hopefully, sooner than later, options will emerge that make securing your coins less technical.

Check out this link for some information: http://bitcoin.org/en/secure-your-wallet

The best way to secure your coins is to keep them offline. So, ideally you would have an offline machine or storage medium (flash drive, or paper, for instance) that cannot be reached through the internet.

When I decided to get serious about security, I bought a cheap Ubuntu notebook to keep strictly offline. I verified the PGP signature of my wallet download and transferred the install to the notebook. Offline, it can still generate a wallet and address -- I use this address on my online machine to send coins to cold storage.

If you keep coins on an online machine, make sure you encrypt your wallet with a strong password, set firewall to deny incoming connections, and ensure that your antivirus software is adequate/operational and fully updated. And don't keep your passwords saved on your machine. (All of this is still true with an offline machine)

You may look into running Linux/Ubuntu as a LiveCD on your Windows machine (disable networking/unplug all cables upon mounting), so you can simulate an offline machine without affecting your Windows OS.
https://en.bitcoin.it/wiki/How_to_set_up_a_secure_offline_savings_wallet

Also, take a look into PGP/other encryption. I prefer to keep the directory that houses my wallets/backups encrypted as an extra layer of security. It's complicated, though, and may take some time to get the hang of using it. You can encrypt single files using terminal commands (http://askubuntu.com/questions/98443/encrypting-files-and-folder-through-terminal) or look into something like TrueCrypt.

Damn it. I made this sound even more complicated. The fact is, it may take some time and frustration to understand everything. I still feel lost, myself, much of the time.
906  Other / Beginners & Help / Re: Which coin I should mine with just an old laptop? on: December 05, 2013, 10:21:29 PM
CPU only, likely, from the sound of your setup. May kill your laptop for little to no gain.
907  Other / Beginners & Help / Re: Why didn't Satoshi Nakamoto just give 10 BTC to everyone in the world for free? on: December 05, 2013, 10:19:42 PM
Why couldn't they set the max number of total BTC to maybe 50 or 100 Billion and just send 10 free BTC to every email or IP address in the world
Think about this for a while, and you'll realize why it wouldn't work. There's no true correlation between IP addresses, email addresses, and people. If you think it would work, I challenge you to do one of the following:

1) Send an email to every email address in the world.
2) Send a message to every IP address in the world.

Good luck!  Smiley
Hehe, good answer. Smiley
908  Other / Beginners & Help / Re: Investing in BTC or LTC? on: December 05, 2013, 10:18:22 PM
LTC is too speculative for me to put much in for the long term. I have enjoyed swing trading LTC/BTC recently, though.


Well i think the BTCat 1st was very speculative and still is, when people will accept more and more LTC you might be kicking yourself, like the guy who bought 2 pizzas for 10 000 BTC 2 years ago? Smiley Seriously i dont think you can say to not invest in LTC because its too speculative at the moment if you do invest in BTC. just my 2 cents
Maybe. I'm not concerned. My risk tolerance is low. I feel much safer with bitcoin. I am very far in profit, can't possibly lose money at this point, and am confident that bitcoin will succeed. I am happy to ride the waves on LTC, but I have no interest in forming long term buy targets.
909  Other / Beginners & Help / Re: Merged coins: What's that? on: December 05, 2013, 10:15:59 PM
Merged mining allows a miner to mine for more than one blockchain at a time, adding to the hash rates of both coins. As a result, merged mined coins can be mined at very little cost to miners, making it more likely that the merge mined chain remains secure.
http://bitcoin.stackexchange.com/questions/273/how-does-merged-mining-work
910  Other / Beginners & Help / Re: Where do the "lost" Bitcoins go on: December 05, 2013, 10:13:56 PM
Lost forever, lower total coin supply.

.....Supply and demand, and all that junk.  Smiley
911  Other / Beginners & Help / Re: Investing in BTC or LTC? on: December 05, 2013, 09:33:46 PM
LTC is too speculative for me to put much in for the long term. I have enjoyed swing trading LTC/BTC recently, though.
912  Other / Beginners & Help / Re: Vircurex Issues? on: December 05, 2013, 09:29:20 PM
I had to reset the blockchain info (resync) once I did that it showed up.
Thank you for pointing me in the right direction.
This was DEFINITELY MY FAULT not Vircurex's issue.
Whew Smiley
Glad to hear you were able to resolve this. Smiley
913  Other / Beginners & Help / Re: Vircurex Issues? on: December 05, 2013, 09:27:55 PM
Very sure the wallet is correct triple checked it.
I'm using Multibit Client. Synced.
The TrxID shows it has over 500 confirms now. And yes it is showing the right Wallet address. The right amount too.
Still nothing.
If you provide the information I asked for, we may be able to narrow this down, but simply re-stating this isn't going to get us anywhere.

1) Post the BTC address the coins should have been deposited in.
2) Post the tx ID provided to you by Vircurex. I assume this tx ID matches what you see on the blockchain?

If the transaction is confirmed on the blockchain and you are certain the address in that transaction is owned by you, the problem is not with Vircurex. It is with your wallet.
914  Economy / Speculation / Re: what's the easiest way to trade coins for coins on: December 05, 2013, 09:21:09 PM
I've been mining alt-coins for awhile and I'd like to trade some of them in for the more stable bitcoin. What's the easiest way to trade coins like this?

Crypto-Trade is getting better reviews than BTC-e. I use them and have not had a problem.

I checked them out at some point but liquidity was very much inadequate. What is volume like now? How does it compare?
915  Economy / Speculation / Re: what's the easiest way to trade coins for coins on: December 05, 2013, 09:01:09 PM
If one of the more prominent coins, BTC-E. Otherwise, you may be stuck with Cryptsy or something.
916  Other / Beginners & Help / Re: How long does a BTC deposit to btc-e take? on: December 05, 2013, 08:54:09 PM
I use BTC-E all the time to deposit coins/sell/buy back/withdraw coins. They are generally prompt with deposits and withdrawals of coins -- the issues generally surround fiat deposits being credited.

Sometimes I have experienced a lag.... my deposit will get frozen on 1 confirmation (or will never show up as pending in my account) and then post to my account like, I don't know, maybe 5 or 6 confirmations late.
917  Other / Beginners & Help / Re: Bitcoin QT on: December 05, 2013, 08:49:49 PM
electrum is less resource intensive but QT is most secure and running a full node helps us all Smiley

Is that true that electrum is less secure from the user perspective?
Electrum depends on a centralized service. Users must trust a third party. It is inherently less secure and private for the user. Still much better than hosted wallets like Coinbase.
918  Economy / Exchanges / Re: Stay away from Coinbase on: December 05, 2013, 08:46:28 PM
Don't trust third parties like Coinbase to hold your coins. You simply cannot verify the security conditions under which your funds are held.

Get a desktop wallet, learn how to encrypt properly, consider cold storage, etc. Secure your own funds. Otherwise, you are just waiting around for Coinbase to screw you.

Use them to buy/sell if you need to. That's it.
919  Other / Beginners & Help / Re: Vircurex Issues? on: December 05, 2013, 08:41:13 PM
I don't understand. Vircurex provided you with the TX ID, and it is valid with 160 confirmations?

Can you show the TX on the blockchain and state the address you believe the coins should be deposited in? What kind of wallet are you using?

It sounds like a) you provided an incorrect address to Vircurex, b) they sent to an incorrect address (unlikely), or c) your wallet is not syncing properly.

Vircurex is not good about responding to emails. When I have emailed in the past, they resolve my issues without contacting me.
920  Other / Beginners & Help / Re: Am I too stupid for Bitcoin? on: December 04, 2013, 04:30:42 AM
I'm starting to get frustrated/discouraged by my inability to just dip my toes in the world of Bitcoin or find any reliable, easy-to-understand answers.

I've been reading up and watching videos and tutorials for 2 days straight on Bitcoin, trying to figure out how to mine or buy my first fraction of a fraction of a Bitcoin, and I'm totally lost. All these Youtube videos and Bitcoin enthusiasts say "It's fun! It's secure! It's easy!" but there is nothing easy or intuitive about this (as in, I see a soda for $1.25 and I hand the cashier a $1 bill and a quarter, or I see gas for $3.50 a gallon, I pump 10 gallons and my balance on the credit card I swiped goes up $35)

But to get Bitcoin, I apparently (emphasized because there's no clear-cut answer) have to set up a wallet, then get a dedicated computer (or several dozen), then reprogram its/their graphics card(s) to mine, then I have to start generating hashes, then I start cracking hashes, then I have to start chainblocking, verifying transactions and maintaining ledgers and etc etc etc.

All that or I have to wire money to some shady-looking website in Europe along with photo ID or proof of residence; I thought the whole point of Bitcoin was to be anonymous. Why do I have to tie my personal info to Bitcoin transactions?

Am I missing something here? Am I too stupid for Bitcoin?
post your address. i'll send you some bitcoin.

Sorry; do you mean wallet? I haven't been able to set up a Bitcoin wallet because I haven't been able to find a reputable, easy-to-setup/use wallet service.
http://bitcoin.org/en/choose-your-wallet
Electrum is probably easiest. I prefer Bitcoin QT.

For ease of use, consider getting a wallet at https://blockchain.info/wallet but remember that it is less secure than a desktop wallet, is more prone to exploits due to use of javascript, etc. But it is very easy to set up. Don't keep much funds on an online wallet, though. And stay away from 3rd party hosted wallets like Coinbase -- you don't control your bitcoins with them.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 [46] 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 ... 110 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!