Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
listaccounts is not working #1313
Comments
|
You're asking in the wrong place, this repository is for bitcoin.org issues. |
Cobra-Bitcoin
closed this
Jun 23, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
amzamrutha commentedJun 18, 2016
•
edited
Source File: _includes/devdoc/bitcoin-core/rpcs/rpcs/listaccounts.md
listaccounts not returning any reponse.Page stucks there.
`<?php
require_once 'jsonRPCClient.php';
$confirmation=6;
$bitcoin = new jsonRPCClient('http://user:password@127.0.0.1:port/');
$bitcoin->listaccounts($confirmation); ?>`