Bitcoin Forum
May 11, 2024, 03:28:26 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: jsonRPCClient Empty String Problem  (Read 1058 times)
infra172 (OP)
Member
**
Offline Offline

Activity: 64
Merit: 10


View Profile
April 19, 2011, 06:13:02 PM
 #1

I'm having a problem getting the balance of the default empty string account using jsonRPCClient.php. Other commands are working fine and I can retrieve the balance of labeled accounts. But, for some reason, I can't get the balance of the "" account.

Here is what the request data looks like encoded in JSON:

{"method":"getbalance","params":["\"\""],"id":1}

Anyone else run into this problem?

1715441306
Hero Member
*
Offline Offline

Posts: 1715441306

View Profile Personal Message (Offline)

Ignore
1715441306
Reply with quote  #2

1715441306
Report to moderator
Be very wary of relying on JavaScript for security on crypto sites. The site can change the JavaScript at any time unless you take unusual precautions, and browsers are not generally known for their airtight security.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715441306
Hero Member
*
Offline Offline

Posts: 1715441306

View Profile Personal Message (Offline)

Ignore
1715441306
Reply with quote  #2

1715441306
Report to moderator
1715441306
Hero Member
*
Offline Offline

Posts: 1715441306

View Profile Personal Message (Offline)

Ignore
1715441306
Reply with quote  #2

1715441306
Report to moderator
1715441306
Hero Member
*
Offline Offline

Posts: 1715441306

View Profile Personal Message (Offline)

Ignore
1715441306
Reply with quote  #2

1715441306
Report to moderator
infra172 (OP)
Member
**
Offline Offline

Activity: 64
Merit: 10


View Profile
April 19, 2011, 06:35:12 PM
 #2

Figured it out on my own.  Maybe someone else will have the same problem.

Should be

{"method":"getbalance","params":[""],"id":1}

Don't know why I didn't think of it before.


Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!