I hope you or someone find a solution before you start the work on a windows version.
I don't think you could run it as a micro was windows though
It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
INSERT INTO btc_balance (balance_user_id, balance, block_id, shares, pps, ppsamount)
SELECT u.user_id, sum(wh.shares)/lShares * lBlockAmount as balance, lBlock_id, sum(wh.shares) as shares, 0 as pps, 0 as ppsamount
FROM user u, pool_worker pw, workerhistory wh
WHERE u.user_id = pw.user_id AND pw.pool_worker_id = wh.worker_id AND
wh.block_id = lBlock_id and wh.chain_id = aBlockChain AND pw.pps = 0
GROUP BY u.user_id;
INSERT INTO btc_balance (balance_user_id, balance, block_id, shares, pps, ppsamount)
SELECT u.user_id, sum(wh.shares) * lPPSAmount as balance, lBlock_id, sum(wh.shares) as shares, 1 as pps, lPPSAmount as ppsamount
FROM user u, pool_worker pw, workerhistory wh
WHERE u.user_id = pw.user_id AND pw.pool_worker_id = wh.worker_id AND
wh.block_id = lBlock_id and wh.chain_id = aBlockChain AND pw.pps = 1
GROUP BY u.user_id;
UPDATE btc_block SET block_disable = 1 WHERE block_id = lBlock_id;
INSERT INTO nmc_balance (balance_user_id, balance, block_id, shares, pps, ppsamount)
SELECT u.user_id, sum(wh.shares)/lShares * lBlockAmount as balance, lBlock_id, sum(wh.shares) as shares, 0 as pps, 0 as ppsamount
FROM user u, pool_worker pw, workerhistory wh
WHERE u.user_id = pw.user_id AND pw.pool_worker_id = wh.worker_id AND
wh.block_id = lBlock_id and wh.chain_id = aBlockChain AND pw.pps = 0
GROUP BY u.user_id;
INSERT INTO nmc_balance (balance_user_id, balance, block_id, shares, pps, ppsamount)
SELECT u.user_id, sum(wh.shares) * lPPSAmount as balance, lBlock_id, sum(wh.shares) as shares, 1 as pps, lPPSAmount as ppsamount
FROM user u, pool_worker pw, workerhistory wh
WHERE u.user_id = pw.user_id AND pw.pool_worker_id = wh.worker_id AND
wh.block_id = lBlock_id and wh.chain_id = aBlockChain AND pw.pps = 1
GROUP BY u.user_id;
UPDATE nmc_block SET block_disable = 1 WHERE block_id = lBlock_id;
Date Shares Confirmations Duration
2012-01-08 03:19:37 4,681,836 224 282:45:46 hours
Date Shares BTC Amount
2012-01-08 03:38:17 678422 27.29469295