Pages:
Author

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

full member
Activity: 203
Merit: 166
Thank You for Your involment.
I tried tx with part of the coins and the error is the same. I even tried doing the same from my second PC and I get the same error no matter what I try (GUI, CLI, local node, remote node).
I can not compile what You have suggested myself because I guess I need to run Linux. If You can send me binaries I would try it to report what happens in that case.

With trial and error I figured out that there is a problem with wallet if You want to use send all option. You need to play with available balance to make tx work...

Building the CLI on Windows isn't hard, just follow the instruction here: https://github.com/aeonix/aeon#on-windows

Anyway, here's the binary I've built for you:
Code:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

https://www.dropbox.com/s/3b6uly3ds55g6fc/aeon-getouts-errmsg.zip
SHA256(aeon-getouts-errmsg.zip)= 26611c4cc504aa4ebf8b84a5810f103b5610dea791bf4d708caa3387e22aedda
-----BEGIN PGP SIGNATURE-----

iQJJBAEBCAAzFiEEhJ/ELagGfXubAPJKQdq4NDqewBIFAl4WhdMVHHN0b2ZmdUBw
cm90b25tYWlsLmNoAAoJEEHauDQ6nsASmMwQAKetk5GVONYgEB5PNs1pgtawHdve
WaIZGZwtXKKWfGGfILA7vEm9viBO4p8q+ydSg+XirCPLj8CN4qhHGSN7cZ6d9mRg
JgSu3ZAHuzLqKUga+oA3hinnh2/eJ+uHo8uzuFEvEkGZW5uW4ndTvmKLsb0jfXex
lwMPag+TB25ENG94vpflZqHyDCaxxl6zAczYnDwX1E2f9GhOLgfSfcMFMmN9EgVY
FxS3w/P199uAgpGkp6+N9KaAsegA2OSe3BBAio4G8SloL2shLJPxOkbvE7m3fflC
kQ+zIKj56sJKSgTEsrTvs/w+4eWRwfOWj6dDI54LFv1O7hb0A6pZ+Yo+Kmwyw2ys
0Yk3UNFGh/pHjDfxA1yaAb41M+o7XaFsKx5aI2QHdnRBnXLismMlzAm1MgKN8nJv
7Ifgva9ZknIW+ijs1qvcBx6YZrwS72X4hzZ9Nxl1dPlXxTQCHZCHkXAJQNHaS48k
FPHQpMtxTDQvGxszGES33RSawv+xK+luxQMxmF3d7U0fH4gfqgjMkw7Exx28rUW1
rJ5GecH6d+K7j13TkkCiTlX3YZcQ+lE/obrRC21LzF5m9hEvXbU1r/vGtaYRObM1
Qr4K0omg1DxF0wSeDi4zUTfnNBmuak62lcemTJIOSY6EZRLJ1yv7Avpdy1OnbQN7
8ska6BC01EIOtzUa
=GqGT
-----END PGP SIGNATURE-----
(signing key: https://github.com/aeonix/aeon/blob/master/utils/gpg_keys/stoffu.asc)

If you found a problem in the software, please provide more details (e.g. how to reproduce it). Also, generally it's easier to discuss this kind of development-related stuff on GitHub (https://github.com/aeonix/aeon/issues/new).
newbie
Activity: 5
Merit: 0
Thank You for Your involment.
I tried tx with part of the coins and the error is the same. I even tried doing the same from my second PC and I get the same error no matter what I try (GUI, CLI, local node, remote node).
I can not compile what You have suggested myself because I guess I need to run Linux. If You can send me binaries I would try it to report what happens in that case.

With trial and error I figured out that there is a problem with wallet if You want to use send all option. You need to play with available balance to make tx work...
newbie
Activity: 5
Merit: 0
Does anybody have the same anoying problem as me? I want to send some coins using the latest Windows wallet and it seems that I can not do that…
I get the message: Can't create transaction: internal error: no ouputs created for the last 131400 blocks or something like that. No matter what I tried (remote node, local node, GUI, CLI...) the end result is the same...
Can somebody help pls?

Can you try sweep_unmixable with aeon-wallet-cli? What response do you see?

I saw that I need to approve tx of 0.02181779747 with fee of 0.001 so I confirmed just to see what happens next…
I waited for tx to mature, tried again to send all of the coins and the problem persists…
Can't create trasnaction: internal error: no outputs created for the last 131400 blocks...

That's very strange. Can you try this branch https://github.com/stoffu/monero/tree/aeon-getouts-errmsg to see more info in the error message? You need to compile the code yourself:
Code:
git clone --recursive https://github.com/stoffu/monero --branch aeon-getouts-errmsg
cd monero
make release-static-win64
If you have problems doing that, I can do it on my side and send you a link to the binary.

Quote
I waited for tx to mature, tried again to send all of the coins and the problem persists…

So you get this error when trying to send all your coins at once by using sweep_all? Does it work if you try to send just some of your balance?


Thank You for Your involment.
I tried tx with part of the coins and the error is the same. I even tried doing the same from my second PC and I get the same error no matter what I try (GUI, CLI, local node, remote node).
I can not compile what You have suggested myself because I guess I need to run Linux. If You can send me binaries I would try it to report what happens in that case.
full member
Activity: 203
Merit: 166
Does anybody have the same anoying problem as me? I want to send some coins using the latest Windows wallet and it seems that I can not do that…
I get the message: Can't create transaction: internal error: no ouputs created for the last 131400 blocks or something like that. No matter what I tried (remote node, local node, GUI, CLI...) the end result is the same...
Can somebody help pls?

Can you try sweep_unmixable with aeon-wallet-cli? What response do you see?

I saw that I need to approve tx of 0.02181779747 with fee of 0.001 so I confirmed just to see what happens next…
I waited for tx to mature, tried again to send all of the coins and the problem persists…
Can't create trasnaction: internal error: no outputs created for the last 131400 blocks...

That's very strange. Can you try this branch https://github.com/stoffu/monero/tree/aeon-getouts-errmsg to see more info in the error message? You need to compile the code yourself:
Code:
git clone --recursive https://github.com/stoffu/monero --branch aeon-getouts-errmsg
cd monero
make release-static-win64
If you have problems doing that, I can do it on my side and send you a link to the binary.

Quote
I waited for tx to mature, tried again to send all of the coins and the problem persists…

So you get this error when trying to send all your coins at once by using sweep_all? Does it work if you try to send just some of your balance?
newbie
Activity: 27
Merit: 0
actually, this looks like a decent project
newbie
Activity: 5
Merit: 0
Does anybody have the same anoying problem as me? I want to send some coins using the latest Windows wallet and it seems that I can not do that…
I get the message: Can't create transaction: internal error: no ouputs created for the last 131400 blocks or something like that. No matter what I tried (remote node, local node, GUI, CLI...) the end result is the same...
Can somebody help pls?

Can you try sweep_unmixable with aeon-wallet-cli? What response do you see?

I saw that I need to approve tx of 0.02181779747 with fee of 0.001 so I confirmed just to see what happens next…
I waited for tx to mature, tried again to send all of the coins and the problem persists…
Can't create trasnaction: internal error: no outputs created for the last 131400 blocks...
full member
Activity: 203
Merit: 166
Does anybody have the same anoying problem as me? I want to send some coins using the latest Windows wallet and it seems that I can not do that…
I get the message: Can't create transaction: internal error: no ouputs created for the last 131400 blocks or something like that. No matter what I tried (remote node, local node, GUI, CLI...) the end result is the same...
Can somebody help pls?

Can you try sweep_unmixable with aeon-wallet-cli? What response do you see?
legendary
Activity: 3192
Merit: 1509
Would Aeon used with Tor be untraceable enough to be also a dead end similar to monero if Europol tried every available tool they have?


“Since the suspect used a combination of Tor and [Monero], we could not trace the funds. We could not trace the IP-addresses. Which means, we hit the end of the road,” Jakubcek told audiences.

Source https://decrypt.co/15734/monero-transactions-untraceable-says-europol-analyst
sr. member
Activity: 1451
Merit: 258
Does anybody have the same anoying problem as me? I want to send some coins using the latest Windows wallet and it seems that I can not do that…
I get the message: Can't create transaction: internal error: no ouputs created for the last 131400 blocks or something like that. No matter what I tried (remote node, local node, GUI, CLI...) the end result is the same...
Can somebody help pls?

Looks like there are parts of the file missing or part of the folder block that is problematic, if it's all unrelated, maybe the wallet needs repair and try to contact dev to make sure of that.
legendary
Activity: 3178
Merit: 1119
Does anybody have the same anoying problem as me? I want to send some coins using the latest Windows wallet and it seems that I can not do that…
I get the message: Can't create transaction: internal error: no ouputs created for the last 131400 blocks or something like that. No matter what I tried (remote node, local node, GUI, CLI...) the end result is the same...
Can somebody help pls?

I've never seen that issue but maybe try restoring the wallet from your seed words.
newbie
Activity: 5
Merit: 0
@TomoV. You should complete the download of the blockchain locally. Are you also certain that you used a remote node?

In any case, open an issue on github and open a thread on /r/aeon on reddit.

First I tried remote node - did not work. After that I downloaded the blockchain locally - did not work. After I treid both ways in GUI I tried the same in CLI - the effect was the same...
legendary
Activity: 3192
Merit: 1509
@TomoV. You should complete the download of the blockchain locally. Are you also certain that you used a remote node?

In any case, open an issue on github and open a thread on /r/aeon on reddit.
newbie
Activity: 5
Merit: 0
Does anybody have the same anoying problem as me? I want to send some coins using the latest Windows wallet and it seems that I can not do that…
I get the message: Can't create transaction: internal error: no ouputs created for the last 131400 blocks or something like that. No matter what I tried (remote node, local node, GUI, CLI...) the end result is the same...
Can somebody help pls?
legendary
Activity: 3192
Merit: 1509
@estenity. bigslimvdub already applied on the new Poloniex, however. Their response was not positive. They were responding to tell us not to respond on their response hehehe.

I reckon we should use a new tactic. Be listed in all the smallest exchanges without KYC hehe.
hero member
Activity: 1928
Merit: 538
..................

In any case, I read an article that Poloniex was purchased by a group of Chinese investors from Circle and the exchange is leaving the American market.

yes, i gave a reference for that on december 19th, see my post above.

for bigslim it is good news, i am sure that aeon is waiting some match to get on fire again.

and also a little pedagogy, it is too elitist currently.
legendary
Activity: 3192
Merit: 1509
@bigslimvdub. I am very surprised.

In any case, I read an article that Poloniex was purchased by a group of Chinese investors from Circle and the exchange is leaving the American market.
member
Activity: 349
Merit: 23
@bitpotter. Aeon is as good or better than some of the top projects in the cryptospace. It is stable, private enough and has 2 of the most experienced cryptocoin developers in the world.

There might be nothing to talk about, however, Aeon is ready.

You would be quite surprised how many people have contacted me in regard to working full time as a dev on Aeon in some way. Unfortunate though that everyone wanted some type of monthly income from this work.

Regarding Polo exchange, they are now owned by a VC firm (iirc Circle) and they have tight regulations for coin listings. Many people voiced their opinions negatively on polo way back earlier this year when I submitted the listing app (before the exchange update).

They had some pretty intrusive listing questions so I would assume they only want legitimate projects applying. Listing on poloneix won't benefit me in any way and honestly, it wouldn't do much other than making people believe the project is more than it is being listed on some higher exchange. Even though people dislike wash trading, it creates daily volume and that is what causes services and merchant adoption at this stage in crypto development.
legendary
Activity: 3192
Merit: 1509
@bitpotter. Aeon is as good or better than some of the top projects in the cryptospace. It is stable, private enough and has 2 of the most experienced cryptocoin developers in the world.

There might be nothing to talk about, however, Aeon is ready.
sr. member
Activity: 1451
Merit: 258
Also, looking at how small Aeon is in community, in market capitalization, in development team, anyone can see that we do not have the funds to pay exchanges hehehe. The project also has zero promotion except for what the community contributes.

AEON was only great once last year, but now we finally know where it's going. It is not yet clear what the next prospects the team will do. Looking at it now as if there was nothing to discuss anymore.
legendary
Activity: 3192
Merit: 1509
Also, looking at how small Aeon is in community, in market capitalization, in development team, anyone can see that we do not have the funds to pay exchanges hehehe. The project also has zero promotion except for what the community contributes.
Pages:
Jump to: