Skip to main content

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"}'

VirtualBox_Debian_11_06_2023_14_39_08.png

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

VirtualBox_Debian_11_06_2023_14_34_30.png

5. Use the following command to add each folder where you have plots. Replace /mnt/hdd1 with your path.

bpx plots add -d /mnt/hdd1

VirtualBox_Debian_11_06_2023_14_44_00.png