You can get the miner from the top of the tread. You need the roulettecoin-qt.exe running locally on a computer.
for windows create file in %AppData%\Roaming\Roulettecoin\roulettecoin.conf
with the following content
rpcuser=ANY
rpcpassword=any
rpcport=8668
rpcallowip=*
daemon=1
server=1
listen=1
gen=0
To mine with the custom miner running on same computer as wallet.
minerd.exe -o 127.0.0.1:8668 -u ANY -p any -t 6
use the -t to set your thread count.
if it works you'll see
2014-05-03 00:23:10] thread 2: 103429 hashes, 19.86 khash/s
2014-05-03 00:23:10] thread 0: 105562 hashes, 19.99 khash/s
2014-05-03 00:23:10] thread 1: 115700 hashes, 20.08 khash/s
2014-05-03 00:23:14] thread 3: 100152 hashes, 20.05 khash/s
2014-05-03 00:23:14] thread 2: 99293 hashes, 20.39 khash/s
2014-05-03 00:23:14] thread 0: 99940 hashes, 20.40 khash/s