smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
April 13, 2017, 12:59:02 AM |
|
I've seen several mentions of the need for public nodes.
Does a public node have any special requirements beyond an IP address and aeond on an open port? How much data transfer per month?
You have to open the RPC port in addition to the regular P2P port. In addition to whatever the bandwidth is required for a regular node (I don't know the current number), additional bandwidth would be demanded by those using it. Finally there are few tweaks needed to restrict some requests. For example, you probably don't want public RPC users to be able to turn mining on and off. Before the --restricted-rpc option was added to Monero those offering public nodes generally patched these things themselves.
|
|
|
|
|
LesPristy
Newbie
Offline
Activity: 45
Merit: 0
|
|
April 13, 2017, 05:21:44 PM Last edit: April 21, 2017, 04:56:44 AM by LesPristy |
|
You have to open the RPC port in addition to the regular P2P port. In addition to whatever the bandwidth is required for a regular node (I don't know the current number), additional bandwidth would be demanded by those using it. Finally there are few tweaks needed to restrict some requests. For example, you probably don't want public RPC users to be able to turn mining on and off. Before the --restricted-rpc option was added to Monero those offering public nodes generally patched these things themselves.
Smooth, thanks for the info. Based on your explanation, I reviewed the Monero code for the restricted rpc options. Then I commented out the corresponding commands in the aeon core_rpc_server.h, then recompiled. This was quick and dirty (I'm sure there is a more elegant solution). I can successfully connect, refresh, and TX from a remote simplewallet. The commands save_bc and start/stop_mining now don't work (as expected), they throw an error in simplewallet. The only problem was bc_height didn't work from the remote simplewallet, but it does work correctly locally. I'm not sure why that is. Anyone is welcome to test this server. If you break it, I won't cry. 34.201.20.65 RPC port 11181 For example: ./simplewallet --daemon-address 34.201.20.65 --daemon-port 11181 #incorrect ./simplewallet --daemon-host 34.201.20.65 --daemon-port 11181 or ./simplewallet --daemon-address 34.201.20.65:11181 I'd appreciate any input from the other members of the community, especially if there is something I've overlooked. My eventual goal is to create a GUI wallet for Windows which doesn't require a local node. Thanks.
|
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
April 13, 2017, 07:38:39 PM |
|
2017-Apr-13 20:59:09.366906 ERROR /home/aciddom/aeon11/src/p2p/net_node.inl:113 Exception at [node_server::init_config], what=invalid signature update 10 and 11 Not an error. It just means some connection was made to your p2p port that did not correctly identify as an AEON node.
|
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
April 13, 2017, 09:26:09 PM |
|
... Not an error. It just means some connection was made to your p2p port that did not correctly identify as an AEON node.
but aeond doesn't starts Oh sorry misread. That is a corrupt p2pstate file. Delete p2pstate.bin and try again
|
|
|
|
neguinho
|
|
April 14, 2017, 03:54:16 PM |
|
piscina mining?
|
|
|
|
neguinho
|
|
April 14, 2017, 04:30:58 PM |
|
piscina mining? windows 7?
|
|
|
|
The Cryptophilanthropist
|
|
April 15, 2017, 01:06:10 AM |
|
piscina mining? windows 7? I think he means "mining pool" the translation I believe is "swimming pool"?
|
GdonateqfnmiJKv7mfnUcyvZHaiqxcTQS1 - XGTC DEV FUND 1G2PTf59cYsWKoZjj3i3Cv1Bb8NuNaeho2 - BTC POOL DEV
|
|
|
Elder III
|
|
April 15, 2017, 01:32:49 AM |
|
Hello folks, I'm looking into doing some exploratory CPU Mining and I find AEON to be quite interesting. I have not been able to find a profitability calculator for it and I was wondering if anyone knew of one? Thanks!
|
|
|
|
jwinterm
Legendary
Offline
Activity: 3136
Merit: 1116
|
|
April 15, 2017, 04:46:14 AM |
|
Hello folks, I'm looking into doing some exploratory CPU Mining and I find AEON to be quite interesting. I have not been able to find a profitability calculator for it and I was wondering if anyone knew of one? Thanks!
There's really no such thing as a profitability calculator for CPU mining, afaik. I think your only real options are Aeon, Monero or other Cryptonight algo coin, or a Yescrypt algo coin (Myriadcoin or BSTY I think). So, maybe mine for a day on each and see what seems best.
|
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
April 15, 2017, 10:55:52 AM |
|
You have to open the RPC port in addition to the regular P2P port. In addition to whatever the bandwidth is required for a regular node (I don't know the current number), additional bandwidth would be demanded by those using it. Finally there are few tweaks needed to restrict some requests. For example, you probably don't want public RPC users to be able to turn mining on and off. Before the --restricted-rpc option was added to Monero those offering public nodes generally patched these things themselves.
Smooth, thanks for the info. Based on your explanation, I reviewed the Monero code for the restricted rpc options. Then I commented out the corresponding commands in the aeon core_rpc_server.h, then recompiled. This was quick and dirty (I'm sure there is a more elegant solution). I can successfully connect, refresh, and TX from a remote simplewallet. The commands save_bc and start/stop_mining now don't work (as expected), they throw an error in simplewallet. The only problem was bc_height didn't work from the remote simplewallet, but it does work correctly locally. I'm not sure why that is. Anyone is welcome to test this server. If you break it, I won't cry. 34.201.20.65 RPC port 11181 For example: ./simplewallet --daemon-address 34.201.20.65 --daemon-port 11181 I'd appreciate any input from the other members of the community, especially if there is something I've overlooked. My eventual goal is to create a GUI wallet for Windows which doesn't require a local node. Thanks. Please let me know if your public node turns to be stable and if so I will add it as a resource in the OP
|
|
|
|
daberti
|
|
April 15, 2017, 02:23:51 PM |
|
Just for trying I'm CPU mining on Minergate with minerd minerd -a cryptonight-lite -o stratum+tcp://aeon.pool.minergate.com:45690 -u mylogin_email -p x -t 2
Yet according to my own dashboard I'm not mining.
Any idea?
Thanks in advance
|
|
|
|
DrkLvr_
|
|
April 15, 2017, 02:37:09 PM |
|
Hello folks, I'm looking into doing some exploratory CPU Mining and I find AEON to be quite interesting. I have not been able to find a profitability calculator for it and I was wondering if anyone knew of one? Thanks!
https://minergate.com/calculator/cryptonoteNote: Don't use minergate's pool, your hashrate will be lower and they scam users trying to withdraw XMR. if you managed to withdraw XMR from here i don't want to hear it, i've tried everything and after 3-4 support tickets and just as many excuses they are without a doubt selective scamming at best
|
|
|
|
daberti
|
|
April 15, 2017, 02:49:08 PM |
|
Hello folks, I'm looking into doing some exploratory CPU Mining and I find AEON to be quite interesting. I have not been able to find a profitability calculator for it and I was wondering if anyone knew of one? Thanks!
https://minergate.com/calculator/cryptonoteNote: Don't use minergate's pool, your hashrate will be lower and they scam users trying to withdraw XMR. if you managed to withdraw XMR from here i don't want to hear it, i've tried everything and after 3-4 support tickets and just as many excuses they are without a doubt selective scamming at best Note taken. Thanks
|
|
|
|
eeX
|
|
April 16, 2017, 09:32:15 AM |
|
MG is VERY strange pool.
They have a lot of problems with withdrawals last time, especially with XMR. They have obsolete software and can't fix it properly.
Support is not responsive at all.
But they didn't steal even a penny from my earnings in result, as opposed to Polonoiex - they still didn't get me my MCN's......
|
Soldo [SLD] @ Soldo.IN
|
|
|
wck
Member
Offline
Activity: 70
Merit: 10
|
|
April 16, 2017, 10:39:53 AM |
|
Just for trying I'm CPU mining on Minergate with minerd minerd -a cryptonight-lite -o stratum+tcp://aeon.pool.minergate.com:45690 -u mylogin_email -p x -t 2
Yet according to my own dashboard I'm not mining.
Any idea?
Thanks in advance
I switched from Minergate because it seemed the AEON I was making was less than 1/2 what I should have made. In fact after switching to https://aeon.kryptopool.com/ I started making more than double what I was at the same hash rate. I tried to inform Minergate support but they just told me everything at their pool was correct. I don't believe it for a second. For the same amount of hashing you should only see less than a 5% difference between pools. I personally believe someone is stealing coins at the Minergate pool.
|
|
|
|
Karlos78
Newbie
Offline
Activity: 8
Merit: 0
|
|
April 16, 2017, 01:08:02 PM |
|
If anyone using nvidia GPU for mining AEON, what software are you using for it? I've tried ccminer-2.0-cuda, it gives me only 800H/s on GTX 970.
|
|
|
|
|
synthgauge
|
|
April 16, 2017, 03:41:05 PM |
|
If anyone using nvidia GPU for mining AEON, what software are you using for it? I've tried ccminer-2.0-cuda, it gives me only 800H/s on GTX 970.
I'm using a custom-made software that I have no plans to reveal. If u want to try my gigaminer u got to pay me at least 90 btc. With my hashrate, I'm breaking records across this land though mining is not my main priority as of now. In fact, I don't even spend my time on that shit. I just live like in paradise trying to understand why the entire world is that stupid.
|
|
|
|
daberti
|
|
April 16, 2017, 05:54:53 PM |
|
If anyone using nvidia GPU for mining AEON, what software are you using for it? I've tried ccminer-2.0-cuda, it gives me only 800H/s on GTX 970.
Using the very same SW with a GTX1070 and it scores 1.035KH/s so you should be pretty much satisfied. Also, it would be useful to know your GPU and GPU memory frequencies. Besides that what switches (options) are you using and what pool? What temperatures are you reading? It would be a clever idea to ask the SW author himself in his own thread https://bitcointalk.org/index.php?topic=770064.0
|
|
|
|
|