Pages:
Author

Topic: [ETHEREUM] [POOL] https://ETH.suprnova.cc 0% fee, 20 % BONUS per Block ! // - page 11. (Read 99527 times)

hero member
Activity: 644
Merit: 500
legendary
Activity: 2688
Merit: 1240
shift pool not working anymore? everyone leaving, no earning at all there

Ah thanks for the info, looks like the daemon somehow got stuck, i've restarted it and it's back up an running
legendary
Activity: 3248
Merit: 1070
shift pool not working anymore? everyone leaving, no earning at all there
legendary
Activity: 2688
Merit: 1240
A cronjob was stuck, everything was credited after I could restart it.

The dwarf proxy only works on eth-apac.suprnova.cc port 5000
jr. member
Activity: 52
Merit: 36
I've just got a page full of unconfirmed transactions - is this normal? I'm a bit of a noob at this Ethereum mining.

The last 40 transactions are all unconfirmed. My last confirmed transaction was over 4 hours ago...

C

Edit, every transaction came through all at once. Don't know why it stalled for about 5 hours but it came good in the end
newbie
Activity: 10
Merit: 0
Is pool working? I dont get any conits!
legendary
Activity: 3164
Merit: 1003
Read post 527......and 501....
full member
Activity: 173
Merit: 100
I still can not using a proxy,some body help me  Embarrassed

Me too, on dwarf it run without problems, but ot suprnova it didn't work!  Cry I am with 270X, Windows 8.1. I need someone to share his .conf file for the proxy to see the exact settings and to try again.
hero member
Activity: 644
Merit: 500
I still can not using a proxy,some body help me  Embarrassed
full member
Activity: 224
Merit: 100
hey shift seems doing bad on the earning, profit is not right there
member
Activity: 116
Merit: 10
https://twitter.com/_Crypto_Mike
newbie
Activity: 65
Merit: 0
I've updated eth-us.suprnova.cc and eth-mine.suprnova.cc to new versions and also improved performance quite a lot, there shouldn't be any timeouts or "JSON RPC error.." anymore.

Are you able to offer stratum on eth-us.suprnova.cc ?  Getwork is so ugg; would be nice to use qtminer or genoil w/ stratum on this pool.

Yes, working on it.

Hi all, i have issue Smiley I have several PC with intel Chip mining power about 0.35 MH/s. I've create one worker on suprnova pool, and I set the same worker on all PC. Will those workers sum in one MH power on suprnova pool ? If not , how to set it ?

No, you would have to use the proxy:

https://github.com/sammy007/ether-proxy

And point all your rigs to this proxy. The proxy than connects via one worker to the pool

Uhh, any example how to do it ? Smiley Do i have to install any proxy on win 7 ?


So finaly I can reply myself Smiley Instruction mining (One station or multi on proxy) for  those novice like me (No GETH need):


https://github.com/ethereum/mist/releases/

- download wallet: Ethereum-Wallet-linux64-0-5-1.zip  
- synchrnise, make acc,
----------------------------------------------------------------------
http://www60.zippyshare.com/v/VSsUc5ew/file.html

- download etherminer, unpack

----------------------------------------------------------------------
https://eth.suprnova.cc

- make account (HELP), make PIN
- make worker (HELP) , sholud look like: [login].[your name]
- withdraws in "My Account" / Cash Out.

----------------------------------------------------------------------
make [any name].BAT:

GPU mining:
ethminer -G -F http://eth-mine.suprnova.cc:3000/[MINER]/[MHS]

CPU mining:
ethminer -F -C http://eth-mine.suprnova.cc:3000/[MINER]/[MHS]

- *.bat put in ....:\ethminer-opencl\  (make shourcut best and put in autostart Smiley

==============================================================================

PROXY MINING - add multi host in local network:

- need ether-proxy-win64 from  https://github.com/sammy007/ether-proxy/releases

-------------------------------------------------------------------------------
- make new *.json file
- eidt file:

{
   "threads": 2,

   "proxy": {
      "listen": "0.0.0.0:8545",
      "clientTimeout": "3m",
      "blockRefreshInterval": "100ms",
      "hashrateWindow": "15m",
      "submitHashrate": false,
      "luckWindow": "24h",
      "largeLuckWindow": "72h"
   },

   "frontend": {
      "listen": "0.0.0.0:8080",
      "login": "admin",
      "password": ""
   },

   "upstreamCheckInterval": "5s",
   "upstream": [
  {
         "pool": true,
         "name": "Suprnova.cc",
         "url": "http://eth-mine.suprnova.cc:3000//[MINER]/[MHS]",
         "timeout": "10s"
  }
   ],

   "newrelicEnabled": false,
   "newrelicName": "MyEtherProxy",
   "newrelicKey": "SECRET_KEY",
   "newrelicVerbose": false
}


8545 port is example. can be different

--------------------------------------------------------------------------
- make file RUNPROXY.BAT , edit:  ether-proxy.exe ‘your name’.json

--------------------------------------------------------------------------
- make new bat file for local station:

(CPU) :    ethminer -C -F http://”IP PROXY STATION”:8545/miner/[MHS]/[MINER]  
(GPU):     ethminer -G -F http://”IP PROXY STATION”:8545/miner/[MHS]/[MINER]  

file put in ....../ethminer-opencl/

- [MINER] the same as in *.json file.
- If miner is running on PROXY STATION so IP must be 127.0.0.1 or localhost.
-----------------------------------------------------------------------------




newbie
Activity: 65
Merit: 0
I can't run ethminer on Ati radeon hd 4870 x2, not suported Huh
sr. member
Activity: 378
Merit: 250
nice a Pool witzhout any fees and extra payouts Smiley

really great keep this up Wink

regards
member
Activity: 338
Merit: 10
StartFi
Been mining without issue for 12 days. Command line console shows no issues. However, dashboard isn't showing hashrate or earnings from the usual I expect each day. Don't know what the problem is, but I want it fixed soon, otherwise I'm going back to solo mining.
legendary
Activity: 3248
Merit: 1070
when the front page of shift will be updated, still the old front for this coin, look bad compared to the new front
hero member
Activity: 906
Merit: 507
I've updated eth-us.suprnova.cc and eth-mine.suprnova.cc to new versions and also improved performance quite a lot, there shouldn't be any timeouts or "JSON RPC error.." anymore.

Are you able to offer stratum on eth-us.suprnova.cc ?  Getwork is so ugg; would be nice to use qtminer or genoil w/ stratum on this pool.

Yes, working on it.

Hi all, i have issue Smiley I have several PC with intel Chip mining power about 0.35 MH/s. I've create one worker on suprnova pool, and I set the same worker on all PC. Will those workers sum in one MH power on suprnova pool ? If not , how to set it ?

No, you would have to use the proxy:

https://github.com/sammy007/ether-proxy

And point all your rigs to this proxy. The proxy than connects via one worker to the pool
just wondering if stratum is supported on all ports now Thanks oc
full member
Activity: 173
Merit: 100
Is there posible to mine eth on win 32 bit ? I've read that ethminer is 64-bit only, so is there any other 32 bit version ?

You need 64-bit OS to mine.
sr. member
Activity: 954
Merit: 250
Ocminer, should I do anything to be ready for Homestead Hardfork if I use bat file like this: ethminer -G -F http://eth-mine.suprnova.cc:3000
newbie
Activity: 65
Merit: 0
Is there posible to mine eth on win 32 bit ? I've read that ethminer is 64-bit only, so is there any other 32 bit version ?
Pages:
Jump to: