Hello -
Thanks Drgr33n for developing linuxcoin - i'm really enjoying it! I have been able to make my box headless and monitor it using GNU screen - i'm very happy!
I wanted to share a few tricks/hints that I picked up:
- I know you said you were going to work on the start_mining script - I did not have success with it personally. I suggest that you give sample inputs for each field (like those that were cited in one forum post); or make the script smart enough to know the default flags, list the kernels, etc.
- It is not immediately obvious that the license on the desktop IS a license. I dove directly into the shell and stumbled onto manually extracting the license before I realized that closing the info box would give the option to accept the license.
- I'm surprised no one else has pointed this out, but ssh doesn't work until rsa and dsa keys are generated.
sudo ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key
sudo ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key
Thanks again for developing this distro.
Yes the SSH error was a issue with the original ISO. This ha been fixed since.
start_mining is very basic, I will be improving this very soon. I have also setup a wiki for information etc but I haven't had time to complete it. I'm hoping to have this complete in the next few days.
Thanks for the info. I'll swap to this app in the next release. Oh and yes confirmed there seems to
Be a bug with the file manager. If you disable the background it works. Very strange lol its on the list of todo's