How to run monthly drawing

Step 1: Update database so your month is the most recent unused
Step 2: Run monthly_draw.js
Step 3: In output directory copy the new files to a new directory "Month 1"
Step 4: Put drawing_validation.js, entries.xlsx, seed.json,shuffled_entries.xlsx, and winning_entries.xlsx into new folder 'release'. Work here.
Step 5: Convert seed.txt to seed.json
Step 6: Save entries.xlsx as entries.csv with UTF-8 no BOM encoding, change from CRLF to LF
Step 7: Run drawing_validation.js (copy it from prior month drawing) to validate results
Step 8: Zip up release, name it  results.zip, copy to www.lucky8xrd.com/src/images./content/drawings/{MONTH1}
Step 9: Link in drawings.html. Also upload winning_entries.xlsx from moose and link it
Step 10: Update database to mark current drawing as complete
* Step 11: Redeploy website by pushing (buddy.works should deploy)
* Step 12: Restart lucky8 service so that it stops caching the date and resets

Now - Allocate bonus luck
Step 1: Confirm some values in stakes.xlsx
Step 1.1: Sum col I and J (base luck and bonus luck)
Step 1.2: Mint that much luck + 0.11 (check with moose) using mint_luck.js (FIX LINE 203 to exit clean!!! IT CANT FIND TX HASH BUT IT WORKS)
Step 2: Delete _id column in stakes.xlsx, save stakes.xlsx as a csv with UTF8 no BOM encoding and LF (not CRLF) [used to have to delete first line and do ',,' sub, not anymore]
Step 3: Put breakpoint in luck_drop.js in luckly8xrd project at line 106 to test transaction without running transaction
Step 4: Change line 23 so the transaction message is correct for the current month
Step 5: Call luck_drop.js with filename of stakes.csv
Step 6: make sure everything seems ok
Step 7: remove breakpoint and run it. Make sure you have enough xrd in the account to handle the transaction costs

TODO Distribute
TODO Unstake everything
TODO Check unstake date, add calendar entry
TODO Propose split here (to discord): https://docs.google.com/spreadsheets/d/1UPfM36qZ-0zzOIvwSmrTpJHRHjvG5OJuEZTV1v45LHI/edit#gid=558813990
