Bitcoin Forum
July 23, 2024, 08:15:30 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Development & Technical Discussion / Re: blocks minus 1 on: August 17, 2010, 11:06:10 PM
Latest block: 74740
So instead of

0 connections    0 blocks     0 transactions

it would be

0 connections    Latest block: 0     0 transactions

That just doesn't look right.

I think the way Satoshi explained it makes the most sense: the genesis block may be technically a block but inside the chain it's nothing more than a reference point.
It's like the zero for numbers. The zero of course is a number itself but when counting something it's just a reference point. Well, at least humans count like that Tongue
2  Bitcoin / Development & Technical Discussion / Re: blocks minus 1 on: August 16, 2010, 04:34:24 PM
+1

Offtopic: Does this forum have some kind of upvote plugin or something?
3  Bitcoin / Development & Technical Discussion / Re: Portable Bitcoin Client on: August 16, 2010, 02:17:26 PM
You can specify the data directory using scripts (AFAIK you can't use a shortcut on Windows because it requires an absolute path to the .exe).

Shell script for Linux (make executable with "chmod a+x scriptname"):
Code:
#!/bin/sh
bitcoin -datadir=./data

Batch script for Windows (save as *.bat or *.cmd):
Code:
bitcoin -datadir=.\data

If you know how to do it, you can also apply gavinandresen's port/rpcport patch or wait for it to be included in the official client (may take a while).
4  Bitcoin / Development & Technical Discussion / Re: Version 0.3.9 rc1, please test on: August 16, 2010, 01:57:39 PM
That's a great changelog. I sent you ฿2 for your trouble. Smiley
Thanks! Maybe I should continue posting a changelog for every release Grin

the hashes/sec patch was from lachesis, and the extended-help might have been based on my idea, but the code was somewhat different.
Edited.
5  Bitcoin / Development & Technical Discussion / Re: Version 0.3.9 rc1, please test on: August 15, 2010, 02:11:20 PM
What's new? Do we have an official changelog yet?
Unfortunately we don't have an official changelog yet (except for the SVN revision descriptions).

Here is my unofficial changelog:
  • fix: makefile.osx
  • change: enable SSE2 in 64 bit builds
  • change: connection rules
    - always make 8 outbound connections
    - only one connection per a.b.*.* range
  • add: switch "-maxconnections=#" (discussed here)
  • change: JSON-RPC API prints floats with 8 decimal places
  • change: "bitcoind help <command>" instead of "bitcoind <command> -?" (based on a patch by jgarzik)
  • add: JSON-RPC "gethashespersec" (based on a patch by lachesis)
  • add: "version" and "hashespersec" fields in JSON-RPC "getinfo"
  • fix: "-datadir=<path>" with relative path (bug described here)
  • change: autostart disabled by default except on Windows (requested here)
  • fix: occasional "vector iterator not dereferencable" assertion when compiled with msvc
  • fix: readlink compile warning on Linux build
  • fix: BSD detection (bug described here)
  • add: "-paytxfee=#" switch (explained here)

Please tell me if you know of any other forum threads discussing the bugs/changes so I can add them to the list.
6  Bitcoin / Development & Technical Discussion / Re: Connection limits on: August 09, 2010, 09:32:31 PM
Wouldn't it make sense to enable connections to multiple a.b.?.? peers that are in the same subnet? That could add some speed.

EDIT:
What I meant was that disabling the connection limit to nearby nodes could help keeping the network latency low.
7  Bitcoin / Development & Technical Discussion / Re: Bugzilla & other bug tracking systems for Bitcoins on: August 08, 2010, 06:09:53 PM
I agree. We also need an easier-to-use changelog than the commit log. I like the way the µTorrent team does it: http://forum.utorrent.com/viewtopic.php?id=78100
8  Bitcoin / Development & Technical Discussion / Re: Some Statistics on: August 08, 2010, 06:05:44 PM
Looks great Grin

EDIT:
And it's getting better every day.
9  Bitcoin / Development & Technical Discussion / Re: Super node on: August 07, 2010, 09:55:22 PM
"Supernodes" with lots of connections would be useful in scenarios where a buyer gives the seller control over some money and the seller needs to quickly send the transaction to a lot of nodes to make it sure the buyer has a very dim chance to double-spend the money before a block containing it is generated.
10  Bitcoin / Development & Technical Discussion / Re: Escrow on: August 07, 2010, 09:23:28 PM
Cryptography at its finest Cool

Could you explain how this would work on a technical basis?
11  Bitcoin / Bitcoin Technical Support / Re: Having problems specifing -datadir on: August 05, 2010, 07:07:36 AM
+1 for quick bug fix. I'd like to be able to do that, too.
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!