Bitcoin Forum
July 01, 2024, 02:12:43 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Games and rounds / Re: BTCJam forum name verification on: November 18, 2015, 06:36:35 PM
'I want to link my Bitcointalk name with BTCJam's. Verification code: 6e0dcd04-998b-439e-891a-0e5cc9890702'
2  Economy / Games and rounds / Re: BTCJam forum name verification on: September 08, 2015, 07:34:22 PM
'I want to link my Bitcointalk name with BTCJam's. Verification code: 6e0dcd04-998b-439e-891a-0e5cc9890702'
3  Bitcoin / Mining software (miners) / Re: OFFICIAL CGMINER mining software thread for linux/win/osx/mips/arm/r-pi 4.9.2 on: August 23, 2015, 03:18:30 AM
Hello, I have installed and using the following. mining for litecoin only
Fail. Cgminer doesn't mine litecoin or without mining hardware. Seek help in the altcoin subforums using other software.

lol ............ and from last 10 days,  I am telling my cgmine to mine alone without hardware
and giminer can not work on VPS or standalone PC

wow, and I have invested so many hours to know "cgminer can not miner by itself " so as on VPS alone, on google also

on irc Lightsword told me
to miner bitcoin with usb you need a miner like this https://bitmaintech.com/productDetail.htm?pid=00020150109104550452NTD3NdYY0669

Anyways, Thanks for the support team for educating me, and I wish the post to live here, for new comers in mining.

Prachait
4  Alternate cryptocurrencies / Mining (Altcoins) / VPS CPU mining was Re: OFFICIAL CGMINER mining software thread for linux/win/osx/mips/arm/r-pi 4.9.2 on: August 09, 2015, 09:45:36 PM
You clearly aren't running the master cgminer.
Master cgminer has no "-scrypt" in it.
You'll need to find whoever hacked that version of cgminer and get them to fix it.

I tried ./cgminer -o stratum+tcp://stratum.eobot.com:4334 --userpass abc:x
without -scrypt
Still the same issue and the code was downloaded from http://ck.kolivas.org/apps/cgminer/

Waiting for your next recommendation, Thanks, Prachait


SOLVED

yum install git automake gcc make curl-devel

git clone https://github.com/pooler/cpuminer
cd cpuminer
./autogen.sh
CFLAGS="-03"./configure
make sudo make install
minerd --url=http://pool.com:9332 --userpass=worker:password

and NOW it is working on VPS 2GB RAM CentOS

Thanks to http://luxrayelite.chatango.com/

Prachait

5  Alternate cryptocurrencies / Mining (Altcoins) / VPS CPU mining was Re: OFFICIAL CGMINER mining software thread for linux/win/osx/mips/arm/r-pi 4.9.2 on: August 09, 2015, 09:10:01 PM
You clearly aren't running the master cgminer.
Master cgminer has no "-scrypt" in it.
You'll need to find whoever hacked that version of cgminer and get them to fix it.

I tried ./cgminer -o stratum+tcp://stratum.eobot.com:4334 --userpass abc:x
without -scrypt
Still the same issue and the code was downloaded from http://ck.kolivas.org/apps/cgminer/

Waiting for your next recommendation, Thanks, Prachait
6  Bitcoin / Mining support / Re: When you start bfgminer not find USB device. on: August 08, 2015, 04:39:17 PM
i like the idea and havnet seen many people attempt to do this.

1. what make and model of tablet
2. the tablet wont supply enough power for most devices as most tablets are limited to putting out around 200ma (most arnt designd for more than a keyboard and mouse) so you would need a good USB2 hub for the power

I got the same issue with my CentOS VPS Server today.
Any solutions ?
7  Alternate cryptocurrencies / Mining (Altcoins) / VPS CPU mining was Re: OFFICIAL CGMINER mining software thread for linux/win/osx/mips/arm/r-pi 4.9.2 on: August 08, 2015, 01:24:26 PM
Hello, I have installed and using the following.

[~/cgminer]# cgminer -version
libusb_init() failed err -99 [2015-08-08 18:50:57] libusb_init() failed
Segmentation fault (core dumped)

[~/cgminer]# ./cgminer -scrypt -o stratum+tcp://stratum.eobot.com:4334 --userpass abc:x
libusb_init() failed err -99 [2015-08-08 18:53:04] libusb_init() failed
Segmentation fault (core dumped)

I am using
1. VPS Server 2 GB RAM 60 GB HDD
2. CentOS Is installed
3. Using Command line only


Kindly update on libusb_init

Thanks, Prachait

CFLAGS="-g -W -Wall" ./configure --enable-icarus --enable-bitforce --enable-modminer --enable-ztex --enable-bflsc

------------------------------------------------------------------------
cgminer 4.9.2
------------------------------------------------------------------------


Configuration Options Summary:

  libcurl(GBT+getwork).: Enabled: -lcurl
  libsystemd...........: Disabled
  curses.TUI...........: FOUND: -lncurses

  Antminer.S1.Bitmain..: Disabled
  Antminer.S2.Bitmain..: Disabled
  Antminer.S3.Bitmain..: Disabled
  Avalon.ASICs.........: Disabled
  Avalon2.ASICs........: Disabled
  Avalon4.ASICs........: Disabled
  BlackArrowMinion.ASIC: Disabled
  BlackArrow.ASICs.....: Disabled
  BFL.ASICs............: Enabled
  BitForce.FPGAs.......: Enabled
  BitFury.ASICs........: Disabled
  BlockErupter.ASICs...: Disabled
  Cointerra.ASICs......: Disabled
  Spond-sp10.ASICs.....: Disabled
  Spond-sp30.ASICs.....: Disabled
  Bitmine-A1.ASICs.....: Disabled
  Drillbit.BitFury.....: Disabled
  Hashfast.ASICs.......: Disabled
  Hashratio.ASICs......: Disabled
  Icarus.ASICs/FPGAs...: Enabled
  Klondike.ASICs.......: Disabled
  KnC.ASICs............: Disabled
  ModMiner.FPGAs.......: Enabled

Compilation............: make (or gmake)
  CPPFLAGS.............:
  CFLAGS...............: -g -W -Wall
  LDFLAGS..............:  -lpthread
  LDADD................: -ldl -lcurl    compat/jansson-2.6/src/.libs/libjansson.a -lpthread    -lm compat/libusb-1.0/libusb/.libs                                       /libusb-1.0.a -ludev -lrt

Installation...........: make install (as root if needed, with 'su' or 'sudo')
  prefix...............: /usr/local

---------------
make and make install


[~/cgminer]# cgminer -version
libusb_init() failed err -99 [2015-08-08 18:50:57] libusb_init() failed
Segmentation fault (core dumped)

[~/cgminer]# ./cgminer -scrypt -o stratum+tcp://stratum.eobot.com:4334 --userpass abc:x
libusb_init() failed err -99 [2015-08-08 18:53:04] libusb_init() failed
Segmentation fault (core dumped)

I am using
1. VPS Server 2 GB RAM 60 GB HDD
2. CentOS Is installed
3. Using Command line only


Kindly update on libusb_init
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!