After your wallet is set up you can also mine solo or in a pool using the following remote full nodes. Your wallet does not have to be running. Copy the commands below to notepad and replace the wallet address with your own mining address. You must run these commands in your C:\Dero folder. You could create a batch or makefile to store these commands.
Windows Pool Mining:
dero-miner-windows-amd64 --wallet-address dero1qyjjzp5arsu4s63kvcxpxuxhghxetcmngvu0qsyyzmqlr7dc3mcw7qg0t6kfe --mining-threads 6 --daemon-rpc-address community-pools.mysrv.cloud:10300
Windows Solo Mining:
dero-miner-windows-amd64 --wallet-address dero1qyjjzp5arsu4s63kvcxpxuxhghxetcmngvu0qsyyzmqlr7dc3mcw7qg0t6kfe --mining-threads 6 --daemon-rpc-address dero.cryptopapa.com:25000
Linux Pool Mining:
./dero-miner-linux-amd64 --wallet-address dero1qyjjzp5arsu4s63kvcxpxuxhghxetcmngvu0qsyyzmqlr7dc3mcw7qg0t6kfe --mining-threads 6 --daemon-rpc-address community-pools.mysrv.cloud:10300
Linux Solo Mining:
./dero-miner-linux-amd64 --wallet-address dero1qyjjzp5arsu4s63kvcxpxuxhghxetcmngvu0qsyyzmqlr7dc3mcw7qg0t6kfe --mining-threads 6 --daemon-rpc-address dero.cryptopapa.com:25000