How to make 25% node share send to each harvester

Hi everyone,

I’m asking this question everywhere but still haven’t gotten clear confirmation.
I would like to setup my node in a way that 25% node share is sent to each harvester.

I first tried eliminating beneficiaryAddress from config file, but 25% node share was sent to my node main address.

I’m not sure which one is correct to add
beneficiaryAddress:
or
beneficiaryAddress:''
or
beneficiaryAddress=
or all incorrect?

I’d really appreciate if anyone who has deep understanding of this could advise me.

Best,
Universe20XX

If you have
beneficiaryAddress:
it should put empty beneficiaryAddress and it should give harvester 100%.
Please make sure you start with --upgrade and as a result in both config-harvesting.properties (for broker and server) you have empty beneficiaryAddress address

1 Like

Hello Crypto Believer,

Thank you very much for the clarification!

After updating config preset, I usually execute
symbol-bootstrap stop
symbol-bootstrap start -p mainnet -a dual -c custom.yml --upgrade -d
Would this be sufficient?

Best,
Universe20XX

Yes. Now you should in both config-harvesting.properties empty beneficiaryAddress and this should give 25% to harvester.
To be 100% you need to wait for first block :slight_smile:

1 Like

I will wait and see :slight_smile: Thank you very much!