Bitcoin Forum
May 09, 2024, 06:05:10 AM *
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 »
261  Other / Beginners & Help / Re: Idea for a hardware-based Bitcoin savings account on: June 15, 2011, 10:02:57 PM
An Arduino isn't needed for this; just boot to a live CD to generate your keys, put the wallet.dat on a brand new, freshly opened (and maybe encrypted) flash drive or SD-card, and generate an address. Reboot into your primary OS and send some coins to that address. Maybe reboot again to test that they were received.

Are there any ECDSA smart cards out there? It'd be pretty cool to use a smart card for Bitcoin crypto.

This is pretty safe, although for large bitcoin accounts I'd still be wary of using your day-to-day, internet-connected computer. The original post is going to be a big breakthrough in managing wallets. Everybody with a sizable account is going to have one of these devices.

The next question is how to keep your secret. Ultimately you need to have a pass phrase or little USB drives that have to be read in tandem, or some combination of those. The problem with a pass phrase is you can forget it, or something can happen to you, and your coins are lost forever. The problem with USB keys is you can lose them, something could happen to them, they can be stolen, or you could have to skip town suddenly. Having both is probably a good tradeoff.

I think to make this happen, a couple of extensions have to be written for the standard bitcoin client:

1. Export an unsigned send transaction.
2. Import a signed transaction and send it out to the network.

If you have those two, the arduino device can easily generate Bitcoin keypairs and sign transactions offline. Note that you don't need a keyboard if you go with the USB drive keys. The main computer would never get anywhere near the private keys. This is about as safe as you're going to get. I intend on doing a patch, but I've got some other stuff to do first. I hope someone beats me to it.
262  Bitcoin / Bitcoin Discussion / Re: FirstBits.com - remember and share Bitcoin addresses on: June 15, 2011, 10:38:59 AM
Yeah, SgtSpike's reply was great, good points all around. I'm a true believer now Smiley
263  Bitcoin / Bitcoin Discussion / Re: FirstBits.com - remember and share Bitcoin addresses on: June 14, 2011, 11:23:35 PM
Another suggestion: I realize you want to keep it pure, but how about adding an extra character as a checksum? It's very easy for the payer to mess the address slightly by writing it down wrong or hearing something wrong. A one character checksum would drastically reduce the chances of sending money to the wrong account.
264  Other / Meta / Re: Suggestion: Security subforum on: June 13, 2011, 01:19:26 PM
+1

This is critical and not getting enough attention. There are some really hard problems to solve, most of which aren't even technical. Hopefully we'd be able to get some good sticky, best-practice threads up after a while.
265  Bitcoin / Bitcoin Discussion / Re: Can trolls affect a solid currency? on: June 11, 2011, 11:19:06 PM
Guys, now that we've got you all in one thread, can you explain what the appeal is in being a troll?
266  Bitcoin / Project Development / Re: Bitcoin Payment Module for Magento on: June 11, 2011, 10:38:18 PM
Okay,

This is "usable", see Issues for my current primary concerns.  Nothing critical that would flaw payments, but not good.

https://github.com/jalder/Magento-Bitcoin-Payment-Module

Let the enhancements begin.

Great! It's 1:30am here, I'm going to play with this tomorrow, maybe I can work on those issues.
267  Bitcoin / Project Development / Re: Bitcoin Payment Module for Magento on: June 11, 2011, 08:45:12 PM
Okay, since I am quite a bit farther along than  ben-abuya with the module. I will be posting my version here shortly this evening.

I currently have the admin backend where you configure your RPC URL, and I also have the payment block that shows the visitor what address they need to send payment to, which is dynamically generated for each checkout session.  Obviously more features are needed, but this is a really good core for it.  My only concern is one of the other developers grabbing it and profiting, obviously that wouldn't make me feel good about the time I put into it.

That sounds awesome! We're all doing this to promote Bitcoin, not to make money. Why not just make it open source, so we can all work on it together and nobody will claim it as their own and make money off it? Also, although I put up the github repo last night, all the code was basically written by Brian.

I'm happy to merge it into the existing github repo if you're interested.
268  Bitcoin / Project Development / Re: Bitcoin Payment Module for Magento on: June 11, 2011, 06:05:17 PM
Hi gc40,

I'm working on this with Brian. We're both doing this as a side project so we can't work on it 24/7. I think the best way to do this is for us all to work on it together. Here's the project github page:

https://github.com/joshmh/magento_bitcoin

I'll be glad to help your devs get this working. Then we can get them onboard.
269  Bitcoin / Project Development / Re: New Bitcoin Project on: June 11, 2011, 11:15:42 AM
Very nice site!
270  Bitcoin / Project Development / Re: Bitcoin Payment Module for Magento on: June 10, 2011, 06:23:07 PM
Hey Guys,

Let's discuss here what kind of features we're looking for in Magento. I just got it running locally and I've been fooling around with tweaking it and reading up on the dev docs.

Here are the features I'd like:

- Add Bitcoin as a currency
- A tool to adjust prices based on MtGox exchange rates would be cool
- Remove billing address stage in checkout -- isn't that the whole point of bitcoin?
- Bitcoin payment module that connects to bitcoind
-- Generate a unique bitcoin address per order
-- Optionally require 0 or more confirmations before accepting the order
-- Display confirmations on the admin order page

I've never used Magento before, so I'm still learning the feature set. Are there features I missed? Which are highest priority?
271  Bitcoin / Bitcoin Discussion / Hoard, but Spend on: June 10, 2011, 01:59:08 PM
We all have our own little Bitcoin stash that feels like a present from the gods, and we don't want to give those precious bitcoins away. Hoarding is fine, early adopters deserve the reward, but you can have it both ways. Hoard and Spend people! The Bitcoin needs to move!

Here's how you do it:

Buy bitcoins to hoard until you don't feel comfortable investing any more money on the investment. At this point, any additional bitcoin purchases exceed your risk profile. Now buy a few more. These bitcoins aren't for investment, they're for spending. You wouldn't have bought them if they weren't for spending so you don't have to feel bad about spending them. Did the bitcoin price just shoot up since you bought them so that you now what to keep them as an investment? Great, buy more for spending.

Spend the spending bitcoins as soon as possible. Seek out bitcoin businesses and services and use them. Buy more bitcoins and spend them. This is important guys, every additional bitcoin transaction makes the current price less speculative and more grounded.
272  Other / Obsolete (selling) / Re: First B&B to accept BTC on: June 10, 2011, 01:11:41 AM
The way to do it is to pay in BTC, and at the same time cover the amount by buying more BTC  Cool Seriously, every single additional BTC transaction is huge for Bitcoin.
273  Bitcoin / Project Development / Re: Bitcoin Payment Module for Magento on: June 09, 2011, 02:30:56 PM
I'm also interested in Magento integration and might start working on it myself, so it would be great to see what people have done so far.
274  Bitcoin / Bitcoin Discussion / Re: how to secure your wallet from theft and loss on: June 08, 2011, 06:16:26 PM
This is awesome, I didn't realize there was an easy to use program for that.

For OS X users:

Code:
brew install ssss

Ubuntu / Debian

Code:
apt-get install ssss
275  Bitcoin / Bitcoin Discussion / Re: Solution: How to shift the decimal on: June 08, 2011, 04:59:24 PM
Could work. The sensitive part is the switch from BTC to uBTC in the client. Might want a warning popup when you send money that you're sending BTC and not uBTC, at least in the first version.
276  Bitcoin / Bitcoin Discussion / Re: Shift the decimal point over? on: June 08, 2011, 03:00:59 PM
We should move to a new UNIT!  the unit of of a 'Bitcoin' is defined in the official source code:

Code:
static const int64 COIN = 100000000;

This should STAY THE SAME!

That is a good point. Changing the core code is really scary. It could also lead to really bad coding mistakes down the road.
277  Bitcoin / Bitcoin Discussion / Re: Shift the decimal point over? on: June 08, 2011, 01:51:38 PM
Changing the value of what is called a "Bitcoin" is a very, very bad idea. Nothing kills a new product/service/currency like confusion/uncertainty/doubt.

If we want smaller, more usable units, then we need new names.

Eg.
1 Bitcoin = 100 Bitdollars
1 Bitdollar = 100 Bitcents

That's not confusing? I like the analogy to a stock split. Imagine if they changed the IBM ticker when they did a stock split.
278  Bitcoin / Bitcoin Discussion / Re: [POLL] Predict when 1 Bitcoin = $100 on: June 08, 2011, 01:48:14 PM
July 1st
279  Other / Archival / Re: How to set up secure bitcoin savings account in 14 easy steps on: June 08, 2011, 11:05:38 AM
buy this for ~$70 depending on retailer
https://www.ironkey.com/basic

The LiveCD laptop is still more secure against keylogging malware. I feel like entering your password on an everyday, internet connected machine is scary. It would be cool if you could plug a keyboard straight into the ironkey.
280  Other / Archival / Re: How to set up secure bitcoin savings account in 14 easy steps on: June 08, 2011, 08:31:39 AM
Could it be that after say 100 years a lost coin is returned to something like a mining pool?  Is there any other way to return or re-mint lost bitcoins?

Yes, with the Dead Man's Switch You can program in several layers of transfer. After 30 days, the money could go to your close family. After a year, it could go to some website you sign up for that will specialize in determining your identity in more conventional ways and give the money back to you or your next of kin. Or you could make it go to some favorite charity. You could also have it go to a miner, but I'm not sure what the point is. I guess if a lot of people did this it would bring bitcoin transaction fees down.

One last thing to remember is that when the money finally disappears, it makes every other bitcoin user a bit richer, exactly the opposite of inflation. So in a sense, even then it's not completely lost to the world.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 16 17 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!