Setup and mining Raycoin! Is there a GUI wallet client or how can check the total of coins mined? Thanks!
Hey thanks. Every block you mine shows up in your raytraces.log, so an easy way to see the number mined is by starting RaycoinViewer and looking at how many entries there are in your log.
It takes 100 blocks for your mined coins to show up in your balance, but the client is a carbon copy of bitcoin (so that I can merge in bitcoin updates) so you can get your balance with:
./raycoin-cli getbalanceYou can see all of your immature coins with:
./raycoin-cli listtransactionsYou can see all commands with:
./raycoin-cli helpThere is no GUI yet, but I was thinking of porting Electrum.