Bitcoin Forum
May 23, 2024, 06:59:34 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 [53] 54 55 56 57 58 59 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 ... 158 »
  Print  
Author Topic: █▓▒░-< [ZPOOL.CA][BTC Multipool] The miners multipool >-░▒▓█ Paid 925+ BTC  (Read 217622 times)
crackfoo (OP)
Legendary
*
Offline Offline

Activity: 3486
Merit: 1126



View Profile WWW
April 21, 2016, 12:26:47 PM
 #1041

Hello,

could somebody please advise how to set up sgminer for mining lyra2v2 on zpool? Which version of sgminer should be used, and with which parameters? Or probably not sgminer? I'm running Sapphire R9 390x and MSI R9 390X.

Tried a number of combinations, but each time it either submits only invalid shares or just doesn't work at all.

Thanks in advance

Whats your command line you are using to start your miners? Most problems are usually using the wrong lyra algo.


For lyra2v2 I tried:

a) sgminer 5.3.0. with these params:
• sgminer.exe --no-submit-stale -k lyra2 --url=stratum+tcp://mine.zpool.ca:4533 -u [BTC_WALLET]:x -p c=BTC,lyra2 --keccak-unroll 0 --hamsi-expand-big 4 --nfactor 10  --xintensity 19 --thread-concurrency 19 --worksize 64 --gpu-threads 2

--> only invalid shares and max. hashrate 700-800 MH/s with MSI R9 390X
(tried to change password params varously - all the same)

• sgminer.exe -k lyra2 --url=stratum+tcp://mine.zpool.ca:4533 -u [BTC_WALLET]:x -p c=BTC,lyra2

--> freezes forever at "Initializing kernel lyra2re.cl with factor 10, n 1024

b) sgminer 5.1.0. with these params:
• sgminer.exe --no-submit-stale -k lyra2v2 --url=stratum+tcp://mine.zpool.ca:4533 -u [BTC_WALLET]:x -p c=BTC,lyra2v2 --nfactor 10 --xintensity 1024 --thread-concurrency 8192 --worksize 128 --gpu-threads 2

--> only invalid shares and max. hashrate 700-800 MH/s with MSI R9 390X
(tried to change password params varously - all the same)

And lots of other combinations....

Where am I wrong?


Looks like your not putting the algo in properly, lyra2 is definitely wrong but some miners are different for v2, try lyra2rev2?


ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
datlant
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
April 21, 2016, 12:43:55 PM
 #1042

Hello,

could somebody please advise how to set up sgminer for mining lyra2v2 on zpool? Which version of sgminer should be used, and with which parameters? Or probably not sgminer? I'm running Sapphire R9 390x and MSI R9 390X.

Tried a number of combinations, but each time it either submits only invalid shares or just doesn't work at all.

Thanks in advance

Whats your command line you are using to start your miners? Most problems are usually using the wrong lyra algo.


For lyra2v2 I tried:

a) sgminer 5.3.0. with these params:
• sgminer.exe --no-submit-stale -k lyra2 --url=stratum+tcp://mine.zpool.ca:4533 -u [BTC_WALLET]:x -p c=BTC,lyra2 --keccak-unroll 0 --hamsi-expand-big 4 --nfactor 10  --xintensity 19 --thread-concurrency 19 --worksize 64 --gpu-threads 2

--> only invalid shares and max. hashrate 700-800 MH/s with MSI R9 390X
(tried to change password params varously - all the same)

• sgminer.exe -k lyra2 --url=stratum+tcp://mine.zpool.ca:4533 -u [BTC_WALLET]:x -p c=BTC,lyra2

--> freezes forever at "Initializing kernel lyra2re.cl with factor 10, n 1024

b) sgminer 5.1.0. with these params:
• sgminer.exe --no-submit-stale -k lyra2v2 --url=stratum+tcp://mine.zpool.ca:4533 -u [BTC_WALLET]:x -p c=BTC,lyra2v2 --nfactor 10 --xintensity 1024 --thread-concurrency 8192 --worksize 128 --gpu-threads 2

--> only invalid shares and max. hashrate 700-800 MH/s with MSI R9 390X
(tried to change password params varously - all the same)

And lots of other combinations....

Where am I wrong?


Looks like your not putting the algo in properly, lyra2 is definitely wrong but some miners are different for v2, try lyra2rev2?




Now trying with these params at sgminer 5.3.0.
sgminer.exe -k lyra2rev2 --url=stratum+tcp://mine.zpool.ca:4533 -u [BTC_WALLET]:x -p c=BTC,lyra2rev2 --keccak-unroll 0 --hamsi-expand-big 4 --nfactor 10 --xintensity 1024 --thread-concurrency 0 --worksize 64 --gpu-threads 1

Again freezes at Initializing kernel lyra2rev2.cl ...

What sgminer version should I use?
Or where else could be my mistake?
crackfoo (OP)
Legendary
*
Offline Offline

Activity: 3486
Merit: 1126



View Profile WWW
April 21, 2016, 12:47:40 PM
 #1043

Hello,

could somebody please advise how to set up sgminer for mining lyra2v2 on zpool? Which version of sgminer should be used, and with which parameters? Or probably not sgminer? I'm running Sapphire R9 390x and MSI R9 390X.

Tried a number of combinations, but each time it either submits only invalid shares or just doesn't work at all.

Thanks in advance

Whats your command line you are using to start your miners? Most problems are usually using the wrong lyra algo.


For lyra2v2 I tried:

a) sgminer 5.3.0. with these params:
• sgminer.exe --no-submit-stale -k lyra2 --url=stratum+tcp://mine.zpool.ca:4533 -u [BTC_WALLET]:x -p c=BTC,lyra2 --keccak-unroll 0 --hamsi-expand-big 4 --nfactor 10  --xintensity 19 --thread-concurrency 19 --worksize 64 --gpu-threads 2

--> only invalid shares and max. hashrate 700-800 MH/s with MSI R9 390X
(tried to change password params varously - all the same)

• sgminer.exe -k lyra2 --url=stratum+tcp://mine.zpool.ca:4533 -u [BTC_WALLET]:x -p c=BTC,lyra2

--> freezes forever at "Initializing kernel lyra2re.cl with factor 10, n 1024

b) sgminer 5.1.0. with these params:
• sgminer.exe --no-submit-stale -k lyra2v2 --url=stratum+tcp://mine.zpool.ca:4533 -u [BTC_WALLET]:x -p c=BTC,lyra2v2 --nfactor 10 --xintensity 1024 --thread-concurrency 8192 --worksize 128 --gpu-threads 2

--> only invalid shares and max. hashrate 700-800 MH/s with MSI R9 390X
(tried to change password params varously - all the same)

And lots of other combinations....

Where am I wrong?


Looks like your not putting the algo in properly, lyra2 is definitely wrong but some miners are different for v2, try lyra2rev2?




Now trying with these params at sgminer 5.3.0.
sgminer.exe -k lyra2rev2 --url=stratum+tcp://mine.zpool.ca:4533 -u [BTC_WALLET]:x -p c=BTC,lyra2rev2 --keccak-unroll 0 --hamsi-expand-big 4 --nfactor 10 --xintensity 1024 --thread-concurrency 0 --worksize 64 --gpu-threads 1

Again freezes at Initializing kernel lyra2rev2.cl ...

What sgminer version should I use?
Or where else could be my mistake?


Maybe try lyra2re2?

Might want to try:

https://github.com/tpruvot/sgminer

I don't have GPU's so ever used anything but cpu miners.... Maybe someone else will chime in as to what they are using.

ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
AngryDwarf
Sr. Member
****
Offline Offline

Activity: 476
Merit: 501


View Profile
April 21, 2016, 01:17:49 PM
 #1044

This is the command I use on 5.3.1-dcr for an R7 260X:

./sgminer --algorithm lyra2rev2 -o stratum+tcp://mine.zpool.ca:4533 -u <username> -p d=1,c=BTC --xintensity=9 --thread-concurrency=8000 --gpu-threads=4

Scaling and transaction rate: https://bitcointalk.org/index.php?topic=532.msg6306#msg6306
Do not allow demand to exceed capacity. Do not allow mempools to forget transactions. Relay all transactions. Eventually confirm all transactions.
JaredKaragen
Legendary
*
Offline Offline

Activity: 1848
Merit: 1165


My AR-15 ID's itself as a toaster. Want breakfast?


View Profile WWW
April 22, 2016, 01:43:13 AM
 #1045

In my case im doing this with my GTX980 for cross reference:

ccminer.exe -r 0 -a lyra2v2 -i 17.3 -o stratum+tcp://mine.zpool.ca:4533 -u 1PHSDYvVp6HpqtuUPocK41DrdeHbbezaeP -p c=BTC,d=1,lyra2v2=9.6

Above you were omitting the "v2" in lyra2v2.  I did this before and had share and profit switching issues.

Link to my batch and script resources here.  

DO NOT TRUST YOBIT  -JK

Donations: 1Q8HjG8wMa3hgmDFbFHC9cADPLpm1xKHQM
crackfoo (OP)
Legendary
*
Offline Offline

Activity: 3486
Merit: 1126



View Profile WWW
April 22, 2016, 01:18:48 PM
 #1046

Hi,

After the next payout I'll be bumping the payout frequency to every 6 hours with a min payout of 0.005. Sunday's low payout will be adjusted to 0.00025

Cheers!

ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
martin23
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
April 22, 2016, 03:25:38 PM
 #1047

My Balance is still zero after last payout, but Total Unpaid is increasing. Is it normal?
crackfoo (OP)
Legendary
*
Offline Offline

Activity: 3486
Merit: 1126



View Profile WWW
April 22, 2016, 04:20:09 PM
 #1048

My Balance is still zero after last payout, but Total Unpaid is increasing. Is it normal?

If coins have not matured... yes.

ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
Erumara
Full Member
***
Offline Offline

Activity: 140
Merit: 100

I mine because math


View Profile
April 22, 2016, 04:34:19 PM
 #1049

Has the maturation time for coins been increased? It's been 3 hours since you changed the payout schedule and not a single satoshi has been updated into my balance.

Always hashing for the community. Oh, and dollars.
QuadrigaCX -Your North American Exchange- https://www.quadrigacx.com/?ref=h0een92jnww3mhxsekv3mqau -Get Verified Today!
martin23
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
April 22, 2016, 04:38:05 PM
 #1050

I'm mining on zpool several weeks, but I first see zero Balance 3 hours. It looks strange and suspicious.
Erumara
Full Member
***
Offline Offline

Activity: 140
Merit: 100

I mine because math


View Profile
April 22, 2016, 04:45:20 PM
 #1051

Has the maturation time for coins been increased? It's been 3 hours since you changed the payout schedule and not a single satoshi has been updated into my balance.

I'm mining on zpool several weeks, but I first see zero Balance 3 hours. It looks strange and suspicious.


Suspicious? May be a bit soon to say that, not 20 minutes after I posted my query my balance finally started moving, will have to wait a day and see how things balance out.

Always hashing for the community. Oh, and dollars.
QuadrigaCX -Your North American Exchange- https://www.quadrigacx.com/?ref=h0een92jnww3mhxsekv3mqau -Get Verified Today!
meatslurpee
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
April 22, 2016, 05:13:06 PM
 #1052

my balance also flatlined after he switched the payout interval. a bit has trickled in the last few minutes but there was a long period there where nothing came in. will wait it out. maybe something is wrong with the exchange script?
crackfoo (OP)
Legendary
*
Offline Offline

Activity: 3486
Merit: 1126



View Profile WWW
April 22, 2016, 05:18:11 PM
 #1053

Has the maturation time for coins been increased? It's been 3 hours since you changed the payout schedule and not a single satoshi has been updated into my balance.

I'm mining on zpool several weeks, but I first see zero Balance 3 hours. It looks strange and suspicious.


Suspicious? May be a bit soon to say that, not 20 minutes after I posted my query my balance finally started moving, will have to wait a day and see how things balance out.

Since the period was adjusted, the times it credits accounts also get adjusted.

Should be ok by the time payout rolls around.

ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
semajjames
Hero Member
*****
Offline Offline

Activity: 528
Merit: 500


View Profile
April 22, 2016, 06:00:21 PM
 #1054

is DCR ok for payout address ?
crackfoo (OP)
Legendary
*
Offline Offline

Activity: 3486
Merit: 1126



View Profile WWW
April 22, 2016, 06:15:40 PM
 #1055

is DCR ok for payout address ?

Yup, been working without issue for a while now. When I first put it on there were issues but now it's fine. Min payout though is 0.05


ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
shintosai
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500



View Profile
April 24, 2016, 03:45:13 PM
 #1056

would it be possible for you to give me some help i want to mine dcr using my laptop an i7 pro 2.5ghz with built in nvidia 940 I keep looking online to your guide but I really a newbie with the set up so if its possible for to mine it using your pool please i need the proper set up you can PM me if its not possible to share it here in your thread sir, thank you in advanced hope you can reply. good luck.

AngryDwarf
Sr. Member
****
Offline Offline

Activity: 476
Merit: 501


View Profile
April 24, 2016, 04:04:41 PM
 #1057

would it be possible for you to give me some help i want to mine dcr using my laptop an i7 pro 2.5ghz with built in nvidia 940 I keep looking online to your guide but I really a newbie with the set up so if its possible for to mine it using your pool please i need the proper set up you can PM me if its not possible to share it here in your thread sir, thank you in advanced hope you can reply. good luck.

1. Install full nvidia drivers to ensure it is cuda enabled (windows default driver probably isn't)
2. Download ccminer from here https://github.com/tpruvot/ccminer/releases
3. Create a batch file to run ccminer, e.g.
ccminer -a decred -o stratum+tcp://mine.zpool.ca:5744 -u <your-dcr-address> -p c=DCR

I've not installed a DCR wallet, but I believe it is a command line only thing at the moment.

Scaling and transaction rate: https://bitcointalk.org/index.php?topic=532.msg6306#msg6306
Do not allow demand to exceed capacity. Do not allow mempools to forget transactions. Relay all transactions. Eventually confirm all transactions.
jed78
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
April 24, 2016, 10:49:51 PM
 #1058

Hey there Crackfoo, i've been mining XVG and it's showing payouts, but not showing up in the wallet at Novaexchange, can you check DBp4XKPhRJs6HDo7oRx3MYsn5AuHMuNNmd , Thanks for your time!

crackfoo (OP)
Legendary
*
Offline Offline

Activity: 3486
Merit: 1126



View Profile WWW
April 24, 2016, 11:38:00 PM
 #1059

Hey there Crackfoo, i've been mining XVG and it's showing payouts, but not showing up in the wallet at Novaexchange, can you check DBp4XKPhRJs6HDo7oRx3MYsn5AuHMuNNmd , Thanks for your time!



Bleh ok. That wallet has been a royal pain in the ass. I'll try and get them out again.

ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
JaredKaragen
Legendary
*
Offline Offline

Activity: 1848
Merit: 1165


My AR-15 ID's itself as a toaster. Want breakfast?


View Profile WWW
April 25, 2016, 02:01:29 AM
 #1060

would it be possible for you to give me some help i want to mine dcr using my laptop an i7 pro 2.5ghz with built in nvidia 940 I keep looking online to your guide but I really a newbie with the set up so if its possible for to mine it using your pool please i need the proper set up you can PM me if its not possible to share it here in your thread sir, thank you in advanced hope you can reply. good luck.

I'm very much for people mining on whatever possible;


But I highly advise against mining with a laptop unless you are using an external PCIE adapter (they make em) and a non-integrated graphics card.

It may work at first;  but heatsoak will kill your laptop.

Ive done it with CPU and GPU mining.... and so far I have destroyed 4 laptops.

Link to my batch and script resources here.  

DO NOT TRUST YOBIT  -JK

Donations: 1Q8HjG8wMa3hgmDFbFHC9cADPLpm1xKHQM
Pages: « 1 ... 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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 [53] 54 55 56 57 58 59 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 ... 158 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!