Bitcoin Forum
June 21, 2024, 09:14:52 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MINT]Mintcoin, Energy Saving Coin *22 Exchanges *26 Merchants on: March 20, 2014, 03:39:19 PM
have wallet vers 4.8.4

can I keep this version ... do I Need to upgrade?
2  Bitcoin / Hardware / Re: [ANN] Introduction to DualMiner USB (could mine both BTC and LTC) on: March 20, 2014, 05:50:53 AM
With your rasp pi setup...

How do we turn off dual mode ( i am seeing 2 lights on them when they are mining)

thanks  Smiley

Hello, we have price promotions (based on volume purchase) of DM2 product. Please go to the 1st page of this thread for details. Thank you for interest and business.
3  Bitcoin / Hardware / Re: [ANN] Introduction to DualMiner USB (could mine both BTC and LTC) on: March 18, 2014, 12:47:54 AM
I was asking for raspberry pi ... specifically CruzCoins build.

the switches are in the correct position and they still have 2 lights on with rasp pi.

on the old windows gui miner they show 1 light

thanks though

Wink
You turn off dual mode by switching the dip switch to L on the unit.
In the param box of the GUI you can add this line.
Code:
–dualminer -pll 850
Or directly into your cgminer bat file.
I hope it helps you out.
Happy Mining.

Your guide Rocks thanks....

2 quick questions...

how do we tell them to mine at 850 ... do we just add it to the line like:
sudo ./cgminer --scrypt -o stratum+tcp://yourfavoritepool.com:3333 -u yourusername -p x -pll 850  ??

How do we turn off dual mode ( i am seeing 2 lights on them when they are mining)

thanks Smiley

Please just follow my guide as it would have prevented all of the errors you are encountering. Go through the guide in my signature step by step before reporting back more problems.
4  Bitcoin / Hardware / Re: [ANN] Introduction to DualMiner USB (could mine both BTC and LTC) on: March 18, 2014, 12:23:50 AM
Your guide Rocks thanks....

2 quick questions...

how do we tell them to mine at 850 ... do we just add it to the line like:
sudo ./cgminer --scrypt -o stratum+tcp://yourfavoritepool.com:3333 -u yourusername -p x -pll 850  ??

How do we turn off dual mode ( i am seeing 2 lights on them when they are mining)

thanks Smiley

Please just follow my guide as it would have prevented all of the errors you are encountering. Go through the guide in my signature step by step before reporting back more problems.
5  Bitcoin / Hardware / Re: [ANN] Introduction to DualMiner USB (could mine both BTC and LTC) on: March 17, 2014, 10:01:20 PM
./configure –enable-dualminer –enable-scrypt –disable-opencl  –prefix=$DIR_PATH/

The issue is that $DIR_PATH is not defined. velvethammer2 , I assume you were following the instructions on the DM support web site? I think that the $DIR_PATH in those instructions are a typo.

CruzCoins' instructions on this thread are correct though.

Also, you could consider dropping the –prefix option altogether if you want to install the cgminer in the default location (which is what I did; you can see my post on the subject if you're interested).

HTH...

awesome thanks


Yes was following:
http://support.dualminer.com/raspberry-pi-user-guide/

Ill try cruzc's guide

thanks Smiley
6  Bitcoin / Hardware / Re: [ANN] Introduction to DualMiner USB (could mine both BTC and LTC) on: March 17, 2014, 07:59:24 PM
OK 1 more error Sad  any thoughts??

on Step 3-3:
./configure –enable-dualminer –enable-scrypt –disable-opencl  –prefix=$DIR_PATH/
make && make install

--------

make[3]: Entering directory `/home/pi/cgminer/compat/jansson'
make[3]: Nothing to be done for `install-exec-am'.
test -z "//include" || /bin/mkdir -p "//include"
/bin/mkdir: cannot create directory `//include': Permission denied
make[3]: *** [install-includeHEADERS] Error 1
make[3]: Leaving directory `/home/pi/cgminer/compat/jansson'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/home/pi/cgminer/compat/jansson'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/pi/cgminer/compat'
make: *** [install-recursive] Error 1


-------------------------



pi@raspberrypi ~/cgminer $ make && make install                                 make  all-recursive
make[1]: Entering directory `/home/pi/cgminer'
Making all in lib
make[2]: Entering directory `/home/pi/cgminer/lib'
  GEN    signal.h
  GEN    string.h
make  all-recursive
make[3]: Entering directory `/home/pi/cgminer/lib'
make[4]: Entering directory `/home/pi/cgminer/lib'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/pi/cgminer/lib'
make[3]: Leaving directory `/home/pi/cgminer/lib'
make[2]: Leaving directory `/home/pi/cgminer/lib'
Making all in compat
make[2]: Entering directory `/home/pi/cgminer/compat'
Making all in jansson
make[3]: Entering directory `/home/pi/cgminer/compat/jansson'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/pi/cgminer/compat/jansson'
Making all in libusb-1.0
make[3]: Entering directory `/home/pi/cgminer/compat/libusb-1.0'
make  all-recursive
make[4]: Entering directory `/home/pi/cgminer/compat/libusb-1.0'
Making all in libusb
make[5]: Entering directory `/home/pi/cgminer/compat/libusb-1.0/libusb'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/pi/cgminer/compat/libusb-1.0/libusb'
make[5]: Entering directory `/home/pi/cgminer/compat/libusb-1.0'
make[5]: Leaving directory `/home/pi/cgminer/compat/libusb-1.0'
make[4]: Leaving directory `/home/pi/cgminer/compat/libusb-1.0'
make[3]: Leaving directory `/home/pi/cgminer/compat/libusb-1.0'
make[3]: Entering directory `/home/pi/cgminer/compat'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/pi/cgminer/compat'
make[2]: Leaving directory `/home/pi/cgminer/compat'
Making all in ccan
make[2]: Entering directory `/home/pi/cgminer/ccan'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/pi/cgminer/ccan'
make[2]: Entering directory `/home/pi/cgminer'
  CC     cgminer-cgminer.o
  CC     cgminer-util.o
  CC     cgminer-sha2.o
  CC     cgminer-api.o
  CC     cgminer-logging.o
  CC     cgminer-driver-opencl.o
  CC     cgminer-scrypt.o
  CC     cgminer-usbutils.o
  CC     cgminer-driver-dualminer.o
driver-dualminer.c: In function ‘dualminer_send_cmds’:
driver-dualminer.c:326:18: warning: comparison between pointer and integer [enabled by default]
  CCLD   cgminer
make[2]: Leaving directory `/home/pi/cgminer'
make[1]: Leaving directory `/home/pi/cgminer'
Making install in lib
make[1]: Entering directory `/home/pi/cgminer/lib'
make  install-recursive
make[2]: Entering directory `/home/pi/cgminer/lib'
make[3]: Entering directory `/home/pi/cgminer/lib'
make[4]: Entering directory `/home/pi/cgminer/lib'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/pi/cgminer/lib'
make[3]: Leaving directory `/home/pi/cgminer/lib'
make[2]: Leaving directory `/home/pi/cgminer/lib'
make[1]: Leaving directory `/home/pi/cgminer/lib'
Making install in compat
make[1]: Entering directory `/home/pi/cgminer/compat'
Making install in jansson
make[2]: Entering directory `/home/pi/cgminer/compat/jansson'
make[3]: Entering directory `/home/pi/cgminer/compat/jansson'
make[3]: Nothing to be done for `install-exec-am'.
test -z "//include" || /bin/mkdir -p "//include"
/bin/mkdir: cannot create directory `//include': Permission denied
make[3]: *** [install-includeHEADERS] Error 1
make[3]: Leaving directory `/home/pi/cgminer/compat/jansson'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/home/pi/cgminer/compat/jansson'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/pi/cgminer/compat'
make: *** [install-recursive] Error 1



------------------------------------------
Step 3-3:
Install some packages  needed by dualminer source code
sudo apt-get update
sudo apt-get install libudev-dev libcurl4-openssl-dev
sudo apt-get install vim(Optinal : edit file tool )
Then you can get dualminer https://github.com/dualminer
git clone git://github.com/dualminer/dualminer-cgminer.git cgminer
cd cgminer
sudo chmod +x autogen.sh
./autogen.sh
./configure –enable-dualminer –enable-scrypt –disable-opencl  –prefix=$DIR_PATH/
make && make install
actually after doing the 1 2 3 you can mine using USB DualMiner
if you have one USB DualMiner ,insert it to your Pi directly is ok
but if you have two or more you should use a hub as the picture shows
7  Bitcoin / Hardware / Re: [ANN] Introduction to DualMiner USB (could mine both BTC and LTC) on: March 17, 2014, 07:32:44 PM
Got to Step 3-3:
But get the following error ... any thoughts?

pi@raspberrypi ~ $ cd cgminer
pi@raspberrypi ~/cgminer $ sudo chmod +x autogen.sh
pi@raspberrypi ~/cgminer $ ./autogen.sh
./autogen.sh: 6: ./autogen.sh: autoreconf: not found
Configuring...
./autogen.sh: 10: ./autogen.sh: /home/pi/cgminer/configure: Permission denied




-----------------------------------------
Step 3-3:
Install some packages  needed by dualminer source code
sudo apt-get update
sudo apt-get install libudev-dev libcurl4-openssl-dev
sudo apt-get install vim(Optinal : edit file tool )
Then you can get dualminer https://github.com/dualminer
git clone git://github.com/dualminer/dualminer-cgminer.git cgminer
cd cgminer
sudo chmod +x autogen.sh
./autogen.sh

------------------------------
pi@raspberrypi ~ $ git clone git://github.com/dualminer/dualminer-cgminer.git cgminer
Cloning into 'cgminer'...
remote: Reusing existing pack: 254, done.
remote: Total 254 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (254/254), 3.88 MiB | 1.24 MiB/s, done.
Resolving deltas: 100% (27/27), done.
Checking out files: 100% (221/221), done.
pi@raspberrypi ~ $ cd cgminer
pi@raspberrypi ~/cgminer $ sudo chmod +x autogen.sh
pi@raspberrypi ~/cgminer $ ./autogen.sh
./autogen.sh: 6: ./autogen.sh: autoreconf: not found
Configuring...
./autogen.sh: 10: ./autogen.sh: /home/pi/cgminer/configure: Permission denied


Code:
sudo chmod +x /home/pi/cgminer/autogen.sh
will probably need to do the same for configure. that should fix your problem.

THANKS that fixed it
8  Bitcoin / Hardware / Re: [ANN] Introduction to DualMiner USB (could mine both BTC and LTC) on: March 17, 2014, 06:34:46 PM
Got to Step 3-3:
But get the following error ... any thoughts?

pi@raspberrypi ~ $ cd cgminer
pi@raspberrypi ~/cgminer $ sudo chmod +x autogen.sh
pi@raspberrypi ~/cgminer $ ./autogen.sh
./autogen.sh: 6: ./autogen.sh: autoreconf: not found
Configuring...
./autogen.sh: 10: ./autogen.sh: /home/pi/cgminer/configure: Permission denied




-----------------------------------------
Step 3-3:
Install some packages  needed by dualminer source code
sudo apt-get update
sudo apt-get install libudev-dev libcurl4-openssl-dev
sudo apt-get install vim(Optinal : edit file tool )
Then you can get dualminer https://github.com/dualminer
git clone git://github.com/dualminer/dualminer-cgminer.git cgminer
cd cgminer
sudo chmod +x autogen.sh
./autogen.sh

------------------------------
pi@raspberrypi ~ $ git clone git://github.com/dualminer/dualminer-cgminer.git cgminer
Cloning into 'cgminer'...
remote: Reusing existing pack: 254, done.
remote: Total 254 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (254/254), 3.88 MiB | 1.24 MiB/s, done.
Resolving deltas: 100% (27/27), done.
Checking out files: 100% (221/221), done.
pi@raspberrypi ~ $ cd cgminer
pi@raspberrypi ~/cgminer $ sudo chmod +x autogen.sh
pi@raspberrypi ~/cgminer $ ./autogen.sh
./autogen.sh: 6: ./autogen.sh: autoreconf: not found
Configuring...
./autogen.sh: 10: ./autogen.sh: /home/pi/cgminer/configure: Permission denied

9  Bitcoin / Hardware / Re: [ANN] Introduction to DualMiner USB (could mine both BTC and LTC) on: March 07, 2014, 03:10:14 AM
Hello Friends,

Per our customers' requests and comments, we will release our 2nd product DualMiner USB 2 very soon. DM 2 is designed specifically for scrypt altcoin mining. We can give our customer better pricing (compared to the DualMiner USB) because of the simplified design and testing efforts. Please go to the 1st page of this thread for more detailed product introduction. Thank you all for your support and interest

Great....

did you release cgminer for windows yet?
10  Bitcoin / Hardware / Re: SCRYPT ASIC miner ready. BTC+LTC ASIC miner, LA1THS, usd5000, stock ready now. on: March 07, 2014, 03:07:56 AM
here is new ATX pcie cable. will be add to package for free.LA3M will bundle with  4 pcs.its free.

Are you going to send a set of those to earlier clients too?
when you place new order, i will provide free cables too. if send seperately, too much money for me.cannot stand it.

Hahahahahaha, you're hilarious. You're making a very hefty profit on a sale. Miss a promised shipping date by 14 days. Ignore all requests about it, and deny any kind of a refund because "the market gave you too many orders".

And now you don't want to send cables that you give away free to new customers to the customers you so dearly screwed. Good work.

He doesn't have to give these out to anyone - not even new customers if he does't want to. When you handed over your money did you know these were even available? Ofc not. If they hadn't been offered to new customers would you even be discussing it? Ofc not. Stop being a big baby, crying about it not being fair. You can make these cables yourself for less than $5 each. Why should he have to spend thousands of dollars sending these out to you big cry babies? The cost of the shipping will be many times more than the cost of the cables themselves.

And about him being two weeks late - look at his BTC address alone ~$600,000 of orders in 4 weeks, and thats not to mention all the people who wired him USD. I'm pretty sure you wouldn't have the faintest idea how to deal with demand like that. Two weeks really isn't that bad when you consider BFL, Hashfast, Cointerra etc etc. KnC were more than a month late. I even saw the first Bitmain customers waiting longer than that, and look at Bitmains reputation now - sun shines out of his ass because he got his shit together after the initial breaking in period.

Jack's been a decent guy so far - he has RMA'd my broken miners, and now he tests each one individually before shipment.
He is replacing broken controllers for free. He is ramping up his back office staff and systems to deal with the demand. He is spending his 'hefty profits' on a web portal with proper tracking. Give the guy a freaking break

Haters gonna hate - aint no stopping that

+1

+2

+3 jack is a hard worker. We are paying him well but he has met all expectations and delivered!!! Thanks jack!

+4 Jack makes a good aftersales support. Thanks for that, Jack.


+5
although, my version 1 controller (jack's tech logged into it and turned off the 10 min reboot) works better than my version 2 controller.
higher avg hash - both set to 850 MHz

When will we get backup pools?

-j
11  Bitcoin / Hardware / Re: LightningAsic usb miners based Gridseed GC3355 Tech Support Thread on: March 05, 2014, 06:34:29 PM
cool

so do they have fail over for the 1chip USB ones?

do you have a link?


Cool do they have an ETA?


Later down the line the guys from Scripta are going to include Gridseed 5-chip miner support in their RasPi distro...which means a nice clean WebUI, fail over pools, saving/restoring configurations,...  You get the idea.

2 weeks?   Grin  Nah, just kidding...They currently have support for Gridseed's 1-chip USB "stick" miners...and are now working on the 5-chip one...so I don't think it will be too far out there.

Chirale and DrFranz have been balancing their real-lives with their crypto-lives so they don't have a firm ETA, but have promised to get it together in the next few weeks.

Until then I'm content to run things off RasPi/Wheezy/minerd.

12  Bitcoin / Hardware / Re: LightningAsic usb miners based Gridseed GC3355 Tech Support Thread on: March 05, 2014, 01:01:43 AM
Cool do they have an ETA?


Later down the line the guys from Scripta are going to include Gridseed 5-chip miner support in their RasPi distro...which means a nice clean WebUI, fail over pools, saving/restoring configurations,...  You get the idea.
13  Bitcoin / Hardware / Re: SCRYPT ASIC miner ready. BTC+LTC ASIC miner, 1THS(1000GHS) Bitcoin miner, 950W. on: March 04, 2014, 04:29:15 PM
OK, that is great for my 2nd order but i need to get it on my 1st order Smiley

on second la3m order i got an email today with my tracking number.

communication IS getting better !

-thanks Jack.....

now when can we get updated firmware?

 Smiley

New controller will have updated firmware.

I had 1 TP-link not working on arrival so jack is sending me 2 FREE!

He informed me they will have the new firmware.
14  Alternate cryptocurrencies / Mining (Altcoins) / Re: [GUIDE] GridSeed Miner Support/Tuning on: March 04, 2014, 04:24:08 PM
I am only seeing $15 a day with dodge (not 45)  Sad
What am I doing wrong?

http://www.coinwarz.com/cryptocurrency/?sha256HashRate=1000.00&sha256Power=500.00&sha256PowerCost=0.1100&scryptHashRate=3000&scryptPower=100&scryptPowerCost=0.1100&sha256Check=false&scryptCheck=true&e=Coinbase

-j



I dont know where you are getting those numbers from for Antminer earnings. When I put 1.6GH/s into Coinwarz it tells me they earn $0.16/day mining the most profitable coin.
The Bitcoin side of the Gridseedx5 runs at 8G and Coinwarz makes that a profit of $0.79/day. Running it in Litecoin only mode produces $2.5/day on the best Scrypt coin according to Coinwarz.


This is very close to accurate, also there are coins much more profitable than Litecoin,

If you mine DOGE for example, and you have 10 Gridseed miners, you are making $45 a day and your ROI is 60 days and your annual return is upwards of $16k (all things remaining the same)

Your power cost for a whole year is less than $100

so why not??
15  Alternate cryptocurrencies / Mining (Altcoins) / Re: Gridseed GC3355 -Hybrid Scrypt/SHA256 ASIC on: March 04, 2014, 03:04:00 AM
I am a little over 100 watts total on 10 (not 1)
According to this review, the 5-chip Gridseed Miner pulls almost 60W mining Litecoin and only does around 350KH/s...

Is there something I am missing?  Why are people spending $300 on this ASIC, when a ($110-150) Radeon 7850 has equivalent specs and about the same hashrate (ie 350-380 KH/s)??


Try reading their updated post about a fixed cpuminer.

Try reading the official guide: https://bitcointalk.org/index.php?topic=494625.0 Smiley

325 kh/s at 10W is way better to host for heat and power than 250Kh/s @ 10-20x the power and heat.

Just because you changed your joke to a somewhat real hosting share program, don't start lying about stats.

Gridseed is doing 300 khs at 50-60 watts these days. They claimed 10 watts, but none of the reviews show that low power use.

Even a $200 ($230 now) R9-270 will do 450khs at 150 watts. Hardly 10-20x the power.


16  Bitcoin / Hardware / Re: SCRYPT ASIC miner ready. BTC+LTC ASIC miner, 1THS(1000GHS) Bitcoin miner, 950W. on: March 04, 2014, 03:01:43 AM
on second la3m order i got an email today with my tracking number.

communication IS getting better !

-thanks Jack.....

now when can we get updated firmware?

 Smiley
17  Bitcoin / Hardware / Re: SCRYPT ASIC miner ready. BTC+LTC ASIC miner, 1THS(1000GHS) Bitcoin miner, 950W. on: March 02, 2014, 03:08:58 AM
He told me on skype that firmware is monday Smiley

fingers crossed

Trying to mine with these on a pool that only accepts higher difficulty shares is an exercise in frustration. You pretty much have to mine on a pool that has lower difficulty stratums to choose from, or vardiff. Higher difficulty pools means your Gridseed miners won't get shares accepted as often and if any of the 10 you have connected to a controller takes too long, it'll reset and start all of them over.

It was my understanding that they were going to be releasing an updated firmware to correct this problem, but I have yet to see anything. It's getting pretty frustrating.

I'm using the instructions provided in the above post from poopypants...I'll let the Raspberry Pi running minerd run all night to see how stable it its.  Just FYI, but i'm seeing ~100watts and 3000-3200kh...so not bad so far.  The miner is currently pointed to TheMagePool.com...so I'm not sure how the hashrate will fluctuate given that its a profit-switching pool and selecting different coins to mine.


Edit:  I Skyped with one of Jack's tech support guys yesterday and he told me that jack is currently testing the new version of the firmware on his farm.  At the time I skyped the test had been ongoing for 14 hours.  In theory Jack would release this if he determined the new firmware was stable.  I tried to reach out to them today but no one answered my skype mesgs.
18  Bitcoin / Group buys / Re: Gridseed on its way to Los Angeles on: February 27, 2014, 11:54:18 AM
Hi,

Some of you already know that after Jack gave me so much shit I was force to go and buy directly from gridseed. My 1st order is on the plane on it's way to Los Angeles, California and expected to hit LAX this weekend.  Grin Grin

http://imgur.com/HiKCUsn,exPT2cW,3jJLeTe,nBKrJnU,4wX1ttj#0


Accesories such as hub, power supply for the units , cables will arrive in the next 2 weeks but the main dish will be here in 72 hours or less.


I want to thank all the members that help me to set up the cpuminer Cheesy Cheesy Cheesy and thanks to every one that supported me by pre-ordering/prepaying to get the ball rolling.

They are 500 chips order but only 200 arriving this weekend by air and the others will by send via EMS, some savings.

 Roll Eyes Roll Eyes Roll Eyes

keep us posted
19  Bitcoin / Hardware / Re: SCRYPT ASIC miner ready. BTC+LTC ASIC miner, 1THS(1000GHS) Bitcoin miner, 950W. on: February 27, 2014, 05:39:24 AM
i had their tech log in and turn them off

has anyone been able to fix the constant reboots on these devices?
20  Bitcoin / Hardware / Re: [ANN] Introduction to DualMiner USB (could mine both BTC and LTC) on: February 27, 2014, 02:03:02 AM
is there a windows version of cgminer yet or should we keep running the GUI?
Pages: [1] 2 3 4 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!