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.!!!!!