Bitcoin Forum
May 24, 2024, 03:04:46 PM *
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 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 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 ... 113 »
981  Bitcoin / Development & Technical Discussion / Re: Please help test:Bitcoin versions 0.4.1 and 0.5 on: November 21, 2011, 02:43:27 PM
Is version 0.5 safe enough to recover a backed up wallet from? 0.4 isn't downloading the block chain when I try to recover.
Yes.

But not being able to download the block-chain sounds like a networking issue that 0.5 is unlikely to fix.
982  Bitcoin / Development & Technical Discussion / Re: Please help test:Bitcoin versions 0.5 on: November 20, 2011, 06:04:12 PM
Release Candidate 7 binaries are available at:
  https://sourceforge.net/projects/bitcoin/upload/Bitcoin/bitcoin-0.5.0/test/

Difference between rc6 and rc7 :  rc7 does not remove BDB (Berkeley database) log/* files, because that is causing un-readable wallets on some people's machines (all the reports were from people running 64-bit version of Linux, but that might have just been coincidence-- I could never reproduce the problem in any of my test environments).

What that means:  old private keys can remain in a file on your disk even after wallet encryption, but they will eventually be removed.  Details:

BDB closes the old logfile and opens a new one when it get close to 10megabytes big.

When bitcoin shuts down cleanly, it asks BDB to remove any unused log files, and BDB will remove all but one file from database/log.*

So: if you encrypt your wallet, unencrypted private keys will be in the old part of the log file. But after running for a half a day or so, BDB will close that old log file and open a new one. Then, the next time you restart bitcoin, the old log file containing the unencrypted keys is removed.

This seems like a reasonable compromise between security and safety for now; a better wallet encryption solution for the next version of bitcoin (for example, one that doesn't require shutting down and restarting after encrypting the wallet) is a good idea, but out of scope for this release.

983  Bitcoin / Bitcoin Discussion / Re: 1VayNert throwing away BTC on: November 20, 2011, 05:18:21 PM
They're not throwing away 0.01 BTC, they just haven't redeemed them yet-- they're using valid-but-strange transactions.
984  Bitcoin / Development & Technical Discussion / Re: Please help test:Bitcoin versions 0.4.1 and 0.5 on: November 20, 2011, 12:36:37 AM
I'll see if the private key is present on the disk image at all after 0.3.24->0.4.1, 0.4->0.4.1, and ->0.5 when converting and encrypting (which requires care to not inadvertently put the key on the disk by searching -> MUI registry entries, save keys in text files, pywallet --web -> browser cache, etc).

Absolutely no guarantee is made that old, pre-rc6 private keys will not end up unencrypted somewhere on the disk.

There is no guarantee that newly generated, post-rc6 private keys will not end up on the disk, either, although the code tries to keep that from happening (locking memory so it is not swapped to disk, for example).

There should be no files containing unencrypted private keys after rc6 rewrites the wallet, though.

Thanks for helping test!
985  Bitcoin / Bitcoin Discussion / Re: Subsidies and Network Effects on: November 19, 2011, 04:52:26 PM
Does anyone here believe this? Are people who believe this also opposed to subsidies for bitcoin businesses?
Why limit it to bitcoin businesses?

Somebody should create a website where you can get a few bitcoins for free, to subsidize adoption.

You mean give a significant amount of bitcoins to the 'important' businesses?

Who decides which are 'important' ?

How do you make sure somebody isn't creating fake businesses just to get free bitcoins ?

If you want to subsidize bitcoin businesses and have answers to those questions, then I heartily encourage you to go for it!
986  Bitcoin / Development & Technical Discussion / Re: Please help test:Bitcoin versions 0.4.1 and 0.5 on: November 19, 2011, 04:16:07 PM
Just tried testing 0.5.0 on Linux64..  Here's the result:

I don't have a Linux64-with-GUI machine available to try to debug this, and I've failed to reproduce it on an Ubuntu 10.10 'maverick' server.

If you can, please test (and, if you can, help debug) on 64-bit Linux.  This is the last issue holding up the release.
987  Other / Beginners & Help / Re: Sent Bitcoins to TESTNET address on MtGOX. How to retrieve? on: November 18, 2011, 10:29:20 PM
I accidentally sent some bitcoins to a testnet address from MtGOX.

First: sounds like a bug in Mt Gox's bitcoin address validation code that they should fix.

Second: Do you own the testnet wallet with that address in it? If you do, then it is possible to transfer the public/private keypair from your testnet wallet to your main wallet and recover the coins (but you'll need to use PyWallet or one of sipa's export/import private keys bitcoin branches).

Because the coins are recoverable, you shouldn't expect Mt. Gox to refund the transaction... (otherwise everybody could create testnet versions of their main-net bitcoin addresses, withdraw, and then as Mt Gox to "refund" their "mistake")
988  Bitcoin / Legal / Re: Bitcoin and The First Amendment on: November 18, 2011, 07:05:38 PM
If I recall correctly, the courts have ruled that "commercial speech" is not as protected-- so laws that restrict (for example) cigarette ads on television are OK.

Bitcoin transactions would, I think, be very likely to be classified by the courts as non-protected speech, if they were classified as 'speech' at all.
989  Bitcoin / Bitcoin Discussion / Re: I will be interviewed about Bitcoin on more than 100 Radio stations! on: November 18, 2011, 07:01:41 PM
The hosts of Free Talk Live know quite a lot about Bitcoin-- I had lunch with them last year (there's a thread in here somewhere about that....).

RE: "don't emphasize the potential illegal uses" -- mmmm.  Last I heard, Ian was enthusiastic about the Silk Road, so I'd expect it to be part of the conversation.

And I think one of the people associated with the show (I'm being vague because I don't want to reveal something they don't want revealed) lost some bitcoins when MyBitcoin went away, so I'd expect security/trust issues to be raised, too.
990  Bitcoin / Development & Technical Discussion / Re: Please help test:Bitcoin versions 0.4.1 and 0.5 on: November 18, 2011, 06:10:28 PM
Updated to release candidate 6:
 https://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.4.1/test/
 https://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.5.0/test/

Two changes were made between rc5 and 6:
1) When you encrypt your wallet for the first time, a new keypool is created before Bitcoin-Qt/bitcoind shuts down. This prevents losing bitcoins if you backed up your newly-encrypted wallet, received coins to new addresses, and then later restored from the backup.

There is still a potential problem when you upgrade a previously-encrypted wallet:  in that case, the wallet file is rewritten on startup and will be left with an empty keypool (new keys cannot be written because in this case the code doesn't have your wallet passphrase). The release notes suggest backing up the re-encrypted wallet after generating a new address.

2) Be less aggressive about deleting the database/log.* file(s) on shutdown -- with rc6, they are only deleted if the wallet is successfully encrypted/re-encrypted (to make sure unencrypted private keys are not left in them).

Please report only show-stopper bugs in this thread-- normal bug reports or feature suggestions should go into the github issue tracker:
  https://github.com/bitcoin/bitcoin/issues

Please DO add to this thread if you've done some testing, giving what you tested (0.4.1? 0.5.0 ? win32 exe ?  zip ? linux ?), what operating system you tested on, and if you were testing a fresh install or upgrading (and if upgrading, was your wallet encrypted before?).
991  Economy / Goods / Re: WTS: Asus EeeBox Nettop Computer EB1007: 90 BTC on: November 18, 2011, 04:58:50 PM
Damn, I need one of these but was leaning to the EB1020 because of its HDMI out. This only has VGA right?
Yes, VGA out.
992  Economy / Goods / [WTS] Asus EeeBox Nettop Computer EB1007: 90 BTC on: November 18, 2011, 03:12:52 PM
I had grand plans to make this the center of a Linux-powered multimedia center... but after doing nothing with it for a couple of months I think I just won't ever have the time.


This is an Intel Atom D410 -powered little computer, with 1GB of memory and a 250GB hard disk, running a custom version of Linux (easily upgraded to the latest Ubuntu or other Linux distro by booting from a USB stick, though).

Like new in the original box with all the original parts (keyboard, mouse, stand, power cable). New at Amazon: $229

Selling for 90 BTC, I'll pay shipping to the US or Canada.
993  Other / Meta / Re: A sub-forum for btc legal dialogue? on: November 17, 2011, 05:18:16 AM
Good idea.
994  Bitcoin / Development & Technical Discussion / Re: Recent client build changes confirmation behavior? on: November 17, 2011, 05:15:23 AM
Waiting for confirmations is slowing development. I'm working on testnet for development, so I'm not worried about double spends.

You might want to set up a testnet-in-a-box environment, so you can pretty easily create blocks yourself to get transactions confirmed quickly:  https://sourceforge.net/projects/bitcoin/files/Bitcoin/testnet-in-a-box/
995  Bitcoin / Bitcoin Discussion / Re: Sent some btc into a black hole on: November 16, 2011, 11:55:43 PM
D'oh!  I was running a -testnet bitcoind....

Never mind.
996  Bitcoin / Bitcoin Discussion / Re: Sent some btc into a black hole on: November 16, 2011, 10:52:15 PM
Neither of those addresses are valid according to my bitcoind:

Code:
$ bitcoind validateaddress 1AYSPTVt8WytG12Kz9guUpXjwAMFZG9CJh
{
    "isvalid" : false
}
$ bitcoind validateaddress 1AYSPTVt8WytG12Kz9guUpXjeAMFb7AX2K
{
    "isvalid" : false
}

The checksum in addresses is 4 bytes, so there is a one-in-four-billion chance that a random typo would get you a valid address.
997  Bitcoin / Bitcoin Technical Support / Re: bitcoind & JSON-RPC PHP error handling problem on: November 16, 2011, 10:43:14 PM
bitcoind follows the JSON-RPC-over-HTTP spec for reporting errors, but it sounds like Sergio's library follows a different spec. You're not the first person to complain that bitcoind returns HTTP error codes; here's a one-line patch to change that behavior with a "-rpcerrorstatus=200" argument/option:
Code:
diff --git a/src/bitcoinrpc.cpp b/src/bitcoinrpc.cpp
index 31ef725..447b55c 100644
--- a/src/bitcoinrpc.cpp
+++ b/src/bitcoinrpc.cpp
@@ -2088,6 +2088,9 @@ void ErrorReply(std::ostream& stream, const Object& objError, const Value& id)
     if (code == -32600) nStatus = 400;
     else if (code == -32601) nStatus = 404;
     string strReply = JSONRPCReply(Value::null, objError, id);
+
+    // Allow overriding the HTTP status response:
+    nStatus = GetArg("-rpcerrorstatus", nStatus);
     stream << HTTPReply(nStatus, strReply) << std::flush;
 }

Let me know if that solves the problem and/or if it causes any other issues; if it doesn't, I'll submit it as a PULL request.
998  Bitcoin / Development & Technical Discussion / Re: Please help test:Bitcoin versions 0.4.1 and 0.5 on: November 16, 2011, 06:40:29 PM
The SHA1SUMS.asc file in the 0.5 folder only has the hashes for the 0.4.1 rc files.
Fixed, thanks for finding it.
999  Bitcoin / Development & Technical Discussion / Re: Please help test:Bitcoin versions 0.4.1 and 0.5 on: November 16, 2011, 04:48:25 PM
I have upgraded to RC5 0.5 XP SP 3.  I have encrypted the wallet. How do I know if it worked for sure?

To be absolutely sure, you need to extract your private keys and then run a tool to look for them in your wallet.dat file (or other files on your disk).

If you are able to compile a custom version of bitcoin and run python, here's how:
  https://gist.github.com/1361001

If you can't compile a custom version of bitcoin or run python code, then you'll have to trust other people to thoroughly test.
1000  Bitcoin / Development & Technical Discussion / Please help test:Bitcoin versions 0.4.1 and 0.5 on: November 16, 2011, 04:03:42 PM
I've uploaded release candidate binaries for Bitcoin versions 0.4.1 and 0.5.0 to SourceForge:
  https://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.4.1/test/
  https://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.5.0/test/

The 0.4.1 release is the old wxWidgets-based Bitcoin with a critical fix to the wallet encryption feature.
The 0.5 release is the new Qt-based Bitcoin (which also includes the wallet encryption bugfix).

Report bugs using the issue tracker at github:
  https://github.com/bitcoin/bitcoin/issues
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 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 ... 113 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!