VPS Murah Server IIX - USA - Singapore

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