Bitcoin Forum
June 16, 2024, 02:52:46 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Bitcoin Discussion / Re: Bitcoin and Taxes (Mexico and San Diego) on: April 26, 2013, 10:06:06 AM
Since getting your taxes wrong can land you in prison, you really need to ask someone qualified to answer this definitively. You should ask accountants certified in the jurisdictions in question, not an internet forum.
2  Other / Beginners & Help / Re: Best practices for storing private keys on server? on: April 11, 2013, 03:39:11 AM
To prevent a website hack from emptying the "front line" wallet, it may be best to write a very simple API that runs on the bitcoind machine, sanity checks any spending requests from the web site machine, and if valid invokes bitcoind locally.
3  Other / Beginners & Help / Re: Best practices for storing private keys on server? on: April 11, 2013, 03:34:34 AM
I've been contemplating the same, and have come up with the following ideas:

1. Run bitcoind on a separate machine to your website. Have the website connect to the bitcoind machine via the JSON API as a client. Keep the bitcoind machine as locked down as possible. Keep its existence private. Run as little software on it as possible to reduce the risk of security holes - basically just bitcoind, sshd (so you can log in), and whatever monitoring software (zabbix, nagios, etc) you run. Keep its software up to date.

2. Keep only the minimum balance needed to fulfil short-term spending (say in the next day or two) on the bitcoind machine. Send the rest to another bitcoin account elsewhere (call it the "archive").

3. Do any large spending (over X bitcoins) manually as a batch job once a day, perhaps on the "archive" bitcoin machine. This allows you to keep the balance on the "front-line" bitcoind machine lower.

Any other ideas?
4  Other / Beginners & Help / Re: Help me decide when to buy 0.5-1 bitcoin on: April 11, 2013, 03:23:16 AM
Whenever you think the price will go up afterwards.

Amen. Now seems as good a time as any.
5  Other / Beginners & Help / Re: Bitcoin Client question on: April 11, 2013, 03:09:07 AM
If running Linux, in ~/.bitcoin.
6  Other / Beginners & Help / Re: Whitelist Requests (Want out of here?) on: June 21, 2011, 03:19:06 AM
Hello! I'd like to request being whitelisted if possible. I'm a business investor and developer who is interested in discussing potential business models.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!