Bitcoin Forum
June 25, 2024, 01:17:13 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Mining support / Mining pools and workers? on: March 05, 2014, 12:20:21 PM
Hi

I'm just wondering if I can have multiple miners (PC's) running against the same worker?
Up until now i have created pool workers for every miner running, that be scrypt or sha-256, but its a hassle when changing miner pool/config or something and so on.

So, can i mine against the same pool.worker in general no matter what pool or crypto?


Thanks
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: An (even more) optimized version of cpuminer on: February 17, 2014, 03:43:11 PM
Hi

Here is a small script for multiple choices when using the cpuminer, for anyone interested.
I was tired of having multiple files for pools, and here is the result of pure boredom :lol:

Just copy to a .cmd file and replace MINER.URL:PORT and USER:PASSWORD, except for the last url where port is %port%
Added a few menu items as an example at the top.

have phun Smiley

Code:
@:Multipool Multi (ALL):7777
@:Multipool Litecoin (LTC):3334
@:Multipool FeatherCoin (FTC):3337
@:Multipool Mincoin (MNC):3339
@:Multipool WorldCoin (WDC):3342
@:Multipool DigitalCoin (DGC):3343
@:Multipool NovaCoin (NVC):3344
@:Multipool LuckyCoin (LKY):3345
@:Multipool Argentum (ARG):3346
@:Multipool PhenixCoin (PXC):3347
@:Multipool MegaCoin (MEC):3348
@:Multipool BottleCaps (CAP):3349
@:Multipool Cryptogenic Bullion (CGB):3336
@:Multipool DogeCoin (DOGE):3352
@:Multipool Diamond (DMD):3354
@:Multipool Grandcoin (GDC):3356
@:Multipool FedoraCoin (TIPS):3357
@:Multipool Mooncoin (MOON):3358
@:Multipool Earthcoin (EAC):3359
@:Multipool Lottocoin (LOT):3360
@:Coin-Pool.org (LTC):0000
@:DogeCoin Pool (DOGE):0001
@:NyanCoin Pool (NYAN):0002
@:PotCoin Pool (POT):0003
@echo off
:start
set "var=@"
for /f "tokens=1,2 delims=:@" %%a in ('findstr /n "%var%:" "%~f0" ') do (
echo %%a %%b
)
echo.
set /p "num=Select a number: "
for /f "tokens=1,2,3 delims=:@" %%a in ('findstr /n "%var%:" "%~f0" ^|findstr "^%num%:" ') do (
set "name=%%b"
set "port=%%c"
)
echo starting %name%:%port%
title We are mining "%name%"
if %port% EQU 0000 (
   minerd -a scrypt -o stratum+tcp://MINER.URL:PORT -O USER:PASSWORD -q
  )
if %port% EQU 0001 (
   minerd -a scrypt -o stratum+tcp://MINER.URL:PORT -O USER:PASSWORD -q
  )
if %port% EQU 0002 (
   minerd -a scrypt -o stratum+tcp://MINER.URL:PORT -O USER:PASSWORD -q
  )
if %port% EQU 0003 (
   minerd -a scrypt -o stratum+tcp://MINER.URL:PORT -O USER:PASSWORD -q
  ) else (
   minerd -a scrypt -o stratum+tcp://MINER.URL:%port% -O USER:PASSWORD -q
)
3  Bitcoin / Mining support / Re: AntMiner U1 "Best Practice"? on: January 30, 2014, 09:53:57 AM
Thanks for the input guys.

What I should ask for was, is there any benefit to the actual mining, with them all together on the same PC?
do i loose anything mining wise having them on different computers?

All are going to mine against the same pool no matter how i set it up so...

Thanks Smiley

It doesn't matter where they are, if they are all on one computer or spread across separate ones. However, if you spread them, then  you have some redundancy, should one machine suddenly power off, the others will still continue to run albeit at a slightly lower hashrate.

Quick question to those using U1s if you are using CGMiner what is the string used to overclock? I can't get mine to overclock Sad

~Foyz


Thanks for the input man..

Im using BFGMiner; where its real simple to overclock

- For 1.6 GH/s, use 0781
- For 1.8 GH/s, use 0881
- For 2.0 GH/s, use 0981
- For 2.2 GH/s, use 0A81

Iv set em at 2.0 GH/s as 2.2 dont do so well
4  Bitcoin / Mining support / Re: AntMiner U1 "Best Practice"? on: January 29, 2014, 08:53:52 AM
Thanks for the input guys.

What I should ask for was, is there any benefit to the actual mining, with them all together on the same PC?
do i loose anything mining wise having them on different computers?

All are going to mine against the same pool no matter how i set it up so...

Thanks Smiley
5  Bitcoin / Mining support / Re: AntMiner U1 "Best Practice"? on: January 27, 2014, 08:26:31 AM
Any input on this one? Smiley
6  Bitcoin / Mining support / AntMiner U1 "Best Practice"? on: January 24, 2014, 12:05:39 PM
Hi all

I kinda new to mining, done some reading and started with a little cpu mining just to get a feel of it all.
Now i have got myself a AntMiner U1 setup with 3 pools, working OK at 2GH/s, dont want to push it max at 2.2.

So, getting the hang of it i have ordered 5 more and wondering on how to set em up.
Should i have em all in a hub mining from one PC, or will it be better to spread em out on say 3x PC, those 3 PC's is powerd on 24/7 anyway.

So my question is, should I spread em out on multiple PC's or keep em together and mine from one PC?


Thanks Smiley
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!