Bitcoin Forum

Economy => Service Discussion => Topic started by: BitGunner on March 04, 2015, 09:39:59 PM



Title: coindice RPC SERVER CONNECTION ERROR !!
Post by: BitGunner on March 04, 2015, 09:39:59 PM
Hello guys,its my first post in this forum. hopee i will get help from you guys.hmm so this is my problem.... i did setup of coindice and blockchain's rpc server many times. but after changing blockchain's wallet api setting from( https://blockchain.info/api/blockchain_wallet_api ) [ december 1 2014 ] i'm having problem in making a connetion to rpc server from coindice.
i've done everything correctly
> created a wallet via wallet api
> enabled wallet api access
> whitelisted all ip address
but stilll im getting problem in connection.

thiis is the script : https://github.com/colinkelly/coinDice

 --------------

i think i've to change something in /install/driver_test_call.php and driver_test.php

Code of Driver_test_call.php          **

<?php

include 'driver_test.php';
$test=new jsonRPCClient('http://'.$_GET['w_user'].':'.$_GET['w_pass'].'@'.$_GET['w_host'].':'.$_GET['w_port'].'/');
@$test_call=$test->getbalance();

echo json_encode(array('result'=>$test_call));

?>

                                                **
 Thank you.!!!!!


Title: Re: coindice RPC SERVER CONNECTION ERROR !!
Post by: RocketSingh on March 04, 2015, 09:54:27 PM
Here you'll receive better answer => https://blockchain.zendesk.com/