- Joined
- Dec 23, 2022
- Messages
- 678
- Reaction score
- 0
Here are 2 things you need to do with your wallet to get the best Staking Rewards:
You start with: Settings > Debug > Console
1) Set the wallet stake split threshold to 10000 (at the moment seems to perform the best)
What it does:
When you hit a block, your stake balance splits into two chunks. And it keeps splitting further every time you hit a block. End result, your entire balance is split into small chunks, which may possibly stop you from hitting any blocks in the future. Such small chunks will generally cross the maturity age of 30 days post which will stop gaining any weight reducing your chances to hit a block.
So using this feature, you can prevent splitting of your chunks below X amount thereby making sure your staking time is not wasted & you earn onions for the time spent.
command:
2) Set the autocombine rewards to 10000
What it does:
Periodically the wallet will look for 'dust' in your addresses, and combine them up to the pre-set number of coins set in the configuration setting.
command:
screenshot:
You start with: Settings > Debug > Console
1) Set the wallet stake split threshold to 10000 (at the moment seems to perform the best)
What it does:
When you hit a block, your stake balance splits into two chunks. And it keeps splitting further every time you hit a block. End result, your entire balance is split into small chunks, which may possibly stop you from hitting any blocks in the future. Such small chunks will generally cross the maturity age of 30 days post which will stop gaining any weight reducing your chances to hit a block.
So using this feature, you can prevent splitting of your chunks below X amount thereby making sure your staking time is not wasted & you earn onions for the time spent.
command:
Code:
setstakesplitthreshold 10000
2) Set the autocombine rewards to 10000
What it does:
Periodically the wallet will look for 'dust' in your addresses, and combine them up to the pre-set number of coins set in the configuration setting.
command:
Code:
setautocombinethreshold true 10000
screenshot: