Pages:
Author

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

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!
sr. member
Activity: 966
Merit: 359
👉MINING-BIOS.eu💲⛏
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.
sr. member
Activity: 966
Merit: 359
👉MINING-BIOS.eu💲⛏
just installed my RX580 its running 576 h/s out of the box it is a hynix memory any advice on improving the performance

Did you even bother to read the first page?Mattthev put already all the information together for beginners.

Topic: Is it possible that hash rate is higher with tread per gpu = 2 setting in sgminer on RX 570? Played around with the settings today and looks really stable.
Yep, 2 threads are better, you also need to tweak intensity and worksize, it depends on drivers what you use, blockchain drivers and the newest with compute mode allow higher values.
member
Activity: 336
Merit: 15
just installed my RX580 its running 576 h/s out of the box it is a hynix memory any advice on improving the performance

Did you even bother to read the first page?Mattthev put already all the information together for beginners.

Topic: Is it possible that hash rate is higher with tread per gpu = 2 setting in sgminer on RX 570? Played around with the settings today and looks really stable.
legendary
Activity: 1106
Merit: 1014
just installed my RX580 its running 576 h/s out of the box it is a hynix memory any advice on improving the performance
https://bitcointalksearch.org/topic/guidetutorialxmrethhow-to-mod-bios-rx470570480580-vega-mining-1954245
The link is in the first post of this thread.
newbie
Activity: 61
Merit: 0
just installed my RX580 its running 576 h/s out of the box it is a hynix memory any advice on improving the performance
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
member
Activity: 140
Merit: 10
hi good day,

i'm still unfamiliar with the set up for XMR-AEON-STAK 2.0

after downloading and unzip, how to move on from there?

i have the wallet address.

a thousand sorry for such question! Cry
Pick your pool http://www.etnheartbeat.com/ With higher hashrate it's better. Run XMR-STAK.exe or nocpu.bat if you don't won't mine with CPU. It will guide you trough setup you will insert pool, wallet, password etc. You might insert more than 1 pool after you insert the first one. Or you can rename those monero or aeon config files to cinfig.txt and put your pool, wallet etc.
thank you. i will try it later and will post here and ask further Smiley
sr. member
Activity: 966
Merit: 359
👉MINING-BIOS.eu💲⛏
Hello guys! I'm really new to Mining in general. Thanks @Mattthev for the guide.

I only have one question right now after completing the setup for my 1070. Is it normal for the XMR-STAK to change difficulty?

I might have missed something in the guide, I'm really not sure. I am connected to poolelectroneum.space here's a sample on what it shows
Difficulty changed. Now: 58853.
New block detected.
Result accepted by the pool.
Difficulty changed. Now: 86550.
New block detected.
Difficulty changed. Now: 60950.
New block detected.


Is this normal? Or should it just stay in one difficulty?

Sorry, if this seems really a noob question.
It's normal, your pool support static diff so you can put your wallet_address.diff in wallet, your diff should be like 10000 or maybe 20000.

By the way, what GPU is the way to go? I saw some mining hardware that are way out my budget  Shocked for a noob. So I might just build a PC-ish miner. I researched that a 480 8g is better than 580 8g.  Wink
RX 480 and RX 580 is essentially the same card. AMD just overclocked their RX 480 (and increased both clocks and voltages) and called them RX 580. They're not worse, they're the same: their stock mode doesn't matter anyway cause any Polaris card requires some tuning for proper mining setup, so whether it's RX 480 or RX 580 you're still not going to use it in stock and will have to flash a modified BIOS with tighter timings and undervolt.
Just like you said, but RX 580 has a little bit better chip it allow you undervolt more. But from my view it's almost same card no big real difference. RX 480 in new condition would by hard to find.
sr. member
Activity: 966
Merit: 359
👉MINING-BIOS.eu💲⛏
hi good day,

i'm still unfamiliar with the set up for XMR-AEON-STAK 2.0

after downloading and unzip, how to move on from there?

i have the wallet address.

a thousand sorry for such question! Cry
Pick your pool http://www.etnheartbeat.com/ With higher hashrate it's better. Run XMR-STAK.exe or nocpu.bat if you don't won't mine with CPU. It will guide you trough setup you will insert pool, wallet, password etc. You might insert more than 1 pool after you insert the first one. Or you can rename those monero or aeon config files to cinfig.txt and put your pool, wallet etc.
member
Activity: 140
Merit: 10
hi good day,

i'm still unfamiliar with the set up for XMR-AEON-STAK 2.0

after downloading and unzip, how to move on from there?

i have the wallet address.

a thousand sorry for such question! Cry
Pages:
Jump to: