I'm running on Ubuntu 12.04.3 LTS, latest patches installed. BTC config file example with jumbled user and password:
rpcuser=blahblah
rpcpassword=P9xOA2ewIjgJaoA7RyWK6RJ8D6fnh8A5AEZvAheGLDbO
rpcallowip=localhost
rpcport=9170
port=9171
daemon=1
server=1
listen=1
noirc=0
maxconnections=30
I've copied 1000 lines from the debug log to
http://tompool.org:81/btclog.out - the transaction takes place around line 420. This is the transaction from the wallet:
{
"account" : "Main",
"address" : "1EEERRbx4v6TNxgHJNthgroKBQLhehgdRt",
"category" : "send",
"amount" : -0.52100000,
"fee" : -0.00010000,
"confirmations" : 38,
"blockhash" : "000000000000000051d2e759c63a26e247f185ecb7926ed7a6624bc31c2a717b",
"blockindex" : 156,
"blocktime" : 1392660808,
"txid" : "b64fc823455f24566a2de3827caf1f1080bf0e5d72ffa49ea19cf5e6dd289927",
"time" : 1392660930,
"timereceived" : 1392660930
}
The pool runs MPOS behind the scenes but the front end is a custom site, however this BTC wallet has no link between MPOS or the website, its basically a holding place for daily BTC payouts from TomCoin. I use sendtoaddress not sendfrom so I know the transaction wasn't done by any of the software I've written for the pool.
The wallets use the same rpcpassword.