Pages:
Author

Topic: [GUIDE][AMD][NVIDIA][CPU][ETN]How to Mine ⚡️Electroneum + Miners Downloads 💲⛏ - page 24. (Read 147782 times)

member
Activity: 336
Merit: 15
your setting is best if you don't have blockchain drivers.
Wait, but I do have the blockchain drivers installed. Does that mean that I shouldn't use ri=512 and g=2 since there's a better set? What settings are better for the blockchain drivers?
You need higher I and maybe W.

I can confirm this - changing it to GPU threads = 2 , I = 525 and Worksize to 9 is giving around 760 H/s on a RX 570 4GB with modded BIOS. Probably this can be optimised further but I always prefer to see if the new settings are stable (at least 24h run) and tweak again after a successful test.
legendary
Activity: 1106
Merit: 1014
All files like blockchain-export, blockchain-import, electroneumd, wallet-cli and "walletname", "walletname.address.txt" and "walletname.keys" are in C:\CryptoMiners\Electroneum-Miner-64x folder
Wait, why are they on disk C, didn't you move it all to D? I'm confused, why is that folder called "Miner" when we're talking about the wallet? Are you saying that your original wallet file is already in the "moved" folder, and you open that original wallet in wallet-cli, but it's showing 0 balance? If that's the case, then you probably need to do a rescan, type "rescan_bc" in the wallet-cli command line.
member
Activity: 260
Merit: 15
Then you need to copy the wallet from the C drive as well. I don't know where it is exactly, probably somewhere in C:\ProgramData\electroneum or C:\Users\%username%\AppData\Roaming\electroneum or C:\Users\xxx\Documents\electroneum\wallets, just user search for "electroneum" on disk C and you'll eventually find it. I've got 3 files for my wallet: "walletname", "walletname.address.txt" and "walletname.keys". I suppose you should copy all 3 of them to the new folder.

All files like blockchain-export, blockchain-import, electroneumd, wallet-cli and "walletname", "walletname.address.txt" and "walletname.keys" are in C:\CryptoMiners\Electroneum-Miner-64x folder
sr. member
Activity: 966
Merit: 359
👉MINING-BIOS.eu💲⛏
your setting is best if you don't have blockchain drivers.
Wait, but I do have the blockchain drivers installed. Does that mean that I shouldn't use ri=512 and g=2 since there's a better set? What settings are better for the blockchain drivers?
You need higher I and maybe W.
legendary
Activity: 1106
Merit: 1014
your setting is best if you don't have blockchain drivers.
Wait, but I do have the blockchain drivers installed. Does that mean that I shouldn't use "ri=512 | g=2 | worksize =8" since there's a better set? What settings are better for the blockchain drivers?

As per your instruction moved from C: database to D: drive and it worked fine and database is synced up-to date. But when I run wallet by balance shows 0.00 even after syncing.
My Wallet and other files are on C: drive except for database.
Then you need to copy the wallet from the C drive as well. I don't know where it is exactly, probably somewhere in C:\ProgramData\electroneum or C:\Users\%username%\AppData\Roaming\electroneum or C:\Users\xxx\Documents\electroneum\wallets, just user search for "electroneum" on disk C and you'll eventually find it. I've got 3 files for my wallet: "walletname", "walletname.address.txt" and "walletname.keys". I suppose you should copy all 3 of them to the new folder.
member
Activity: 260
Merit: 15
Loading blockchain from folder C:\ProgramData\electroneum\lmdb ...
...
WARN    blockchain.db.lmdb      src/blockchain_db/lmdb/db_lmdb.cpp:72   Failed to open lmdb environment: Input/output error
ERROR   cn      src/cryptonote_core/cryptonote_core.cpp:399     Error opening database:Failed to open lmdb environment: Input/output error
...
Failed to save config to file C:\Program Data\electroneum/p2pstate.bin
Destructing connection p2p#0 to 0.0.0.0

Looks like the process doesn't have the rights to write into that folder on disk C, or it's being blocked by something (like an antivirus/windows defender/etc).

Try to move the whole thing to another folder, preferably disk D, and also make it save the database in there. For example, I run all monero-based wallets with a bat-file that looks like this:
"electroneumd.exe --data-dir D:\wallets\electronium-win-x64-0.11.0.0"
It tells the daemon to save the blockchain in the folder specified, instead of putting it somewhere on disk C.

Another option is to run the electroneumd.exe as an administrator.
As per your instruction moved from C: database to D: drive and it worked fine and database is synced up-to date. But when I run wallet by balance shows 0.00 even after syncing.
My Wallet and other files are on C: drive except for database.
sr. member
Activity: 966
Merit: 359
👉MINING-BIOS.eu💲⛏
Yeah...apparently there was a ddos attack but the moderator had to do some maintenance. It's back up now with about 20 MH/s
For this problem is great the new XMR-STAK 2.0 (links in first post) you can make your own list of pools and it will reconnect to other when one is unreachable.
I've just set up sgminer 5.5.5 for a couple of my rigs and so far it seems to be faster than the xmr-stak. Running 480/470 cards with g=2 and ri=512, not sure though yet whether there's a better config for Polaris cards. And sgminer also has the auto pool switching function, so considering how it's faster and free, I don't see much point in using the xmr-stak for amd cards. By the way, why do you recommend the 5.5.5 version when there seem to be newer ones available? Is something wrong with the more recent builds?
You mean the 5.6? It has nothing new for XMR. I've tried few SGminers and this one was so far the most stable, but you can try them all. SGminer is great in terms of hashrate, your setting is best if you don't have blockchain drivers. XMR-STAK can almost beat the SGminer with the right config. I like the clean UI of XMR-STAK and web stats, also it has a little better power consumption. SGminer has lot info I would say too much.
member
Activity: 260
Merit: 15
Loading blockchain from folder C:\ProgramData\electroneum\lmdb ...
...
WARN    blockchain.db.lmdb      src/blockchain_db/lmdb/db_lmdb.cpp:72   Failed to open lmdb environment: Input/output error
ERROR   cn      src/cryptonote_core/cryptonote_core.cpp:399     Error opening database:Failed to open lmdb environment: Input/output error
...
Failed to save config to file C:\Program Data\electroneum/p2pstate.bin
Destructing connection p2p#0 to 0.0.0.0

Looks like the process doesn't have the rights to write into that folder on disk C, or it's being blocked by something (like an antivirus/windows defender/etc).

Try to move the whole thing to another folder, preferably disk D, and also make it save the database in there. For example, I run all monero-based wallets with a bat-file that looks like this:
"electroneumd.exe --data-dir D:\wallets\electronium-win-x64-0.11.0.0"
It tells the daemon to save the blockchain in the folder specified, instead of putting it somewhere on disk C.

Another option is to run the electroneumd.exe as an administrator.
As per your instruction moved database to D: and it worked fine and database is synced up-to date. But when I run wallet by balance shows 0.00 even after syncing. My Wallet and other files are on C:
legendary
Activity: 1106
Merit: 1014
Yeah...apparently there was a ddos attack but the moderator had to do some maintenance. It's back up now with about 20 MH/s
For this problem is great the new XMR-STAK 2.0 (links in first post) you can make your own list of pools and it will reconnect to other when one is unreachable.
I've just set up sgminer 5.5.5 for a couple of my rigs and so far it seems to be faster than the xmr-stak. Running 480/470 cards with g=2 and ri=512, not sure though yet whether there's a better config for Polaris cards. And sgminer also has the auto pool switching function, so considering how it's faster and free, I don't see much point in using the xmr-stak for amd cards. By the way, why do you recommend the 5.5.5 version when there seem to be newer ones available? Is something wrong with the more recent builds?
member
Activity: 151
Merit: 11
Website link - Bitcoin Unicorn
Thanks for compiling this list. Its helpful to have all the info and links in one place. Cheers
newbie
Activity: 12
Merit: 0
great tutolrail, thx for your work.
I've just config xmr-stack on debian 9 with my one rx480 and it start to run on minekitten.io
I'll see, if everything will  be fine in a few days Wink
legendary
Activity: 1106
Merit: 1014
Loading blockchain from folder C:\ProgramData\electroneum\lmdb ...
...
WARN    blockchain.db.lmdb      src/blockchain_db/lmdb/db_lmdb.cpp:72   Failed to open lmdb environment: Input/output error
ERROR   cn      src/cryptonote_core/cryptonote_core.cpp:399     Error opening database:Failed to open lmdb environment: Input/output error
...
Failed to save config to file C:\Program Data\electroneum/p2pstate.bin
Destructing connection p2p#0 to 0.0.0.0

Looks like the process doesn't have the rights to write into that folder on disk C, or it's being blocked by something (like an antivirus/windows defender/etc).

Try to move the whole thing to another folder, preferably disk D, and also make it save the database in there. For example, I run all monero-based wallets with a bat-file that looks like this:
"electroneumd.exe --data-dir D:\wallets\electronium-win-x64-0.11.0.0"
It tells the daemon to save the blockchain in the folder specified, instead of putting it somewhere on disk C.

Another option is to run the electroneumd.exe as an administrator.
member
Activity: 260
Merit: 15
Can anyone please help me, I'm getting following error while syncing :
C:\CryptoMiners\Electroneum-Miner-64x>electroneumd --log-level 2
2017-11-28 20:59:19.777 5284    INFO    global  src/daemon/main.cpp:279 Electroneum 'Helium Hydra' (v0.11.0.0-53f8b3fa)
2017-11-28 20:59:19.778 5284    INFO    daemon  src/daemon/main.cpp:281 Moving from main() into the daemonize now.
2017-11-28 20:59:19.778 5284    INFO    global  src/daemon/protocol.h:55        Initializing cryptonote protocol...
2017-11-28 20:59:19.778 5284    INFO    global  src/daemon/protocol.h:60        Cryptonote protocol initialized OK
2017-11-28 20:59:19.779 5284    INFO    global  src/daemon/p2p.h:63     Initializing p2p server...
2017-11-28 20:59:19.780 5636    DEBUG   net.p2p src/p2p/net_node.inl:458        dns_threads[0] created for: seeds.moneroseeds.se
2017-11-28 20:59:19.780 2120    DEBUG   net.p2p src/p2p/net_node.inl:458        dns_threads[1] created for: seeds.moneroseeds.ae.org
2017-11-28 20:59:19.783 5284    DEBUG   net.p2p src/p2p/net_node.inl:486        dns_threads created, now waiting for completion or timeout of 20000ms
2017-11-28 20:59:19.783 5480    DEBUG   net.p2p src/p2p/net_node.inl:458        dns_threads[3] created for: seeds.moneroseeds.li
2017-11-28 20:59:19.797 5592    DEBUG   net.p2p src/p2p/net_node.inl:458        dns_threads[2] created for: seeds.moneroseeds.ch
2017-11-28 20:59:21.239 2120    DEBUG   net.p2p src/p2p/net_node.inl:466        dns_threads[1] DNS resolve done
2017-11-28 20:59:21.239 2120    INFO    net.p2p src/p2p/net_node.inl:478        dns_threads[1] addr_str: seeds.moneroseeds.ae.org  number of results: 0
2017-11-28 20:59:21.239 5636    DEBUG   net.p2p src/p2p/net_node.inl:466        dns_threads[0] DNS resolve done
2017-11-28 20:59:21.240 5636    INFO    net.p2p src/p2p/net_node.inl:478        dns_threads[0] addr_str: seeds.moneroseeds.se  number of results: 0
2017-11-28 20:59:28.541 5480    DEBUG   net.p2p src/p2p/net_node.inl:466        dns_threads[3] DNS resolve done
2017-11-28 20:59:28.541 5480    INFO    net.p2p src/p2p/net_node.inl:478        dns_threads[3] addr_str: seeds.moneroseeds.li  number of results: 0
2017-11-28 20:59:30.678 5592    DEBUG   net.p2p src/p2p/net_node.inl:466        dns_threads[2] DNS resolve done
2017-11-28 20:59:30.679 5592    INFO    net.p2p src/p2p/net_node.inl:478        dns_threads[2] addr_str: seeds.moneroseeds.ch  number of results: 0
2017-11-28 20:59:30.679 5284    DEBUG   net.p2p src/p2p/net_node.inl:502        DNS lookup for seeds.moneroseeds.se: 0 results
2017-11-28 20:59:30.679 5284    DEBUG   net.p2p src/p2p/net_node.inl:502        DNS lookup for seeds.moneroseeds.ae.org: 0 results
2017-11-28 20:59:30.679 5284    DEBUG   net.p2p src/p2p/net_node.inl:502        DNS lookup for seeds.moneroseeds.ch: 0 results
2017-11-28 20:59:30.679 5284    DEBUG   net.p2p src/p2p/net_node.inl:502        DNS lookup for seeds.moneroseeds.li: 0 results
2017-11-28 20:59:30.680 5284    INFO    net.p2p src/p2p/net_node.inl:516        DNS seed node lookup either timed out or failed, falling back to defaults
2017-11-28 20:59:30.680 5284    DEBUG   net.p2p src/p2p/net_node.inl:527        Seed node: 13.124.43.88:26967
2017-11-28 20:59:30.680 5284    INFO    net.p2p src/p2p/net_node.inl:395        Added seed node: 13.124.43.88:26967
2017-11-28 20:59:30.680 5284    DEBUG   net.p2p src/p2p/net_node.inl:527        Seed node: 13.125.37.208:26967
2017-11-28 20:59:30.680 5284    INFO    net.p2p src/p2p/net_node.inl:395        Added seed node: 13.125.37.208:26967
2017-11-28 20:59:30.681 5284    DEBUG   net.p2p src/p2p/net_node.inl:527        Seed node: 13.125.50.165:26967
2017-11-28 20:59:30.681 5284    INFO    net.p2p src/p2p/net_node.inl:395        Added seed node: 13.125.50.165:26967
2017-11-28 20:59:30.681 5284    DEBUG   net.p2p src/p2p/net_node.inl:527        Seed node: 34.197.74.127:26967
2017-11-28 20:59:30.681 5284    INFO    net.p2p src/p2p/net_node.inl:395        Added seed node: 34.197.74.127:26967
2017-11-28 20:59:30.681 5284    DEBUG   net.p2p src/p2p/net_node.inl:527        Seed node: 34.236.180.233:26967
2017-11-28 20:59:30.682 5284    INFO    net.p2p src/p2p/net_node.inl:395        Added seed node: 34.236.180.233:26967
2017-11-28 20:59:30.682 5284    DEBUG   net.p2p src/p2p/net_node.inl:527        Seed node: 34.237.39.232:26967
2017-11-28 20:59:30.682 5284    INFO    net.p2p src/p2p/net_node.inl:395        Added seed node: 34.237.39.232:26967
2017-11-28 20:59:30.682 5284    DEBUG   net.p2p src/p2p/net_node.inl:527        Seed node: 34.240.247.44:26967
2017-11-28 20:59:30.682 5284    INFO    net.p2p src/p2p/net_node.inl:395        Added seed node: 34.240.247.44:26967
2017-11-28 20:59:30.682 5284    DEBUG   net.p2p src/p2p/net_node.inl:527        Seed node: 34.250.126.109:26967
2017-11-28 20:59:30.683 5284    INFO    net.p2p src/p2p/net_node.inl:395        Added seed node: 34.250.126.109:26967
2017-11-28 20:59:30.683 5284    DEBUG   net.p2p src/p2p/net_node.inl:527        Seed node: 52.50.2.110:26967
2017-11-28 20:59:30.683 5284    INFO    net.p2p src/p2p/net_node.inl:395        Added seed node: 52.50.2.110:26967
2017-11-28 20:59:30.683 5284    DEBUG   net.p2p src/p2p/net_node.inl:530        Number of seed nodes: 9
2017-11-28 20:59:30.684 5284    INFO    net.throttle    src/p2p/network_throttle-detail.cpp:162 Setting LIMIT: 4.40402e+006 kbps
2017-11-28 20:59:30.684 5284    INFO    net.p2p src/p2p/net_node.inl:1880       Set limit-up to 2048 kB/s
2017-11-28 20:59:30.685 5284    INFO    net.throttle    src/p2p/network_throttle-detail.cpp:162 Setting LIMIT: 8.38861e+006 kbps
2017-11-28 20:59:30.685 5284    INFO    net.throttle    src/p2p/network_throttle-detail.cpp:162 Setting LIMIT: 8.38861e+006 kbps
2017-11-28 20:59:30.685 5284    INFO    net.p2p src/p2p/net_node.inl:1894       Set limit-down to 8192 kB/s
2017-11-28 20:59:30.685 5284    INFO    net.throttle    src/p2p/network_throttle-detail.cpp:162 Setting LIMIT: 4.40402e+006 kbps
2017-11-28 20:59:30.687 5284    INFO    net.p2p src/p2p/net_node.inl:1916       Set limit-up to 2048 kB/s
2017-11-28 20:59:30.688 5284    INFO    net.throttle    src/p2p/network_throttle-detail.cpp:162 Setting LIMIT: 8.38861e+006 kbps
2017-11-28 20:59:30.697 5284    INFO    net.throttle    src/p2p/network_throttle-detail.cpp:162 Setting LIMIT: 8.38861e+006 kbps
2017-11-28 20:59:30.699 5284    INFO    net.p2p src/p2p/net_node.inl:1920       Set limit-down to 8192 kB/s
2017-11-28 20:59:30.710 5284    INFO    net     contrib/epee/include/net/abstract_tcp_server2.inl:795   Set server typeto: 2 from name: P2P, prefix_name = P2P
2017-11-28 20:59:30.710 5284    INFO    net.p2p src/p2p/net_node.inl:569        Binding on 0.0.0.0:26967
2017-11-28 20:59:30.711 5284    DEBUG   net     contrib/epee/include/net/abstract_tcp_server2.inl:734   start accept
2017-11-28 20:59:30.712 5284    INFO    net.p2p src/p2p/connection_basic.cpp:164        Spawned connection p2p#0 to 0.0.0.0 currently we have sockets count:1
2017-11-28 20:59:30.714 5284    INFO    net     contrib/epee/include/net/abstract_tcp_server2.inl:85 test, connection constructor set m_connection_type=2
2017-11-28 20:59:30.716 5284    INFO    net.p2p src/p2p/net_node.inl:574        ←[1;32mNet service bound to 0.0.0.0:26967←[0m
2017-11-28 20:59:30.717 5284    DEBUG   net.p2p src/p2p/net_node.inl:580        Attempting to add IGD port mapping.
2017-11-28 20:59:34.942 5284    INFO    net.p2p src/p2p/net_node.inl:619        No IGD was found.
2017-11-28 20:59:34.942 5284    INFO    global  src/daemon/p2p.h:68     P2p server initialized OK
2017-11-28 20:59:34.943 5284    INFO    global  src/daemon/rpc.h:58     Initializing core rpc server...
2017-11-28 20:59:34.945 5284    INFO    net     contrib/epee/include/net/abstract_tcp_server2.inl:795   Set server typeto: 1 from name: RPC, prefix_name = RPC
2017-11-28 20:59:34.948 5284    INFO    global  contrib/epee/include/net/http_server_impl_base.h:70  Binding on 127.0.0.1:26968
2017-11-28 20:59:34.948 5284    DEBUG   net     contrib/epee/include/net/abstract_tcp_server2.inl:734   start accept
2017-11-28 20:59:34.952 5284    INFO    net.p2p src/p2p/connection_basic.cpp:164        Spawned connection p2p#0 to 0.0.0.0 currently we have sockets count:1
2017-11-28 20:59:34.953 5284    INFO    net     contrib/epee/include/net/abstract_tcp_server2.inl:85 test, connection constructor set m_connection_type=1
2017-11-28 20:59:34.959 5284    INFO    global  src/daemon/rpc.h:63     Core rpc server initialized OK on port: 26968
2017-11-28 20:59:34.959 5284    INFO    global  src/daemon/core.h:73    Initializing core...
2017-11-28 20:59:34.961 5284    INFO    global  src/cryptonote_core/cryptonote_core.cpp:323     Loading blockchain from folder C:\ProgramData\electroneum\lmdb ...
2017-11-28 20:59:34.963 5284    DEBUG   cn      src/cryptonote_core/cryptonote_core.cpp:339     option: fast
2017-11-28 20:59:34.963 5284    DEBUG   cn      src/cryptonote_core/cryptonote_core.cpp:339     option: async
2017-11-28 20:59:34.965 5284    DEBUG   cn      src/cryptonote_core/cryptonote_core.cpp:339     option: 1000
2017-11-28 20:59:34.967 5284    WARN    blockchain.db.lmdb      src/blockchain_db/lmdb/db_lmdb.cpp:72   Failed to open lmdb environment: Input/output error
2017-11-28 20:59:34.980 5284    ERROR   cn      src/cryptonote_core/cryptonote_core.cpp:399     Error opening database:Failed to open lmdb environment: Input/output error
2017-11-28 20:59:34.981 5284    INFO    global  src/daemon/rpc.h:90     Deinitializing rpc server...
2017-11-28 20:59:34.987 5284    INFO    net.p2p src/p2p/connection_basic.cpp:172        Destructing connection p2p#0 to 0.0.0.0
2017-11-28 20:59:34.988 5284    INFO    global  src/daemon/p2p.h:90     Deinitializing p2p...
2017-11-28 20:59:34.989 5284    INFO    net     src/p2p/net_node.h:250  Killing the net_node
2017-11-28 20:59:34.992 5284    INFO    net     src/p2p/net_node.h:254  Joined extra background net_node threads
2017-11-28 20:59:34.993 5284    WARN    net.p2p src/p2p/net_node.inl:707        Failed to save config to file C:\Program Data\electroneum/p2pstate.bin
2017-11-28 20:59:34.996 5284    INFO    net.p2p src/p2p/connection_basic.cpp:172        Destructing connection p2p#0 to 0.0.0.0
2017-11-28 20:59:34.997 5284    INFO    global  src/daemon/core.h:89    Deinitializing core...
2017-11-28 20:59:34.999 5284    DEBUG   miner   src/cryptonote_basic/miner.cpp:337      Not mining - nothing to stop
2017-11-28 20:59:35.002 5284    ERROR   daemon  src/daemon/core.h:94    Failed to deinitialize core...
2017-11-28 20:59:35.015 5284    DEBUG   miner   src/cryptonote_basic/miner.cpp:337      Not mining - nothing to stop
2017-11-28 20:59:35.018 5284    INFO    global  src/daemon/protocol.h:77        Stopping cryptonote protocol...
2017-11-28 20:59:35.019 5284    INFO    global  src/daemon/protocol.h:81        Cryptonote protocol stopped successfully
member
Activity: 140
Merit: 10
hi need help

im using the XMR AEON START 2.0

but after filling in all the input, it says xmr-stak.exe has stopped working.

im using the nocpu program
Do you have installed VC redist x64? https://www.microsoft.com/en-us/download/details.aspx?id=48145
Older version shows DLL error, I'm not sure what it says in the 2.0 version.
hi there,

i've tried downloading and install it but it seems like i've already installed it.

so i've tried to launch the application but it says stopped working. Sad any other solution?

based on what i typed from 1st to bottom

1. monero
2. electroneum.hashparty.io:7777
3. wallet address
4. x
5. N
6. N
7. N

that's it Sad
sr. member
Activity: 966
Merit: 359
👉MINING-BIOS.eu💲⛏
What pool is everyone in? Im in electroneum.space pool right now.

Pretty solid with 10etn payouts and only .5% pool fee.

Is there a better pool out there?
None of them are good. I've been mining on electroneum.space for a couple of days, and then it went down just a few hours ago: if you check their total hashrate you'll see how it dropped ~ 10x times, though it seems to be climbing back up now so they might've fixed whatever issues they were having, but for at least 1.5 hours there was no way to connect to the pool. So I switched to electroneum.ovh. And of course it went down only a couple hours after I switched to it.  Undecided So I went to another pool, but I'm not telling which one anymore, cause it seems like whenever I say where I'm mining ETN — that pool goes down super fast. Cheesy

Yeah...apparently there was a ddos attack but the moderator had to do some maintenance. It's back up now with about 20 MH/s
For this problem is great the new XMR-STAK 2.0 (links in first post) you can make your own list of pools and it will reconnect to other when one is unreachable.
member
Activity: 140
Merit: 10
hi need help

im using the XMR AEON START 2.0

but after filling in all the input, it says xmr-stak.exe has stopped working.

im using the nocpu program
Do you have installed VC redist x64? https://www.microsoft.com/en-us/download/details.aspx?id=48145
Older version shows DLL error, I'm not sure what it says in the 2.0 version.
oh i havent do that yet. okay will do this later and try again.
member
Activity: 73
Merit: 10
What pool is everyone in? Im in electroneum.space pool right now.

Pretty solid with 10etn payouts and only .5% pool fee.

Is there a better pool out there?
None of them are good. I've been mining on electroneum.space for a couple of days, and then it went down just a few hours ago: if you check their total hashrate you'll see how it dropped ~ 10x times, though it seems to be climbing back up now so they might've fixed whatever issues they were having, but for at least 1.5 hours there was no way to connect to the pool. So I switched to electroneum.ovh. And of course it went down only a couple hours after I switched to it.  Undecided So I went to another pool, but I'm not telling which one anymore, cause it seems like whenever I say where I'm mining ETN — that pool goes down super fast. Cheesy

Yeah...apparently there was a ddos attack but the moderator had to do some maintenance. It's back up now with about 20 MH/s
legendary
Activity: 1106
Merit: 1014
What pool is everyone in? Im in electroneum.space pool right now.

Pretty solid with 10etn payouts and only .5% pool fee.

Is there a better pool out there?
None of them are good. I've been mining on electroneum.space for a couple of days, and then it went down just a few hours ago: if you check their total hashrate you'll see how it dropped ~ 10x times, though it seems to be climbing back up now so they might've fixed whatever issues they were having, but for at least 1.5 hours there was no way to connect to the pool. So I switched to electroneum.ovh. And of course it went down only a couple hours after I switched to it.  Undecided So I went to another pool, but I'm not telling which one anymore, cause it seems like whenever I say where I'm mining ETN — that pool goes down super fast. Cheesy
member
Activity: 73
Merit: 10
What pool is everyone in? Im in electroneum.space pool right now.

Pretty solid with 10etn payouts and only .5% pool fee.

Is there a better pool out there?
member
Activity: 116
Merit: 10
Thank you for sharing this information, very helpful!
Pages:
Jump to: