Bitcoin Forum
May 04, 2024, 11:40:20 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: L8nit3's All-In-One sh script - Install NOMP, XBMC AOSP, AND MORE!  (Read 1367 times)
l8nit3 (OP)
Legendary
*
Offline Offline

Activity: 1007
Merit: 1000


View Profile
July 28, 2015, 07:56:55 AM
Last edit: November 10, 2015, 01:02:28 AM by l8nit3
 #1

Hey all, i've been working on a script for AUTO-INSTALL of coins and pool software (aswell as other things). Basically an all-in-one for all the things i personally enjoy in linux. Msg here or at l8nit3@outlook.com or latenightminers@gmail.com with questions/comments/suggestions.
SOURCE/DOWNLOAD=https://github.com/l8nit3tr0ubl3/myscripts.git

UPDATE#3
L8nit3's AIO v0.7.0
-Added Automated init/sync/download of Android AOSP source code
-Bugfixes

UPDATE#2
L8nit3's AIO v0.6.1
-Added gaming section, installs multiple linux gaming emulators.
-Cleaned/organized code
-A few typos and broken links fixed
-Cleaned up menu..... slightly

Quote
AIO SCRIPT
---------------------------------------------------------------------------
---------------------------------------------------------------------------
BASIC FUNCTIONS - RUN WITH SUDO
-h or ?=Display this help screen
-i=Install this script (for ease of use, just type AIO when done.)

UPDATE FUNCTIONS - RUN WITH SUDO
-u=Update entire system (update+upgrade+dist-upgrade+autoremove+apt clean)
-s=Small Update (just apt update and upgrade)

CRYPTOCOIN FUNCTIONS - RUN AS NORMAL USER
-l=ltc (install litecoin daemon)
-d=dash (install dashcoin daemon)
-N=NOMP (install NOMP+DASH+LTC+DEPENDANCIES)
-o=NOMP only (install NOMP+DEPENDANCIES no coins)
-c=cgminer4.3.5 (install ZEUS/GRIDSEED cgminer)
-A=AllCoins (Install 42,dash,ltc,nyan,sxc,zeta+NOMP)

NETWORK FUNCTIONS - RUN WITH SUDO
-w=wifite (install wifite+reaver+pyrit+tshark+aircrack)
-S=sqlmap (install sqlmap)
-n=Network (install tightvnc+openssh-server+screen)
-t=teamviewer32 (install Teamviewer i386 edition)
-T=teamviewer64 (install Teamviewer amd64 edition)

MEDIA FUNCTIONS - RUN WITH SUDO
-k=kodi (install kodi/xbmc)

GAMING EMULATION FUNCTIONS - RUN WITH SUDO
-e=emuFull (install 16 console emulators)

---------------------------------------------------------------------------
example: sudo AIO -i && aio -A
Will install AIO to /usr/bin and then add NOMP+6 cryptocoins.
---------------------------------------------------------------------------
---------------------------------------------------------------------------

Let me know what you guys think (coding is quite basic so far).

ROADMAP
-add extra wallets (eg. sexcoin, potcoin, zetacoin, etc.)
-add UNOMP
-add MPOS/NOMP
-add MPOS/python stratum
-add pre-buily NOMP/UNOMP configs, only ports and username/pass will  need changing
-add GAMING sections to extras

CREDITS
ALL CREDIT FOR ANY SOFTWARE GOES TO ORIGINAL AUTHORS! ALL IVE DONE IS STREAMLINED THE PROCESS!
IF YOUD LIKE TO DONATE >>> DO SO TO THE ORIGINAL AUTHORS FOR THEIR INCREDIBLE WORK!
1714866020
Hero Member
*
Offline Offline

Posts: 1714866020

View Profile Personal Message (Offline)

Ignore
1714866020
Reply with quote  #2

1714866020
Report to moderator
1714866020
Hero Member
*
Offline Offline

Posts: 1714866020

View Profile Personal Message (Offline)

Ignore
1714866020
Reply with quote  #2

1714866020
Report to moderator
1714866020
Hero Member
*
Offline Offline

Posts: 1714866020

View Profile Personal Message (Offline)

Ignore
1714866020
Reply with quote  #2

1714866020
Report to moderator
The forum strives to allow free discussion of any ideas. All policies are built around this principle. This doesn't mean you can post garbage, though: posts should actually contain ideas, and these ideas should be argued reasonably.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714866020
Hero Member
*
Offline Offline

Posts: 1714866020

View Profile Personal Message (Offline)

Ignore
1714866020
Reply with quote  #2

1714866020
Report to moderator
l8nit3 (OP)
Legendary
*
Offline Offline

Activity: 1007
Merit: 1000


View Profile
August 07, 2015, 05:16:56 AM
Last edit: August 07, 2015, 10:56:43 PM by l8nit3
 #2

UPDATE#1
L8nit3's AIO v0.5.1
- Added auto-install cgminer (dmaxl zeus/gridseed)
- Added NOMP only install
- Added NOMP+6 coins (4 scrypt, 1 sha256, 1 x11)
- Added install sqlmap for sql auditing (we are an AIO afterall)
- A few bugfixes

Quote
AIO SCRIPT
---------------------------------------------------------------------------
---------------------------------------------------------------------------
BASIC FUNCTIONS
-h or ?=Display this help screen
-i=Install this script (for ease of use, just type AIO when done.)

UPDATE FUNCTIONS
-u=Update entire system (update+upgrade+dist-upgrade+autoremove+apt clean)
-s=Small Update (just apt update and upgrade)

CRYPTOCOIN FUNCTIONS
-l=ltc (install litecoin daemon - NO ROOT/SUDO)
-d=dash (install dashcoin daemon - NO ROOT/SUDO)
-N=NOMP (install NOMP+DASH+LTC+DEPENDANCIES - DO NOT RUN AS ROOT)
-1=NOMP only (install NOMP+DEPENDANCIES no coins - DO NOT RUN AS ROOT)
-c=cgminer4.3.5 (install ZEUS/GRIDSEED cgminer)
-A=AllCoins (Install 42,dash,ltc,nyan,sxc,zeta+NOMP)

NETWORK FUNCTIONS
-w=wifite (install wifite+reaver+pyrit+tshark+aircrack)
-S=sqlmap (install sqlmap)
-n=Network (install tightvnc+openssh-server+screen)
-t=teamviewer32 (install Teamviewer i386 edition)
-T=teamviewer64 (install Teamviewer amd64 edition)

MEDIA FUNCTIONS
-k=kodi (install kodi/xbmc)

---------------------------------------------------------------------------
example: sudo AIO -u -h -s -S -i -d -l -w -n -t -T -k -1 -c -N -A
---------------------------------------------------------------------------
---------------------------------------------------------------------------

Quote
L8nit3's AIO v0.1.0
AIO SCRIPT
---------------------------------------------------------------------------
---------------------------------------------------------------------------
BASIC FUNCTIONS
-h or ?=Display this help screen
-i=Install this script (for ease of use, just type AIO when done.)

UPDATE FUNCTIONS
-u=Update entire system (update+upgrade+dist-upgrade+autoremove+apt clean)
-s=Small Update (just apt update and upgrade)

CRYPTOCOIN FUNCTIONS
-l=ltc (install litecoin daemon - NO ROOT/SUDO)
-d=dash (install dashcoin daemon - NO ROOT/SUDO)
-N=NOMP (install NOMP+DASH+LTC+DEPENDANCIES - DO NOT RUN AS ROOT)

NETWORK FUNCTIONS
-w=wifite (install wifite+reaver+pyrit+tshark+aircrack)
-n=Network (install tightvnc+openssh-server+screen)
-t=teamviewer32 (install Teamviewer i386 edition)
-T=teamviewer64 (install Teamviewer amd64 edition)

MEDIA FUNCTIONS
-k=kodi (install kodi/xbmc)

---------------------------------------------------------------------------
example: sudo AIO -u -h -s -i -b -l -w -n -t -T -k -N
---------------------------------------------------------------------------
---------------------------------------------------------------------------
Timelord2067
Legendary
*
Offline Offline

Activity: 3668
Merit: 2217


💲🏎️💨🚓


View Profile
October 02, 2015, 04:14:47 AM
 #3

Quote
ROADMAP
-add extra wallets (eg. sexcoin, potcoin, zetacoin, etc.)

Hi and thanks for thinking of us,

We've got a new OP thread over here https://bitcointalk.org/index.php?topic=1196719.0 (and    http://sxc.thecoin.pw/ is on the list)

While our Forum is now located here http://sexcoinforum.com/ and

Our Website is here http://www.sexcoin.info/

Hope to see you there soon.

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!