Okay looking at the code and the resulting Windows Wallet -- that is one messy distro...
I was able to get 2GIVE to build as a static binary into a single .exe (on windows) and we have QR code support working...
http://2Give.Info/#downloadLooks like some interesting ideas -- fired up the Windows Wallet and it's syncing against two peers
Here's an address if someone feels like bouncing some coins around :
PWMKVcLQKtfw9uoHTMcFiGa8gEMBf36FqJ
ALSO, appears that "setgenerate true" works in the console....but will have to look at the block emit code since i'm sure if you're POS only now after some blockheight it's not doing anything, and i would be surprised if the chain accepts empty POW blocks....
in main.cpp:
if (IsProofOfWork() && nHeight > POW_CUTOFF_BLOCK)
return DoS(100, error("AcceptBlock() : No PoW block allowed anymore (height = %d)", nHeight));
{
"version" : "v0.7.7.0",
"protocolversion" : 60009,
"walletversion" : 60000,
"balance" : 0.00000000,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 5065,
"moneysupply" : 1002222.22322900,
"connections" : 2,
"proxy" : "",
"ip" : "192.169.7.69",
"difficulty" : 0.00024414,
"testnet" : false,
"keypoololdest" : 1462542616,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"errors" : "Info: Currently minting one or more stake amounts."
}

[
{
"addr" : "90.161.84.133:17222",
"services" : "00000001",
"lastsend" : 1462542742,
"lastrecv" : 1462542749,
"conntime" : 1462542628,
"version" : 60009,
"subver" : "/PreminePlus:0.7.7/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 123413,
"banscore" : 0
},
{
"addr" : "88.115.126.51:17222",
"services" : "00000001",
"lastsend" : 1462542709,
"lastrecv" : 1462542709,
"conntime" : 1462542696,
"version" : 60008,
"subver" : "/PreminePlus:0.7.6/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 123414,
"banscore" : 0
}
]
08:59:24 getgenerate
08:59:24 false
08:59:30 setgenerate true
08:59:30
08:59:34 getgenerate
08:59:34 true