How to Stack More?

Everything is correct. I would add that the daily rewards can come for posting and commenting OR for zapping. How SN chooses is random as we can see in the source of all truth.
const sum = Number(sumDecimal) const heads = Math.random() < 0.5 // if this category is selected, double its proportion // if it isn't select, zero its proportion const itemRewardMult = heads ? 0 : 2.0 const upvoteRewardMult = heads ? 2.0 : 0

a suggestion for SN (funny)

// untested code { item.ncomments < 3 ? 'early comments get more zaps' : item.ncomments < 6 ? 'comments are heating up, don't stay out in cold' : item.ncomments < 9 ? 'comments are hot, don't burn yourself' : item.ncomments < 12 ? 'it's likely that someone has already thought the same as you, consider reading the comments before writing your own' : item.ncomments < 15 ? 'list of comments is already long, add one more' : 'fractions of a penny for your thoughts?') }
yes! extract from my stacking guide:)
There are two types of reward days being randomized, and the rewards are available only if you happen to be the 33% of comments/posts or the top 33% of upvoters.
reply
well done ... of course the guide will be more complete
reply
yes, need to create an opportunity to test things!
and the first thing I've learned is how to verify LN payment:)
reply