Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - JohnD

Pages: [1]
1
Hallo zusammen,

ich möchte nochmal auf Jiffybox hinweisen und ein aktualisiertes und vereinfachtes Howto veröffentlichen.
Cloud Mining mit Jiffybox ist nach wie vor profitabel (profitabler als jeder andere Cloud Dienst den ich gefunden habe) und ihr braucht nichts außer einer deutschen Telefonnummer sowie ein europäisches Konto.

Rechnung:

Ein Jiffybox Account mit der maximalen Anzahl (20) der kleinsten Cloud Server (die anderen bringen im Verhältnis weniger) kostet: 0,02 € * 20 Stück * 24 Stunden = 9,60 € pro Tag

Diese schürfen zusammen derzeit mindestens 0.75 PTS pro Tag also ca. 15 € pro Tag. Das heißt ihr verdient mindestens 5 € pro Tag und das bei einmalig 15 Minuten Aufwand.

Vorgehen:

1) Erstellt euch ein Jiffybox Konto.
2) Erstellt euch einen kleinen Cloud Server mit Debian 7.1 (64bit).
3) Verbindet euch mit Putty (oder einem beliebigen SSH client).
4)
Code: [Select]
nano /usr/bin/buildminer
Fügt diesen Code ein (mit eurer PTS Adresse, könnt natürlich auch meine nehmen)
Code: [Select]
cd ~
rm -rf ~/ptsminer
sudo apt-get update
sudo apt-get install -y git make g++ build-essential libminiupnpc-dev libboost-all-dev libdb++-dev libgmp-dev libssl-dev dos2unix yasm screen htop
git clone https://github.com/thbaumbach/ptsminer
cd ~/ptsminer/src
make -f makefile.unix
screen ./ptsminer PZbcpbARni1kLsxrwj8NHNiD44n69EMaMa 3 27 sse4
Speichern mit Strg+O und schließen mit Strg + X

5) Macht die Datei ausführbar mit:
Code: [Select]
chmod u+x /usr/bin/buildminer
6) Packt das ganze in den Autostart
Code: [Select]
nano /etc/rc.local
Tragt direkt über der Zeile "exit 0" nun die Zeile "buildminer" ein.
Speichern mit Strg+O und schließen mit Strg + X
7) Neustart mit "reboot". Bei jedem Neustart (kann man auch im Webpanel durchführen) wird der Miner nun auf die aktuelle Version aktualisiert.
8) Klickt auf die Jiffybox im Webpanel und 19x auf duplizieren.Startet die Boxen danach.
9) Freuen!

Wenn es klappt bitte spenden  ;) .

2
Marketplace / Offering hosting services / consulting
« on: November 25, 2013, 04:36:02 pm »
Hello,

i just read this topic here: http://bitsharestalk.org/index.php?topic=1032.0

I am shocked that such problems occur again and again and again in the cryptocoin communities and that everybody make the same mistakes.

So:
I am doing hosting for business customers for nearly 10 years now and i know how to make servers secure.
If anybody needs help with configuring his server or a professional hoster --> PM me.

Accepting BTC/LTC/PTS for hosting services and serious consulting. Small advices are for free  ;)

 

3
Deutsch (German) / Empfehlung: Mining mit Jiffybox
« on: November 16, 2013, 12:24:43 pm »
Hallo zusammen,

ich poste das mal hier, da man sowieso ne deutsche Telefonnumer dafür braucht.

Es gibt ein Provider namens Jiffybox, der virtuelle Server auf Stundenbasis bereitstellt.
Praktischerweise bekommt man 3 Cores für gerade mal 0,02€ die Stunde.

Erstellt euch eine Maschine (die kleinste für 0,02 € genügt vollkommen) mit Ubuntu 13.10, installiert euch euren Miner (empfehle ypool, compiliert mit -march=corei7 falls native nicht geht), macht ein manuelles Backup und erstellt auf Basis dieses Backup einfach weitere Maschinen.
Anleitung für ypool miner könnt ihr von hier übernehmen: http://bitsharestalk.org/index.php?topic=736.0

LG,

JohnD

Ps: Falls es klappt und ihr Profit macht freu ich mich über eine kleine Spende  ;)

4
Hello,

Regarding to my personal experience: Ubuntu is about 5-10% faster compared to Windows Server and it is easier (just faster) to setup the miner.

Quick Guide:

1) Register for Windows Azure Trial (you need a credit card) and login on the portal (manage.windowsazure.com)

2) Create an extra large (8 core, 14 GB RAM) Ubuntu 13.10 server (it takes about 5 minutes until it is online). You can also create directly 2 extra large and one large machine (20 core maximum for the trial).

3) Click on the virtual machine --> Dashboard and look for the public IP. Connect with putty (or another SSH client). Username: azureuser .

4) Setting up ypool miner:

Code: [Select]
sudo -s
apt-get install -y build-essential git screen htop
git clone https://github.com/Tydus/jhProtominer -b linux-port
cd jhProtominer/src/jhProtominer
make CFLAGS="-O3 -march=native"
screen
./jhProtominer -O ypool.net:8081 -u [UserName.Workername] -p [password] -m512 -t 8

You can detach the screen with Control+A - Control+D (directly after each other).
You can resume the screen to check if the worker is still running with "screen -r" on the terminal.
The command htop shows you the cpu usage.

The whole process takes about 10 minutes.

Edit:
Coyote Fallback if ypool is down

You can switch to coyote easily if ypool is down:

Code: [Select]
screen
wget http://the-iland.net/static/downloads/ubuntu12_coyote_miner.0.3.0.tar.gz
tar -xzvf ubuntu12_coyote_miner.0.3.0.tar.gz
./ubuntu12_coyote_miner.0.3.0 162.243.45.158 [YourPayoutAddress] 8

5
BitShares PTS / profitability calculation
« on: November 13, 2013, 10:22:07 am »
Hello,

at first: thanks again for the help. You guys are awesome  ;D .

So. Here is my little problem.

I have access to a lot of very different computers (at home, private servers, business servers, university servers, cloud stuff like amazon ec2 and so on...). 95% are linux based.

The servers with free resources that are online anyway are already mining on ypool.

But what about all the other resources i could use? I have some values like collisions/min of the miners, Share value/h on ypool and $/h i have to pay for cloud resources or electricity costs but i do not know how to "connect" these values.

Can somebody help me to find out what miners are profitable and what is just a waste of time/money?

Thanks.

JohnD

6
BitShares PTS / How to mine on Debian wheezy servers?
« on: November 12, 2013, 11:51:15 am »
Hello,

i have some servers running with Debian 7 64bit and i would like to mine protoshares with the free resources (2 cores and 8 GB RAM are free).

I tried to get the coyotee miner running but it does not work:
Code: [Select]
./coyote_miner: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (

What is the best/easiest way to mine protoshares on such servers?

Thanks.

Pages: [1]