Are you talking on a server in a terminal on ubuntu desktop? Which text editor? There are quite a few, and none are called "Edit".
If it was vi or vim, hit esc, then type :q and hit enter.
If it was nano, Ctrl+x
HI naxin, thanks for responding.
I'm in a remote session on an EC2 server, connecting with OS/X terminal. I don't know what the editor is. It's possibly from one of the libraries downloaded during the steps outlined here:
https://www.darkcointalk.org/threads/how-to-set-up-ec2-t1-micro-ubuntu-for-masternode-part-2-3.241/I think if I use control keys, terminal on the Mac just intercepts them - it doesn't send them to the remote server.
DO NOT use OSx terminal to SSH into Ubuntu. There is an UTF-8 incompatibility that almost drove me crazy. Well... I was trying to compile the daemon back then, but in any case I had nothing but trouble. Install a Virtual Machine Ubuntu, and it will be a breeze.
There probably is a dedicated "Putty" for OSX, but quite frankly, I dont give a damn. I loved the challenge of doing it all under linux. Plus, I get another machine with wallet... actually, multiple...
I ssh into my mining rig (ubuntu) all the time with OSX terminal? You can change encoding, etc in the preferences..
+ 1
I have no problem with OSX Apple_Terminal.
I have managed servers, switches, and routers with Apple_Terminal.
I think Apple_Terminal is best.
By the way, my character encoding is Unicode(UTF-8), and bash LANG is ko_KR.UTF-8.
Well, I dont get it, really!!
Following your original RC1 guide, when we still had to compile etc... I got constantly stuck with "locale" error. I posted dozens of "heeeeelp" posts. Everyone, you too El Presidente, gave me fixes etc. Could never get it going properly.
Installed an VM Ubuntu and all my problems disappeared. I'm not an expert, just giving my experience.
If "locale" error is happen, it's LANG env problem.
Here is example.
ubuntu@ip-172-31-4-239:~$ darkcoind help
terminate called after throwing an instance of 'std::runtime_error'
what(): locale::facet::_S_create_c_locale name not valid
Aborted (core dumped)
this one is caused by this
ubuntu@ip-172-31-4-239:~$ LANG=ko.KR
ubuntu@ip-172-31-4-239:~$ locale
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=ko.KR
LANGUAGE=
LC_CTYPE="ko.KR"
LC_NUMERIC="ko.KR"
LC_TIME="ko.KR"
LC_COLLATE="ko.KR"
LC_MONETARY="ko.KR"
LC_MESSAGES="ko.KR"
LC_PAPER="ko.KR"
LC_NAME="ko.KR"
LC_ADDRESS="ko.KR"
LC_TELEPHONE="ko.KR"
LC_MEASUREMENT="ko.KR"
LC_IDENTIFICATION="ko.KR"
LC_ALL=
ubuntu@ip-172-31-4-239:~$ darkcoind help
terminate called after throwing an instance of 'std::runtime_error'
what(): locale::facet::_S_create_c_locale name not valid
Aborted (core dumped)
LANG changed to en_US.UTF-8, error is gone.
ubuntu@ip-172-31-4-239:~$ LANG=en_US.UTF-8
ubuntu@ip-172-31-4-239:~$ locale
LANG=en_US.UTF-8
LANGUAGE=
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
ubuntu@ip-172-31-4-239:~$ darkcoind help
addmultisigaddress
<'["key","key"]'> [account]
addnode
backupwallet
createmultisig <'["key","key"]'>
createrawtransaction [{"txid":txid,"vout":n},...] {address:amount,...}
decoderawtransaction
dumpprivkey
encryptwallet
getaccount
getaccountaddress
getaddednodeinfo [node]
getaddressesbyaccount
getbalance [account] [minconf=1]
getbestblockhash