Pages:
Author

Topic: Version 0.7.0 release candidate 1 ready for testing - page 2. (Read 9744 times)

hero member
Activity: 742
Merit: 500
Its as easy as 0, 1, 1, 2, 3
I would like to see this feature in future updates.

Import list or copy/paste list option for mass payouts, the copy paste method for each line item hurts my hands.
legendary
Activity: 1500
Merit: 1021
I advocate the Zeitgeist Movement & Venus Project.
So I can't addnode via the RPC console interface? This HAS to be a commandline option?
Unfortunately, that feature missed the cut for 0.7.

Oh well, I don't think I was able to maintain any ipv6 connections anyway. I'm behind a tunnel broker, so I don't know if that matters or not. Thanks devs for all the work and I look forward to future releases.
legendary
Activity: 2576
Merit: 1186
So I can't addnode via the RPC console interface? This HAS to be a commandline option?
Unfortunately, that feature missed the cut for 0.7.
legendary
Activity: 1500
Merit: 1021
I advocate the Zeitgeist Movement & Venus Project.
So I can't addnode via the RPC console interface? This HAS to be a commandline option?
hero member
Activity: 755
Merit: 515
Via -addnode=[2001:470:9ff2:2:a001:3cff:fea5:a49] (that is an example IP, can't say if you are able to connect now).
Example? Thats my address...
And, no, I don't believe its up anymore...
hero member
Activity: 769
Merit: 500
How can I add an ipv6 peer? And does anyone else have a peer I can connect to?

Via -addnode=[2001:470:9ff2:2:a001:3cff:fea5:a49] (that is an example IP, can't say if you are able to connect now).

Dia
legendary
Activity: 1500
Merit: 1021
I advocate the Zeitgeist Movement & Venus Project.
How can I add an ipv6 peer? And does anyone else have a peer I can connect to?
legendary
Activity: 1072
Merit: 1174
would love to test but it gives a version error with p2pool Smiley require 0.5 or higher

I believe you need the git version of p2pool.
legendary
Activity: 1937
Merit: 1001
would love to test but it gives a version error with p2pool Smiley require 0.5 or higher
hero member
Activity: 769
Merit: 500
It takes more than 15 seconds to launch it on my computer and takes about 100 Mb of RAM. Is there already someone working on the performance issues? Maybe I can help to improve these numbers, I like to profile and to optimize softwares Wink

Feel free to take a look at the source, but before I would suggest you take a quick tour on how the client is working (databases, block-files and so on), to understand the startup-time and all such stuff.

Dia
newbie
Activity: 7
Merit: 0
Hi, congrats for this new release. I'm trying it (on Windows) and it seems blocked and didn't downloaded new blocks for a while, maybe ~1 hour. Here is my log : http://www.gburri.org/bordel/bitcoin_0.7_debug_log.7z

It takes more than 15 seconds to launch it on my computer, takes about 140 Mb of RAM and a lot of CPU. Is there already someone working on the performance issues? Maybe I can help to improve these numbers, I like to profile and to optimize softwares Wink
legendary
Activity: 1264
Merit: 1008
Looks great Smiley  Congrats to Gavin and all devs!  Keep up the good work!
legendary
Activity: 1652
Merit: 2216
Chief Scientist
How do miners have to upgrade? Does this affect the single miner or also miners working in a pool?
Solo miners, miners using p2pol, and mining pool operators will eventually have to upgrade.

RE: "Is there any web service to see the current ratio of v1 / v2?"

I bet if you ask nicely blockchain.info will create a page. I expect it to take a long time (a year or more) before 95% of the hashing power has upgraded and is producing v2 blocks.

The getblock RPC call will tell you a block's version number; if you're an old bash user like me then you can do something like:
Code:
last=$(./bitcoind getblockcount);
for (( i=last-100; i <= last; i=i+1 )); do echo -n $i; ./bitcoind getblock $(./bitcoind getblockhash $i) | grep version; done
... to see the version numbers of the last 100 blocks (I see 2 of 100 right now).

legendary
Activity: 1072
Merit: 1174
The BIP links directly to the code change.  It's hard to be more explicit than that.

It doesn't explain the reason though. Blockheight-in-coinbase will guarantee that every transaction in the network is unique and has a unique hash, apart from hash collisions.

This is a more fundamental solution than the quick fix that BIP30 provided. You may want to read for some more motivation.
legendary
Activity: 1596
Merit: 1091
BIP 34 - block height in coinbase

The wiki-entry says
Quote
Backward compatibility
All older clients are compatible with this change. Users and merchants should not be impacted. Miners are strongly recommended to upgrade to version 2 blocks. Once 95% of the miners have upgraded to version 2, the remainder will be orphaned if they fail to upgrade.

How do miners have to upgrade? Does this affect the single miner or also miners working in a pool?

Also, It's not explicit what the change is for either. Somehow associated with the block reward change? I kind of hoped all the necessary groundwork would be in place from 0.1.0 (so this is a desirable but not vital alteration?)

The BIP links directly to the code change.  It's hard to be more explicit than that.

legendary
Activity: 3430
Merit: 3071
BIP 34 - block height in coinbase

The wiki-entry says
Quote
Backward compatibility
All older clients are compatible with this change. Users and merchants should not be impacted. Miners are strongly recommended to upgrade to version 2 blocks. Once 95% of the miners have upgraded to version 2, the remainder will be orphaned if they fail to upgrade.

How do miners have to upgrade? Does this affect the single miner or also miners working in a pool?

Also, It's not explicit what the change is for either. Somehow associated with the block reward change? I kind of hoped all the necessary groundwork would be in place from 0.1.0 (so this is a desirable but not vital alteration?)
newbie
Activity: 19
Merit: 0
BIP 34 - block height in coinbase

The wiki-entry says
Quote
Backward compatibility
All older clients are compatible with this change. Users and merchants should not be impacted. Miners are strongly recommended to upgrade to version 2 blocks. Once 95% of the miners have upgraded to version 2, the remainder will be orphaned if they fail to upgrade.

How do miners have to upgrade? Does this affect the single miner or also miners working in a pool?
newbie
Activity: 44
Merit: 0
Bitcoin version 0.7.0 release candidate 1 binaries are now available for download at:
  http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.7.0/test/

Please use the issue tracker at https://github.com/bitcoin/bitcoin/issues to report bugs.

Notable changes:

Security
--------
* Fixed denial-of-service attacks (disk and CPU exhaustion) related to the alert system


Core bitcoin handling and blockchain database
---------------------------------------------
* Reduced CPU usage, by eliminating some redundant hash calculations
* Cache signature verifications, to eliminate redundant signature checks
* Transactions with zero-value outputs are considered non-standard
* Mining: when creating new blocks, sort 'paid' area by fee-per-kb
* Database: better validation of on-disk stored data
* Database: minor optimizations and reliability improvements
* -loadblock=FILE will import an external block file



Where's the -walldir option? Can anyone explain why it appears so difficult to write some code to separate the wallet.dat file from the blockchain?

https://bitcointalksearch.org/topic/reviving-post-wheres-the-walldir-option-in-bitcoind-104647
newbie
Activity: 53
Merit: 0
BIP 34 - block height in coinbase

Is there any web service to see the current ratio of v1 / v2?

Not AFAIK.  If you have access to a bitcoin node, the debug.log file will show

Code:
SetBestChain: some_number of last 100 blocks above version 1


Good to know.  However it won't help as guide for people who are reluctant to update until absolutely necessary - because we won't get this message in our old clients' debug.log right?  I think only a web service can solve this dilema, or a friendly soul who has already updated and posts his debug.log information from time to time for us to see and consider.
hero member
Activity: 769
Merit: 500
Now I understand your problem, yes that small space is normal, as there is a hidden element that displays immature balance e.g. when you have mined and the amount is not yet ready for spending (has not matured). That is a new GUI feature ... try to mine some blocks on testnet to see it in action.

Dia
Ah I see. I think it would look better if there were no additional space when there's no maturing transactions. Rather, when there are maturing transactions, the extra line is added.

Me too, but the element is disabled but that extra space is still displayed... at least it's a very small glitch.
You are free to open an issue on Github so we can remember, when there is some time left to look at such minor stuff.

Dia
Pages:
Jump to: