Bitcoin Forum
June 22, 2024, 12:14:27 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: coindice RPC SERVER CONNECTION ERROR !!  (Read 919 times)
BitGunner (OP)
Member
**
Offline Offline

Activity: 205
Merit: 10


View Profile
March 04, 2015, 09:39:59 PM
 #1

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.!!!!!
RocketSingh
Legendary
*
Offline Offline

Activity: 1662
Merit: 1050


View Profile
March 04, 2015, 09:54:27 PM
 #2

Here you'll receive better answer => https://blockchain.zendesk.com/

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!