Author

Topic: Older client to newer client: `Invalid bitcoin address` (Read 2724 times)

full member
Activity: 144
Merit: 100
"sendtoaddress" expects the address first, then the amount.  "0.0001" is indeed an invalid bitcoin address.
sr. member
Activity: 437
Merit: 415
1ninja
I migrated the wallet and now have access.

I'll have to import that key somewhere and when I do I will send back the coins. I've just found the same problem again but on v3.24b; it effects $bitcoind but not the $bitcoin GUI and this is on a different box. Bit worrying to be honest in a way

Thanks for digging into this. I think you'll have to escalate this to one of the official client devs. I'm out of ideas for what your issue could be.
hero member
Activity: 900
Merit: 1000
Crypto Geek
I migrated the wallet and now have access.

I'll have to import that key somewhere and when I do I will send back the coins. I've just found the same problem again but on v3.24b; it effects $bitcoind but not the $bitcoin GUI and this is on a different box. Bit worrying to be honest in a way
hero member
Activity: 900
Merit: 1000
Crypto Geek
I just successfully sent .02 to that address from v3.19 with no issues.

I think it's a bad error message about precision, or just a scam to get a lot of people to send coins to that address. Congrats, you got me  Tongue



Hey!

Still the same here. I only get the problem on one specific machine:

Code:
user@(removed):~/bin$ ./bitcoind sendtoaddress 0.1 1PyrrD1EnHminnFPipPGyve4HiVyJPKmGy test2
error: {"code":-4,"message":"Invalid bitcoin address"}
user@:~/bin$

Thanks for the coins - can't we send much smaller coins than 0.01 for testing though?

There must be something wrong with this particular client even though I can see the balance and everything else looks fine. I will try exporting the wallet into a new wallet and try again...
sr. member
Activity: 437
Merit: 415
1ninja
I just successfully sent .02 to that address from v3.19 with no issues.

I think it's a bad error message about precision, or just a scam to get a lot of people to send coins to that address. Congrats, you got me  Tongue

Many thanks, I consider the case closed.
sr. member
Activity: 334
Merit: 250
I just successfully sent .02 to that address from v3.19 with no issues.

I think it's a bad error message about precision, or just a scam to get a lot of people to send coins to that address. Congrats, you got me  Tongue

sr. member
Activity: 437
Merit: 415
1ninja
I just tried running v0.3.19 on Windows but I couldn't get that version of Bitcoin to open.
sr. member
Activity: 437
Merit: 415
1ninja
With an address made just now:

Code:
j:~/bin$ ./bitcoind sendtoaddress 0.0001 1PyrrD1EnHminnFPipPGyve4HiVyJPKmGy
error: {"code":-4,"message":"Invalid bitcoin address"}

j:~/bin$ ./bitcoind getinfo
{
    "version" : 31900,


BlockExplorer reports that it's a valid bitcoin address:
http://blockexplorer.com/q/checkaddress/1PyrrD1EnHminnFPipPGyve4HiVyJPKmGy

I don't have an explanation for the error you are receiving. Can you try sending it 0.02 BTC ?

legendary
Activity: 2506
Merit: 1010
With an address made just now:

Code:
j:~/bin$ ./bitcoind sendtoaddress 0.0001 1PyrrD1EnHminnFPipPGyve4HiVyJPKmGy
error: {"code":-4,"message":"Invalid bitcoin address"}

j:~/bin$ ./bitcoind getinfo
{
    "version" : 31900,


Is that v0.3.19 then, and not v0.3.2x?

Maybe that is an erroneous error message?  The minimum that could be sent at one point in time was 0.01 BTC, so maybe instead of saying invalid amount it is reporting invalid address?  Not saying the problem isn't with BitAddress, just trying to eliminate other possible reasons.
hero member
Activity: 900
Merit: 1000
Crypto Geek
With an address made just now:

Code:
j:~/bin$ ./bitcoind sendtoaddress 0.0001 1PyrrD1EnHminnFPipPGyve4HiVyJPKmGy
error: {"code":-4,"message":"Invalid bitcoin address"}

j:~/bin$ ./bitcoind getinfo
{
    "version" : 31900,
sr. member
Activity: 437
Merit: 415
1ninja
from version 3.2.xxxish to any address from bitaddress.org. It sends fine from newer clients.

If you could post the bitcoin address we could verify if it's valid. Other people have successfully transferred to bitcoin addresses generated by bitaddress.org from 0.3.2x clients.
legendary
Activity: 2506
Merit: 1010
from version 3.2.xxxish to any address from bitaddress.org. It sends fine from newer clients.

Just to make sure -- are you referring to an address generated by the current version of that script (v0.5 or greater)?  There was a problem with older versions.
 - https://bitcointalksearch.org/topic/ann-bitaddressorg-safe-javascript-bitcoin-addressprivate-key-43496

Additionally, perhaps the problem has to do with the copy and paste you are attempting.
Try typing the code manually, or using a tool in the middle (e.g., paste to Notepad or a text editor and then select the text just pasted and copy it back to the clipboard) to troubleshoot this possibility.
hero member
Activity: 900
Merit: 1000
Crypto Geek
from version 3.2.xxxish to any address from bitaddress.org. It sends fine from newer clients.
legendary
Activity: 2506
Merit: 1010
I've noticed that if an older Bitcoin client tries to send to some address we get

`invalid bitcoin address`.

There is some validity checking in the client but there've not been any reports of that check in the older clients have any problem like that.  Would you provide an address with which you experience this specific problem?
hero member
Activity: 900
Merit: 1000
Crypto Geek
I've noticed that if an older Bitcoin client tries to send to some address we get

`invalid bitcoin address`. Thus we are dependent on being able to access the later release in order to send coins? Or just to send coins to newer addresses?

Jump to: