Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CHA] Chancecoin protocol, client, and coin for decentralized dice betting
by
Ziggy
on 28/04/2014, 05:28:05 UTC
I still have the same problem: wallet starts without error, btc-qt is running an up to date, but when I click on "open wallet" or "casino" nothing happens.

any suggestions?
have the same question.How to burn from CHA wallet?
I am using windows xp ,bitcoin-qt 0.9.1,chancecoin wallet 1.5
after doing this the problem solved:

check the setting of bitcoin.conf(C:\Users\(your user name)\AppData\Roaming\Bitcoin)
and chancecoin.conf(C:\Users\XXX(your user name)\AppData\Roaming\Chancecoin\chancecoin)
the "rpcuser"and"rpcpassword"of both .conf should be the same.
in my case
bitcoin.conf:
rpcuser=rpc
rpcpassword=rpcpw1234
server=1
daemon=1
txindex=1

chancecoin.conf
[Default]
bitcoind-rpc-connect=127.0.0.1
bitcoind-rpc-port=8332
bitcoind-rpc-user=rpc
bitcoind-rpc-password=rpcpw1234

hope this can help you