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

Closed
amzamrutha opened this Issue Jun 18, 2016 · 1 comment

Comments

Projects
None yet
2 participants

amzamrutha commented Jun 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); ?>`

Contributor

Cobra-Bitcoin commented Jun 23, 2016

You're asking in the wrong place, this repository is for bitcoin.org issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment