I have created the script file for Windows for those who want to help with stacking.
It's small and very simple js-file for creating a transaction at a specified interval.
I tested this file on Windows 7 x64.
Instruction:
1. Run the wallet with proper .conf file.
2. Create file "coin_sender.js" and copy content from
pastebin.
3. Change: iterations, user, password, url, fromAccount, toAddress, amount, interval if you need (in ms).
4. Run the script.
5. If you want to stop the script run the Task Manager and kill wscript.exe.
You can see results in the log file "coin_sender.log".
Over the past 3 days I created 3928 transactions and more than 1000 POS-blocks.
Edit: Here is one of my log file.
http://www.short.cc/debug.logIt is out of sync and never sync again. I would just delete and reinstall everything but this could help the dev. I do see many ERROR: Proxy error: host unreachable.
Probably this the case but I did changed dns to 8.8.8.8 with no help.
What is your block height and hash?
Difficulty is low again and anybody can generate too much blocks per minute (for example: 15103 - 15106 in 3 sec).
Maybe your out of sync related to this problem.
Edit2: I know the dev working on the problem now.
And I due to the large number of transactions can now constantly generate blocks, hope it can help the network.
Edit3: I have changed the script (added fromAccount) for those who use same wallet for sending and receiving transaction.