Bitcoin Forum
May 28, 2024, 05:27:35 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 97 98 99 100 »
1661  Other / CPU/GPU Bitcoin mining hardware / Re: Got a 5870 from someone off craigslist on: June 25, 2013, 03:02:50 PM
Sounds like the hard drive I bought off of craigslist.
1662  Bitcoin / Armory / Re: Question about using Armory offline on: June 25, 2013, 01:55:58 PM
Huh, neat.  I didn't know you could do that.  Wouldn't that be a lot more of a risk of acquiring viruses if it's installed on a flash drive than if it's a separate computer?  Ideally my computer will never get compromised, but this seems somewhat less secure than the traditional method.  I suppose there's a bit more security in that it's linux rather than Windows which I've got on my regular computer.

The only time it's at risk is when you download the linux image and then while you're installing armory -- from then on you disconnect the network and it's stand alone.  So it's about as secure as you get without some craziness.
1663  Bitcoin / Hardware / Re: Avalon stable @ 98,986Mhash/sec on: June 25, 2013, 05:30:02 AM
was wondering how long it'd take people to notice ( and more importantly share the constant that we've released on github.)

the number you are all aiming for is 450 Tongue of course, that's not really possible on just air cooling.

You mean is possible to hit 450gh/s no kidding? not possible just on air cooling, you need heat sink plus
liquid cooling?


He probably means 450 MHz / chip
1664  Bitcoin / Bitcoin Technical Support / Re: help, bitcoin transfer sent, 3 blocks passed and still no confirmation on: June 24, 2013, 07:58:37 PM
Blockchain.info shows it on the transaction details page.

Yeah, just click on the transaction id and it will tell you an estimate of your queue priority and when it guess you'll be included in a block.
1665  Bitcoin / Bitcoin Technical Support / Re: help, bitcoin transfer sent, 3 blocks passed and still no confirmation on: June 24, 2013, 06:13:40 PM
You can see the queue position is 631, and it's predicting it'll be included in 19 minutes (2 blocks).  Higher priority transactions will bump you up.  But it'll go eventually, shouldn't take more than an hour I'd hope.
1666  Bitcoin / Armory / Re: Money across multiple addresses on: June 24, 2013, 05:50:22 PM
If they're all in the same wallet then armory will automatically take from each.  I don't think you can specify where the fee comes from specifically.
1667  Bitcoin / Hardware / Re: What should power limit be on a mining equipment in your country? on: June 24, 2013, 03:40:04 PM
By the way it's the Amps that kill you, not the Volts, America got it wrong, crony capitalism won out over science fact!  Wink

Who cares which is important.  A 220V circuit has plenty of each.    V=IR
1668  Bitcoin / Hardware / Re: [Ann] US based Avalon ASIC chips and assembly: 3,197 remaining on: June 24, 2013, 03:15:51 PM
I expect there will be a lot of people looking for 1.33 BTC loans in the loan section soon.
1669  Bitcoin / Armory / Re: Question about using Armory offline on: June 24, 2013, 05:33:22 AM
You just need to install linux on a USB drive -- you can boot to that as an "offline" computer.
1670  Bitcoin / Armory / Re: armory won't install onto linux USB boot on: June 24, 2013, 05:23:14 AM
Did you run apt-get update?  It sounds like something's out of date.  Here's an excerpt from my guide using xubuntu 12.04

sudo apt-get update
sudo apt-get upgrade
sudo shutdown -r now
sudo apt-get install python-qt4 python-twisted python-psutil
wget https://bitcoinarmory.googlecode.com/files/armory_0.88.1-beta_i386.deb
sudo dpkg -i armory_0.88.1-beta_i386.deb
1671  Bitcoin / Armory / Guide to offline armory install on: June 24, 2013, 05:21:55 AM
I wrote a guide for newbies on how to get started using armory for offline transactions.  I thought I'd cross-post it here.


Ultimate in Security:  Offline Wallet

This is a guide to create an offline wallet (cold storage) for your bitcoins using the Armory Offline Wallet, https://bitcoinarmory.com/ .  I don't like seeing posts like "My bitcoins were stolen off my computer or from some website wallet" and I feel that newbies trust their precious coins to places they shouldn't.  This is about as secure as you can get while still having access to your bitcoins.  If you make many transactions per day I壇 recommend using this offline storage for a majority of your bitcoins and then using an easier-to-use wallet to hold the bitcoins you need for day to day transactions.  I知 sure most people are happy to trust a website or trust windows or trust their phone to store their private keys, but I知 not.

This involves a wallet stored on a USB key with a clean version of linux.  We'll install linux and the armory wallet to the usb key and then never use that usb key on the internet again.  This will keep our private keys safe.  We'll only boot to that drive after disconnecting from the internet.  We値l never load our private keys into windows (windows sucks for security).  We値l only load our addresses so that we know our balance.  The whole process looks like this:

1.  Windows installation is used to create the transaction (address, amount)
2.  Unsigned transaction is transferred to our offline linux installation
3.  Offline linux installed on usb-key contains our private keys and is used to sign the transaction
4.  Signed transaction is transferred to our online windows installation
5.  Online windows installation is used to broadcast the transaction to the network

It involves a lot of setup, but once done you'll have a good deal of security.  Think of it as safe-deposit box instead of an online checking account.

If you have a computer that you can dedicate to your offline bitcoin wallet only, then you can use that instead of a usb-key install.  Substitute that computer below for your offline linux installation.


A.  Install Linux

1.  Get the following:
a)  Something to install linux from:  either a CD-R or a USB flash drive (at least 2 GB)
b)  Something to install linux to:  either a USB flash drive (8GB, different from above), or a computer that you'll only use for your bitcoin wallet and nothing else

2.  Download Xubuntu 12.04.  You can really use any linux distrubtion.  This one is lightweight and long term.  You can torrent it or straight download the iso:

a)  http://torrent.ubuntu.com/xubuntu/releases/precise/release/desktop/xubuntu-12.04.2-desktop-i386.iso.torrent
b)  http://mirror.anl.gov/pub/ubuntu-iso/CDs-Xubuntu/12.04/release/xubuntu-12.04.2-desktop-i386.iso

2.  Create a bootable version of the xubuntu installer.
a)  You can burn it to the CD-R (http://infrarecorder.org/) or
b)  Install it on your USB key:  Use YUMI http://www.pendrivelinux.com/yumi-multiboot-usb-creator/

3.  Shutdown, insert your CD or USB key, and boot to that device.
4.  If using the USB key, choose linux distributions -> Xubuntu
5.  Once it boots, choose:  Install to a Hard Disk
6.  Choose your language
7.  Don't let it update anything, you can do that later and don't install 3rd party software
8.  Under installation type choose:  "Something else"
9.  Write down all the devices, they look like /dev/sda, /dev/sdb, etc
10.  Insert the second USB key that you want to install linux to and click revert.
11.  Now you should see a new entry, perhaps /dev/sde or such -- this is the USB key you just inserted.  If you don稚 see anything, click back, choose something else, and then continue
12.  Choose that new device (your USB key) and click choose new partition table
13.  It will create "free space" -- click that and click Add
14.     Use as:  Ext4
15.     Mount point:  /      (just type a simple forward slash here)
16.  Choose that same USB device (e.g. /dev/sde) under:  device for boot loader installation
17.  Click install now and set your time zone, etc
18.  Choose a username and password
19.  After it's finished installing shut down.  Remove the USB drive you installed linux from; leave the USB drive you installed linux to inserted.
20.  Close any popups that come up
21.  Right click on the desktop and choose: Open terminal here.  Now you're cooking with gas.
22.  Type:  sudo apt-get update
23.  Type:  sudo apt-get upgrade
24.  Get a beer and wait a long time.  It will update your distribution to plug any security holes.  This will be the only time we do this.  If you're paranoid about updating your packages, you can skip this, but you may have problems installing armory.  You could also write your own linux kernel and wallet if you're really paranoid.
25.  Reboot.  Type:  sudo shutdown -r now

Now you have a clean linux installation.  Don't ever leave this in the computer when booting into windows.  Always remove it if you're not going to boot into it.

B.  Install Armory on linux

1.  Boot to your new linux drive
2.  Right click on your desktop and open a terminal window
3.  First install dependencies needed for our wallet:
    Type:  sudo apt-get install python-qt4 python-twisted python-psutil
4.  Then install armory:
    Type:  wget https://bitcoinarmory.googlecode.com/files/armory_0.88.1-beta_i386.deb
    This will get what is currently the latest version of armory.  If a newer version comes out, change the link.
    Type:  sudo dpkg -i armory_0.88.1-beta_i386.deb (or whichever file you downloaded.  You can even type sudo dpkg -i armory and hit tab to auto-complete)

*** From here on out we need to be offline for highest security.  Disconnect from the network (pull the cable or click the little up/down arrow at the top -> disconnect).  If you're not connected to the internet your wallet can't be stolen ***

5.  Run armory in offline mode:  Click the icon (a bird?) in the upper left > Internet > Armory (offline)
6.  Accept the license and click Create your First Wallet!  Click Accept
7.  Choose a password to encrypt your wallet.  Write it down!!  This is extremely important.
8.  If you have a printer hooked up to your computer you can print your wallet backup.  Otherwise write it down by hand.  This is extremely important.  You may even want to delete your wallet and restore from this printed backup to ensure that you wrote it down correctly.
10.  Highlight your new wallet and click Wallet Properties
11.  Create Watching-Only copy.  Save this to your desktop.  This doesn't hold your private keys, so it's not vulnerable to stealing -- it just holds your addresses.  Well it actually holds the algorithm to create all the addresses you値l ever need, which is nice because it means you only have to do this step once.
12.  Close Armory.
13.  Copy the watching only copy from your desktop to:
  a)  Any USB key *EXCEPT* the one you're currently using for offline linux
  b)  Your computer's hard drive -- if you're using your regular windows computer, click your hard drive on the desktop and copy it right there.  You will use this location many times to transfer your transactions back and forth from windows to linux
14.  Shutdown (upper right corner, or type:  sudo shutdown -h now)
15.  *** Remove your linux USB Key -- keep it safe from your nasty windows OS! ***

III.  Install Armory on Windows
1.  Reboot to windows (re-install ethernet cable)
2.  Download and install armory:  https://bitcoinarmory.com/get-armory/
3.  Run armory & Follow instructions to install bitcoin-qt through armory.  Don't create a wallet.
4.  Click import wallet
5.  Import the watching only wallet you saved earlier
6.  Wait a long time for bitcoin-qt to sync up (could take a day).  Have some beer.  Eventually your balance will go from (...) to 0
7.  Send some bitcoins to this wallet.  Maybe start with just a little and test it out first.

IV.  Transactions (sending from this wallet)
1.  Highlight your offline wallet and click Send Bitcoins, fill in the address, amount, and fee
2.  Click Create Unsigned Transaction
3.  Click save as file -- save this to the same location you saved your watching wallet
4.  Shutdown windows, insert your linux USB-key, remove your ethernet cable, boot to linux
5.  Run armory (offline).  Click offline transactions -> Sign Offline Transaction
6.  Click Load file, choose the unsigned transaction file from step 3.  Click Sign. Save that file.
7.  Reboot to windows, (re-install ethernet cable)
8.  Open armory, grab a beer and wait 10 minutes for it to scan your history (I know, it's very slow)
9.  Offline Transactions -> Sign and/or Broadcast Transaction
10. Load the signed transaction and broadcast it!  (Make sure it's the signed one, not the unsigned one)

Hooray.  Now you have sent bitcoins without trusting your private keys to windows or a website.  It is a pain, but worth it for the security conscious.  You only need part IV from now on.
1672  Bitcoin / Hardware / Re: NEW ASIC Annoucement! Never stop believing! on: June 24, 2013, 05:15:58 AM
Sounds good, where do I send the money?  And where did you get the model numbers from?
1673  Bitcoin / Mining software (miners) / Re: Which is the best linux distro for bitcoind? on: June 23, 2013, 09:46:23 PM
Same here, just the raspbian wheezy package.  Don't bother though, it runs so slow I don't think it's worth it.  You really need an external HD also.

I use my pi only for mining (not to run bitcoind). It does that just fine....

Yep, it's perfect to host usb miners.
1674  Bitcoin / Hardware / Re: [Ann] US based Avalon ASIC chips and assembly: 3,197 remaining on: June 23, 2013, 07:37:09 PM
Im sorry, still a NEWB here. I am a bit confused.

Are you saying that for a FULLY ASSEMBLED board, mining at 4.5 GH/s is only costing us 133$ plus shipping?

Sorry if im causing any trouble.

Thanks,

Filip

You have to purchase 16 chips also -- check the first post for the chip prices.
1675  Bitcoin / Hardware / Re: 150k USD startup budget. Help needed! on: June 23, 2013, 06:33:14 PM
How did you get $150k without having any idea what you were going to do with it?  Pay me some % as a consultant and I'll give you some advice.
1676  Bitcoin / Mining software (miners) / Re: Which is the best linux distro for bitcoind? on: June 23, 2013, 05:56:48 PM
Same here, just the raspbian wheezy package.  Don't bother though, it runs so slow I don't think it's worth it.  You really need an external HD also.
1677  Bitcoin / Hardware / Re: [Ann] US based Avalon ASIC chips and assembly: 3,197 remaining on: June 23, 2013, 05:21:12 PM
Thanks for the info.  Time to move some BTC from cold storage.  I'm in batch 3 and hadn't gotten an email about the 6/30 deadline -- what's the sending address so I can make sure it's whitelisted?
1678  Other / Meta / Re: Activity & new membergroup limits on: June 22, 2013, 10:56:38 PM
Thank you
So now you need to be active for:
 - more than a year to be hero
 - more than six months to be senior
 - more than one month to be full member

I really like that

So do you have to have total login time of more than 1 month to be full member or just have been registered for 1 month to be full member? I am stuck at 56 activity and have a total login time of 7 days, 7 hours and 33 minutes and registered on 10 May. Full member requires 60 activity.

I saw a recent post of John K. in which he said he had been logged in for 100+ hours. Shouldn't he have been logged in for more than 8760 hours (365x24) to become a hero member? Or are there different rules for oldtimers? Undecided


It just means you need to be registered for 70 days and have 70 posts.  So if you're at 56 days just wait 14 days and as long as you've got 70 posts you'll be at 70 days (activity).
1679  Other / Beginners & Help / Re: Is Dropbox a safe place keep my TrueCrypted BTC wallet backup? on: June 22, 2013, 04:07:24 PM
Truecrypt? LOL ... it can be cracked in no time with some Radeon GPUs:
http://hashcat.net/forum/thread-2301.html

Thanks for the link, I was looking if hashcat had been used for anything besides password hashes, but hadn't found this.
1680  Bitcoin / Development & Technical Discussion / Re: Is this security solution a good idea? Is it new? on: June 21, 2013, 09:08:04 PM
How do the users sign the commands to send to server A if they don't have their own private key?
Pages: « 1 ... 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 97 98 99 100 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!