And unnoficial Idena tutorials, tips and tricks...
As we are in testnet

buggy things happen, untill stable versions come out, here are some tips and tricks...
1. Windows / run node externaly in a loop:(this starts node again if it crashes for some reason, if it hangs, this wont help... but it might save you from penalty)
1. in location
%userprofile%\AppData\Roaming\Idena\node create
run.bat with content:
@echo off
set /a count=-1
:start
set /a count=count+1
title Idena Restarts: %count%
idena-go.exe
timeout /t 5
goto start
2. in client Settings>Node, turn off Run built-in node
3. run previously created bat
4. from location
%userprofile%\AppData\Roaming\Idena\node\datadir open
api.key with notepad and copy that key
5. in client, turn on Connect to remote host, paste api key and Save
2. Linux / run node in a loop:(same as above)
1. Make a run.sh file in the same directory where the node file is, give it permision to be executable.
while true
do
. /idena-node-linux-0.16.5
sleep 10
done
4. When making flips, pro-tip:Shuffle them good.. so that start of story and end is clearly mixed up...
Don't leave same start and end picture as in logical flip...
Did you know you can shuffle pictures by dragging picture around?
I've been working on a unnoffical
Idena Portal, one stop place for additional FAQ's, tutorials and other usefull information.
Feel free to register an account which enables you to setup:
- Mining monitoring (notifies you by email if your node goes offline)
- Financial card (gives you an estimate of your current DNA holdings)
idena.site