Bitcoin Forum
April 23, 2024, 10:37:00 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 [220] 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 ... 318 »
  Print  
Author Topic: [ANN] AEON: Scalable, private, mobile-friendly cryptocurrency  (Read 625085 times)
stoffu
Full Member
***
Offline Offline

Activity: 203
Merit: 166


View Profile WWW
September 30, 2017, 03:04:20 PM
 #4381

friends tell me if there is a compiled miner for xmrig AEON under Windows64. please share

XMRig can handle both CryptoNight and CryptoNight-Lite with the same binary, and Win64 binary is provided in the official release:

https://github.com/xmrig/xmrig/releases
"With e-currency based on cryptographic proof, without the need to trust a third party middleman, money can be secure and transactions effortless." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713868620
Hero Member
*
Offline Offline

Posts: 1713868620

View Profile Personal Message (Offline)

Ignore
1713868620
Reply with quote  #2

1713868620
Report to moderator
1713868620
Hero Member
*
Offline Offline

Posts: 1713868620

View Profile Personal Message (Offline)

Ignore
1713868620
Reply with quote  #2

1713868620
Report to moderator
1713868620
Hero Member
*
Offline Offline

Posts: 1713868620

View Profile Personal Message (Offline)

Ignore
1713868620
Reply with quote  #2

1713868620
Report to moderator
stoffu
Full Member
***
Offline Offline

Activity: 203
Merit: 166


View Profile WWW
September 30, 2017, 03:09:29 PM
 #4382

Maintenance update release (0.9.13.0) and development update

This maintenance release improves the portability and reliability of the existing (RAM-based) daemon implementation, and includes deployment notes for operators of important nodes, solo miners and pool operators.

This is being offered as an interim solution as the process of transitioning to the new (LMDB-based) daemon implementation proceeds. We have decided on a staged release for the new daemon, beginning with a new AEON testnet release expected next week. Following and after reviewing public community experience with the testnet we will be scheduling a planned hard fork to transition the main net to the new daemon.

It will be our recommendation to services which have suspended wallet operations to reenable them at this time, ideally with extended confirmation requirements to provide protection against any reoccurrences of the earlier network instability. However, review of logs from the past two months do not indicate that any such instability continues. We believe this is due to improved operational procedures by mining pools, and the deployment notes contained within the latest release should further minimize the possibility of such a recurrence.

Additional information about the testnet rollout will be available next week.

There are no Windows binaries at this time. Until they are added, trusted community members may wish to provide binaries, but all are advised to use caution whenever downloading binaries, or wait for official binaries.

Release notes:

Quote
Phoenix (0.9.13.0)

The maintenance release is recommended, especially for users of the RPC wallet.

In addition, anyone operating an important node or mining (solo mining or operating a pool; not pool client miners) should review the new deployment notes.

Numerous portability and compilation fixes (stoffu, appveyor)
RPC wallet exception handling for improved reliability (upstream from XMR/QCN, sammy007)
Added deployment notes in README

https://github.com/aeonix/aeon/releases/tag/v0.9.13.0

Until an official Windows binary is released, here's one built on AppVeyor configured by me:

https://ci.appveyor.com/project/stoffu/aeon/build/artifacts
Arux
Hero Member
*****
Offline Offline

Activity: 500
Merit: 500



View Profile
September 30, 2017, 04:33:30 PM
 #4383

no problem at first sight with windows compilation. the usual instructions are ok.
Code:
git clone https://github.com/aeonix/aeon.git aeon-0.9.13.0
cd aeon-0.9.13.0
mkdir build
cd build
cmake -G "Visual Studio 14 2015 Win64" -DBOOST_ROOT=c:/local/boost_1_64_0 ..
msbuild Project.sln /p:Configuration=Release /m
tested with: gitshell, boost 1.64 static, python 3.5, cmake 3.8.0, microsoft visual studio 2015 rtm

Daberti's guide is still relevant and useful : https://bitcointalk.org/index.php?topic=641696.msg18754693#msg18754693

thehihoguy
Sr. Member
****
Offline Offline

Activity: 497
Merit: 251


View Profile WWW
September 30, 2017, 08:30:06 PM
 #4384

Maintenance update release (0.9.13.0) and development update

This maintenance release improves the portability and reliability of the existing (RAM-based) daemon implementation, and includes deployment notes for operators of important nodes, solo miners and pool operators.

This is being offered as an interim solution as the process of transitioning to the new (LMDB-based) daemon implementation proceeds. We have decided on a staged release for the new daemon, beginning with a new AEON testnet release expected next week. Following and after reviewing public community experience with the testnet we will be scheduling a planned hard fork to transition the main net to the new daemon.

It will be our recommendation to services which have suspended wallet operations to reenable them at this time, ideally with extended confirmation requirements to provide protection against any reoccurrences of the earlier network instability. However, review of logs from the past two months do not indicate that any such instability continues. We believe this is due to improved operational procedures by mining pools, and the deployment notes contained within the latest release should further minimize the possibility of such a recurrence.

Additional information about the testnet rollout will be available next week.

There are no Windows binaries at this time. Until they are added, trusted community members may wish to provide binaries, but all are advised to use caution whenever downloading binaries, or wait for official binaries.

Release notes:

Quote
Phoenix (0.9.13.0)

The maintenance release is recommended, especially for users of the RPC wallet.

In addition, anyone operating an important node or mining (solo mining or operating a pool; not pool client miners) should review the new deployment notes.

Numerous portability and compilation fixes (stoffu, appveyor)
RPC wallet exception handling for improved reliability (upstream from XMR/QCN, sammy007)
Added deployment notes in README

https://github.com/aeonix/aeon/releases/tag/v0.9.13.0

Until an official Windows binary is released, here's one built on AppVeyor configured by me:

https://ci.appveyor.com/project/stoffu/aeon/build/artifacts

thanks:)
using now your windows binary

@all
lifted serenity pool now to the 9.13 daemon, lets see how the new daemon will behave in a pool environment^^
Elder III
Sr. Member
****
Offline Offline

Activity: 1246
Merit: 274


View Profile
September 30, 2017, 08:35:37 PM
 #4385

Good news for AEON. Massive jump in price and exchange volume that has been growing for a few days straight now. Coupled with good news about update progress with the new testnet right around the corner. Good times for all of us who held and mined for the past 6-12 months (or longer). Smiley
daberti
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
September 30, 2017, 09:08:58 PM
 #4386

no problem at first sight with windows compilation. the usual instructions are ok.
Code:
git clone https://github.com/aeonix/aeon.git aeon-0.9.13.0
cd aeon-0.9.13.0
mkdir build
cd build
cmake -G "Visual Studio 14 2015 Win64" -DBOOST_ROOT=c:/local/boost_1_64_0 ..
msbuild Project.sln /p:Configuration=Release /m
tested with: gitshell, boost 1.64 static, python 3.5, cmake 3.8.0, microsoft visual studio 2015 rtm

Daberti's guide is still relevant and useful : https://bitcointalk.org/index.php?topic=641696.msg18754693#msg18754693

Still here I’m 😊👌🏻
qwep1
Hero Member
*****
Offline Offline

Activity: 610
Merit: 500


View Profile
September 30, 2017, 09:43:25 PM
 #4387

how long AEON wallet offline for maintenance and whe are win wallet  Huh

              ▄▄██▄▄
          ▄▄██████████▄▄
      ▄▄██████████████████▄▄
  ▄▄██████████▀▀ ▀▀██████████▄▄
▄█████████▀▀          ▀▀█████████▄
██████▀▀        ▄▄        ▀▀██████
██████      ▄▄██████▄▄      ██████
██████    ██████████████    ██████
██████    ██████████████    ██████
██████    ██████████████    ██████
██████      ▀▀██████▀▀      ██████
██████          ▀▀        ▄▄██████
▀█████    ▄▄          ▄▄█████████▀
   ▀▀█    ████▄▄ ▄▄██████████▀▀
          ████████████████▀▀
          ▀▀██████████▀▀
              ▀▀██▀▀
P H O R E

     █
    █
   █
  █
   █
    █
   █
  █
 █
    KryptKoin rebranded to Phore   
     █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █
PoS 3.0  -  Masternodes  -  Obfuscation


     █
    █
   █
  █
   █
    █
   █
  █
 █
.


            ▄▄██▄▄
        ▄▄██████████▄▄
    ▄▄████████▀▀████████▄▄
 ▄████████▀▀      ▀▀████████▄
▐█████▀▀              ▀▀█████▌
▐████       ▄▄██▄▄       ████▌
▐████    ▄██████████▄    ████▌
▐████    ████████████    ████▌
▐████    ▀██████████▀    ████▌
▐████       ▀▀██▀▀       ████▌
 ▀███                 ▄▄█████▌
    ▀    █▄▄      ▄▄████████▀
         █████▄▄████████▀▀
         ▀██████████▀▀
            ▀▀██▀▀
GabryRox
Sr. Member
****
Offline Offline

Activity: 600
Merit: 261


View Profile
September 30, 2017, 10:06:41 PM
 #4388

Hello everyone! I luckily invested in a few AEON about a year ago so obviously am very happy with the recent rise in price.  However, I am now considering pointing at least some of my mining rigs towards AEON, but cannot seem to find consistent information so hoping some experts here can help me out a bit.

Pool:  Seems that aeon-pool.com has the most miners currently, so is that the recommended pool to use for a US-based miner?

Miner:  this is where i am getting a bit confused... was assuming Claymore Cryptonight would work but didnt see it mentioned on any of the pool sites or AEON threads.  I'm looking for an AMD GPU miner (I have 4 rigs of 6x rx470s running Windows 10).  I found a wolf-miner on github but its over 2 years old.  I saw some more recent ones there but it says something about windows binaries that I do not understand.  Also, what is this "Stak" terminology?

Finally, are hashrates for AEON similar to XMR?  For instance, if I am getting 650 Mh/s per rx470 on XMR using Claymore, should I expect about that same hashrate with a recent AEON GPU miner?

Any info would be greatly appreciated!
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
September 30, 2017, 10:18:14 PM
 #4389

1. Please consider using a smaller pool to spread the hash rate around or use the stratum proxy if you enough hash rate to solo mine. As long as you can get blocks 'regularly' (whatever that  means to you), you don't need to swarm onto the same pool as everyone else. A healthier mining network that is decentralized will improve confidence in the coin.

2. Hash rate for AEON should be higher than XMR on the same hardware. The ratio depends on the hardware.
GabryRox
Sr. Member
****
Offline Offline

Activity: 600
Merit: 261


View Profile
September 30, 2017, 10:34:10 PM
Last edit: October 01, 2017, 02:10:56 AM by GabryRox
 #4390

1. Please consider using a smaller pool to spread the hash rate around or use the stratum proxy if you enough hash rate to solo mine. As long as you can get blocks 'regularly' (whatever that  means to you), you don't need to swarm onto the same pool as everyone else. A healthier mining network that is decentralized will improve confidence in the coin.

2. Hash rate for AEON should be higher than XMR on the same hardware. The ratio depends on the hardware.


Thanks for the feedback smooth! I agree with your first statement and have done that on other coins with good results, so will highly consider going with sumominer pool instead.

On point 2, that's what I was hoping to hear, so really eager to get at least 1 of my rigs up and running on AEON to see what it can do.

Do you have any recommendation mining-wise for AMD GPUs?
Alley Volta
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile WWW
September 30, 2017, 10:39:51 PM
 #4391

I'm running 9.12 of the daemon & simplewallet on Mac and a few other little computers. It's been working great on everything.

XXXXX-MacBook-Pro:bin X$ aeond --version
2017-Sep-30 15:24:03.858257 Starting...
2017-Sep-30 15:24:03.858724 aeon v0.9.12.0()
aeon v0.9.12.0()
XXXXX-MacBook-Pro:bin X$ simplewallet --version
aeon wallet v0.9.12.0()
XXXXX-MacBook-Pro:bin X$

Q) Will the testnet require 9.13?

Thanks
AV
rickgejr
Sr. Member
****
Offline Offline

Activity: 251
Merit: 250


View Profile
September 30, 2017, 11:43:38 PM
 #4392

Time to poke fun at The Dude:

https://youtu.be/u82lxO4-2zE

My hat is off.
canibalgb
Full Member
***
Offline Offline

Activity: 448
Merit: 102


Beam me up!


View Profile
September 30, 2017, 11:59:29 PM
 #4393

1. Please consider using a smaller pool to spread the hash rate around or use the stratum proxy if you enough hash rate to solo mine. As long as you can get blocks 'regularly' (whatever that  means to you), you don't need to swarm onto the same pool as everyone else. A healthier mining network that is decentralized will improve confidence in the coin.

2. Hash rate for AEON should be higher than XMR on the same hardware. The ratio depends on the hardware.


Please could you indicate a good miner for win10, and a good pool?
candymonkey
Full Member
***
Offline Offline

Activity: 210
Merit: 100



View Profile
October 01, 2017, 12:01:38 AM
 #4394

Is there a way to mine this coin with gpu's any more or are we stuck mining with just cpu's .It's not worth mining anymore if i'm suck just using my cpu  I'v mined:9,130.310914581312 so far with my gpu's 4 7990's but im only geting around 3 a day mining with my cpu it's a amd fx 8120
Elder III
Sr. Member
****
Offline Offline

Activity: 1246
Merit: 274


View Profile
October 01, 2017, 12:12:26 AM
 #4395

Is there a way to mine this coin with gpu's any more or are we stuck mining with just cpu's .It's not worth mining anymore if i'm suck just using my cpu  I'v mined:9,130.310914581312 so far with my gpu's 4 7990's but im only geting around 3 a day mining with my cpu it's a amd fx 8120

An AMD FX 8120 will probably get somewhere near ~600 Hashrate at stock settings (Windows 10 Pro with locked pages enabled). It's probably worth mining with it if that PC is already going to be running for other purposes, but I don't know if I would run the PC solely to mine AEON on that CPU.
bbc.reporter
Legendary
*
Offline Offline

Activity: 2912
Merit: 1439



View Profile
October 01, 2017, 01:24:30 AM
 #4396

no problem at first sight with windows compilation. the usual instructions are ok.
Code:
git clone https://github.com/aeonix/aeon.git aeon-0.9.13.0
cd aeon-0.9.13.0
mkdir build
cd build
cmake -G "Visual Studio 14 2015 Win64" -DBOOST_ROOT=c:/local/boost_1_64_0 ..
msbuild Project.sln /p:Configuration=Release /m
tested with: gitshell, boost 1.64 static, python 3.5, cmake 3.8.0, microsoft visual studio 2015 rtm

Daberti's guide is still relevant and useful : https://bitcointalk.org/index.php?topic=641696.msg18754693#msg18754693

Thank you! I will try to compile the new version later after when I arrive home. But can I continue running version 0.9.12.0? Just in case I do not have any success in compiling it. My node is in a Windows PC and I do not have confidence compiling sources in it. They are much easier to do in Linux.

███████████████████████████
███████▄████████████▄██████
████████▄████████▄████████
███▀█████▀▄███▄▀█████▀███
█████▀█▀▄██▀▀▀██▄▀█▀█████
███████▄███████████▄███████
███████████████████████████
███████▀███████████▀███████
████▄██▄▀██▄▄▄██▀▄██▄████
████▄████▄▀███▀▄████▄████
██▄███▀▀█▀██████▀█▀███▄███
██▀█▀████████████████▀█▀███
███████████████████████████
.
.Duelbits.
..........UNLEASH..........
THE ULTIMATE
GAMING EXPERIENCE
DUELBITS
FANTASY
SPORTS
████▄▄█████▄▄
░▄████
███████████▄
▐███
███████████████▄
███
████████████████
███
████████████████▌
███
██████████████████
████████████████▀▀▀
███████████████▌
███████████████▌
████████████████
████████████████
████████████████
████▀▀███████▀▀
.
▬▬
VS
▬▬
████▄▄▄█████▄▄▄
░▄████████████████▄
▐██████████████████▄
████████████████████
████████████████████▌
█████████████████████
███████████████████
███████████████▌
███████████████▌
████████████████
████████████████
████████████████
████▀▀███████▀▀
/// PLAY FOR  FREE  ///
WIN FOR REAL
..PLAY NOW..
GabryRox
Sr. Member
****
Offline Offline

Activity: 600
Merit: 261


View Profile
October 01, 2017, 02:30:32 AM
 #4397

1. Please consider using a smaller pool to spread the hash rate around or use the stratum proxy if you enough hash rate to solo mine. As long as you can get blocks 'regularly' (whatever that  means to you), you don't need to swarm onto the same pool as everyone else. A healthier mining network that is decentralized will improve confidence in the coin.

2. Hash rate for AEON should be higher than XMR on the same hardware. The ratio depends on the hardware.


Thanks for the feedback smooth! I agree with your first statement and have done that on other coins with good results, so will highly consider going with sumominer pool instead.

On point 2, that's what I was hoping to hear, so really eager to get at least 1 of my rigs up and running on AEON to see what it can do.

Do you have any recommendation mining-wise for AMD GPUs?

OK, so I feel like I am making a bit of progress towards getting a miner set up but would like to ask for some validation to make sure I am on the right track...

1- Pool:  planning to go with sumominer pool - I went there to try and register but don't see anywhere to do that. For these pools, can I therefore assume it's the non-registration model that just uses your wallet address to both track your rewards and paste into the code of the miner?  I think Ethermine is the same like this... just want to make sure I dont need to register on the pool.

2- I have an AEON wallet on Bittrex but of course that has been down for what seems like forever. So. I rezlized I need to create a new wallet somehow. I found the win64 AEON ZIP v0.9.12 off the official site and unpacked it.  I ran the aeond.exe and it just now completed synchronizing after a little under 2 hours.

From here, I understand I need to run the simplewallet.exe to set up my wallet.

3- After I get that address, I should be able to configure a miner, correct?

I have downloaded wolf GPU AEON miner .2 from github and unzipped it. This is quite a bit different from recent Claymore miners but this is what I THINK needs to be done to configure for AEON mining:

- open aeon.conf file in text editor
- replace "url" with:  stratum+tcp://aeon.sumominer.com:3335
- replace "user" address with my own wallet address created above
- save and exit config file
- run miner.exe

so... are those steps correct?  is there anything else that needs to be done in that config file?
canibalgb
Full Member
***
Offline Offline

Activity: 448
Merit: 102


Beam me up!


View Profile
October 01, 2017, 03:35:57 AM
 #4398

1. Please consider using a smaller pool to spread the hash rate around or use the stratum proxy if you enough hash rate to solo mine. As long as you can get blocks 'regularly' (whatever that  means to you), you don't need to swarm onto the same pool as everyone else. A healthier mining network that is decentralized will improve confidence in the coin.

2. Hash rate for AEON should be higher than XMR on the same hardware. The ratio depends on the hardware.


Please could you indicate a (1)good miner for win10, and a (2)good pool?


I think I finally found the answers:

(1) https://ci.appveyor.com/project/shyba/xmr-stak-cpu/build/1.2.3-4/artifacts

(2) https://minergate.com

Thx.
GabryRox
Sr. Member
****
Offline Offline

Activity: 600
Merit: 261


View Profile
October 01, 2017, 03:42:03 AM
 #4399

1. Please consider using a smaller pool to spread the hash rate around or use the stratum proxy if you enough hash rate to solo mine. As long as you can get blocks 'regularly' (whatever that  means to you), you don't need to swarm onto the same pool as everyone else. A healthier mining network that is decentralized will improve confidence in the coin.

2. Hash rate for AEON should be higher than XMR on the same hardware. The ratio depends on the hardware.


Thanks for the feedback smooth! I agree with your first statement and have done that on other coins with good results, so will highly consider going with sumominer pool instead.

On point 2, that's what I was hoping to hear, so really eager to get at least 1 of my rigs up and running on AEON to see what it can do.

Do you have any recommendation mining-wise for AMD GPUs?

OK, so I feel like I am making a bit of progress towards getting a miner set up but would like to ask for some validation to make sure I am on the right track...

1- Pool:  planning to go with sumominer pool - I went there to try and register but don't see anywhere to do that. For these pools, can I therefore assume it's the non-registration model that just uses your wallet address to both track your rewards and paste into the code of the miner?  I think Ethermine is the same like this... just want to make sure I dont need to register on the pool.

2- I have an AEON wallet on Bittrex but of course that has been down for what seems like forever. So. I rezlized I need to create a new wallet somehow. I found the win64 AEON ZIP v0.9.12 off the official site and unpacked it.  I ran the aeond.exe and it just now completed synchronizing after a little under 2 hours.

From here, I understand I need to run the simplewallet.exe to set up my wallet.

3- After I get that address, I should be able to configure a miner, correct?

I have downloaded wolf GPU AEON miner .2 from github and unzipped it. This is quite a bit different from recent Claymore miners but this is what I THINK needs to be done to configure for AEON mining:

- open aeon.conf file in text editor
- replace "url" with:  stratum+tcp://aeon.sumominer.com:3335
- replace "user" address with my own wallet address created above
- save and exit config file
- run miner.exe

so... are those steps correct?  is there anything else that needs to be done in that config file?

OK... so I just tried all of the above but it doesn't work. When I try to launch the miner.exe, it looks like very brief flash of window pops up but then disappears. I also trying running as Admin. This is a rig that I have been mining ETH & XMR on, so there should be no interference from things like virus software. Windows defender is the only thing on their but that has always come up with a prompt well after a new miner has been launched.

Clearly I have missed some critical piece but not sure what it is.  Do I need to enter other things into that config file like Algo, Pool, etc?

One thing I just thought of... I ran that aeonD blockchain sync on a different PC than the one I am trying to run the miner on.  Do I need to do that sync on each PC that I intend to mine on?  If so, does it need to keep running while miner is going or can it be exited after initially synced?
Elder III
Sr. Member
****
Offline Offline

Activity: 1246
Merit: 274


View Profile
October 01, 2017, 03:49:53 AM
 #4400

1. Please consider using a smaller pool to spread the hash rate around or use the stratum proxy if you enough hash rate to solo mine. As long as you can get blocks 'regularly' (whatever that  means to you), you don't need to swarm onto the same pool as everyone else. A healthier mining network that is decentralized will improve confidence in the coin.

2. Hash rate for AEON should be higher than XMR on the same hardware. The ratio depends on the hardware.


Thanks for the feedback smooth! I agree with your first statement and have done that on other coins with good results, so will highly consider going with sumominer pool instead.

On point 2, that's what I was hoping to hear, so really eager to get at least 1 of my rigs up and running on AEON to see what it can do.

Do you have any recommendation mining-wise for AMD GPUs?

OK, so I feel like I am making a bit of progress towards getting a miner set up but would like to ask for some validation to make sure I am on the right track...

1- Pool:  planning to go with sumominer pool - I went there to try and register but don't see anywhere to do that. For these pools, can I therefore assume it's the non-registration model that just uses your wallet address to both track your rewards and paste into the code of the miner?  I think Ethermine is the same like this... just want to make sure I dont need to register on the pool.

2- I have an AEON wallet on Bittrex but of course that has been down for what seems like forever. So. I rezlized I need to create a new wallet somehow. I found the win64 AEON ZIP v0.9.12 off the official site and unpacked it.  I ran the aeond.exe and it just now completed synchronizing after a little under 2 hours.

From here, I understand I need to run the simplewallet.exe to set up my wallet.

3- After I get that address, I should be able to configure a miner, correct?

I have downloaded wolf GPU AEON miner .2 from github and unzipped it. This is quite a bit different from recent Claymore miners but this is what I THINK needs to be done to configure for AEON mining:

- open aeon.conf file in text editor
- replace "url" with:  stratum+tcp://aeon.sumominer.com:3335
- replace "user" address with my own wallet address created above
- save and exit config file
- run miner.exe

so... are those steps correct?  is there anything else that needs to be done in that config file?

OK... so I just tried all of the above but it doesn't work. When I try to launch the miner.exe, it looks like very brief flash of window pops up but then disappears. I also trying running as Admin. This is a rig that I have been mining ETH & XMR on, so there should be no interference from things like virus software. Windows defender is the only thing on their but that has always come up with a prompt well after a new miner has been launched.

Clearly I have missed some critical piece but not sure what it is.  Do I need to enter other things into that config file like Algo, Pool, etc?

One thing I just thought of... I ran that aeonD blockchain sync on a different PC than the one I am trying to run the miner on.  Do I need to do that sync on each PC that I intend to mine on?  If so, does it need to keep running while miner is going or can it be exited after initially synced?

Try using the miner and steps shown in this thread.  I haven't used Wolf's miner, but I think it's similar. Or you could just use this one: https://github.com/shyba/aeon-stak-amd

It's a bit different, but if you check the readme and instructions it's not to bad to set up.
Pages: « 1 ... 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 [220] 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 ... 318 »
  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!