Thank you guys for providing PoW mining guide, it helped me to mine for the first time, but i don't see anywhere a guide how to mine PoS? How to vote, buy stake tickets etc. Since we are in testnet i would like to learn PoS mining, is it the same as PoW where you set up deamon, wallet and miner? A simple guide would be very helpful.
Here there are a lot of information : https://forum.decred.org/threads/understanding-of-proof-of-stake.180/ https://wiki.decred.org/Introduction#Hybrid_Proof-of-Work_Proof-of-Stake this is the command list if you want to pos (and pow)with your wallet, if you want only pos just remove the cgminer part:
Can i use all the commands in the second cmd i opened? (1 window for deamon and 1 window for other commands), or do i have to open a new cmd for each new command? Also i dont get this: NOTE currently --terminal does not work on Windows. Instead you have to use dcrctl to run each command you need seperately. i dont know whats dcrctl.
Yes, you can do all of the dcrctl commands in the same window. It means that instead of doing dcrctl --testnet --wallet -u xxxx -P xxxx --terminal > walletpassphrase your_wallet_password 0 You do: dcrctl --testnet --wallet -u xxxx -P xxxx walletpassphrase your_wallet_password 0