About NEM Community Client

I am have installed NEM wallet on ubunt, and I have access to wallet via my browser. So I have few questions regards to NEM Community Client.

1- Where hte blockchains are stored in Ubuntu?

2- Every time I have to access my wallet I have to copy and paste the codes below. Is there any easier way to access my wallet?

If you want to start NIS and NCC separately, you can do this by opening a terminal window for each. To run NIS enter these commands:
cd Desktop/package
./nix.runNis.sh

To run NCC enter these commands:
cd Desktop/package
./nix.runNcc.sh

3- Why am I getting error when I try to harvest blocks? Errror is shown below.

hello there and welcome!!

  1. the blockchain data is in /home/youruser/nem/nis/data

  2. i suggest using the nanowallet instead of ncc wallet but you can also automize this script execution. you can add a simple script to /etc/init.d/ or add a @reboot cronjob… any knowledge of linux terminal? im going to look for links too, i believe the supernode tutorial contains an example of how to automatize under debian (ubuntu is debian made user friendly :stuck_out_tongue: )

  3. do you have 10k xem vested ?

OK so I will switch to nano wallet.