Bitcoin Forum
June 25, 2024, 12:22:07 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 36 37 »
  Print  
Author Topic: [ETHEREUM] [POOL] https://ETH.suprnova.cc 0% fee, 20 % BONUS per Block ! //  (Read 99310 times)
joblo
Legendary
*
Offline Offline

Activity: 1470
Merit: 1114


View Profile
April 11, 2016, 12:20:50 AM
 #581

Saw the notice about the pool issues. it's been a while now, any ETA?

If it won't be fixed soon can you at least push the payouts?

AKA JayDDee, cpuminer-opt developer. https://github.com/JayDDee/cpuminer-opt
https://bitcointalk.org/index.php?topic=5226770.msg53865575#msg53865575
BTC: 12tdvfF7KmAsihBXQXynT6E6th2c2pByTT,
alani123
Legendary
*
Offline Offline

Activity: 2436
Merit: 1454


Leading Crypto Sports Betting & Casino Platform


View Profile
April 12, 2016, 02:39:03 AM
 #582

suprnova's uncle rate seems to have gone down significantly today, how so?

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
April 13, 2016, 07:06:40 AM
 #583

a lot of rejects with your stratum implementation for decred, can you check it please? it has to do with the low diff i think
bbopa637
Member
**
Offline Offline

Activity: 117
Merit: 10

PC repair master, engeneer, radioamateur


View Profile WWW
April 13, 2016, 11:29:56 PM
Last edit: April 14, 2016, 12:04:39 AM by bbopa637
 #584

I've had some requests for adding support to Dwarfpool's Proxy (including failover support). Since the user authentication is quite different between both pools (Dwarf uses just the coin address and Suprnova uses usernames) it took a bit longer because of this but I got it going now.

You can use this proxy:

https://github.com/Atrides/eth-proxy

now too beside of sammy007's proxy (https://github.com/sammy007/ether-proxy)  (which I personally like much, much, much more).

I've added support for the Dwarfproxy on a separate Port / URL for better debugging, enter this into your config:

Code:
# Main pool
POOL_HOST = "eth-apac.suprnova.cc"
POOL_PORT = 5000

You can use your wallet address as authentication, just make sure you've set the same wallet address in your suprnova account !
I've preserved this so you can use the failover funcition of the proxy seamless in case dwarfpool or suprnova goes down, it'll just switch to the backup without needing to readjust anything. So a valid config would look something like:

Code:
# Host and port for your workers
HOST = "0.0.0.0"
PORT = 8088

# Coin address where money goes
WALLET = "0x171010e11015e8806e4111dd4ce0f7f01f6e72c2"  // HAS TO BE SET IN YOUR ACCOUNT !!!!!
#WALLET = "suprnova.5" // could also be used if you don't need backup

# It's useful for individually monitoring and statistic
ENABLE_WORKER_ID = True

# If WORKER_ID is enabled, you can monitor every worker/rig separately.
MONITORING = False
MONITORING_EMAIL = "mail@example.com"

# Main pool
POOL_HOST = "eth-apac.suprnova.cc"
POOL_PORT = 5000

# Failover pool.
POOL_FAILOVER_ENABLE = False
POOL_HOST_FAILOVER = "eth-eu.dwarfpool.com"
POOL_PORT_FAILOVER = 8008

Remember.. The wallet address has to be set in your account ! OR you use your username for authentication.

Please create a worker called "ethproxy" if you use the wallet address - hash will be directed there. (It's not mandatory but "looks" better and you'll get detailed stats).

Let me know if you have any trouble.
I hate that stupid dwarfpool.com because of very high difficulty for my 15MH/s worker, sometimes I have no share within 10-15 minutes, so just wasting time. I think your vardiff settings is better, and with your eth.suprnova.cc pool I will earn more ETH than with stupid dwarfpool.com. So I need help to connect to suprnova with proxy! I have tried out many setting but nothing works! So, my questions:
1) Can I use eth-proxy v0.0.5 with EU Sever online: http://eth-mine.suprnova.cc:3000/suprnova.5/50 ?? my ping there is 86ms, I don't want use http://eth-apac.suprnova.cc:5000 because I have 260ms ping and eth-us.suprnova.cc because of 190ms ping! And how exactly I must use it?
2) How can I use sammy007 proxy with http://eth-mine.suprnova.cc:3000 ?? I didn't find it on your homepage.
3) Why you provide on your homepage the same server 2 times??? EU Sever online: http://eth-mine.suprnova.cc:3000 and High-Diff (sammy007's Proxy: http://eth-high.suprnova.cc:3000/workername/Hashrate this is exactly the same IP 144.76.34.105 and port 3000!
My advice to you
1) put link to sammy007 proxy in your homepage https://github.com/sammy007/ether-proxy/releases it will help new miners to connect more easy.
2) here -> "Dwarfpool compatible Proxy- Port online: http://eth-apac.suprnova.cc:5000
(use with this proxy. Have your payout address set in your account as you use it in the proxy conf!)" you are providing link only to the linux proxy, what about windows users? I think adding it will be a good job.

bbopa637
Member
**
Offline Offline

Activity: 117
Merit: 10

PC repair master, engeneer, radioamateur


View Profile WWW
April 14, 2016, 01:18:13 AM
 #585

I've downloaded sammy007 eth-proxy from here https://github.com/sammy007/ether-proxy/releases
Renamed config.example.json to config.json and now the content is
Code:
{
"threads": 2,

"proxy": {
"listen": "0.0.0.0:8546",
"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": "eth.suprnova.cc",
"url": "http://eth-high.suprnova.cc:3000/mylogin.myworker/15",
"timeout": "10s"
}
],

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

my bat file for R9 270X is
Code:
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
ethminer.exe --farm-recheck 162 -G -F http://127.0.0.1:8546/mylogin.myworker/15 --opencl-platform 0 --cl-local-work 128 --cl-global-work 19900
pause
and ethminer couldn't connect to the proxy!
error message in ethminer
Code:
JSON-PRC problem. Probably couldn't connect. Retrying in 1...
miner 05:11:57:main Getting work package...
  X  05:11:57:main  Failed to submit hashrate.
  X  05:11:57:main  Dynamic exception type: class jsonrpc::JsonRpcException
std::exception::what: Exception -32603  :  INTERNAL_ERROR:  :  404 page not found
WHY?  Huh

gegstore
Member
**
Offline Offline

Activity: 78
Merit: 10


View Profile
April 16, 2016, 05:19:07 PM
 #586

i have this problem on eth-proxy
help me please

2016-04-16 19:17:25,526 ERROR protocol # [Failure instance: Traceback: <type 'exceptions.TypeError'>: 'bool' object has no attribute '__getitem__'
site-packages\twisted\internet\selectreactor.py:149:_doReadOrWrite
site-packages\twisted\internet\tcp.py:209:doRead
site-packages\twisted\internet\tcp.py:215:_dataReceived
stratum\protocol.py:178:dataReceived
--- <exception caught here> ---
stratum\protocol.py:229:lineReceived
stratum\event_handler.py:7:_handle_event
mining_libs\client_service.py:51:handle_event
mining_libs\jobs.py:66:replace_job
]
Traceback (most recent call last):
  File "stratum\protocol.py", line 229, in lineReceived
  File "stratum\event_handler.py", line 7, in _handle_event
  File "mining_libs\client_service.py", line 51, in handle_event
  File "mining_libs\jobs.py", line 66, in replace_job
TypeError: 'bool' object has no attribute '__getitem__'

onefry
Full Member
***
Offline Offline

Activity: 157
Merit: 102


View Profile
April 16, 2016, 06:25:26 PM
 #587

i have this problem on eth-proxy
help me please

2016-04-16 19:17:25,526 ERROR protocol # [Failure instance: Traceback: <type 'exceptions.TypeError'>: 'bool' object has no attribute '__getitem__'
site-packages\twisted\internet\selectreactor.py:149:_doReadOrWrite
site-packages\twisted\internet\tcp.py:209:doRead
site-packages\twisted\internet\tcp.py:215:_dataReceived
stratum\protocol.py:178:dataReceived
--- <exception caught here> ---
stratum\protocol.py:229:lineReceived
stratum\event_handler.py:7:_handle_event
mining_libs\client_service.py:51:handle_event
mining_libs\jobs.py:66:replace_job
]
Traceback (most recent call last):
  File "stratum\protocol.py", line 229, in lineReceived
  File "stratum\event_handler.py", line 7, in _handle_event
  File "mining_libs\client_service.py", line 51, in handle_event
  File "mining_libs\jobs.py", line 66, in replace_job
TypeError: 'bool' object has no attribute '__getitem__'

I have the same issue with suprnova and eth-proxy... any resolutions?
khryptor
Newbie
*
Offline Offline

Activity: 62
Merit: 0


View Profile
April 25, 2016, 06:06:11 AM
 #588

i have this problem on eth-proxy
help me please

2016-04-16 19:17:25,526 ERROR protocol # [Failure instance: Traceback: <type 'exceptions.TypeError'>: 'bool' object has no attribute '__getitem__'
site-packages\twisted\internet\selectreactor.py:149:_doReadOrWrite
site-packages\twisted\internet\tcp.py:209:doRead
site-packages\twisted\internet\tcp.py:215:_dataReceived
stratum\protocol.py:178:dataReceived
--- <exception caught here> ---
stratum\protocol.py:229:lineReceived
stratum\event_handler.py:7:_handle_event
mining_libs\client_service.py:51:handle_event
mining_libs\jobs.py:66:replace_job
]
Traceback (most recent call last):
  File "stratum\protocol.py", line 229, in lineReceived
  File "stratum\event_handler.py", line 7, in _handle_event
  File "mining_libs\client_service.py", line 51, in handle_event
  File "mining_libs\jobs.py", line 66, in replace_job
TypeError: 'bool' object has no attribute '__getitem__'

I have the same issue with suprnova and eth-proxy... any resolutions?


It seems like a lot of people are having this problem. If someone has the answer for this it would be great because I cant get EITHER the dwarfpool proxy or sammys to work correctly with suprnova, and from reading about 39 of these pages no one else has either.
SOOOO disgruntling.
bluehorseshoe
Sr. Member
****
Offline Offline

Activity: 255
Merit: 250



View Profile
April 26, 2016, 06:46:00 PM
 #589

I started mining on supernova yesterday with my XFX - AMD Radeon R7 370 2GB and my hashrate swings up and down regularly, anyone else having this issue? Is there a solution?
Was mining decred prior and my hashrate stayed pretty consistent.

Thanks for any help
daniele_83
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
April 28, 2016, 09:56:21 AM
 #590

what's the server location for configuration along with NiceHash? EU or US?

Truffacoin l'ho denunciato alla polizia di stato per diffamazione, lui ancora non ne ha risposto. Allora quello che c'è scritto qua è vero http://truffacoineunatruffa.com
alenevaa
Sr. Member
****
Offline Offline

Activity: 288
Merit: 260



View Profile WWW
April 28, 2016, 11:30:00 AM
 #591

Suprnova's Ethereum Pool.

CURRENTLY 20 % EXTRA BONUS PAYOUT PER BLOCK !


Guys, does the pool have 20% bonus or it's outdated!?

██████████████████████
████████████████████████
████████████████████████
████████████████████████
███████████████████████
█████████████████████
████████████████████████
████████████████████████
██████████████████████
██████████████████████
███████████████████████
████████████████████████
████████████████████████
████████████████████████
███████████████████████
██████████████████████
|
WINGS           
Where DAO Unicorns are born
|
.
1st Bitcoin & Ethereum DAO for DAOs
1st Decentralized Chatbot to Smart Contracts Interaction System

|
.
Wings Bounties Earn Eggs
X-Blockchain DAO

Lay94
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 30, 2016, 05:07:51 PM
 #592

Hi,

I had ~250 MHs mining at suprnova - payout April 27, April 28 - 2 eth only.

This calculator:
http://badmofo.github.io/ethereum-mining-calculator/
shows 3+eth.

Why payout is less? Bad luck? I had a feeling before - payouts are less than calculator says, now I got kind of proof.

Calculator is wrong - or smth is fishy?


ocminer (OP)
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
April 30, 2016, 06:02:03 PM
 #593

Hi,

I had ~250 MHs mining at suprnova - payout April 27, April 28 - 2 eth only.

This calculator:
http://badmofo.github.io/ethereum-mining-calculator/
shows 3+eth.

Why payout is less? Bad luck? I had a feeling before - payouts are less than calculator says, now I got kind of proof.

Calculator is wrong - or smth is fishy?




Low hash, pretty Bad Luck and also quite few orphans might be the reason for that. Compare with other (smaller) pools and you should notice the same.

However I will be doing some bonuses soon

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
restless
Legendary
*
Offline Offline

Activity: 1151
Merit: 1001


View Profile
May 02, 2016, 05:38:25 AM
 #594

Whats the difference between
Stratum v2 Port online: http://eth.suprnova.cc:4000
Stratum v1 Port online (MRR): http://eth-apac.suprnova.cc:5000 ?

Which client/miner can be used at port 4000? Claymore miner  seems to work at port 5000 but fails at port 4000
joblo
Legendary
*
Offline Offline

Activity: 1470
Merit: 1114


View Profile
May 02, 2016, 12:23:47 PM
 #595

Hey OCMiner, What happened to the HOdl dashboard? IT SUCKS NOW!
You removed every useful piece of information, it's now useless.
I can't even find my payouts anymore.

AKA JayDDee, cpuminer-opt developer. https://github.com/JayDDee/cpuminer-opt
https://bitcointalk.org/index.php?topic=5226770.msg53865575#msg53865575
BTC: 12tdvfF7KmAsihBXQXynT6E6th2c2pByTT,
robertdupont
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
May 03, 2016, 10:06:08 PM
 #596

Hi

I'm don't understand, I mined over 12 hours and I have nothing in my account, not transactions an no earning

I use this commande line : ethminer -C -F http://eth-mine.suprnova.cc:3000/username.worker/700/s

And the command line give print this :

abc@abc:~$ ethminer -C -F http://eth-mine.suprnova.cc:3000/username.worker/700/s
miner  22:03:42.882|ethminer  Getting work package...
miner  22:03:43.035|ethminer  Grabbing DAG for #17a7217f…
miner  22:03:50.264|ethminer  Got work package:
miner  22:03:50.264|ethminer    Header-hash: 8e669abd4cf6c69ab4610fbb052a7e25590e0b287522328767130a99c47c09f5
miner  22:03:50.264|ethminer    Seedhash: 17a7217f2673ce6267021cc82e7b328a755f010d6741bde6c25d3c2b0373e989
miner  22:03:50.264|ethminer    Target: 0000000394427b08175efa9a9eb59b9123e2969bf19bf272b20787ed022fbe6c
miner  22:03:50.264|ethminer  Loading full DAG of seedhash: #95d53b63…
miner  22:03:50.781|ethminer  Mining on PoWhash #8e669abd… : 0 H/s = 0 hashes / 0.5 s
miner  22:03:57.162|ethminer  Full DAG loaded
miner  22:03:57.192|ethminer  Got work package:
miner  22:03:57.192|ethminer    Header-hash: 403bb72c4562db405b7dda98d2ca37f07888b4c3acab36200193702d1cd4afeb
miner  22:03:57.192|ethminer    Seedhash: 17a7217f2673ce6267021cc82e7b328a755f010d6741bde6c25d3c2b0373e989
miner  22:03:57.192|ethminer    Target: 0000000394427b08175efa9a9eb59b9123e2969bf19bf272b20787ed022fbe6c
miner  22:03:58.045|ethminer  Mining on PoWhash #403bb72c… : 894800 H/s = 447400 hashes / 0.5 s
miner  22:03:58.614|ethminer  Mining on PoWhash #403bb72c… : 703866 H/s = 400500 hashes / 0.569 s


Somethings is wrong ?


To see my the coin inside my wallet, I use geth console 2>>geth.log
then
web3.eth.getBalance(web3.eth.accounts[0])
daniele_83
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
May 04, 2016, 12:13:16 PM
 #597

Very bad

Truffacoin l'ho denunciato alla polizia di stato per diffamazione, lui ancora non ne ha risposto. Allora quello che c'è scritto qua è vero http://truffacoineunatruffa.com
restless
Legendary
*
Offline Offline

Activity: 1151
Merit: 1001


View Profile
May 04, 2016, 12:17:53 PM
 #598

Hi

I'm don't understand, I mined over 12 hours and I have nothing in my account, not transactions an no earning

I use this commande line : ethminer -C -F http://eth-mine.suprnova.cc:3000/username.worker/700/s

And the command line give print this :

abc@abc:~$ ethminer -C -F http://eth-mine.suprnova.cc:3000/username.worker/700/s
miner  22:03:42.882|ethminer  Getting work package...
miner  22:03:43.035|ethminer  Grabbing DAG for #17a7217f…
miner  22:03:50.264|ethminer  Got work package:
miner  22:03:50.264|ethminer    Header-hash: 8e669abd4cf6c69ab4610fbb052a7e25590e0b287522328767130a99c47c09f5
miner  22:03:50.264|ethminer    Seedhash: 17a7217f2673ce6267021cc82e7b328a755f010d6741bde6c25d3c2b0373e989
miner  22:03:50.264|ethminer    Target: 0000000394427b08175efa9a9eb59b9123e2969bf19bf272b20787ed022fbe6c
miner  22:03:50.264|ethminer  Loading full DAG of seedhash: #95d53b63…
miner  22:03:50.781|ethminer  Mining on PoWhash #8e669abd… : 0 H/s = 0 hashes / 0.5 s
miner  22:03:57.162|ethminer  Full DAG loaded
miner  22:03:57.192|ethminer  Got work package:
miner  22:03:57.192|ethminer    Header-hash: 403bb72c4562db405b7dda98d2ca37f07888b4c3acab36200193702d1cd4afeb
miner  22:03:57.192|ethminer    Seedhash: 17a7217f2673ce6267021cc82e7b328a755f010d6741bde6c25d3c2b0373e989
miner  22:03:57.192|ethminer    Target: 0000000394427b08175efa9a9eb59b9123e2969bf19bf272b20787ed022fbe6c
miner  22:03:58.045|ethminer  Mining on PoWhash #403bb72c… : 894800 H/s = 447400 hashes / 0.5 s
miner  22:03:58.614|ethminer  Mining on PoWhash #403bb72c… : 703866 H/s = 400500 hashes / 0.569 s


Somethings is wrong ?


To see my the coin inside my wallet, I use geth console 2>>geth.log
then
web3.eth.getBalance(web3.eth.accounts[0])
you mine with 800KH/s

With you CPU ?!?

In theory, you'll get as much as     0.010 ether per day.

But I doubt you will find any share at all. Speed is way too small for the difficulty...
robertdupont
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
May 04, 2016, 07:41:09 PM
 #599

Yes with CPU... 16 cors....
I'm new in crypto currency mining
So mabay I have to try with altcoin made to mine with CPU
Rodderick
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
May 05, 2016, 05:22:31 PM
 #600

Yes with CPU... 16 cors....
I'm new in crypto currency mining
So mabay I have to try with altcoin made to mine with CPU

I think you would get a much higher payout mining a CPU only coin. Right now I am getting a good return on Hodl.
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 36 37 »
  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!