I heard regular people can't mine anymore... is it possibe to mine any significant amount of coins? What equiment does it take to get started?
I'm new to crypto, but mining seems to be way less risky than trading. But I'm no programmer... what do I need to do to get started?
check out
aquachain, a new coin, you can mine to a pool with a laptop or better.
of course, machines with better CPU will get more coin than others. but if you have one or a few computers you can dedicate to mining 24/7 you can start by just trying to coordinate them all to mine to the same pool
as far as mining AQUA (process is similar for all coins):
step 1: download (or
compile) the
aquaminer and
aquachain programs from
https://github.com/aquanetwork/aquachain/releasesstep 2: unzip, and, if you want, rename the executable to 'aquaminer' (or 'aquaminer.exe' on windows) and 'aquachain'
step 3: create an aquachain wallet with the 'aquachain.exe' command ('aquachain.exe account new' or inside the AQUA console: 'personal.newAccount()')
step 4: open a console window (windows 'cmd'). start the miner with chosen pool like so (make sure to change the address which is zeros here:
aquaminer.exe -r 1s -F http://pool.aquachain-foundation.org:8888/0x000000000000000000000000000000000000000/worker1
or
aquaminer.exe -r 1s -F http://aqua.signal2noi.se:19998/0x000000000000000000000000000000000000000/worker1
step 5: automate this by creating a shortcut or script to make it easy to launch your miners.
Output should look like this (i5 6600k skylake):
You can replace 'worker1' with any short string to keep track of particular workers. some ideas are the cpu or server type.
Its good to check the pool's 'miners' page and click your address to see each of your worker's stats, in case maintenance is required.
about aquachain: 1 coin reward per 4 minute block, with scheduled hard forks and eth compatible smart contracts. began march 3rd this year.
have fun and keep mining!