1
MemoryCoin / Re: [ANN] MMC-Square.com
« on: April 04, 2014, 03:26:28 pm »
Do you still in control of the old site ? Or someone just create a mockup to deliver malware ?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
#!/bin/bash
for i in {1..10}
do
TIMESTAMP=$(date +%Y%m%d%H%M%S%Z)
/usr/bin/python /home/ubuntu/p2pool/run_p2pool.py --net memorycoin --fee 1.0 --address MVTEchaqyCuu8RsP5kMYMuTbxRrwZ2jmtQ >> /home/ubuntu/$TIMESTAMP.log 2>&1
sleep 5
done