Author

Topic: [ANN] AEON [2019-09-27: Upgrade to version 0.13.0.0 ASAP HF@1146200 Oct 25] - page 255. (Read 625666 times)

sr. member
Activity: 309
Merit: 250
This is probably a silly question.... is there anyway to cut down on daemon memory use?
legendary
Activity: 2968
Merit: 1198
Weird thing is, I ran aeond and it didn't creat appdata folder...I went looking for it and it wasn't there... It's been awhile since I ran CN daemons so I posted my query...tried again no folder...so I just created one and dropped the blockchain file in it and now it's loading blockchain...thanks

You probably need to do save or a clean exit before it will create the folder.
legendary
Activity: 1568
Merit: 1003
🚀🚀 ATHERO.IO 🚀🚀
Hello, how do i start the wallet i've created with password ?

enter name of wallet, password and type help it give you a list of commands which should help in what you want to do
sr. member
Activity: 261
Merit: 250
Hello, how do i start the wallet i've created with password ?
legendary
Activity: 1276
Merit: 1001
Will wolf's cpu miner get updated also before the fork?

Yes, I've done that too. I'll put it on github soon.

Edit: https://github.com/moneromooo/cpuminer-multi
sr. member
Activity: 309
Merit: 250
Any trusted Windows wallet compilation out there? Huge draw back for those who don't want to jump through the hoops.

The links in the OP are from community members but they have been examined and tested by many others in the community.

The imminent new release will have official binaries from Arux (core team member).


Thanks didn't realize they were already done.... where to place and utilize bootstrap .bin file?
I placed it in wallet folder and I'm still a year out from sync.
Thanks

Make sure the downloaded .bin file is named blockchain.bin

If you are on linux it goes in ~/.aeon

Here are the Windows instructions from Arux:

i have downloaded the wallet and blockchain. can anyone tell where i need to put the blockchain to make it sync faster
i guess you're using windows.

launch aeond once (no matter the location)
it will create a C:\Users\your_username\AppData\Roaming\aeon folder
close cleanly aeond (by typing "exit")
paste your donwloaded blockchain.bin into C:\Users\your_username\AppData\Roaming\aeon
re-launch aeond
Weird thing is, I ran aeond and it didn't creat appdata folder...I went looking for it and it wasn't there... It's been awhile since I ran CN daemons so I posted my query...tried again no folder...so I just created one and dropped the blockchain file in it and now it's loading blockchain...thanks
legendary
Activity: 2968
Merit: 1198
Any trusted Windows wallet compilation out there? Huge draw back for those who don't want to jump through the hoops.

The links in the OP are from community members but they have been examined and tested by many others in the community.

The imminent new release will have official binaries from Arux (core team member).


Thanks didn't realize they were already done.... where to place and utilize bootstrap .bin file?
I placed it in wallet folder and I'm still a year out from sync.
Thanks

Make sure the downloaded .bin file is named blockchain.bin

If you are on linux it goes in ~/.aeon

Here are the Windows instructions from Arux:

i have downloaded the wallet and blockchain. can anyone tell where i need to put the blockchain to make it sync faster
i guess you're using windows.

launch aeond once (no matter the location)
it will create a C:\Users\your_username\AppData\Roaming\aeon folder
close cleanly aeond (by typing "exit")
paste your donwloaded blockchain.bin into C:\Users\your_username\AppData\Roaming\aeon
re-launch aeond
sr. member
Activity: 309
Merit: 250
Any trusted Windows wallet compilation out there? Huge draw back for those who don't want to jump through the hoops.

The links in the OP are from community members but they have been examined and tested by many others in the community.

The imminent new release will have official binaries from Arux (core team member).


Thanks didn't realize they were already done.... where to place and utilize bootstrap .bin file?
I placed it in wallet folder and I'm still a year out from sync.
Thanks
legendary
Activity: 2968
Merit: 1198
Any trusted Windows wallet compilation out there? Huge draw back for those who don't want to jump through the hoops.

The links in the OP are from community members but they have been examined and tested by many others in the community.

The imminent new release will have official binaries from Arux (core team member).
sr. member
Activity: 309
Merit: 250
Any trusted Windows wallet compilation out there? Huge draw back for those who don't want to jump through the hoops.
sr. member
Activity: 466
Merit: 250
@macorcina:

I understand that you can simply move the data folder around as desired, and then start aeond with the --data-dir parameter.
Like so: ./aeond --data-dir


Cheers!

It's ok. Thanks!
member
Activity: 115
Merit: 10
Will wolf's cpu miner get updated also before the fork?

legendary
Activity: 1154
Merit: 1001
@macorcina:

I understand that you can simply move the data folder around as desired, and then start aeond with the --data-dir parameter.
Like so: ./aeond --data-dir


Cheers!
sr. member
Activity: 466
Merit: 250
i want to change locations from home folder ./aeon to another disk folder.
linux ubuntu
How to do that ?
hero member
Activity: 500
Merit: 500
indeed, on linux, to mine with several cpu the better way is to setup your own pool and use optimized miners.
on windows, i don't see any solution to solomine productively...


if you want to try simpleminer, use something like:

Code:
simpleminer --pool-addr 192.168.x.x --login WmsSWgtT1JPg5e3cK41hKXSHVpKW7e47bjgiKmWZkYrhSS5LhRemNyqayaSBtAQ6517eo5PtH9wxHVmM78JDZSUu2W8PqRiNs --pass x

--pool-addr : your aeond local address, it can be 192.168.1.5 or http://192.168.1.5 (according to your network) the port can be necessary so it can be 192.168.x.x:11180 or http://192.168.x.x:11180
--login your aeond address
--pass ?

but i'm really thinking it will not working. it's coding to work with a pool.

member
Activity: 108
Merit: 10
I'm solo mining this coin with aeond, and to want to mine on same daemon from another pc (cpu mining) in my home network (cpu mining).
Please, how to do it?

Thank you.

You can try simpleminer which comes with the standard distribution. No one really uses it (for any of the cryptonote coins) so it is possible it won't work or won't work well.

Failing that you will have to install the pool software and then you can use any of the optimized pool miners, gpu miners, etc.

For any of these you also need to make sure your firewall settings allow the remote connection.

Thak you for you quick response. Do you know which config or command line should I use with simpleminer?
legendary
Activity: 2968
Merit: 1198
I'm solo mining this coin with aeond, and to want to mine on same daemon from another pc (cpu mining) in my home network (cpu mining).
Please, how to do it?

Thank you.

You can try simpleminer which comes with the standard distribution. No one really uses it (for any of the cryptonote coins) so it is possible it won't work or won't work well.

Failing that you will have to install the pool software and then you can use any of the optimized pool miners, gpu miners, etc.

For any of these you also need to make sure your firewall settings allow the remote connection.
member
Activity: 108
Merit: 10
I'm solo mining this coin with aeond, and to want to mine on same daemon from another pc (cpu mining) in my home network (cpu mining).
Please, how to do it?

Thank you.
sr. member
Activity: 350
Merit: 250
I'm not especially a fan of names like xxx-note, xxx-coin, xxx-shares, etc. 

I'm also not especially a fan of coins that do frequent rebrands for whatever reasons (generally not good ones).

I also think it would be better if/when we decide to rebrand later that we not have a history of frivolous rebrands.

I think the current branding is okay, certainly not terrible enough to justify a rebrand right now. As things develop later its something we might do, in a well-managed way (most rebrands by other coins have been done terribly from a marketing perspective imo).


I just hope poloniex will re-list AEON.

I have every expectation there will be exchange listings (though not going to mention any specific exchanges until they either commit publicly or announce it themselves) after the first hard fork is complete, which now appears to be on track to happen fairly soon. Once I successfully test the new pool modifications and confirm the build process with Arux, I will tag a new release with a specified block height for the fork.


Awesome smooth.

I buy in this coin because of your work on Monero.

Please evaluate the work and prospects of this coin carefully. I encourage no one to buy anything based on my name or reputation alone, none of which can guarantee success. Do your own homework, assess your risk tolerance, and invest accordingly (if at all).



I knew you were going to say something like that Smiley

Yes, thats why I'm in Monero and Aeon, if someone promisses you riches in 30 days turn 180° and run away.
legendary
Activity: 2968
Merit: 1198
I'm not especially a fan of names like xxx-note, xxx-coin, xxx-shares, etc.  

I'm also not especially a fan of coins that do frequent rebrands for whatever reasons (generally not good ones).

I also think it would be better if/when we decide to rebrand later that we not have a history of frivolous rebrands.

I think the current branding is okay, certainly not terrible enough to justify a rebrand right now. As things develop later its something we might do, in a well-managed way (most rebrands by other coins have been done terribly from a marketing perspective imo).


I just hope poloniex will re-list AEON.

I have every expectation there will be exchange listings (though not going to mention any specific exchanges until they either commit publicly or announce it themselves) after the first hard fork is complete, which now appears to be on track to happen fairly soon. Once I successfully test the new pool modifications and confirm the build process with Arux, I will tag a new release with a specified block height for the fork.


Awesome smooth.

I buy in this coin because of your work on Monero.

Please evaluate the work and prospects of this coin carefully. I encourage no one to buy anything based on my name or reputation alone, none of which can guarantee success. Do your own homework, assess your risk tolerance, and invest accordingly (if at all).

Jump to: