Farming BPX on Debian / Ubuntu
1. To start farming you need a working and synchronized full node. If you don't already have it, follow all the steps of this tutorial first.
2. Login as root. Switch to BPX services user
su - bpxv3
3. Use this command to set farming rewards target address. Replace 0xAAAA... with your correct wallet address.
bpx rpc beacon set_coinbase '{"coinbase": "0xAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"}'
4. Import key that was used to create your plots. Execute the following command and type 12 or 24 secret words. Press Enter. Add optional label for this key or just press Enter second time.
bpx keys add
5. Delete the default null address and paste there your BPX wallet address, e.g. Metamask. You will be receiving all farming rewards to this address. Click Save.
6. Go to the Plots tab. Expand the ADD KEY menu and select Import Existing.
7. Enter the mnemonics that were used to create your plots and click Next.
9. Use the Add Plot Directory button to add each folder where you have plots. When all directories are added, click Close.
10. Farming will start immediately after adding the first plots directory. You can check whether plots pass through the filter in the Farming tab. Sometimes it may be necessary to restart the BPX Beacon Client GUI for farming to start.