Bitcoin Forum
May 14, 2024, 04:53:56 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Bitcoin Discussion / Re: BitCoin Confirmation Honeypot on: September 21, 2011, 01:26:24 PM
Even if the approach isn't perfect, I think it deserves some credit. At the very least, it tells what time-span are provably insecure. The reverse is not true (aka provably secure); but this knowledge is still of interest for the community. In particular, it will ultimately helps a bank to position itself as value-added middleman to speed-up transactions.

My 2cts on the question.
2  Economy / Economics / Thoughts on a nascent currency system on: August 03, 2011, 08:51:54 PM
For those who might be interested, here are my more-than-2cts thoughts on the nascent currency system of Bitcoin.

Best regards,
Joannes Vermorel

(Shameful plug) My company, Lokad.com, that features inventory optimization for eCommerce (among others), also started to accept Bitcoin with 10% off for early BTC adopters.
3  Bitcoin / Development & Technical Discussion / More user-friendly behavior when rerun with bitcoin client already running on: July 23, 2011, 07:51:11 PM
I have tried to start a 2nd bitcoin instance on Win7 (v0.3.24-beta of the bitcoin client); and the application silently terminates. Instead of telling me what has gone wrong, it dumps the following into debug.log

Bitcoin version 0.3.24-beta
OS version Windows NT 6.1 (build 7601, Service Pack 1), 64-bit edition
System default language is 80 French_France.1252
Language file locale/fr_FR/LC_MESSAGES/bitcoin.mo (French)
Default data directory C:\Users\JoannesVermorel\AppData\Roaming\Bitcoin
Existing instance found

It would probably better to have a message box telling Bitcoin client is already running, please close this instance first to open a new one.

My 2cts on this subject,

Best regards,
Joannes Vermorel
4  Bitcoin / Development & Technical Discussion / Bad crash behavior when try to launch 0.3.24 against trucrypt container on Win7 on: July 23, 2011, 07:35:55 PM
On Win7 64b with Bitcoin 0.3.24-beta, when I try to launch the Bitcoin client against H:\ - a mounted Truecrypt container - the application crashes. It would be better to provide a more insightful message. I am pasting below the content of debug.log. (not sure if it's the right way to report bugs, don't hesitate to correct me)

[addentum] When I move wallet.dat from the root to a subdirectory, aka, H:\w, then it starts working. Odd.

Best,
/jv


************************
EXCEPTION: N5boost16exception_detail10clone_implINS0_19error_info_injectorINS_10filesystem 22basic_filesystem_errorINS3_10basic_pathISsNS3_11path_traitsEEEEEEEEE      
boost::filesystem::create_directory: Permission Denied: "H:\"      
C:\Program Files (x86)\Bitcoin\bitcoin.exe in AppInit()      



************************
EXCEPTION: N5boost16exception_detail10clone_implINS0_19error_info_injectorINS_10filesystem 22basic_filesystem_errorINS3_10basic_pathISsNS3_11path_traitsEEEEEEEEE      
boost::filesystem::create_directory: Permission: "H:\"      
C:\Program Files (x86)\Bitcoin\bitcoin.exe in CMyApp::OnUnhandledException()      
5  Bitcoin / Development & Technical Discussion / Re: Deterministic wallets on: July 22, 2011, 02:41:21 PM
Bitcoin really ought to offer and default to using deterministic wallets.

Agreed very much. I was quite surprised to discover this feature after muddling through a lot of very geeky documentation. People can't be expected to comprehend this sort of quirks.
6  Bitcoin / Development & Technical Discussion / Re: Let us switch to milli and micro bits on: July 22, 2011, 02:35:29 PM
I second the idea of mBTC and uBTC, though of the same thing on my side actually.
7  Bitcoin / Development & Technical Discussion / Minimal wallet file size? on: July 22, 2011, 02:33:48 PM
It seems that a fresh wallet.dat is around 140kB, but AFAIK it contains already 100 keys. In order to secure an offline wallet, I see two very distinct threats:
1- getting the wallet stolen
2- losing the wallet

The easiest way to address No1 is to bring the wallet offline. Yet, suddenly, it becomes a lot harder to end-up with super-durable storage.

At 140kB, printing the wallet is rather cumbersome, but assuming that it could be brought down to 1.4kB (with only 1 key), it would be much easier to backup, possibly through super-naive Base64 encoding combined with plain text print (and OCR for recovery, with the option of doing it the manual way if OCR fails for whatever reason).

Are my numbers correct? Any thoughts in providing such an option to produce such thin wallets for the sole purpose of offline saving?

Best regards,
Joannes Vermorel
8  Other / Beginners & Help / Re: Checking balance of a wallet without exposing the wallet to transactions? on: July 19, 2011, 06:17:29 AM
Yes, indeed.
9  Other / Beginners & Help / Checking balance of a wallet without exposing the wallet to transactions? on: July 19, 2011, 06:05:50 AM
The strongest way to secure a bitcoin wallet consists of create it offline and keep it offline.

As far my understanding goes, there is no way to check the balance a wallet without retrieving the transaction history. Hence, it should be possible to retrieve all transactions on an unsecure networked machine, and then to copy the transactions to a portable drive, and then re-run the Bitcoin client on a secure strictly offline machine to assess a somewhat not-too-old balance value for wallet.

Is my understanding correct? Is there smarter ways to achieve the same result?
10  Other / Meta / Who is running bitcoin.org and bitcoin.it? on: July 18, 2011, 11:39:49 PM
The whois page http://whois.domaintools.com/bitcoin.org indicates a Finnish company and http://whois.domaintools.com/bitcoin.it a German person. Does anyone has a bit more information on those?
11  Other / Beginners & Help / Re: Organized campaign to discredit / destroy BTC? on: July 18, 2011, 01:37:36 PM
In all honesty, I think the Mt Gox attack is going to be good for BTC in the long run.

Agreed, attacks can and will happen. It's interesting to see that bitcoin is already quite resilient in this respect. The more problems are faced and addressed, the more trust there will be in the future. As far security goes, nothing worse than a seemingly unchallenged system.
12  Other / Beginners & Help / Re: What happen to an incoming transaction while your bitcoin client is offline? on: July 18, 2011, 11:34:19 AM
Thanks, this was what I was guessing.
13  Other / Beginners & Help / What happen to an incoming transaction while your bitcoin client is offline? on: July 18, 2011, 08:54:37 AM
Sorry for the naive question, but something that is still somewhat unclear in my mind is what happens to a transaction targeting my wallet (aka to one my addresses) if my bitcoin client is offline.

Well, for the duration of the offline status, it's very clear to see that nothing will happen which is just the nature of the bitcoin network; but what about the reconnection time?

I am guessing that the network provides some sort of catch-up mechanism, but I would be interested to understand better how a given wallet after of period of offline activity gets updated to its latest BTC value.

Thanks in advance,

Best regards,
Joannes Vermorel
14  Other / Beginners & Help / Re: Whitelist Requests (Want out of here?) on: July 18, 2011, 08:45:42 AM
Hello,

I am running a SaaS company (2nd picture down starting from the top), and I am considering accepting bitcoins for our service. We might need to add a few enterprise feature to the client UI though :-)

Best regards,
Joannes Vermorel
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!