DOGECOIN Mining with $0.1 VPS

Let's start.
REQUIREMENTS.
  1. Cointellect account (If you don't have, register HERE)
  2. The VPS

1. Create the VPS.
  • Go here LINK
    Go to "Cloud VPS"
  • Register and confirm your account. (Use your PayPal email if you want to pay with paypal.)
  • Create your VPS following this instruction

    - The Slices must be only 1 if you want pay 0,01$
    - The Image (OS) must be "Debian"
    - The Version must be "7.0 minimal 64bit"
    - The coupon must be "pennyvps" if you want pay 0,01$
  • Continue and pay 0.01$
  • You'll recive an email with the infos of the VPS (there's instruction on email of how to connect)
  • 1 paypal account just allowed to make 1 vps account

2. Setup VPS for mining
  • Connect to VPS and login
  • Do this 4 commands to update your VPS:
    - " apt-get update "


    - " apt-get install yasm -y git make g++ build-essential libminiupnpc-dev "


    - " apt-get install -y libboost-all-dev libdb++-dev libgmp-dev libssl-dev dos2unix " (this a quite bit long, so wait for it)


    - " apt-get install build-essential libcurl4-openssl-dev "
  • Do this command to let the VPS online 24/7
    - " screen " . Now you can close Putty. When you open Putty again type: " screen -r " to resume the work!
    - Does not work? Try this command: " apt-get install screen " and then try again with " screen "
  • Do this command to download the cpuminer:
    - " wget http://sourceforge.net/projects/cpuminer/files/pooler-cpuminer-2.4.tar.gz "
    Tip: I noticed that the v2.4 does not make me appear "yay!". So, try with the v2.3.2, you've only to change 2.4 in 2.3.2 where it is present)
  • Do this command to open the cpuminer
    - " tar xzf pooler-cpuminer-2.4.tar.gz " Remember that if you use v2.3.2 you have to change the command as "[...]cpuminer-2.3.2.tar.gz"
  • Do this command to place in the directory of the cpuminer
    - " cd cpuminer-2.4 "Remember that if you use v2.3.2 you have to change the command as "cd cpuminer-2.3.2"
  • Do this command to configure the miner
    - " ./configure CFLAGS="-O3 " (Attention: in "-O3" is the vocal "o" not 0.)
  • Do this command to open the miner
    - " make "
  • Do this command to connect and start mining (Here you can find some extra infos)
    - " ./minerd --url=stratum+tcp://66.55.92.73:8000 -p 123 -u YOUR-AUTH-CODE-HERE" "
    - Example: " ./minerd --url=stratum+tpc://66.55.92.73:8000 -p 123 -u abcdef0123456789 "
  • Enjoy your earnings!





!-F.A.Q. - PLEASE CHECK THIS BEFORE PM ME IF YOU HAVE ANY PROBLEM -!


Can I connect multiple machines on my cointellect account?

Of course you can. They'll gain more if you add other machines.
So, more gain for they = more gain for you


How long I've paid the VPS? Can i make more?

The VPS is monthly, so you pay 0,01$ for 1 month.
The "pennyvps" and others coupon are only for new members.. but you can exploit it by using different email (different paypal too).


"Sudo command not found" how to fix?

Your vps say:
" -bash: sudo command not found " ?
  • Digit all the command without "sudo". Or:
  • Reinstall OS.

Screen does not work!

For manually install "screen" command use this command:
" apt-get install screen " (thanks to mxsiman for this)


Where I can find my auth code?



Minerd command seems have trubble...

Try to add "--algo=scrypt" at the ./minerd command:
Example: " ./minerd --algo=scrypt --url=stratum+tcp://66.55.92.73:8000 -p 123 -u YOUR-LICENSE-KEY-WITHOUT-THE-DASHES " (thanks to SonOfDiablo for this)


Connection failed?

[*time*] Stratum connection failed: connect() timed out! [*time*] ...retry after 30 seconds
Seems that the pool has a problem. I don't own the pool. So, the only way to fix this is: WAIT. They'll come back online the pool

source

codePay All Ops 1.3

codePay All Ops 1.3




Download:
http://sh.st/Ks3i

codePay Tunnel Header

codePay Tunnel Header 1.0


- Save & Load config
- Auto SSH + Proxifier


Download Tool + cfg include:
http://sh.st/PtaI

Install Squid pada Centos 5/6

Tutorial cara instalasi squid proxy pada Centos 5/6

1. Install squid
yum -y install squid






















2. Edit setingan pada squid.conf
nano /etc/squid/squid.conf
 anda bisa menambah/merubah listen port pada bagian ini:
















tambahkan configurasi ini pada config:

#add define hostname
visible_hostname codepay.org

# add auth_params
auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/password
auth_param basic children 2
auth_param basic realm My Proxy Server
auth_param basic credentialsttl 24 hours
auth_param basic casesensitive off

# add acl rules
acl users proxy_auth REQUIRED

# http access rules
http_access deny !users
http_access allow users

#hide IP
forwarded_for off
request_header_access Allow allow all
request_header_access Authorization allow all
request_header_access WWW-Authenticate allow all
request_header_access Proxy-Authorization allow all
request_header_access Proxy-Authenticate allow all
request_header_access Cache-Control allow all
request_header_access Content-Encoding allow all
request_header_access Content-Length allow all
request_header_access Content-Type allow all
request_header_access Date allow all
request_header_access Expires allow all
request_header_access Host allow all
request_header_access If-Modified-Since allow all
request_header_access Last-Modified allow all
request_header_access Location allow all
request_header_access Pragma allow all
request_header_access Accept allow all
request_header_access Accept-Charset allow all
request_header_access Accept-Encoding allow all
request_header_access Accept-Language allow all
request_header_access Content-Language allow all
request_header_access Mime-Version allow all
request_header_access Retry-After allow all
request_header_access Title allow all
request_header_access Connection allow all
request_header_access Proxy-Connection allow all
request_header_access User-Agent allow all
request_header_access Cookie allow all
request_header_access All deny all

lalu simpan dan exit (ctrlx+y+enter)

3. Selanjutnya memberikan permission pada squid password
touch /etc/squid/passwd
chown root.squid /etc/squid/passwd
chmod 640 /etc/squid/passwd 
4. Membuat direktori cache untuk squid
squid -z
5. Start squid
squid -D
service squid start
chkconfig squid on

6. Membuat user atau mengganti port squid lewat webmin




Ket:
- Untuk merubah/menambah port squid ada pada kotak no 3 gbr diatas
- Kotak no 4 guna membuat/menghapus user

7. Jangan lupa untuk setiap kali melakukan configurasi squid lewat webmin harus klik Apply Configuration , jika tidak maka configurasi yg barusan dibuat tidak jalan.



Optional  (Limit squid proxy):
Melimit squid proxy hanya bisa tersambung pada ip tertentu saja menggunakan acl

Masuk ke configurasi squid
nano /etc/squid/squid.conf
Beri tanda # di depan http_access allow all
lalu tambahkan acl pada barisan acl paling atas
acl ssh1 dst 111.111.11.11 222.22.222.2
http_access allow ssh1 
 Ip diatas diganti dengan ip yang akan di allow oleh squid.

Restart squid
service squid restart

Terima kasih telah membaca semoga informasi ini beguna bagi yg masi bingung instalasi squid proxy di Centos.

codePay New All Operator (Three - XL- ISAT)


Feature:
- Manual Proxy
- Manual Bug Host
- Three Work
- ISAT Work
- XL combo/ XL bebas Work
- Tsel Not Tested

Dowload:
http://sh.st/R7eS

[tutorial] web,vpn,ssh server on one port

Bagaimana sih supaya web, vpn dan ssh bisa menggunakan satu port.

contoh kasus:

punya vps / dedicated server, ingin install webserver, openvpn, dan openssh di port 80



masalah:

webserver. openvpn, dan openssh tidak bisa listen di port yang sama



pemecahan:

sslh - ssl/ssh multiplexer

sslh accepts connections in HTTP, HTTPS, SSH, OpenVPN, tinc, XMPP, or any other protocol that can be tested using a regular expression, on the same port



so,

webserver listen di 81

openvpn listen di 82

openssh listen di 22

sslh listen di 80

command:

sslh -u nobody -f -n -p 0.0.0.0:80 --ssh 127.0.0.1:22 --openvpn 127.0.0.1:82 --ssl 127.0.0.1:81



ref:

http://www.rutschle.net/tech/sslh.shtml


wah salah command, harusnya:

sslh -u nobody -f -n -p 0.0.0.0:80 --ssh 127.0.0.1:22 --openvpn 127.0.0.1:82 --ssl 127.0.0.1:81


yup, skrng coba

ssh -p 80 127.0.0.1

Arie Wijayanto 1.
jalankan "screen", klo blum ada install dulu, nanti muncul terminal baru

2.
jalankan sslh nya

3.
pencet CTRL+a trus "d", nanti balik lagi ke terminal awal

4.
silahkan "exit"

Patch SSH

mv openssh-5.5p1 openssh-5.5p1-hpn13v9 && cd openssh-5.5p1-hpn13v9

zcat ../openssh-6.1p1-hpn13v14.diff.gz | patch

apt-get install zlib1g-dev

apt-get install libssl-dev openssl

apt-get install build-essential


apt-get update
apt-get upgrade
apt-get install zlib-bin libpam-dev openssl libssl-dev gcc patch

download source-nya

cd /tmp

wget http://mirror.team-cymru.org/pub/OpenBSD/OpenSSH/portable/openssh-6.1p1.tar.gz

wget http://www.psc.edu/networking/projects/hpn-ssh/openssh-6.1p1-hpn13v14.diff.gz

extract
tar -xzvf openssh-5.9p1.tar.gz

cd openssh-5.9p1

apply patch HPN SSH

zcat /tmp/openssh-5.9p1-hpn13v12.diff.gz | patch

configure SSH

./configure --prefix=/usr --sysconfdir=/etc/ssh --with-pam

hapus config

rm /etc/ssh/ssh_config

rm /etc/ssh/sshd_config

install hpn ssh

make && make install

restart ssh service


CENTOS

yum apdate

yum install build-essential && install zlib1g-dev && install libssl-dev openssl

ktik :

cd /tmp

lanjut ktik(buat donlod source openssh dan hpn patchnya) :

wget http://mirror.team-cymru.org/pub/OpenBSD/OpenSSH/portable/openssh-5.9p1.tar.gz

wget http://www.psc.edu/networking/projects/hpn-ssh/openssh-5.9p1-hpn13v12.diff.gz

extract openssh nya :

tar -xzvf openssh-5.9p1.tar.gz

cd openssh-5.9p1

apply patch HPN SSH :

zcat /tmp/openssh-5.9p1-hpn13v12.diff.gz | patch

configure SSH :

./configure --prefix=/usr --sysconfdir=/etc/ssh --with-pam

jgn lupa hapus config biar gak tabrakan :

rm /etc/ssh/ssh_config

rm /etc/ssh/sshd_config

install hpn ssh :

make && make install

ubah port nya :

nano /etc/ssh/sshd_config

kl nano blum ada,instal dl pake printah :

yum install nano

restart ssh service :

service sshd restart

cek port terbuka pake printah :

netstat -ntlp atau netstat -ntulp

slesai = ganteng,ahahaha


CENTOS(lg)

nstall aplikasi yang kita butuhkan untuk mencompile dan patch SSH agar menjadi HPN SSH
#yum install zlib zlib-devel pam pam-devel openssl openssl-devel gcc patch
              
Sekarang kita pindah ke direktori /usr/src terus download bahan yang mau diinstall
#cd /usr/src
#wget http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles/openssh-5.5p1.tar.gz
#wget http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles/openssh-5.9p1-hpn13v12.diff.gz
              
Selanjutnya kita extract SSH mentahan, terus masuk ke direktorynya.
#tar -xzvf openssh-5.5p1.tar.gz
#cd openssh-5.5p1
              
Setelah itu kita apply patch HPN SSH nya
#zcat /usr/src/openssh-5.5p1-hpn13v9.diff.gz | patch
              
Proses patching sedang berjalan, nggak lama lama amat kok om. Kalau udah, kita configure SSH yang telah di patch tadi.
#./configure --prefix=/usr --sysconfdir=/etc/ssh --with-pam
              
Jangan cuman pake ./configure , soalnya ujungnya failed biasanya rolling on the floor.
Jangan langsung di make dan make install. Kita hapus dulu config SSH sebelumnya biar nggak conflict.
#rm /etc/ssh/ssh_config
#rm /etc/ssh/sshd_config
              
Nah, sekarang baru kita make terus make install.
#make
#make install
              
Langkah terakhir kita restart SSH nya
#service sshd restart
              
Done, coba logout terus login lagi. Versi SSH nya bakalan berubah jadi SSH-2.0-OpenSSH_5.5p1-hpn13v9.

http://download.openpkg.org/components/cache/openssh/openssh-5.9p1-hpn13v12.diff.gz