NP_COOKIE for nodepay app - engageub/InternetIncome GitHub Wiki
- Login to Nodepay.
- Open Developer Tools and click on console.
- Copy and paste the command
localStorage.getItem('np_token');
in the console and press Enter to get the token. (The big array of random numbers and letters). Token lifetime is 7 days.
- Use this value as NP_COOKIE in
properties.conf
file.