-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #55 from ShorelineCrypto/v2.4
V2.4
- Loading branch information
Showing
26 changed files
with
347 additions
and
205 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,15 +60,15 @@ See attached picture in this folder "tab.gif". Tab key in android is the charac | |
|
||
Here is easier way with tab: | ||
``` | ||
cd nengcoin_2.3.0_arm64_linux-gnu | ||
cd nengcoin_2.4.0_arm64_linux-gnu | ||
``` | ||
Typing above long word in android phone is close to impossible. An easier way to do is: | ||
|
||
``` | ||
cd neng-finger push TAB key | ||
``` | ||
After you push TAB afer word "neng" , the android UserLand linux terminal should behave like linux in server/desktop with the full file/folder name "nengcoin_2.3.0_arm64_linux-gnu" auto populated for you. | ||
After you push TAB afer word "neng" , the android UserLand linux terminal should behave like linux in server/desktop with the full file/folder name "nengcoin_2.4.0_arm64_linux-gnu" auto populated for you. | ||
|
||
#### Arrow up or down key for history | ||
|
||
|
@@ -107,25 +107,25 @@ Now you can let the cheetah cpuminer running with the phone cord connected to ch | |
"Enable X11 forwarding" for the userland login setting. Save the login session with X11 enabled, start VcXsrv in windows, | ||
re-login into phone with putty and type below command lines: | ||
``` | ||
hlu@localhost:~$ cd nengcoin_2.3.0_arm64_linux-gnu | ||
hlu@localhost:~/nengcoin_2.3.0_arm64_linux-gnu$ ./nengcoin-qt & | ||
hlu@localhost:~$ cd nengcoin_2.4.0_arm64_linux-gnu | ||
hlu@localhost:~/nengcoin_2.4.0_arm64_linux-gnu$ ./nengcoin-qt & | ||
``` | ||
Above command inside putty will pop the QT GUI wallet in windows 10 with VcXsrv running. Wait for a while for the QT wallet to fully show up in windows, and then you can control the wallet inside phone from windows 10. | ||
- macOS with XQuartz. Download, install free software "XQuartz". Log out and re-login. Open up mac terminal: | ||
``` | ||
$ ssh -XY [email protected] -p 2022 | ||
-----login in phone---- | ||
hlu@localhost:~$ cd nengcoin_2.3.0_arm64_linux-gnu | ||
hlu@localhost:~/nengcoin_2.3.0_arm64_linux-gnu$ ./nengcoin-qt & | ||
hlu@localhost:~$ cd nengcoin_2.4.0_arm64_linux-gnu | ||
hlu@localhost:~/nengcoin_2.4.0_arm64_linux-gnu$ ./nengcoin-qt & | ||
``` | ||
Above in mac terminal will pop up android phone NENG QT GUI wallet in macOS desktop. | ||
|
||
- Linux Desktop, any distro in a terminal | ||
``` | ||
honglu@MX $ ssh -XY [email protected] -p 2022 | ||
-----login in phone---- | ||
hlu@localhost:~$ cd nengcoin_2.3.0_arm64_linux-gnu | ||
hlu@localhost:~/nengcoin_2.3.0_arm64_linux-gnu$ ./nengcoin-qt & | ||
hlu@localhost:~$ cd nengcoin_2.4.0_arm64_linux-gnu | ||
hlu@localhost:~/nengcoin_2.4.0_arm64_linux-gnu$ ./nengcoin-qt & | ||
``` | ||
Above in linux desktop terminal will pop android phone NENG QT wallet in linux desktop remotely. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.