Pages:
Author

Topic: New stratum/getwork proxy with Web-based GUI and pools management - page 7. (Read 120837 times)

legendary
Activity: 2814
Merit: 1091
--- ChainWorks Industries ---
ok

i m currently mining dgb  but myr has same problem i cannot connect more than 3 miners
does not mater how many maxconnections i set


rpcallowip=127.0.0.1
rpcallowip=192.168.137.*
rpcuser=carlo
rpcpassword=0
server=1
daemon=1
txindex=1
debug=1
algo=skein
rpcport=14022
port=12024
maxconnections=100
addnode=192.168.137.8
addnode=192.168.137.12
addnode=192.168.137.6
addnode=192.168.137.7
addnode=192.168.137.27
addnode=54.204.36.33
addnode=192.99.41.108
addnode=199.83.128.91
addnode=77.239.57.149


what is rpcthreads=70   for?
gonna try with that Smiley

ok lol i was missing that, it s working now
so maxconnections=100  is that for the max node connection to the wallet ?
and rpcthreads for the miners ?


yup - you got i t...

rpcxxx are the wallet connectivity ports - so limit those and you find yourself in such issues ... the rpcxxx sort of speaks for itself - threads being the connections at the one time - and so forth ...

maxconnections are exactly that - how many other wallet connections can connect at ONE time - as a maximum ... for a home wallet - you do NOT need that many - even 7 will do - but average of 25 works well ...

with dgb - if they still have the original seed nodes hardcoded in the wallet AND those nodes are still functional - then you dont need the addnode=xxx lines at all ... otherwise - i would have it like that ...

the algo=xxx parameter is not needed as far as i can remember - due to the miner itself specifying the the algo it is mining ...

i would remove that if you decide to change algos to mine ...

im glad you got it working ...

#crysx
legendary
Activity: 1281
Merit: 1003
ok

i m currently mining dgb  but myr has same problem i cannot connect more than 3 miners
does not mater how many maxconnections i set


rpcallowip=127.0.0.1
rpcallowip=192.168.137.*
rpcuser=carlo
rpcpassword=0
server=1
daemon=1
txindex=1
debug=1
algo=skein
rpcport=14022
port=12024
maxconnections=100
addnode=192.168.137.8
addnode=192.168.137.12
addnode=192.168.137.6
addnode=192.168.137.7
addnode=192.168.137.27
addnode=54.204.36.33
addnode=192.99.41.108
addnode=199.83.128.91
addnode=77.239.57.149


what is rpcthreads=70   for?
gonna try with that Smiley

ok lol i was missing that, it s working now
so maxconnections=100  is that for the max node connection to the wallet ?
and rpcthreads for the miners ?
legendary
Activity: 2814
Merit: 1091
--- ChainWorks Industries ---
i m looking for something to connect more miners on local wallets
my curent wallet only accept 3 connection  so i need to use more wallets
but it bug  sometime have a miner what not getting connected   i have to kill the wallet and restart it

and an other one i get message   work from pool is to slow  Huh

so if i could put all on 1 wallet with a backup to an other wallet


What coin are you talking about? there should be no problem connecting several miners to most wallets. This might be a bug for this specific coin...

unless it purposely restricts the rpc connections to a very low amount ...

that should be changed in the .conf file of the coin ...

below is my .conf for granite ... this should give an indication as to what needs to be set in the .conf - but change the ports and username and password ( the ones in this .conf are an example only ) ... this allows me to mine with the entire farm pointed to the one wallet on the server in the network ...

Code:
server=1
listen=1
daemon=1
defaultkey=1
logtimestamps=1
dns=1

rpcuser=chrysophylax
rpcpassword=x
rpcport=21776
port=21777

rpcconnect=127.0.0.1
rpcallowip=192.168.*.*
rpcthreads=70

maxconnections=250

i hope this helps ...

otherwise - it may just be as girino suggested - a bug in the code of the coin ...

#crysx
legendary
Activity: 2296
Merit: 1170
Advertise Here - PM for more info!
i m looking for something to connect more miners on local wallets
my curent wallet only accept 3 connection  so i need to use more wallets
but it bug  sometime have a miner what not getting connected   i have to kill the wallet and restart it

and an other one i get message   work from pool is to slow  Huh

so if i could put all on 1 wallet with a backup to an other wallet


What coin are you talking about? there should be no problem connecting several miners to most wallets. This might be a bug for this specific coin...
legendary
Activity: 1281
Merit: 1003
i m looking for something to connect more miners on local wallets
my curent wallet only accept 3 connection  so i need to use more wallets
but it bug  sometime have a miner what not getting connected   i have to kill the wallet and restart it

and an other one i get message   work from pool is to slow  Huh

so if i could put all on 1 wallet with a backup to an other wallet
legendary
Activity: 2296
Merit: 1170
Advertise Here - PM for more info!
not working with local wallet ?

AFAIK it only works with stratum pools, so local wallets are not supported.

Quote
or know a similar program for windows ?

It does work on windows, it is a java application, you just need to install java in your windows system.
legendary
Activity: 1281
Merit: 1003
not working with local wallet ?

or know a similar program for windows ?
sr. member
Activity: 286
Merit: 250
Does it work with Ethereum. If not, is there a plan to accommodate Ethereum based coin in this utility?
hero member
Activity: 650
Merit: 500
Pick and place? I need more coffee.
Hi.

Does this software support different difficulties for users?

Thanks!
sr. member
Activity: 751
Merit: 251
in the database log directories, are the submitted shares stored anywhere?  Thank You!
sr. member
Activity: 751
Merit: 251
Question regarding "last share submitted"
I am on sha256 nicehash

looking at gui:8888
under each user, it lists

last share submitted:
1449335492281
current btc diff:
72722780642

This can not be diff of last share submitted, exactly what is it? 
Thank You
legendary
Activity: 2814
Merit: 1091
--- ChainWorks Industries ---

o ok ...

so your directory paths were adjusted in the configurations by changing to the root directory ...


I just moved the folder to C:\

thats what i mean ... the config settings are obviously set to c:\xxx\ ...

if you dont want it set there - just change the config files ...

especially if you are just using it to play with Smiley ...

#crysx
zOU
hero member
Activity: 728
Merit: 500
★ these are stars ★

o ok ...

so your directory paths were adjusted in the configurations by changing to the root directory ...


I just moved the folder to C:\
legendary
Activity: 2814
Merit: 1091
--- ChainWorks Industries ---
Quote
this doesnt really tell us anything ...

where have you got the files? ... and the conf files? ... and what is your command line / parameters that you are running ( with personal details changed please ) ...
-> C:\Documents and Settings\Administrator\Desktop\stratum-proxy-0.8.0\stratum-proxy-0.8.0
-> conf file in the same directory
-> java -jar stratum-proxy.jar -f stratum-proxy-nicehash.conf

Code:
{
  "isScrypt" : true,
  "disableStratum" : true,
  "pools" :
  [
  {
    "name" : "Nicehash Scrypt",
    "host" : "scrypt.eu.nicehash.com:3333",
    "user" : "*******",
    "password" : "x",
    "enableExtranonceSubscribe" : true
  },
  {
    "name" : "Westhash Scrypt",
    "host" : "scrypt.usa.nicehash.com:3333",
    "user" : "********",
    "password" : "x",
    "enableExtranonceSubscribe" : true
  }
  ]
}

Quote
this way we can have a better understanding of what it is you are trying to do ...

#crysx

I just followed that:

https://www.nicehash.com/index.jsp?p=asic

Not that I really really intend to use it, just tinkering just in case Smiley


Anyway, I moved the folder to C: and it's working just fine now Smiley

C:\stratum-proxy-0.8.0\

o ok ...

so your directory paths were adjusted in the configurations by changing to the root directory ...

all good ... glad you fixed it ... enjoy and make coins Smiley ...

its a good stratum proxy - for what it does ... pfool has done an awesome job ...

#crysx
zOU
hero member
Activity: 728
Merit: 500
★ these are stars ★
Quote
this doesnt really tell us anything ...

where have you got the files? ... and the conf files? ... and what is your command line / parameters that you are running ( with personal details changed please ) ...
-> C:\Documents and Settings\Administrator\Desktop\stratum-proxy-0.8.0\stratum-proxy-0.8.0
-> conf file in the same directory
-> java -jar stratum-proxy.jar -f stratum-proxy-nicehash.conf

Code:
{
  "isScrypt" : true,
  "disableStratum" : true,
  "pools" :
  [
  {
    "name" : "Nicehash Scrypt",
    "host" : "scrypt.eu.nicehash.com:3333",
    "user" : "*******",
    "password" : "x",
    "enableExtranonceSubscribe" : true
  },
  {
    "name" : "Westhash Scrypt",
    "host" : "scrypt.usa.nicehash.com:3333",
    "user" : "********",
    "password" : "x",
    "enableExtranonceSubscribe" : true
  }
  ]
}

Quote
this way we can have a better understanding of what it is you are trying to do ...

#crysx

I just followed that:

https://www.nicehash.com/index.jsp?p=asic

Not that I really really intend to use it, just tinkering just in case Smiley


Anyway, I moved the folder to C: and it's working just fine now Smiley

C:\stratum-proxy-0.8.0\
legendary
Activity: 2814
Merit: 1091
--- ChainWorks Industries ---
Error:

Jar file was not found

     1: org.glassfish.grizzly.http.server.CLStaticHttpHandler.getJarFile(CLStaticHttpHandler.java:339)
     2: org.glassfish.grizzly.http.server.CLStaticHttpHandler.handle(CLStaticHttpHandler.java:278)
     3: strat.mining.stratum.proxy.Launcher$2.handle(Launcher.java:294)
     4: org.glassfish.grizzly.http.server.StaticHttpHandlerBase.service(StaticHttpHandlerBase.java:188)
     5: org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:217)
     6: org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:565)
     7: org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:545)
     8: java.lang.Thread.run(Unknown Source)

Please see the log for more detail.


where are the log files?

Code:
Internal Server Error
Jar file was not found
     1: org.glassfish.grizzly.http.server.CLStaticHttpHandler.getJarFile(CLStaticHttpHandler.java:349)
     2: org.glassfish.grizzly.http.server.CLStaticHttpHandler.handle(CLStaticHttpHandler.java:288)
     3: strat.mining.stratum.proxy.grizzly.CLStaticHttpHandlerWithIndexSupport.handle(CLStaticHttpHandlerWithIndexSupport.java:60)
     4: org.glassfish.grizzly.http.server.StaticHttpHandlerBase.service(StaticHttpHandlerBase.java:188)
     5: org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:219)
     6: org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:565)
     7: org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:545)
     8: java.lang.Thread.run(Unknown Source)
Please see the log for more detail.
Grizzly 2.3.16

that's what I get when I connect to my server running v0.8 and java 8

this doesnt really tell us anything ...

where have you got the files? ... and the conf files? ... and what is your command line / parameters that you are running ( with personal details changed please ) ...

this way we can have a better understanding of what it is you are trying to do ...

#crysx
zOU
hero member
Activity: 728
Merit: 500
★ these are stars ★
Error:

Jar file was not found

     1: org.glassfish.grizzly.http.server.CLStaticHttpHandler.getJarFile(CLStaticHttpHandler.java:339)
     2: org.glassfish.grizzly.http.server.CLStaticHttpHandler.handle(CLStaticHttpHandler.java:278)
     3: strat.mining.stratum.proxy.Launcher$2.handle(Launcher.java:294)
     4: org.glassfish.grizzly.http.server.StaticHttpHandlerBase.service(StaticHttpHandlerBase.java:188)
     5: org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:217)
     6: org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:565)
     7: org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:545)
     8: java.lang.Thread.run(Unknown Source)

Please see the log for more detail.


where are the log files?

Code:
Internal Server Error
Jar file was not found
     1: org.glassfish.grizzly.http.server.CLStaticHttpHandler.getJarFile(CLStaticHttpHandler.java:349)
     2: org.glassfish.grizzly.http.server.CLStaticHttpHandler.handle(CLStaticHttpHandler.java:288)
     3: strat.mining.stratum.proxy.grizzly.CLStaticHttpHandlerWithIndexSupport.handle(CLStaticHttpHandlerWithIndexSupport.java:60)
     4: org.glassfish.grizzly.http.server.StaticHttpHandlerBase.service(StaticHttpHandlerBase.java:188)
     5: org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:219)
     6: org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:565)
     7: org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:545)
     8: java.lang.Thread.run(Unknown Source)
Please see the log for more detail.
Grizzly 2.3.16

that's what I get when I connect to my server running v0.8 and java 8
legendary
Activity: 3080
Merit: 1144
Is it possible to make a Web-based GUI and pools management for ethereum? Ethereum is different from other coins.
sr. member
Activity: 751
Merit: 251
I believe this is designed only to connect to pools, mainly nicehash

speaking of, I have problems connecting to nicehash with 100+ TH  SHA256

Could someone post a conf file that would work for say 50  S7 or 100  S4 ASIC miners pointed to nice hash?

I have massive rejects either duplicates or above target.  AND the 5min average has a lot of variability.  connecting the stratum server to antpool the hashrate is very stable.

Thanks!
full member
Activity: 142
Merit: 101
Would this proxy work to make a stratum server to connect to a local pc running a wallet for solo mining? 
Pages:
Jump to: