There are two options:
- Use the reference CPU miner implemented in aeond.exe (type "start_mining
") - Use proxy stratum on top of aeond.exe: https://github.com/sammy007/monero-stratum/tree/aeon
The first option is simple and easy, but cannot benefit from massive performance improvements offered by dedicated CPU/GPU miners (e.g. XMRig, Stak-CPU/AMD/NVIDIA, ccminer). The second option is highly recommended (what I do), but I'm not sure if you can easily build aeon-stratum for Windows, because currently Aeon is made to build on Visual Studio instead of MSYS as in Monero. If you have OSX or Linux computer somewhere, you could run the pool there and let it connect to the daemon running on that same computer, or on your Windows 7 computer. Another option is to set up a Linux virtual machine on your Windows 7 computer and run the pool inside the VM which connects to your host Windows 7.