bitnox
Newbie
Offline
Activity: 33
Merit: 0
|
|
March 14, 2017, 12:00:11 PM |
|
Hello, Any exchanges currently trading AEON? Is it ok to use Minergate pool to mine?
Thnx
Currently you can only use bittrex.com to trade AEON. I recommend you not to use Minergate to mine, you're hashrate won't reach its optimum! Instead you can use one of these pools: http://aeon.sumominer.comhttps://aeon.kryptopool.comhttp://98.238.231.31:9000 http://aeon.[Suspicious link removed] You have to use the command line interface, however, in order to mine with these. Let me know if you have any problems setting it up! Thanks for the infos! I tried to setup Wolf CPU miner under my windows10 but failed miserably. If you could write a step by step it would be very much appreciated. Or if you are too lazy to write it down, a link to an existing one would be also very nice. Thnx in advance!
|
|
|
|
jilnikov
Newbie
Offline
Activity: 18
Merit: 0
|
|
March 14, 2017, 01:04:16 PM |
|
Good afternoon. On the stock exchange bittrex wallet disabled suppotr says disconnected at the request of the developer. Tell me when can I withdraw unintentional coins to the exchange? when the wallet will be available?
|
|
|
|
zonefloor
|
|
March 14, 2017, 01:52:32 PM |
|
on the bittrex wallet maintenance when will it finish anyone know?
|
|
|
|
|
xiaokele
Member
Offline
Activity: 80
Merit: 10
|
|
March 14, 2017, 02:25:18 PM |
|
Thanks for the infos! I tried to setup Wolf CPU miner under my windows10 but failed miserably. If you could write a step by step it would be very much appreciated. Or if you are too lazy to write it down, a link to an existing one would be also very nice. Thnx in advance! Alrighty, you've downloaded the wolf cpu miner, extracted the files and you already have a wallet address? Launch the command promt, just search for "cmd" and execute it. Depending on where the mining application is located (as in where you have extracted the files) on your PC, you now need to navigate there with the command promt. Assuming that you have extracted all the files on the desktop, you type "cd desktop" and confirm. Note, if the files are in a folder on the desktop, let's call it "miner", you'd first navigate to the desktop and then to this folder (cd desktop --> cd miner) Now you need to start the miner with the command, that you can find on the getting started page of the pool you want to use. It looks like the following: minerd -a cryptonight-light -o stratum+tcp://aeon.kryptopool.com:3333 -u YOUR_WALLET_ADDRESS -p xReplace "YOUR_WALLET_ADDRESS" with your wallet address and execute the command. That's it! Let me know if there is anything unclear
|
|
|
|
bitnox
Newbie
Offline
Activity: 33
Merit: 0
|
|
March 14, 2017, 03:01:52 PM |
|
Thanks for the infos! I tried to setup Wolf CPU miner under my windows10 but failed miserably. If you could write a step by step it would be very much appreciated. Or if you are too lazy to write it down, a link to an existing one would be also very nice. Thnx in advance! Alrighty, you've downloaded the wolf cpu miner, extracted the files and you already have a wallet address? Launch the command promt, just search for "cmd" and execute it. Depending on where the mining application is located (as in where you have extracted the files) on your PC, you now need to navigate there with the command promt. Assuming that you have extracted all the files on the desktop, you type "cd desktop" and confirm. Note, if the files are in a folder on the desktop, let's call it "miner", you'd first navigate to the desktop and then to this folder (cd desktop --> cd miner) Now you need to start the miner with the command, that you can find on the getting started page of the pool you want to use. It looks like the following: minerd -a cryptonight-light -o stratum+tcp://aeon.kryptopool.com:3333 -u YOUR_WALLET_ADDRESS -p xReplace "YOUR_WALLET_ADDRESS" with your wallet address and execute the command. That's it! Let me know if there is anything unclear This is exactly what i did, but when i execute the command line it says minerd is not a command and nothing happens.
|
|
|
|
Nik4691
|
|
March 14, 2017, 04:54:57 PM |
|
Thanks for the infos! I tried to setup Wolf CPU miner under my windows10 but failed miserably. If you could write a step by step it would be very much appreciated. Or if you are too lazy to write it down, a link to an existing one would be also very nice. Thnx in advance! Alrighty, you've downloaded the wolf cpu miner, extracted the files and you already have a wallet address? Launch the command promt, just search for "cmd" and execute it. Depending on where the mining application is located (as in where you have extracted the files) on your PC, you now need to navigate there with the command promt. Assuming that you have extracted all the files on the desktop, you type "cd desktop" and confirm. Note, if the files are in a folder on the desktop, let's call it "miner", you'd first navigate to the desktop and then to this folder (cd desktop --> cd miner) Now you need to start the miner with the command, that you can find on the getting started page of the pool you want to use. It looks like the following: minerd -a cryptonight-light -o stratum+tcp://aeon.kryptopool.com:3333 -u YOUR_WALLET_ADDRESS -p xReplace "YOUR_WALLET_ADDRESS" with your wallet address and execute the command. That's it! Let me know if there is anything unclear This is exactly what i did, but when i execute the command line it says minerd is not a command and nothing happens. Make a .txt file in the same directory as minerd. Rename the extension from .txt to .bat. Put in there... minerd -a cryptonight-light -o stratum+tcp://54.153.36.187:5555 -u Wms7kyfy6UdeFTy4mkXCJ1d4p16fDSttJJhBXWDktv4FRD9GDwwa2C6jQC2QatEs3Q4VSbhS92ese18hyFaaEKRN2VXfD4zAD -p x -t 8 This is my .bat for sumominer's pool. Change address, pool and number of threads, -t 8 is for an 8 core AMD processor. Click at that .bat file to start mining.
|
|
|
|
bitnox
Newbie
Offline
Activity: 33
Merit: 0
|
|
March 14, 2017, 05:28:59 PM |
|
Thanks for the infos! I tried to setup Wolf CPU miner under my windows10 but failed miserably. If you could write a step by step it would be very much appreciated. Or if you are too lazy to write it down, a link to an existing one would be also very nice. Thnx in advance! Alrighty, you've downloaded the wolf cpu miner, extracted the files and you already have a wallet address? Launch the command promt, just search for "cmd" and execute it. Depending on where the mining application is located (as in where you have extracted the files) on your PC, you now need to navigate there with the command promt. Assuming that you have extracted all the files on the desktop, you type "cd desktop" and confirm. Note, if the files are in a folder on the desktop, let's call it "miner", you'd first navigate to the desktop and then to this folder (cd desktop --> cd miner) Now you need to start the miner with the command, that you can find on the getting started page of the pool you want to use. It looks like the following: minerd -a cryptonight-light -o stratum+tcp://aeon.kryptopool.com:3333 -u YOUR_WALLET_ADDRESS -p xReplace "YOUR_WALLET_ADDRESS" with your wallet address and execute the command. That's it! Let me know if there is anything unclear This is exactly what i did, but when i execute the command line it says minerd is not a command and nothing happens. Make a .txt file in the same directory as minerd. Rename the extension from .txt to .bat. Put in there... minerd -a cryptonight-light -o stratum+tcp://54.153.36.187:5555 -u Wms7kyfy6UdeFTy4mkXCJ1d4p16fDSttJJhBXWDktv4FRD9GDwwa2C6jQC2QatEs3Q4VSbhS92ese18hyFaaEKRN2VXfD4zAD -p x -t 8 This is my .bat for sumominer's pool. Change address, pool and number of threads, -t 8 is for an 8 core AMD processor. Click at that .bat file to start mining. The command prompt only flickers and vanish. No deal. Also tried to run the bat file with admin rights but got the same error.
|
|
|
|
Nik4691
|
|
March 14, 2017, 05:37:54 PM |
|
Thanks for the infos! I tried to setup Wolf CPU miner under my windows10 but failed miserably. If you could write a step by step it would be very much appreciated. Or if you are too lazy to write it down, a link to an existing one would be also very nice. Thnx in advance! Alrighty, you've downloaded the wolf cpu miner, extracted the files and you already have a wallet address? Launch the command promt, just search for "cmd" and execute it. Depending on where the mining application is located (as in where you have extracted the files) on your PC, you now need to navigate there with the command promt. Assuming that you have extracted all the files on the desktop, you type "cd desktop" and confirm. Note, if the files are in a folder on the desktop, let's call it "miner", you'd first navigate to the desktop and then to this folder (cd desktop --> cd miner) Now you need to start the miner with the command, that you can find on the getting started page of the pool you want to use. It looks like the following: minerd -a cryptonight-light -o stratum+tcp://aeon.kryptopool.com:3333 -u YOUR_WALLET_ADDRESS -p xReplace "YOUR_WALLET_ADDRESS" with your wallet address and execute the command. That's it! Let me know if there is anything unclear This is exactly what i did, but when i execute the command line it says minerd is not a command and nothing happens. Make a .txt file in the same directory as minerd. Rename the extension from .txt to .bat. Put in there... minerd -a cryptonight-light -o stratum+tcp://54.153.36.187:5555 -u Wms7kyfy6UdeFTy4mkXCJ1d4p16fDSttJJhBXWDktv4FRD9GDwwa2C6jQC2QatEs3Q4VSbhS92ese18hyFaaEKRN2VXfD4zAD -p x -t 8 This is my .bat for sumominer's pool. Change address, pool and number of threads, -t 8 is for an 8 core AMD processor. Click at that .bat file to start mining. The command prompt only flickers and vanish. No deal. Also tried to run the bat file with admin rights but got the same error. Are you sure you have the right miner? Mine is cpuminer-wolf-with-cryptonight-light-w64-AES-NI-04082015 https://github.com/Arux-BTT/CPUMiner-Multi-cryptonight-light/releases
|
|
|
|
jwinterm
Legendary
Offline
Activity: 3136
Merit: 1116
|
|
March 14, 2017, 06:22:18 PM |
|
... The command prompt only flickers and vanish. No deal. Also tried to run the bat file with admin rights but got the same error. Run the command in the bat file from an actual CMD prompt in the directory where miner executable is. This will allow you to see what error it's throwing.
|
|
|
|
bitnox
Newbie
Offline
Activity: 33
Merit: 0
|
|
March 14, 2017, 06:48:14 PM |
|
Thanks for the infos! I tried to setup Wolf CPU miner under my windows10 but failed miserably. If you could write a step by step it would be very much appreciated. Or if you are too lazy to write it down, a link to an existing one would be also very nice. Thnx in advance! Alrighty, you've downloaded the wolf cpu miner, extracted the files and you already have a wallet address? Launch the command promt, just search for "cmd" and execute it. Depending on where the mining application is located (as in where you have extracted the files) on your PC, you now need to navigate there with the command promt. Assuming that you have extracted all the files on the desktop, you type "cd desktop" and confirm. Note, if the files are in a folder on the desktop, let's call it "miner", you'd first navigate to the desktop and then to this folder (cd desktop --> cd miner) Now you need to start the miner with the command, that you can find on the getting started page of the pool you want to use. It looks like the following: minerd -a cryptonight-light -o stratum+tcp://aeon.kryptopool.com:3333 -u YOUR_WALLET_ADDRESS -p xReplace "YOUR_WALLET_ADDRESS" with your wallet address and execute the command. That's it! Let me know if there is anything unclear This is exactly what i did, but when i execute the command line it says minerd is not a command and nothing happens. Make a .txt file in the same directory as minerd. Rename the extension from .txt to .bat. Put in there... minerd -a cryptonight-light -o stratum+tcp://54.153.36.187:5555 -u Wms7kyfy6UdeFTy4mkXCJ1d4p16fDSttJJhBXWDktv4FRD9GDwwa2C6jQC2QatEs3Q4VSbhS92ese18hyFaaEKRN2VXfD4zAD -p x -t 8 This is my .bat for sumominer's pool. Change address, pool and number of threads, -t 8 is for an 8 core AMD processor. Click at that .bat file to start mining. The command prompt only flickers and vanish. No deal. Also tried to run the bat file with admin rights but got the same error. Are you sure you have the right miner? Mine is cpuminer-wolf-with-cryptonight-light-w64-AES-NI-04082015 https://github.com/Arux-BTT/CPUMiner-Multi-cryptonight-light/releasesThats it! You got it. I had probably a wrong or broken version. This one seem to work with the bat file, but i dont see my hash rate, the only message the cmd keeps repeating is "Stratum Found a New Block" Any clues? Thnx!
|
|
|
|
Nik4691
|
|
March 14, 2017, 07:02:46 PM |
|
Thats it! You got it. I had probably a wrong or broken version. This one seem to work with the bat file, but i dont see my hash rate, the only message the cmd keeps repeating is "Stratum Found a New Block" Any clues? Thnx! [/quote] No clues here To be honest, i am not a miner anymore... I got more AEONs from trade than from mining. Shame on me...
|
|
|
|
bitnox
Newbie
Offline
Activity: 33
Merit: 0
|
|
March 14, 2017, 09:05:24 PM |
|
No clues here To be honest, i am not a miner anymore... I got more AEONs from trade than from mining. Shame on me... its fine, at least its working now. tryed it with xmr too. im pretty sure i can get things done from here! thank you very much for help. another question: is there a gui aeon wallet for windows yet? i couldnt find anything.
|
|
|
|
kenscho
|
|
March 15, 2017, 07:25:24 AM |
|
|
|
|
|
AEON_KING
Newbie
Offline
Activity: 29
Merit: 0
|
|
March 15, 2017, 07:44:20 AM |
|
To: SMOOTHHi this is ♛AEON_KING♛, I am worried if Changelly will be up and running any time soon as I am a huge miner of AEON, have you been in contact with them and know when they might be back up? Your reply whould be highly appreciated ! I thank you for all of your hard work !
|
|
|
|
eeX
|
|
March 15, 2017, 07:57:12 AM |
|
Megahash, is it you?
|
Soldo [SLD] @ Soldo.IN
|
|
|
yamerin
Newbie
Offline
Activity: 1
Merit: 0
|
|
March 15, 2017, 10:31:00 AM |
|
Megahash, is it you?
No, it's not Megahash, Megahash is here Who want to buy a lot of AEON from Megahash with good price
|
|
|
|
qwep1
|
|
March 15, 2017, 09:26:01 PM |
|
WTB 0.4 BTC worth of AEON, hit me up.
priec
|
|
|
|
pepeceas
Newbie
Offline
Activity: 5
Merit: 0
|
|
March 16, 2017, 12:19:02 AM |
|
|
|
|
|
Ayers
Legendary
Offline
Activity: 2800
Merit: 1024
Vave.com - Crypto Casino
|
|
March 16, 2017, 05:32:12 PM |
|
you need poloniex not c-cex, aeon is on bittrex already , the only better exchange is polo, but first before this it's better to fix the wallet and solve the bug, so the value can increase
|
|
|
|
|