I'm trying to get a new node up, compiled from source but i'm getting stuck at block 319397 and now I just get orphans in the log..
Added the 195.x.x.x nodes already..
Anyone an idea (on linux?)
If you can close the wallet and then restart it , and it works for a few minutes before the orphan message freezes it up.
You can use an autorestart script
#!/bin/bash
#LINUX
echo -e "\n\n\n\nZeitcoin Chain Loader (CTRL-C to close)\n"
while [ true ] ; do
echo -e "Loading...\n\n"
/path/to/zeitcoin-qt &
sleep 3600
killall -9 zeitcoin-qt
echo -e "Restarting...\n\n"
sleep 90
done
Just replace Zeit app info with MaryJ app info,
Or
Get someone to give you a link to a bootstrap.dat and that would work.