Bitcoin Forum
June 21, 2024, 07:48:48 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 [110] 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 ... 239 »
2181  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][BTC Multipool] The miners multipool >-░▒▓█ Decred (DCR) Mining on: April 02, 2016, 09:03:17 AM

I see a few with ccminer using this:

x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7

Ok @crackfoo found the problem, with quark you need to explicitely set your hash rate for each algo in the -p paramaters.

So on your site where you have:

ccminer -r 0 -a quark -o stratum+tcp://mine.zpool.ca:4033 -u 1RandomHcHfiiELSdNpbHJQfPBe8c7Epv -p x11,quark

and that works with x11 but does not work with quark. For quark you have to actually specify hash rate like so:

ccminer -r 0 -a quark -o stratum+tcp://mine.zpool.ca:4033 -u 1RandomHcHfiiELSdNpbHJQfPBe8c7Epv -p x11=11.7,quark=24 <- These will vary per card as these are hash rates
Exactly  Smiley
EDIT: And you can use reference numbers too if you want.  Like quark = 1    x11 = .75  all related mathematical to the hashrate.
2182  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][BTC Multipool] The miners multipool >-░▒▓█ Decred (DCR) Mining on: April 02, 2016, 08:52:57 AM

It mines all algo's when called on.... it does quark then switchs to neoscrypt then x13 ect automatically.


Yea I know that, but if quark doesn't work it will just skip to the next profitable algo at least that is what it is doing for me. Have you successfully mined any quark using that batch file?
Yes.. I don't understand what you mean.....is it not mining quark at all?
2183  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][BTC Multipool] The miners multipool >-░▒▓█ Decred (DCR) Mining on: April 02, 2016, 08:45:03 AM
Top 10 DCR block finders for the month of April, will be entered to win 1 BTC prize. Paid in the currency and to the address that wins.

Good initiative, we really need more hashrate! Thanks!
Got 12 gig but it's not profitable.
2184  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][BTC Multipool] The miners multipool >-░▒▓█ Decred (DCR) Mining on: April 02, 2016, 08:31:37 AM
@crackfoo when I try to create multialgo switch, the parameters work fine for x11 but when it switches to quark I get stratum_recv_line failed error

Do you have the right port specified for it?

Yup 4033 for quark, seems to not like multiple algos specified in -p parameter.

If you scroll back a page or two I think someone recently posted their setup. As well I've put AngryDwarf's tips on the multi algo page on the pool... Are you going off that?



Yes I'm using the ccminer setup details listed on your site, create tr .bat file starting an instence for x11 and  quark, quark fails straight up so it drips to x11 which works. As I say it works when you don't have multiple algos in -p but it wont switch if I don't include all the algos in -p right? So it seems to be something related to quark and the -p given it works fine with x11.

are you able to mine it explicitly?

I see a few with ccminer using this:

x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7
That's me Crackfoo.... Wink

:start
:loop

ccminer.exe -r 0 -a quark   -o stratum+tcp://mine.zpool.ca:4033 -u wallet   -p x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7.5,x15=6.4 -d 0,1,2 -i 0,18,0
timeout /t 1

ccminer.exe -r 0 -a lyra2v2  -o stratum+tcp://mine.zpool.ca:4533 -u wallet  -p x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7.5,x15=6.4 -d 0,1,2 -i 0,14,0
timeout /t 1

ccminer.exe -r 0 -a neoscrypt   -o stratum+tcp://mine.zpool.ca:4233 -u wallet  -p x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7.5,x15=6.4 -d 0,1,2 -i 0,13,0
timeout /t 1

ccminer.exe -r 0 -a qubit   -o stratum+tcp://mine.zpool.ca:4733 -u wallet  -p x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7.5,x15=6.4 -d 0,1,2 -i 16
timeout /t 1

ccminer.exe -r 0 -a x11  -o stratum+tcp://mine.zpool.ca:3533 -u wallet  -p x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7.5,x15=6.4 -d 0,1,2 -i 0,14,0
timeout /t 1

ccminer.exe -r 0 -a x13  -o stratum+tcp://mine.zpool.ca:3633 -u wallet  -p x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7.5,x15=6.4 -d 0,1,2 -i 0,14,0
timeout /t 1

ccminer.exe -r 0 -a x15  -o stratum+tcp://mine.zpool.ca:3733 -u wallet  -p x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7.5,x15=6.4 -d 0,1,2 -i 0,14,0
timeout /t 1

taskkill -t -f /im ccminer.exe
goto start


PS please lock the algo's in alphabetical order too...... thx


Hey man does your rig ever mine quark or does it just jump to other algos?
It mines all algo's when called on.... it does quark then switchs to neoscrypt then x13 ect automatically.
2185  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][BTC Multipool] The miners multipool >-░▒▓█ Decred (DCR) Mining on: April 02, 2016, 05:35:38 AM
@crackfoo when I try to create multialgo switch, the parameters work fine for x11 but when it switches to quark I get stratum_recv_line failed error

Do you have the right port specified for it?

Yup 4033 for quark, seems to not like multiple algos specified in -p parameter.

If you scroll back a page or two I think someone recently posted their setup. As well I've put AngryDwarf's tips on the multi algo page on the pool... Are you going off that?



Yes I'm using the ccminer setup details listed on your site, create tr .bat file starting an instence for x11 and  quark, quark fails straight up so it drips to x11 which works. As I say it works when you don't have multiple algos in -p but it wont switch if I don't include all the algos in -p right? So it seems to be something related to quark and the -p given it works fine with x11.

are you able to mine it explicitly?

I see a few with ccminer using this:

x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7
That's me Crackfoo.... Wink

:start
:loop

ccminer.exe -r 0 -a quark   -o stratum+tcp://mine.zpool.ca:4033 -u wallet   -p x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7.5,x15=6.4 -d 0,1,2 -i 0,18,0
timeout /t 1

ccminer.exe -r 0 -a lyra2v2  -o stratum+tcp://mine.zpool.ca:4533 -u wallet  -p x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7.5,x15=6.4 -d 0,1,2 -i 0,14,0
timeout /t 1

ccminer.exe -r 0 -a neoscrypt   -o stratum+tcp://mine.zpool.ca:4233 -u wallet  -p x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7.5,x15=6.4 -d 0,1,2 -i 0,13,0
timeout /t 1

ccminer.exe -r 0 -a qubit   -o stratum+tcp://mine.zpool.ca:4733 -u wallet  -p x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7.5,x15=6.4 -d 0,1,2 -i 16
timeout /t 1

ccminer.exe -r 0 -a x11  -o stratum+tcp://mine.zpool.ca:3533 -u wallet  -p x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7.5,x15=6.4 -d 0,1,2 -i 0,14,0
timeout /t 1

ccminer.exe -r 0 -a x13  -o stratum+tcp://mine.zpool.ca:3633 -u wallet  -p x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7.5,x15=6.4 -d 0,1,2 -i 0,14,0
timeout /t 1

ccminer.exe -r 0 -a x15  -o stratum+tcp://mine.zpool.ca:3733 -u wallet  -p x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7.5,x15=6.4 -d 0,1,2 -i 0,14,0
timeout /t 1

taskkill -t -f /im ccminer.exe
goto start


PS please lock the algo's in alphabetical order too...... thx



2186  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][BTC Multipool] The miners multipool >-░▒▓█ Decred (DCR) Mining on: April 01, 2016, 09:57:17 AM
I have been paid regularly for weeks.
Me too pallas.  Smiley
2187  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: CoinMarketCap.com - Market Cap Rankings of All Cryptocurrencies! on: April 01, 2016, 09:25:50 AM
Coinmarketcap......what happened to the news you use to have at the top of the page?   The yellow bar. Thx
2188  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: CoinMarketCap.com - Market Cap Rankings of All Cryptocurrencies! on: April 01, 2016, 09:17:27 AM
We 've a new Explorer with API Support!
First
https://chainz.cryptoid.info/bsd/#
Second
https://www.blockexperts.com/bsd

https://coinmarketcap.com/currencies/bitsend/

Best Regards Christian


Code:
Show current block height.

https://www.blockexperts.com/api?coin=bsd&action=getheight
Show current (PoW) difficulty.

https://www.blockexperts.com/api?coin=bsd&action=getdifficulty
Show current hashrate in GH/s.

https://www.blockexperts.com/api?coin=bsd&action=getnetworkghps
Show money supply.

https://www.blockexperts.com/api?coin=bsd&action=getmoneysupply
Show balance.

https://www.blockexperts.com/api?coin=bsd&action=getbalance&address=walletaddress
Replace wallet address with an actual wallet address.


MPOS Integration
Keep in mind that MPOS fills in the hash or tx id after the last slash.

Blockexplorer URL

https://www.blockexperts.com/bsd/hash/
Transactionexplorer URL

https://www.blockexperts.com/bsd/tx/
Chaininfo URL

https://www.blockexperts.com/bsd
Christian .... that is the best block explorer I've seen.
2189  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Athereum: Welcome to the Beginning on: April 01, 2016, 08:44:28 AM
E thereum rebrand to athereum  Shocked .. Just a prank bro  Roll Eyes
maybe this is part of april fools from bitcointalk  Grin
I hope so..... Angry
2190  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller on: March 29, 2016, 12:34:04 PM
Thx   fixed it.
2191  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][BTC Multipool] The miners multipool >-░▒▓█ Decred (DCR) Mining on: March 28, 2016, 10:37:56 AM
Crackfoo ... thank you for changing the layout change. Smiley


no problem Smiley

Is it just me or is the new layout messed up? The last 50 coins is now in the left column and the right
column is nearly empty, it doesn't even fill the first page. I have to scroll down 3 pages to see the
coins while the right column is completely empty.

The only problem with the layout was that some historical data (last 24 hour payout) was visible on the first page
while current data (miner summary) was not visible on the first page. This only affected the left column, the
right column was fine.

Simply moving the miner summary up to just below the wallet is all that was needed. This would force
the last 24 payout down off the first page and the first page would contain only current data, and the
columns would be balanced.


Exactly..... and that is what we need. Smiley



On the wallet page.
2192  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][BTC Multipool] The miners multipool >-░▒▓█ Decred (DCR) Mining on: March 28, 2016, 07:19:51 AM


your version is using the -r command.... which doesnt need that flag I asked about... it was for the build I downloaded the other day

I read your post but ... wait you mean it should be like this?

Not this........

ccminer.exe -r 0 -a x15  -o stratum+tcp://mine.zpool.ca:3733 -u wallet  -p x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7.5,x15=6.4 -d 0,1,2 -i 0,14,0
timeout /t
-----------------------------------------------------------------------------------------------------------------------------

But this?
Sample line.


ccminer.exe -a x15  -o stratum+tcp://mine.zpool.ca:3733 -u wallet  -p x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7.5,x15=6.4 -d 0,1,2 -i 0,14,0
timeout /t 1

No -r 0  but he has is as an example on the example page.

What I need is a multipool miner .............
2193  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][BTC Multipool] The miners multipool >-░▒▓█ Decred (DCR) Mining on: March 27, 2016, 05:49:30 PM
I'll try that next time i go to modify my miners batch....


for a batch maybe
--no-client-reconnect
Interesting...... where would I put that in my bat file plz    Thx  Smiley

:start
:loop

ccminer.exe -r 0 -a quark   -o stratum+tcp://mine.zpool.ca:4033 -u wallet  -p x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7.5,x15=6.4 -d 0,1,2 -i 0,18,0
timeout /t 1

ccminer.exe -r 0 -a lyra2v2  -o stratum+tcp://mine.zpool.ca:4533 -u wallet  -p x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7.5,x15=6.4 -d 0,1,2 -i 0,14,0
timeout /t 1

ccminer.exe -r 0 -a neoscrypt   -o stratum+tcp://mine.zpool.ca:4233 -u wallet  -p x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7.5,x15=6.4 -d 0,1,2 -i 0,13,0
timeout /t 1

ccminer.exe -r 0 -a qubit   -o stratum+tcp://mine.zpool.ca:4733 -u wallet  -p x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7.5,x15=6.4 -d 0,1,2 -i 16
timeout /t 1

ccminer.exe -r 0 -a x11  -o stratum+tcp://mine.zpool.ca:3533 -u wallet  -p x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7.5,x15=6.4 -d 0,1,2 -i 0,14,0
timeout /t 1

ccminer.exe -r 0 -a x13  -o stratum+tcp://mine.zpool.ca:3633 -u wallet  -p x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7.5,x15=6.4 -d 0,1,2 -i 0,14,0
timeout /t 1

ccminer.exe -r 0 -a x15  -o stratum+tcp://mine.zpool.ca:3733 -u wallet  -p x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7.5,x15=6.4 -d 0,1,2 -i 0,14,0
timeout /t 1

taskkill -t -f /im ccminer.exe
goto start
2194  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller on: March 27, 2016, 04:10:21 PM
I'm trying this out for the first time and I need to know what to put for -p x.
EDIT:I fix a mistake in the file but I need to know what to put for -p x

 },
  "ZPOOL.ca": {
    "account": "wallet address ",
    "pricemode": 1,
    "balancemode": 0,
    "btcfee": 2,
    "sparam1": "-o stratum+tcp://mine.zpool.ca",
    "sparam2": "-p x",
    "algos": [
      {
        "algo": "x11",
        "folder": "_APARAM1_",
        "command": "_APARAM2_",
        "arguments": "_APARAM3_ _SPARAM1_:3533 -u _ACCOUNT_ _SPARAM2_"
      },

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

Is it this?

 },
  "ZPOOL.ca": {
    "account": "wallet address ",
    "pricemode": 1,
    "balancemode": 0,
    "btcfee": 2,
    "sparam1": "-o stratum+tcp://mine.zpool.ca",
    "sparam2": "-p x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7.5,x15=6.4",
    "algos": [
      {
        "algo": "x11",
        "folder": "_APARAM1_",
        "command": "_APARAM2_",
        "arguments": "_APARAM3_ _SPARAM1_:3533 -u _ACCOUNT_ _SPARAM2_"
      },


Thx
2195  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: March 27, 2016, 12:02:29 PM
On adding miners... how do I get past Cgminer to add ccminer please?

Thx Smiley
EDIT: Right now I'm trying to add nicehash and 2 multipools. Undecided

Hi,
Ccminer doesn't provide any good API's that can be used by Awesome Miner to do monitoring. This is the reason why Cgminer support is much better.

However, you can still add a Managed Miner of type Ccminer in Awesome Miner and get some features.
When adding a new miner, in the "Software" list you simply select Ccminer instead of Cgminer.
Ok thank you Smiley
But now ccminer has API.....but any good? ... maybe.
Thx   Back to the introductions page ... see if I can get it working. Wink

EDIT: ccminer does now on API.
2196  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Granite | Simple Solid Stable | GRN on: March 26, 2016, 09:18:16 AM
Hi crysx,
Ahhh you'll get your account back... sorry to hear that stuff happened... been there too.
Good luck with Granite.  Smiley
2197  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: March 25, 2016, 11:50:19 AM
On adding miners... how do I get past Cgminer to add ccminer please?

Thx Smiley
EDIT: Right now I'm trying to add nicehash and 2 multipools. Undecided
2198  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】C.A.T. Cryptocurrency Automatic Trader 3.7 0.5฿ LifeLicense 11 Exchanges! on: March 24, 2016, 10:35:59 AM
al kohol there is one thing I heard from pump groups......I order to make good profits you need many many coins.. many..... like in BTC value 100+ BTC worth and your up against professionals.
And I now know I'll never be able to use this...and at $275 Shocked.. I'm a total noob at this stuff. It took me 4 weeks to learn how do a bat. file.
Thank you for your post. Smiley
2199  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][BTC Multipool] The miners multipool >-░▒▓█ Decred (DCR) Mining on: March 24, 2016, 09:57:11 AM
Please please add the current estimate paying so I can tweek my miners. thx
2200  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: March 24, 2016, 01:26:19 AM
This is your competition Suit lamers...

https://www.youtube.com/watch?v=MMXcjhQ5Diw

What is that?
Pages: « 1 ... 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 [110] 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 ... 239 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!