Bitcoin Forum
April 26, 2024, 12:56:34 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 »
181  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN]: cpuminer-opt v3.4.6,NEW support for cryptolight with AES, display change on: September 10, 2016, 11:58:23 AM
myr-gr algo is all rejects on zpool for windows build, only sse2 works, i7 cpu.
182  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's CryptoNote Windows CPU Miner v3.5 on: September 05, 2016, 12:59:34 PM
see timestamps, it's not 20 minutes!
183  Alternate cryptocurrencies / Mining (Altcoins) / Re: Wolf's XMR/BCN/DSH CPUMiner - 2x speed compared to LucasJones' - NEW 06/20/2014 on: September 05, 2016, 11:09:56 AM
Trying out mining Monero for the first time. When I first ran the cpu miner I got "Stratum detected new block" over and over, cpu running at 100%. Am I even mining?

Trying the second time I now get:
[2016-09-03 15:48:41] Using JSON-RPC 2.0
[2016-09-03 15:48:41] HTTP request failed: Protocol stratum+tcp not supported or disabled in libcurl
[2016-09-03 15:48:41] 11 miner threads started, using 'cryptonight' algorithm.
[2016-09-03 15:48:41] ...retry after 10 seconds
[2016-09-03 15:48:51] HTTP request failed: Protocol stratum+tcp not supported or disabled in libcurl
[2016-09-03 15:48:51] ...retry after 10 seconds


Any help? I cannot find much troubleshooting info online


EDIT:

Trying out the GPU miner, all I did was change the pool address and wallet address in xmr.conf and I get:

[16:08:38] Got something: {"id":1,"jsonrpc":"2.0","error":{"code":-1,"message":"your IP is banned"}}

[16:08:38] Share rejected ((null)): -1/0 (inf%)
[16:08:38] Total Hashrate: nanH/s

wtf?

f'off botnet puppeteer!
184  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's CryptoNote Windows CPU Miner v3.5 on: September 05, 2016, 11:06:35 AM
can you fix that message, it's same for GPU.
[img=http://s14.postimg.org/e7o2ndvm5/nonewjobs.jpg]
185  Alternate cryptocurrencies / Mining (Altcoins) / Re: Wolf's XMR GPU Miner on: September 03, 2016, 09:50:27 PM
cpu miner last release is missing https://ottrbutt.com/cpuminer-multi/cpuminer-multi-wolf-06-09-2014.zip
186  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][BTC Multipool] The miners multipool >-░▒▓█ Paid 830+ BTC on: August 31, 2016, 10:01:36 AM
pool is open source, you prove!
187  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller on: August 30, 2016, 11:08:37 AM
make a new support thread and drop fees until you have more miners untill you get smooth running site with decent uptime.

p.s. успех Wink
188  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v6.2 (Windows/Linux) on: August 23, 2016, 02:22:20 PM
I have the impression that claymore handles unstable pool somewhat conservative comparing to genoil+mining proxy(dwarfpool version), the issue is with going back to original pool when connection is recovered, is there any way to change setting so it goes back to primary pool as soon as possible.
Yes,  here you have:
Code:
-ftime   failover main pool switch time, in minutes, see "Failover" section below. Default value is 30 minutes, set zero if there is no main pool.

noticed another issue, it hashes air for 5 minutes when connection to main pool drops, miner simply cannot detect dropped connection and switch to backup.
189  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v6.2 (Windows/Linux) on: August 22, 2016, 12:53:40 PM
I have the impression that claymore handles unstable pool somewhat conservative comparing to genoil+mining proxy(dwarfpool version), the issue is with going back to original pool when connection is recovered, is there any way to change setting so it goes back to primary pool as soon as possible.
190  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][BTC Multipool] The miners multipool >-░▒▓█ Paid 760+ BTC on: August 22, 2016, 12:22:32 PM
probably temp small raise on x11 pool fee will cover your losses.
191  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Bleutrade Cryptocurrency Exchange [OFFICIAL THREAD] on: August 19, 2016, 07:58:50 AM
this thread is real official buluetade or not is mean OP own bluetrader or not
is yes why is OP not active in here, not responsive answer client
Maybe the OP is busying, so he don't active and not responsive. And you can make PM if there are problem with their service. Or you can make PM via their support on the website.

yeah busy, like spending my ETC on Waikiki
192  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][BTC Multipool] The miners multipool >-░▒▓█ Paid 760+ BTC on: August 19, 2016, 07:56:34 AM
Myriadcoin has just forked to the new version. Watch your steps guys

http://www.zpool.ca/site/block?id=421

it's disabled from qubit, but not added to yescrypt yet
193  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller on: August 16, 2016, 02:14:40 PM
a while ago I have issues with too many instances of MC running that caused pool to ban my api requests and return all zeroes, I found a solution, mirror pool api page and run it on localhost webserver.

get HTTrack from https://www.httrack.com/page/2/ and unzip to D:\data\httrack\

D:\data\zpool\zpool.bat

Code:
:begin
:loop1
Set/A rand=%RANDOM% * (80 - 45 + 1) / 32768 + 45
timeout /t %rand%
d:\data\httrack\httrack.exe www.zpool.ca/api/ --quiet -F "MinerControl api request"
for /f "usebackq" %%a in ('D:\data\zpool\www.zpool.ca\api\index.html') do set filesize=%%~za
if %filesize% NEQ 0 copy /Y D:\data\zpool\www.zpool.ca\api\index.html D:\data\zpool\www.zpool.ca\api\status\index.html
goto :loop1
:loop2
Set/A rand=%RANDOM% * (80 - 45 + 1) / 32768 + 45
timeout /t %rand%
d:\data\httrack\httrack.exe www.zpool.ca/api/status --quiet -F "MinerControl api request"
for /f "usebackq" %%a in ('D:\data\zpool\www.zpool.ca\api\status.html') do set filesize=%%~za
if %filesize% NEQ 0 copy /Y D:\data\zpool\www.zpool.ca\api\status.html D:\data\zpool\www.zpool.ca\api\status\index.html
goto :loop2
goto :begin

45 is minimum time, 80 is maximum time between api requests, MC uses 60 seconds, you can try other values, if you see 0 filesize - pool served you a ban, stop batch file for a while, say 20-30 minutes

after 1st run you will get subfolder, place there another batch file

D:\data\zpool\www.zpool.ca\ranHTTPServer.bat

Code:
ran_windows_amd64.exe -p=80

get webserver from https://github.com/m3ng9i/ran

I started with "python -m SimpleHTTPServer 80" however it ran a while but stops serving pages, you can use another webserver

edit MinerControl.conf

    "zpool.ca": {
      "account": "myaccount",
      "pricemode": 0,
      "balancemode": 0,
       "minprofit": 1.01,
to

    "192.168.0.50": {
      "account": "myaccount",
      "pricemode": 0,
      "balancemode": 0,
       "minprofit": 1.01,

where that IP is on the pc that runs above two batch files

you can make hosts file älias entry for that IP and zpool
C:\Windows\System32\drivers\etc\hosts.

192.168.0.50 zpool
192.168.0.51 yiimp

yiimp pool is similar

Code:
:begin
:loop1
Set/A rand=%RANDOM% * (120 - 60 + 1) / 32768 + 60
timeout /t %rand%
d:\data\httrack\httrack.exe yiimp.ccminer.org/api/ --quiet -F "MinerControl api request"
for /f "usebackq" %%a in ('E:\yiimp\yiimp.ccminer.org\api\index.html') do set filesize=%%~za
echo %filesize%
if %filesize% NEQ 0 copy /Y E:\yiimp\yiimp.ccminer.org\api\index.html E:\yiimp\yiimp.ccminer.org\api\status\index.html
goto :loop1
:loop2
Set/A rand=%RANDOM% * (120 - 60 + 1) / 32768 + 60
timeout /t %rand%
d:\data\httrack\httrack.exe yiimp.ccminer.org/api/status --quiet -F "MinerControl api request"
for /f "usebackq" %%a in ('E:\yiimp\yiimp.ccminer.org\api\status.html') do set filesize=%%~za
echo %filesize%
if %filesize% NEQ 0 copy /Y E:\yiimp\yiimp.ccminer.org\api\status.html E:\yiimp\yiimp.ccminer.org\api\status\index.html
goto :loop2
goto :begin

p.s. for unknown reason if you get zero size html api file you need to run by hand from another cmd prompt those lines with httrack.exe, note: change folders, don't execute in c:\users\account_username\

p.p.s. get rid of Skype, it occupies port 80 blocking any webserving.
194  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][BTC Multipool] The miners multipool >-░▒▓█ Paid 760+ BTC on: August 16, 2016, 07:50:45 AM
you need MinerControl only if you want to use more than one pool - zpool, yiimp, nicehash, solo mining, other pool with handmade price per MH(tricky stuff)*

edit: * - I've placed a joker for tricky stuff in MC thread, feel free to expand, say some add SIA coin pool or Monero, or something else, you just have to figure out how to convert custom pool api into yaamp compatible api.
195  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][BTC Multipool] The miners multipool >-░▒▓█ Paid 760+ BTC on: August 15, 2016, 11:31:31 AM
on Mh/s-Hours graphics, green bar is hashrate, blue is ?av.price? and dark red is what?
196  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XMG] Coin Magi | CPU mining | PoS-II | PoM | Unique BLK reward | [MagiPay] on: August 15, 2016, 10:03:22 AM
don't wait those inputs with 10K+ confirms, resend.
197  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][BTC Multipool] The miners multipool >-░▒▓█ Paid out 730+ BTC on: August 09, 2016, 02:45:14 PM
why there's hashate on richx(myr-gr) 4 RICHX   1.814   347 585   87 secs   17 Mh/s   0.000
198  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][BTC Multipool] The miners multipool >-░▒▓█ Paid out 730+ BTC on: August 09, 2016, 08:52:02 AM
Could anyone that mines with the 1.8 Release of ccminer do a test against the 1.8 dev version.  I'm getting very odd variations.  SIB is double the hashrate in the dev release vs the official as well as odd results with  lyra2v2,neoscrypt, and x11evo.  All show better hash rates by a sizeable amount.Maybe its just my 3 980 cards. 

750ti, some other results submitted to benchmark, look for Palit, some results are not listed, probably bugs.
1.8 rel is bad for all but:
myr-gr 15.35, previous 15,10; vanilla 1133, previous 1062; blake2s 408, previous 376; however not near those stated above by JaredKaragen, blakecoin 1020, worst results were skein and sib, about 20% less.
199  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][BTC Multipool] The miners multipool >-░▒▓█ Paid out 730+ BTC on: August 08, 2016, 11:56:13 AM
Long night in SF.  Got to the warehouse finally.

Here's some juicy tidbits:

EVGA GTX 750Ti normalization:
blakecoin=1.4,
blake2s=0.89,

which miner, looks like an error, no miner shows that much hashrate?
200  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][BTC Multipool] The miners multipool >-░▒▓█ Paid out 730+ BTC on: August 08, 2016, 08:35:55 AM
Yes a mess now Cheesy for Minercontrol.

 "sparam1": "-o stratum+tcp://mine.zpool.ca",
        "sparam2": "-p",
        "minprofit": 1.1,
        "algos": [            
            {
                "algo": "blake2s",
                "folder": "_APARAM1_",
                "command": "_APARAM2_",
                "arguments": "_APARAM3_ _SPARAM1_:5766 -u _ACCOUNT_ _SPARAM2_ MHC,c=BTC -i 0,22,0",
                "usewindow": true
            },
            {
                "algo": "blakecoin",
                "folder": "_APARAM1_",
                "command": "_APARAM2_",
                "arguments": "_APARAM3_ _SPARAM1_:5743 -u _ACCOUNT_ _SPARAM2_ MHC,c=BTC -i 0,22,0",
                "usewindow": true
            },
            {
                "algo": "c11",
                "folder": "_APARAM1_",

I THINK MINERCONTROL MAY NEED AN UPDATE--

I cant see how to insert a variable into the mining URL specified in "spararm1".  Essnetially, the program needs a different "sparamX" for each algo now.  TB, have you figured a way?

NOTE TO CRACKFOO:  MinerControl only functions if you have port forwarding configured at the pool.  I don't configure my ASICS to work with it, and have not tried.  But, the regular algos in the "switching" catagory will not be addressed properly with the current MinerControl.       --scryptr

            { "algo": "lbry", "folder": "D:\\data\\MinerControl165cuda\\ccminer-1.8-lbry-rc\\x64", "command": "ccminer-x64.exe", "arguments": "-o stratum+tcp://lbry.mine.zpool.ca:3334 -u stats -p c=BTC,d=32,stats -a lbry --cpu-priority 4", "usewindow": true },

get rid of parameters!
Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!