Bitcoin Forum
June 25, 2024, 07:22:41 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 [303] 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 »
6041  Other / Beginners & Help / Re: Hi, I've installed bitcoin client on Ubuntu! What now?? on: October 28, 2012, 12:54:10 PM
When I type bitcoind -deamon in the terminal I get an error:

I think you'll find the argument should be -daemon rather than -deamon (although am not certain that this is the cause of your problem).

Exception: St13runtime_error
CDB() : can't open database file wallet.dat, error 12
bitcoin in AppInit()

terminate called after throwing an instance of 'std::runtime_error'
 what():  CDB()  : can't open database file wallet.dat, error 12
Aborted (core dumped)

For further information about the DB error you'll need to check the "debug.log" file.
6042  Other / Beginners & Help / Re: Hi, I've installed bitcoin client on Ubuntu! What now?? on: October 28, 2012, 12:22:21 PM
So I installed bitcoin-qt on Ubuntu 12.10 . How do I sync my new wallet ? How do I start my wallet??

Thanks Wink

You just need to start bitcoin-qt - it will automatically create a new wallet and start downloading the block chain (note that the latter step can take a very long time depending upon your internet connection and hardware).

While you are waiting for the block chain download you might want to start trying to work out your wallet "pass phrase" as this needs to be something very long (and best to be mixed with alpha-numeric and other symbols) and something you *cannot* forget (or your wallet becomes "read only").
6043  Bitcoin / Bitcoin Discussion / Re: I Want To Show You Something Wonderful on: October 28, 2012, 10:34:26 AM
Having "Walletbit" on the checkout button does not benefit the customer because most people who are able/willing to pay with Bitcoin do not use Walletbit today.

But if they did, they would see that you do not need a WalletBit account to pay a merchant though WalletBit, that's the beauty of it. Simply click on "Don't have a WalletBit account?" and a QR code will be presented for you to scan. Bitcoin is to WalletBit what WalletBit is to bitcoin in my mind.

I changed the buttons to say Bitcoin, in fact I think it looks pretty good.

Actually this was what originally confused me (I had no idea that I could pay *without* having a Walletbit account) so am glad you have changed that and made it more obvious that you can pay with a normal wallet (not wanting to hurt your business but we are all in the Bitcoin business after all).
6044  Bitcoin / Bitcoin Discussion / Re: Blockchain.info acount hacked while using yubikey.... on: October 28, 2012, 10:26:52 AM
I love Linux as much as the next geek, but I've been using Windows as my main OS for 10+ years (mostly due to some very specialized apps that only exist for Windows) and have never had an infection despite downloading tons of software, thanks to the above measures. I think many other knowledgeable Windows users can confirm this.

I can confirm this (the only issue I've had in the last 10+ years was plugging in a friend's USB flash drive to find it was infected which luckily my AV software detected before anything bad actually happened).

That being said it is certainly not as easy to protect a Windows install vs. a Linux one.
6045  Bitcoin / Development & Technical Discussion / Re: SHA-256 broken, collisions found... Bitcoin then? on: October 28, 2012, 03:46:46 AM
Double-hashing doesn't help at all:  If HASH(t1) == HASH(t2)  then HASH(HASH(t1)) == HASH(HASH(t2))

Assuming the collision of HASH(t1) and HASH(t2) is performed with MD5 and

[t1 - in hex]
d131dd02c5e6eec4693d9a0698aff95c2fcab58712467eab4004583eb8fb7f89
55ad340609f4b30283e488832571415a085125e8f7cdc99fd91dbdf280373c5b
d8823e3156348f5bae6dacd436c919c6dd53e2b487da03fd02396306d248cda0
e99f33420f577ee8ce54b67080a80d1ec69821bcb6a8839396f9652b6ff72a70

[t2 - in hex]
d131dd02c5e6eec4693d9a0698aff95c2fcab50712467eab4004583eb8fb7f89
55ad340609f4b30283e4888325f1415a085125e8f7cdc99fd91dbd7280373c5b
d8823e3156348f5bae6dacd436c919c6dd53e23487da03fd02396306d248cda0
e99f33420f577ee8ce54b67080280d1ec69821bcb6a8839396f965ab6ff72a70

then the collision hash is: 8bcec679bc54a3634116e859d16c32d4

but if instead of HASH(HASH(t1)) we do HASH(HASH(t1)+t1) (where the + means append) then we get:

HASH(HASH(t1)+t1) = 3d4d97fb6f2b9638a4b881e7db1aefaf and
HASH(HASH(t2)+t2) = 78849bd73dda9f9c1a946d06766d08f2

So maybe one possibility down the track would be to change the double hashing technique?
6046  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin address generator/miner [v0.22] on: October 23, 2012, 02:42:29 AM
I can generate 1Love but I can not generate 1love. I guess that "l" (small L) is forbidden character. Why?

From the source:

Code:
//
// Why base-58 instead of standard base-64 encoding?
// - Don't want 0OIl characters that look the same in some fonts and
//      could be used to create visually identical looking account numbers.
// - A string with non-alphanumeric characters is not as easily accepted as an account number.
// - E-mail usually won't line-break if there's no punctuation to break at.
// - Doubleclicking selects the whole number as one word if it's all alphanumeric.
//
6047  Bitcoin / Bitcoin Discussion / Re: Point of Sale - WalletBit on: October 19, 2012, 07:40:32 AM
I have sent you a PM

Thanks for that.
6048  Bitcoin / Bitcoin Discussion / Re: Point of Sale - WalletBit on: October 19, 2012, 07:16:13 AM
Well best of luck with this model - I'll even gift you the extra amount I sent in order to be able to send the amount that I had wanted to send in the first place (I can look after my own bitcoins so won't be using this service again).

Smiley
6049  Bitcoin / Bitcoin Discussion / Re: Point of Sale - WalletBit on: October 18, 2012, 04:04:28 PM
I used Walletbit in order to purchase a VPS and was very unimpressed by the following:

1) I deposit the "exact" btc amount for my bill but you guys took a "fee" from it (you really think you can charge buyers?).

2) What is the point of the silly password type thingy (why not just paste in a btc address?).

I will not be using this website again and could not recommend it to any buyer at all sorry.
6050  Bitcoin / Development & Technical Discussion / Re: Proposal: merchant specified transaction fee in Bitcoin URI on: October 18, 2012, 03:54:21 PM
Why can't the merchant take this responsibility to himself, if he thinks it will make it's clients lives easier?

I think that this is indeed something necessary - in playing with Walletbit in order to purchase a VPS I was hit with a "hidden" fee that meant that the exact amount I'd sent for the payment was (upon arrival at their website) no longer enough (with no warning at all) requiring me to then muck around sending another tx just to cover their "hidden" fee.

This kind of experience will turn 99.99% of the "general public" off ever using Bitcoin at all (regardless of the "real cost").

The fees are minimal - so the seller should pay them!
6051  Economy / Services / Re: [Free Web Hosting] 3 Months of Shared Hosting Free With Any Domain Name on: October 18, 2012, 02:23:21 PM
I didn't notice the option to pay without Walletbit (perhaps some minor UI change might make this more obvious) - but thanks for letting me know that this is possible (I am assuming I can pay directly when my next bill is due then).

Sorry - 2pm - in which timezone (I am in China and it's 10:25pm here now)?
6052  Economy / Services / Re: [Free Web Hosting] 3 Months of Shared Hosting Free With Any Domain Name on: October 18, 2012, 01:25:43 PM
Okay - finally got the payment through but now according to the Due Invoices list it is still unpaid - is this something that will fix itself up soon?

[edit] that did fix itself up - just waiting for the actual service to come online now...
6053  Economy / Services / Re: [Free Web Hosting] 3 Months of Shared Hosting Free With Any Domain Name on: October 18, 2012, 12:40:46 PM
And it gets worse. Sad

I have the 1.27 BTC required but when I put in the Secure Card code (another annoying part of Walletbit which I am now beginning to really dislike) I get the following:

Amount is larger than your available balance

(according to Walletbit my balance for the payment address is: 1.27570450)

So what is this - another fee I have to pay Walletbit in order to pay you guys - or do I have to wait for x confirmations first (I am hoping the latter)?

(if it is the former rather than the latter then how about you just send me a btc address and I send you the btc directly minus the fees from Walletbit that you guys have just cost me)
6054  Economy / Services / Re: [Free Web Hosting] 3 Months of Shared Hosting Free With Any Domain Name on: October 18, 2012, 12:35:51 PM
Am trying this out now but was a little miffed to find that because you are using Walletbit I have to pay some sort of fee to them (it is quite a minimal fee but is not a nice experience to have a payment processor charge the buyer rather than the seller). Sad
6055  Bitcoin / Development & Technical Discussion / Re: [Idea] Vanitygen with GPG to create private keys safely on: October 18, 2012, 07:35:04 AM
altough note dont think its rock solid Wink

I think it can be made rock solid but only if the computer you run it on is never again connected to the internet (or any network or other computer just in case it was in any way compromised).

Another poster mentioned about creating QR codes which would make it convenient to transfer the encrypted private keys with an "air gap" (so there is no need to even use a USB to transfer the encrypted private keys for backup purposes).
6056  Bitcoin / Development & Technical Discussion / Re: [Idea] Vanitygen with GPG to create private keys safely on: October 18, 2012, 06:32:02 AM
Anyway for anyone that is interested I've whipped up a little utility and a couple of scripts to accomplish this (for Windows).
why not making a fifo (mkfifo) and then point vanitygen to that file? cat the fifo per pipe into gpg and there u go, basic linux stuff Tongue

Perhaps you missed that. Smiley
6057  Bitcoin / Development & Technical Discussion / Re: Vanitygen & GPG for secure private keys ** 2+ factor auth ** (software provided) on: October 18, 2012, 03:09:53 AM
I really like the QR code idea a lot - am not sure if most GPG public keys are small enough to fit into a QR code but if so then I think that the combination of vanitygen and GPG could provide an extremely secure (and indeed "air gapped") method to generate wallet addresses.
6058  Bitcoin / Development & Technical Discussion / Re: Vanitygen & GPG for secure private keys ** 2+ factor auth ** (software provided) on: October 17, 2012, 02:25:33 AM
Thanks for the neat bash script (I figured the program I whipped up shouldn't be needed for Linux but having worked for so many years under a standard Windows environment I have become accustomed to writing small programs to do such things).

I assume to do the 2-factor implementation you would assign a variable to the output of the first gpg call and then feed the password plus this into the second call?
6059  Bitcoin / Development & Technical Discussion / Re: Few suggestions regarding Satoshi client on: October 17, 2012, 02:14:09 AM
4. Wallet encryption should be mandatory.

Why leave increased safety of wallet to user decision? It's written somewhere that wallet should be encrypted before any transaction
takes place, so why not simply ask for passphrase before blocks download even starts? Or even better, why not encrypt wallet upon
1st ever client start without even asking user about it? Just use some easy to remember passphrase like "wallet" and inform user (s)he
should change it afterwards, when client finishes with update. Than on exit check if (s)he did so or not = if not, warn him or her.

Using a standard encryption phrase is absolutely no better than using none (just as you can very easily log in to non-secured routers by using "standard" passwords like "admin" or "master").

The problem with the pass phrase is that it needs to have enough entropy to be useful (so something easily remembered will be of little use) but if it is forgotten then the user loses all their bitcoin.

As a user will start with zero bitcoins (and then perhaps get some very small amounts from faucets or the like) there is really no need to pressure the user into trying to come up with a strong pass phrase (which they might easily forget later). It is something they can perhaps work on over a period of weeks before deciding to encrypt their wallet (my pass phrase is over 40 characters and includes numbers and special characters but it was not something I could have supplied "on the spot" and still be able to remember months or especially years later).
6060  Bitcoin / Development & Technical Discussion / Re: Few suggestions regarding Satoshi client on: October 16, 2012, 12:07:38 PM
It seems so. I've tried to change datadir via configuration file, as suggested by many and listed on wiki page, but it does not work.

Although maybe not perfectly clear (due to the need to scroll down a bit) I think the Wiki page does specifically points out that "datadir" (and one other option) are "program argument only" options whereas others can be set in "bitcoin.conf" but then "overridden" by "program argument".
Pages: « 1 ... 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 [303] 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!