Pages:
Author

Topic: Bitcoin version 0.3.21 (Read 17509 times)

member
Activity: 65
Merit: 10
June 05, 2011, 10:45:35 AM
#53
Thanks for the explanation!!!
hero member
Activity: 755
Merit: 515
June 05, 2011, 10:39:16 AM
#52
Hi,

I noticed a relatively high upload rate while Bitcoin (version 0.3.21-beta) is on.

Even after downloading all blocks the upload rate is mostly higher then the download. Why this? When I quit Bitcoin the up- and download goes to nearly 0 again, so it't not an other program doing this.

Its a P2P network, others will download the blockchain from you, so it is uploaded using your bandwidth.
member
Activity: 65
Merit: 10
June 05, 2011, 10:35:11 AM
#51
Hi,

I noticed a relatively high upload rate while Bitcoin (version 0.3.21-beta) is on.

Even after downloading all blocks the upload rate is mostly higher then the download. Why this? When I quit Bitcoin the up- and download goes to nearly 0 again, so it't not an other program doing this.
member
Activity: 85
Merit: 10
May 12, 2011, 04:33:24 AM
#50
Excellent work guys...

Can I make a few requests?
1) The ability to order the Address Book listings by a column.  For instance, the ability to order the list by "label" automatically, or maybe from newest to oldest.
2) The ability to hide addresses in the Address Book.

Don't know if those have been brought up before (they must have been) but those are things that I would like to see implemented.

Smiley
hero member
Activity: 755
Merit: 515
April 30, 2011, 01:00:59 PM
#49
Current branch (#crypter) compiles just fine.
Hm, I guess my repo was unclean. 
member
Activity: 98
Merit: 13
April 30, 2011, 10:37:32 AM
#48
?

AFAIK, the current wallet encryption implementation only lacks IV storage, and someone is indeed working on it Smiley
Was not aware anyone was working on it, I thought the IVs were just going to be the public key hashes.  I just assumed no one was really putting any time into it as it hadn't been updated in quite a while (and doesn't even compile for me).

Current branch (#crypter) compiles just fine.

hero member
Activity: 755
Merit: 515
April 30, 2011, 05:32:27 AM
#47
?

AFAIK, the current wallet encryption implementation only lacks IV storage, and someone is indeed working on it Smiley
Was not aware anyone was working on it, I thought the IVs were just going to be the public key hashes.  I just assumed no one was really putting any time into it as it hadn't been updated in quite a while (and doesn't even compile for me).
/Thread Hijack
hero member
Activity: 698
Merit: 500
April 30, 2011, 05:19:03 AM
#46
just upgraded through windows installer and I got a new receiving address(I think) is that normal?
member
Activity: 98
Merit: 13
April 29, 2011, 08:24:58 PM
#45
RE: wallet encryption:  I want encryption of wallet private keys (requiring you to enter your password to send coins) to be part of the next release, and I think that is a big enough feature to bump the next release version to "0.4".
This is an excellent idea.  Helping non-techies be at least as secure as internet banking is the biggest limit for adoption in my social network.
This is planned for version 0.4, however the only current implementation is very incomplete and AFAIK no one is working on it.

?

AFAIK, the current wallet encryption implementation only lacks IV storage, and someone is indeed working on it Smiley

legendary
Activity: 860
Merit: 1021
April 29, 2011, 06:52:37 PM
#44
Am I getting ignored ??
No, thank you for reporting the bug.  The problem is, I dont think anyone knows how to fix it very easily.  Currently almost all of the Bitcoin developers/contributors work on the backend and add new features.  Reworking the GUI is not anyone's specialty.  If you know anything about wxWidgets and C++, please take a look.
Oh alright, I was just confused because nobody reacted to my post.
And actually no, I don't know anything about C++ or wxWidgets, I'm more of a Java fan Wink
hero member
Activity: 588
Merit: 500
April 29, 2011, 06:09:12 PM
#43
One thing I like to mention:

There is a display issue with the German version (only German ?) when setting the font-size to 125% in Win7.


Bitcoin then looks like that:

Note the Number in the lower right corner. Afaik it is the Number of total transactions but the label isn't fully shown.

Also, when you click on ->sending (->Überweisen) you get this error message:


And when you finally get to the transfer dialog, it looks like that:

Pretty messed up. You have to resize the window to get to the "transfer" and "cancel" button.

And since the "settings window" can not be resized like all the other ones, I cannot change the transaction fee:

This sucks.

I know this only affects like <1% of the bitcoin userbase but anyways,
can this be fixed somehow ?

Looks like the window sizes are fixed in src/uiproject.fbp. I can't easily rebuild Bitcoin right now, but this is where I'd start looking.
hero member
Activity: 755
Merit: 515
April 29, 2011, 06:05:45 PM
#42
So what's the deal with the automatic rescanning? Sipa mentioned it in IRC.

I use a program that allows me to switch between wallets easily. They are stored encrypted, and when one is opened, it extracts to the data directory. I have been forcing a rescan every time I open Bitcoin because if blocks are downloaded with one wallet, the other wallets won't recognize their transactions in those blocks otherwise.

Do I no longer need to -rescan every time I open Bitcoin, saving me a few minutes each time?
That is correct, the client keeps track of how up-to-date the wallet is and should automatically scan the necessary portions of the blockchain for transactions that belong to you when started.
sr. member
Activity: 294
Merit: 250
April 29, 2011, 05:55:38 PM
#41
So what's the deal with the automatic rescanning? Sipa mentioned it in IRC.

I use a program that allows me to switch between wallets easily. They are stored encrypted, and when one is opened, it extracts to the data directory. I have been forcing a rescan every time I open Bitcoin because if blocks are downloaded with one wallet, the other wallets won't recognize their transactions in those blocks otherwise.

Do I no longer need to -rescan every time I open Bitcoin, saving me a few minutes each time?
hero member
Activity: 755
Merit: 515
April 29, 2011, 05:52:20 PM
#40
So implementing 64-bit hashing wouldn't improve hash rate? This is my major concern. I should probably be asking this to the major mining software makers instead of the stock client maker though.
No, you are right.  64-bit on the client has no bearing on its mining performance.  You should be using either a gpu miner or a rpc cpu miner, as those tend to be faster anyway. 
hero member
Activity: 755
Merit: 515
April 29, 2011, 05:50:27 PM
#39
Am I getting ignored ??
No, thank you for reporting the bug.  The problem is, I dont think anyone knows how to fix it very easily.  Currently almost all of the Bitcoin developers/contributors work on the backend and add new features.  Reworking the GUI is not anyone's specialty.  If you know anything about wxWidgets and C++, please take a look.
legendary
Activity: 1500
Merit: 1021
I advocate the Zeitgeist Movement & Venus Project.
April 29, 2011, 05:49:40 PM
#38
RE: Mac builds:  what BlueMatt said.  Despite using a Mac as my development machine, I am not a Mac developer-- I'm an old Unix developer at heart. I learned enough Windows "Win32-api" programming to create a couple of products, and I know a lot about web development, but I'm a newbie when it comes to making applications for the Mac.

RE: wallet encryption:  I want encryption of wallet private keys (requiring you to enter your password to send coins) to be part of the next release, and I think that is a big enough feature to bump the next release version to "0.4".

RE: x86-64 client:  for the Windows?  or for Linux?  32-bit should work find on 64-bit Windows, there's no real reason to do a 64-bit version.  For Linux, there should be a bitcoin in bin/64/

RE: bitcoind not forking by default any more:  yes, that is intentional, and I forgot to mention it in the release notes.  When the mac binary is done I'll update the README.  Run bitcoind -daemon (or put daemon=1 in the bitcoin.conf file) and you'll get the old behavior.



So implementing 64-bit hashing wouldn't improve hash rate? This is my major concern. I should probably be asking this to the major mining software makers instead of the stock client maker though.
legendary
Activity: 860
Merit: 1021
April 29, 2011, 05:41:55 PM
#37
One thing I like to mention:
(...)
Am I getting ignored ??
legendary
Activity: 1652
Merit: 2216
Chief Scientist
April 29, 2011, 12:57:57 PM
#36
hmm, with new version i can't send 0.01 BTC without fee
0.3.20.2 works fine

You're running into the "very low priority transactions require a fee" rule.  Priority depends on the value of the transaction (fewer bitcoins == lower priority) and how long ago you received the bitcoin(s) (older == higher priority).

That rule was in place for 0.3.20.2, but only for most miners.  Most would not include very-low-priority transaction in blocks until they were old enough to have a high priority.  The result was a big backlog of very-small transactions starting to build up.

With 0.3.21, the rules are the same for miners, for relaying transactions across the network, and for the user interface-- if your transaction is very-low-priority, it won't get relayed and the user interface will insist that you pay a fee if you really want it transmitted RIGHT NOW.

If you really really really need to send 0.01 bitcoins right now, then you'll have to pay the fee.  If you're willing to wait a while, you'll find you can send it without a fee after it is old enough and has enough priority.

All of this is to discourage people from "penny flooding" -- constantly sending pennies back and forth to themselves without a fee just because they can.

Footnote:  if you don't upgrade, you can send that 0.01 bitcoins without a fee.  But as everybody else upgrades, you'll find that it will take a long time for that transaction to get confirmed.
newbie
Activity: 79
Merit: 0
April 29, 2011, 10:36:53 AM
#35
hmm, with new version i can't send 0.01 BTC without fee
0.3.20.2 works fine
hero member
Activity: 755
Merit: 515
April 29, 2011, 05:17:54 AM
#34
RE: wallet encryption:  I want encryption of wallet private keys (requiring you to enter your password to send coins) to be part of the next release, and I think that is a big enough feature to bump the next release version to "0.4".
This is an excellent idea.  Helping non-techies be at least as secure as internet banking is the biggest limit for adoption in my social network.
This is planned for version 0.4, however the only current implementation is very incomplete and AFAIK no one is working on it.
Pages:
Jump to: