Bitcoin Forum
September 24, 2024, 09:11:11 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / [vcm] Build your own custom miner OS for your farm, from Debian 64-bit Live iso. on: April 28, 2014, 07:37:03 PM
vcm-01 beta testing
****************

Latest readme.txt
Latest ready images info
Latest install.txt

From Latest readme.txt

 -vcm is a custom 64-bit debian mining OS, these files are intended to be used on that platform and have not been tested on any other OS.
  vcm is built on a Debian 64-bit live image, and is currently in testing mode.

 -Everything is installed on a "clean" Debian 64-bit Live USB stick, were the live iso has been extracted to a blank
  USB stick, and the nessesary steps to make the stick presistent has been made, after that the boot image is made
  from that stick.

 -The image has never been booted in any computer, so its a "clean" Live USB stick.
  How to do that? google or Read about it here:

  http://syn.theti.ca/2013/06/22/tutorial-wheezy-live-iso-hybrid-with-persistence-on-usb/
 
 -I do it a little different from that, but the principal is the same.
  Look at my live-to-persistence.txt file for information how I do it for vcm.

  http://vsminer.square7.ch/vcm/live-to-persistence.txt

 -The goal with vcm is a fully custom miner OS, the idea is to make the platform ready to manage a mining farm from one or more
  custom vcm-server's, the vcm-server will be running a file server that hosts miner install scripts,
  miner config files and OS update scripts. The vcm-server can also host the miners OS'es on a PXE server.

 -The idea is that when the miner wants to change pools, he updates a file on the server, and a update checker will notice the file has
  changed, download the new conf file and restart the default miner or a miner of the operators choosing.
  Same goes for different miners, when a new miner comes out, the operator can make a install script on the server for the new miner, put it
  on the server share, and vcm will automagically install the new miner by running the new script.
  This way it will be automagically installed on all rigs in the farm, that has the auto install script enabled.


 -Miners can also be installed "manually", if the operator wants to install a new miner on the farm, he would make a install script for it,
  make a default config file and update the vcm_install_supported_miners.sh script on the server. Then he would run vcm_install_miners on the
  rig, that would get the updated vcm_install_supported_miners.sh and all the other needed files for installing the miner, then a promt would ask
  the operator what miner to install, and the new miner install script will install the miner.

************************************************************************************************

Thats the presentation,

vcm is a project that I have been working on for my own farm, and it's getting ready for production use.

vcm-01 currently supports automatically installing:

- amd 12.8 drivers
- amd 13.11 drivers
- amd 13.12 drivers
- amd 14.6 drivers

- amd app 2.7
- amd app 2.8
- amd app 2.9

1. install cgminer-3.7.2                              -for scrypt                                 http://ck.kolivas.org/apps/cgminer/old/3.7/cgminer-3.7.2.tar.bz2
2. install sgminer *latest from github          -for scrypt and scrypt-N             https://github.com/sgminer-dev/sgminer/archive/master.zip
3. install sph-sgminer                                 -for scrypt                                https://github.com/prettyhatemachine/sph-sgminer/archive/master.zip
4. install cgminer-gc3355                           -for GridSeed ASIC miners         https://github.com/girnyau/cgminer-gc3355/archive/master.zip
5. install sph-sgminer_x11mod lasybear     -for x11, x13                             https://github.com/lasybear/sph-sgminer_x11mod/archive/master.zip
6. install sph-sgminer_x11mod_djm34       -for x11, x13                             https://github.com/djm34/sph-sgminer_x11mod/archive/master.zip

- more to come


     --Note! The formatting is not correctly shown in the pastes I make here from the vcm terminal, the real thing looks much better.--

*************************************************--virtuals custom miner--*********************************************

root@vcm-pxe-15:~# vm


*************************************************--virtuals custom miner--*********************************************

                                                --vcm-pxe-15--  --192.168.10.15-- --eth0 60:a4:4c:37:06:d4--

                                     -- Time & Uptime:  11:05:04 up  1:56,  3 users,  load average: 0.00, 0.02, 0.05 --  


                                                       -- CPU Temp: Core 0: +32.0°C Core 1: +33.0°C --

                                          --GPU Temp: 72.00 C 71.00 C 71.00 C-- --GPU Load: 99% 99% 97%--

****************************************************-- vcm menu --*********************************************



     --miner menu--                           --system menu--                     --amd menu--

   -start/show miner                         -start/install apps                       -view info

      -edit confs                                   -configure                                -configure

-install/reinstall miners                       -view info                            -uninstall/reinstall

 [mm]. -go to miner menu              -update linux                        [am]. -go to amd menu

                                           [sm]. -go to systems menu



 -- vcm server menu --              -- pxe menu --                   - ssh menu --

 -configure vcm server              -configure pxe                   -copy ssh keys              

  [vsm]. -go to menu             [pm]. -go to pxe menu        -delete known hosts

                                                                                   -open ssh connnection

                                                                                  [sshm]. -go to ssh menu


*****************************************************-- vcm menu --**********************************************

[up].  -Update vcm             [rb]. -Reboot                 [sd].   -Shutdown      [Enter]. -back
[vm].  -vm menu                [sm]. -system menu     [am].   -amd menu     [mm]. -miner menu
[vsm]. -vcm server menu    [pm]. -pxe menu         [sshm]. -ssh menu

*****************************************************-- vcm menu --************************************************


Choose now :

**************************************************--virtuals custom miner--*******************************************

vcm is terminal mode only miner, everything is done by ssh connection or locally in terminal, openbox is installed but nothing else at the moment, right click on desktop to get the menu and start a terminal.

The installer asks what gpu drivers and amd-app you like to install during the install, it also asks what miner you like to install and asks to edit the miners conf file during miner install.

Everything works with the scripts that I made, from first boot to mining, first you need get the first install script from the web server with wget and run that, after that you just need to answer the questions the installer makes, type boot-2 after first reboot and then boot-3 after second reboot. then type cgminer to start mining and sc to connect to the screen session that cgminer is running in.

There is probably many things that could be done better in vcm, and it still needs may more scripts to be a fully functional farm mining OS and Manager, but you got to start some were I guess.

I'm doing all the work on vcm in my free time, and I'm not a real coder or anything so don't expect me to make vcm in to a full farm manager any time soon.

Next things I'm going to add is more amd drivers to the installer and finishing the VCM/PXE server installer and it's functions, atm ~ 70% ready.

Suggestions for improvement and comments about vcm are welcome, all the scripts and files are here:

vcm

To get started make your own persistent debian usb or  download a image I made

at first boot switch to root terminal:

sudo su

make a root password:

passwd

check ip of box:

ifconfig

then ssh in to box and start the installer script:

sh /install/vcm.sh

This thread is not meant to be a support thread for vcm, You'll find me at freenode irc in #vcm if you have support questions.

I'm posting this because maybe some of you miners are interested in customizing your mining OS, and this gives you a base for doing that.

Of course, the ready vcm images I make will work almost out of the box, you just need to install the miner you want, from miner menu, press mm and enter.

vcm is not meant to be a mining OS for beginners at the moment, not because it's difficult to install, thats easy, but when adding your own scripts and getting the farm manager functions to work you are probably going to need to know some more than just windows OS stuff.

And on that note I'll just say, that all questions about how to do anything vcm related on windows is going to be unanswered by me, I have 22 computers and none of them are running windows, so thats out of my league.


**************************************************--virtuals custom miner--***********************************************



root@vcm-pxe-15:~# vcm



***************************************************** System Data **************************************************

Hostname        : vcm-pxe-15
IP Address       : 192.168.10.15
MAC Address   : 60:a4:4c:37:06:d4
Kernel             : 3.2.0-4-amd64
Time/Uptime    : 10:56:30 up  1:47,  3 users,  load average: 0.11, 0.04, 0.05
CPU                  : Intel(R) Celeron(R) CPU G1620 @ 2.70GHz
Cores              : 2 @ 1600 MHz
CPU Temp        : Core 0: +31.0°C Core 1: +34.0°C
Memory          : 4 GB
AMD-driver      : fglrx 14.20.7 [May 22 2014] with 3 minors
AMD-APP         : OpenCL 1.2 AMD-APP (1526.3)
GPU Load        : 99% 96% 96%
GPU Temp        : 72.00 C 70.00 C 72.00 C
GPU's:

Advanced Micro Devices [AMD] nee ATI Tahiti XT [Radeon HD 7970]
Advanced Micro Devices [AMD] nee ATI Tahiti XT [Radeon HD 7970]
Advanced Micro Devices [AMD] nee ATI Tahiti XT [Radeon HD 7970]

***************************************************** installed on VCM ************************************************

GPU Drivers     : amd-catalyst-14.6-beta-v1.0-may23 aka fglrx-14.20               
AMD APP         : app-2.9
AMD ADL         : amd-adl_sdk_6

******************************************************* commands *************************************************

vm     -vcm menu          mine   -start default miner                       F11              -switch terminal to fullscreen in desktop mode
vsm   -server menu        sc      -attach to miner screen session       Ctrl+Shift+c     -copy text in terminal
sm     -system menu       rb     -reboot rig                                     Ctrl+Shift+v     -paste in text in terminal
mm   -miner menu         sd     -shutdown rig                                Shift+Page Up    -scroll terminal window up
am    -amd menu           up     -vcm update                                  Shift+Page Down  -scroll terminal window down
pm    -pxe menu           vcm   -show vcm info (this screen)
sshm -ssh menu

**************************************************************************************************************************

                                                        type vm to show vcm menu

**************************************************************************************************************************


2  Other / Off-topic / Labcoin Complaint Information on: November 13, 2013, 10:36:23 AM

Pleas post here why Labcoin should be reported to the authorities, what have the done wrong how is their operation illegal how have they broken the share holders contract. Pleas post information here we can use in the complaint against Labcoin
3  Other / Off-topic / Information About - Labcoin - on: November 13, 2013, 10:03:48 AM

This thread is for posting information about Labcoin, pleas post information here that will help us find out who is really behind Labcoin


If you have any information, logged IP addresses from IRC, Skype or different user names information about any of the Labcoin Team members:


labcoin

https://bitcointalk.org/index.php?action=profile;u=120219


delaria

https://bitcointalk.org/index.php?action=profile;u=82760


g0tavalon

http://www.reddit.com/user/g0tavalon/submitted/


Or any username that "labcoin" has used on IRC or Skype


Pleas post that information here





I'll start from the beginning with labcoin.com domain information that I found so far. If anyone can find out more information on the

registration about the first labcoin.com domain pleas post the info here with link to the source.



Note labcoin.com domain was registered before iTec-Pro Limited was registered in HK



Labcoin History - LABCOIN.COM Domain


http://www.domaincrawler.com/labcoin.com#whois

http://whoisrequest.org/history/labcoin.com

http://whoisrequest.org/whois/labcoin.com

http://whoisrequest.org/ip-history/labcoin.com


*********************************************************************************************************

LABCOIN.COM Domain registered                                  13-sep-2012


This is a cached entry from 2012-09-21 04:45:36

Domain Name: LABCOIN.COM
Registrar: CLOUD GROUP LIMITED
Whois Server: whois.hostingservicesinc.net
Referral URL: http://www.resell.biz
Name Server: NS3.NZCLOUDHOSTING.COM
Name Server: NS4.NZCLOUDHOSTING.COM
Status: clientTransferProhibited
Updated Date: 14-sep-2012
Creation Date: 13-sep-2012
Expiration Date: 13-sep-2013

>>> Last update of whois database: Fri, 21 Sep 2012 02:41:37 UTC <<<


whois.hostingservicesinc.net

Domains4Bitcoins.com
Domain Name: LABCOIN.COM

Registrant:
PrivacyProtect.org
Domain Admin (contact@privacyprotect.org)
ID#10760, PO Box 16
Note - All Postal Mails Rejected, visit Privacyprotect.org
Nobby Beach
null,QLD 4218
AU
Tel. +45.36946676

Creation Date: 13-Sep-2012
Expiration Date: 13-Sep-2013


http://www.domaincrawler.com/labcoin.com#whois


*********************************************************************************************************

LABCOIN.COM Nameservers Change                                  16-nov-2012


Changes on that date
Removed   ns4.nzcloudhosting.com
Removed   ns3.nzcloudhosting.com
Added   ns3.linode.com
Added   ns2.linode.com
Added   ns1.linode.com


http://whoisrequest.org/history/labcoin.com


*********************************************************************************************************

LABCOIN.COM Nameservers Change                                  28-apr-2012


Changes on that date
Added   ns4.linode.com


http://whoisrequest.org/history/labcoin.com


*********************************************************************************************************

LABCOIN.COM Domain Last Update                                  21-May-2013


Registrant Contact Details:
    iTec Pro Ltd
    Samuel Noi        ()
    Unit 1010, 10/F, Miramar Tower, 132 Nathan Road, Tsim Sha Tsui,
    Kowloon, Hong Kong
    Hong Kong
    Hong Kong,00000
    HK
    Tel. +852.81769405


http://whoisrequest.org/whois/labcoin.com


*********************************************************************************************************


IP History for labcoin.com


IP's added                                                Jan 14 -  Feb 12, 2013
   
labcoin.com 106.186.20.165


IP's removed                                             Feb 12 -  Mar 05, 2013

labcoin.com 106.186.20.165


IP's added                                                Mar 05 -  Mar 27, 2013
   
labcoin.com 144.76.27.61


IP's changed                                                Mar 27 -  Apr 18, 2013

old        labcoin.com 144.76.27.61
new      labcoin.com 106.186.20.165


IP's changed                                                Apr 18 -  Jun 10, 2013

old        labcoin.com 106.186.20.165
new      labcoin.com 178.79.173.51


http://whoisrequest.org/ip-history/labcoin.com


*********************************************************************************************************

Information for 106.186.20.165


li565-165.members.linode.com


inetnum:        106.186.16.0 - 106.186.23.255
netname:        LINODE
descr:          Linode, LLC
country:        JP
admin-c:        KB2156JP
tech-c:         KB2156JP
remarks:        This information has been partially mirrored by APNIC from
remarks:        JPNIC. To obtain more specific information, please use the
remarks:        JPNIC WHOIS Gateway at
remarks:        http://www.nic.ad.jp/en/db/whois/en-gateway.html or
remarks:        whois.nic.ad.jp for WHOIS client. (The WHOIS client
remarks:        defaults to Japanese output, use the /e switch for English
remarks:        output)
changed:        apnic-ftp@nic.ad.jp 20120323
changed:        apnic-ftp@nic.ad.jp 20120404
source:         JPNIC


http://wq.apnic.net/apnic-bin/whois.pl

https://www.linode.com/


*********************************************************************************************************


Information for 144.76.27.61


static.61.27.76.144.clients.your-server.de


inetnum:        144.76.0.0 - 144.76.255.255
netname:        HETZNER-RZ-BLK-ERX1
descr:          Server Block
country:        DE
admin-c:        HOAC1-RIPE
tech-c:         HOAC1-RIPE
status:         EARLY-REGISTRATION
mnt-by:         HOS-GUN
mnt-lower:      HOS-GUN
mnt-routes:     HOS-GUN
mnt-domains:    HOS-GUN
source:         RIPE
role:           Hetzner Online AG - Contact Role
address:        Hetzner Online AG
address:        Stuttgarter Strasse 1
address:        D-91710 Gunzenhausen
address:        Germany


http://whoisrequest.org/whois/144.76.27.61

http://www.hetzner.de/en/


*********************************************************************************************************

Information for 178.79.173.51


li310-51.members.linode.com


inetnum:        178.79.168.0 - 178.79.175.255
netname:        LINODE-UK
descr:          Linode, LLC
country:        GB
admin-c:        TA2589-RIPE
tech-c:         TA2589-RIPE
tech-c:         LA538-RIPE
remarks:        This block is used for static customer allocations
remarks:        Please send abuse reports to
status:         ASSIGNED PA
mnt-by:         Linode-mnt
source:         RIPEmnt-domains:    Linode-mnt


http://whoisrequest.org/whois/178.79.173.51

https://www.linode.com/


*********************************************************************************************************
4  Bitcoin / Legal / labcoin lawsuit on: November 05, 2013, 02:27:52 PM
This thread is for discussing the upcoming Labcoin lawsuit, I'll start with my posts from the moderated thread.

Ok guys lets put the pitch forks down for a second and get back to reality, first that chinese address is 3 years old and Alberto is atm in Italy and has probably been there for some time now so lets start there. Second Fabrizio Tatti is Italian and the owner of I-tec.pro aka Labcoin so we have to start with him.

So first we need to gather a list of people who has lost plenty of money ( together over 200 000$ ) with this SCAM, then we take that list and make a criminal complaint and submit it to Italian "Polizia Postale" the Italian cyber-crime unit.

And with the complaint we will submit Albertos involvement in Labcoin and his fraud history and a estimate of how much money he has stolen from people in the past. Im sure the will want to put him away and not let him get away with that, as this is their job to put guys like him away. And since Fabrizio is the owner working with known criminal I am sure he also will get convicted for his crime.

We have there IP addresses that they have been using on IRC and Im sure the Polizia Postale will find out who Sam is and take him in for questioning and he will also get convicted if he exists. We can also mention that they have been logging in to Btc talk and Btc-t Im sure Btc talk will give information to the police regarding the accounts these SCAMMERS have been using ( IP addresses of logins to Labcoin and delaria accounts ) Burnside will release the IPO BTC address and possibly IP addresses via order from the US gov or Belize gov if the Polizia Postale will ask for them.

So the right way of moving forward is getting people who lost money to get together and submit the complaint to the right authorities and they will hunt these guys down and bring them to justice.

So if you guys are ready to submit your real names and how much you lost to the complaint Im sure we can get get this case rolling. I personally have not lost so much so I can not do anything alone and I need some big investors to join this endeavour if we are going to succeed in bringing these SCAMMERS to justice. Personally I dont see how we are going to get all our money back but Im sure these guys will not SCAM again if we can put them away for a long time.  


and

Im no expert in this area but i think we should start with the Italian authorities since these guys are from Italy and there is an Italian lawyer who can set us up with a Italian criminal lawyer who can prepare the compliant and submit it the authorities.

As for the payment of this I suggest the that lawyer sets up a BTC donation address and a estimate of the cost and when there is sufficient funds to proceed he will make the paper work and submit the compliant to the authorities. And for the personal information that is needed I suggest emailing the information directly to the criminal lawyer who is handling the case.

And for taking the lead of this I suggest someone from lcsh group who has some more credibility with the community as Im just a newbie. This is just my suggestion and we can ask the lawyer what he thinks of this approach.

5  Other / Beginners & Help / Lol @ Labcoin IPO thread I want to join the fun on: September 02, 2013, 08:39:43 AM
I have some Labcoin shares and I read the Labcoin IPO thread and some times I just want to join the discussion but now I feel I have to get this newbie post done so I can post over there to.

The latest comment about the chips just gets my hair rising:

https://bitcointalk.org/index.php?topic=263445.msg3061685#msg3061685

" Let me know if I missed this, but has it been addressed why the picture of the new "chips" showed two different chips and no indication that either was developed by LC? "

well look at the picture closer and you notice that one chip is upside down thats why it looks different.

https://bitcointalk.org/index.php?topic=263445.msg3034290#msg3034290

Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!