Pages:
Author

Topic: [ANN][AERO] Aero | 100% PoS | AeroME | Anonymous Sending - page 93. (Read 420721 times)

hero member
Activity: 592
Merit: 500

Anyone else had problems just opening Aero-qt 2.0.0 on OSX 10.9.4? So far I haven't been able to open even while Security & Privacy was set to allow apps downloaded from 'Anywhere.'

Have had a look through the forum for solution, have i missed something?

I actually can't open it either. I wrote that thing up earlier before even trying the most recent build (I just had run into similar problems with past wallets).

Trying to launch the new Aero-Qt on 10.9.4 I get nothing in the GUI. And this in the system log:

Code:
9/2/14 1:20:54.000 PM kernel[0]: exec of /Applications/Aero-Qt.app/Contents/MacOS/Aero-Qt denied since it was quarantined by PluginProcess and created without user consent, qtn-flags was 0x00000046
~snip~



I got this working in case it helps anyone else.

1. Open Terminal
2. Enter the following command:  xattr -dr com.apple.quarantine /Applications/Aero-Qt.app
(assuming the app is in your Applications folder)

Then just double-click the app to launch. Fixed. Smiley

Still have problems with OSX 10.9.4 AeroCoin-Qt; Problem with the wallet not opening is solved, thanks. Can't get the wallet to sync despite following earlier suggestions of creating a config file containing the previously mentioned addnode list and placing it in Library\App Support\Aerocoin. Screen shot attached, would appreciate any further ideas to get this syncing.

Cheers


http://imgur.com/4wNdEiy
Try changing the file from Aero.conf to Aerocoin.conf.  That's how I have mine in ~Library/Application Support/Aero

I've been trying as well:( under Applications if I show package contents. The only .conf file is QT.conf. Under HD/users/application support/Aero no .conf file exists under any name.

Dragging the aero icon into terminal it recognizes the directory but if I type in " ./Aero-qt -addnode=146.185.186.184 -addnode=146.185.184.126 -addnode=104.131.254.166 " It tells me this is a "/Applications/Aero-Qt.app/Contents: is a directory"

and makes no changes.

Maybe that helps drill down the issue?
sr. member
Activity: 255
Merit: 250

Anyone else had problems just opening Aero-qt 2.0.0 on OSX 10.9.4? So far I haven't been able to open even while Security & Privacy was set to allow apps downloaded from 'Anywhere.'

Have had a look through the forum for solution, have i missed something?

I actually can't open it either. I wrote that thing up earlier before even trying the most recent build (I just had run into similar problems with past wallets).

Trying to launch the new Aero-Qt on 10.9.4 I get nothing in the GUI. And this in the system log:

Code:
9/2/14 1:20:54.000 PM kernel[0]: exec of /Applications/Aero-Qt.app/Contents/MacOS/Aero-Qt denied since it was quarantined by PluginProcess and created without user consent, qtn-flags was 0x00000046
~snip~



I got this working in case it helps anyone else.

1. Open Terminal
2. Enter the following command:  xattr -dr com.apple.quarantine /Applications/Aero-Qt.app
(assuming the app is in your Applications folder)

Then just double-click the app to launch. Fixed. Smiley

Still have problems with OSX 10.9.4 AeroCoin-Qt; Problem with the wallet not opening is solved, thanks. Can't get the wallet to sync despite following earlier suggestions of creating a config file containing the previously mentioned addnode list and placing it in Library\App Support\Aerocoin. Screen shot attached, would appreciate any further ideas to get this syncing.

Cheers


http://imgur.com/4wNdEiy
Try changing the file from Aero.conf to Aerocoin.conf.  That's how I have mine in ~Library/Application Support/Aero
sr. member
Activity: 462
Merit: 250

Anyone else had problems just opening Aero-qt 2.0.0 on OSX 10.9.4? So far I haven't been able to open even while Security & Privacy was set to allow apps downloaded from 'Anywhere.'

Have had a look through the forum for solution, have i missed something?

I actually can't open it either. I wrote that thing up earlier before even trying the most recent build (I just had run into similar problems with past wallets).

Trying to launch the new Aero-Qt on 10.9.4 I get nothing in the GUI. And this in the system log:

Code:
9/2/14 1:20:54.000 PM kernel[0]: exec of /Applications/Aero-Qt.app/Contents/MacOS/Aero-Qt denied since it was quarantined by PluginProcess and created without user consent, qtn-flags was 0x00000046
~snip~

I got this working in case it helps anyone else.

1. Open Terminal
2. Enter the following command:  xattr -dr com.apple.quarantine /Applications/Aero-Qt.app
(assuming the app is in your Applications folder)

Then just double-click the app to launch. Fixed. Smiley

Still have problems with OSX 10.9.4 AeroCoin-Qt; Problem with the wallet not opening is solved, thanks. Can't get the wallet to sync despite following earlier suggestions of creating a config file containing the previously mentioned addnode list and placing it in Library\App Support\Aerocoin. Screen shot attached, would appreciate any further ideas to get this syncing.

Cheers

You have to add nodes manually. I found this easy way to sync OS X wallets :

1. Open terminal
2. Go to Application Folder
3. Run Aero-qt from terminal like : ./Aero-qt -addnode=x -addnode=IP -addnode=IP and list goes on. After it opens like this you can close and open it normally , it will sync in no time:)

By the way , these are good nodes :

Code:
addnode=146.185.186.184
addnode=146.185.184.126
addnode=104.131.230.242
addnode=104.131.230.242
addnode=107.170.168.191
addnode=104.131.254.166
addnode=121.12.168.8
addnode=178.76.210.190
addnode=37.187.144.69
addnode=46.165.208.140
addnode=178.62.48.249
addnode=104.131.254.166
newbie
Activity: 26
Merit: 0

Anyone else had problems just opening Aero-qt 2.0.0 on OSX 10.9.4? So far I haven't been able to open even while Security & Privacy was set to allow apps downloaded from 'Anywhere.'

Have had a look through the forum for solution, have i missed something?

I actually can't open it either. I wrote that thing up earlier before even trying the most recent build (I just had run into similar problems with past wallets).

Trying to launch the new Aero-Qt on 10.9.4 I get nothing in the GUI. And this in the system log:

Code:
9/2/14 1:20:54.000 PM kernel[0]: exec of /Applications/Aero-Qt.app/Contents/MacOS/Aero-Qt denied since it was quarantined by PluginProcess and created without user consent, qtn-flags was 0x00000046
~snip~



I got this working in case it helps anyone else.

1. Open Terminal
2. Enter the following command:  xattr -dr com.apple.quarantine /Applications/Aero-Qt.app
(assuming the app is in your Applications folder)

Then just double-click the app to launch. Fixed. Smiley

Still have problems with OSX 10.9.4 AeroCoin-Qt; Problem with the wallet not opening is solved, thanks. Can't get the wallet to sync despite following earlier suggestions of creating a config file containing the previously mentioned addnode list and placing it in Library\App Support\Aerocoin. Screen shot attached, would appreciate any further ideas to get this syncing.

Cheers

http://
http://imgur.com/4wNdEiy
sr. member
Activity: 462
Merit: 250

Anyone else had problems just opening Aero-qt 2.0.0 on OSX 10.9.4? So far I haven't been able to open even while Security & Privacy was set to allow apps downloaded from 'Anywhere.'

Have had a look through the forum for solution, have i missed something?

I actually can't open it either. I wrote that thing up earlier before even trying the most recent build (I just had run into similar problems with past wallets).

Trying to launch the new Aero-Qt on 10.9.4 I get nothing in the GUI. And this in the system log:

Code:
9/2/14 1:20:54.000 PM kernel[0]: exec of /Applications/Aero-Qt.app/Contents/MacOS/Aero-Qt denied since it was quarantined by PluginProcess and created without user consent, qtn-flags was 0x00000046
~snip~

I got this working in case it helps anyone else.

1. Open Terminal
2. Enter the following command:  xattr -dr com.apple.quarantine /Applications/Aero-Qt.app
(assuming the app is in your Applications folder)

Then just double-click the app to launch. Fixed. Smiley

Still have problems with OSX 10.9.4 AeroCoin-Qt; Problem with the wallet not opening is solved, thanks. Can't get the wallet to sync despite following earlier suggestions of creating a config file containing the previously mentioned addnode list and placing it in Library\App Support\Aerocoin. Screen shot attached, would appreciate any further ideas to get this syncing.

Cheers

You have to add nodes manually. I found this easy way to sync OS X wallets :

1. Open terminal
2. Go to Application Folder
3. Run Aero-qt from terminal like : ./Aero-qt -addnode=x -addnode=IP -addnode=IP and list goes on. After it opens like this you can close and open it normally , it will sync in no time:)
newbie
Activity: 26
Merit: 0

Anyone else had problems just opening Aero-qt 2.0.0 on OSX 10.9.4? So far I haven't been able to open even while Security & Privacy was set to allow apps downloaded from 'Anywhere.'

Have had a look through the forum for solution, have i missed something?

I actually can't open it either. I wrote that thing up earlier before even trying the most recent build (I just had run into similar problems with past wallets).

Trying to launch the new Aero-Qt on 10.9.4 I get nothing in the GUI. And this in the system log:

Code:
9/2/14 1:20:54.000 PM kernel[0]: exec of /Applications/Aero-Qt.app/Contents/MacOS/Aero-Qt denied since it was quarantined by PluginProcess and created without user consent, qtn-flags was 0x00000046
~snip~

I got this working in case it helps anyone else.

1. Open Terminal
2. Enter the following command:  xattr -dr com.apple.quarantine /Applications/Aero-Qt.app
(assuming the app is in your Applications folder)

Then just double-click the app to launch. Fixed. Smiley

Still have problems with OSX 10.9.4 AeroCoin-Qt; Problem with the wallet not opening is solved, thanks. Can't get the wallet to sync despite following earlier suggestions of creating a config file containing the previously mentioned addnode list and placing it in Library\App Support\Aerocoin. Screen shot attached, would appreciate any further ideas to get this syncing.

Cheers
hero member
Activity: 938
Merit: 1002
member
Activity: 103
Merit: 10
Well I officially decided to get back into aero, under 4k is too good to pass up! Now its just time to wait for the next big pump...

Sounds like you doubled your coins:)

Nahh I sold out completely when the gold campaign was announced, scam potential scared me there. But at 4k the potential reward is worth the risk

Judt understand that I know what you're doing. You're a day trader. I don't care. It's your right to make money. I've got a feeling aero will hit 15k, You'll sell, and then starting saying "aero is a scamcoin" to try to get the price fall again... Good. Do it. I hope you make 100 grand by playing the trends, but know that your the reason why the alt market isnt going anywhere, and why 99% of altcoins fail.

Took the words right out of my mouth there.

But i didnt want to be hostile. Eyes are watching.

Oh mitchr4, ill speak with you soon. got your message. its the weekend and im partying away. life too short to stare at a screen, and i'm pretty confident aero will thrive Tongue



Have fun partying...
Drinks some beers to the success of Aero

Thanks mate, will be doing more than just beers tho Tongue

haha
full member
Activity: 120
Merit: 100
Well I officially decided to get back into aero, under 4k is too good to pass up! Now its just time to wait for the next big pump...

Sounds like you doubled your coins:)

Nahh I sold out completely when the gold campaign was announced, scam potential scared me there. But at 4k the potential reward is worth the risk

Judt understand that I know what you're doing. You're a day trader. I don't care. It's your right to make money. I've got a feeling aero will hit 15k, You'll sell, and then starting saying "aero is a scamcoin" to try to get the price fall again... Good. Do it. I hope you make 100 grand by playing the trends, but know that your the reason why the alt market isnt going anywhere, and why 99% of altcoins fail.

Took the words right out of my mouth there.

But i didnt want to be hostile. Eyes are watching.

Oh mitchr4, ill speak with you soon. got your message. its the weekend and im partying away. life too short to stare at a screen, and i'm pretty confident aero will thrive Tongue



Have fun partying...
Drinks some beers to the success of Aero
member
Activity: 103
Merit: 10
Tommorw is a good time to buy coz we call it bloody monday .All coins will drop.You have my word

Yeah, we call it weekend dumps. its a good call, but its not always the case. two weeks earlier aero took off on the weekend, i feel the same will happen this weekend too.

full member
Activity: 123
Merit: 100
Tommorw is a good time to buy coz we call it bloody monday .All coins will drop.You have my word
member
Activity: 103
Merit: 10
Well I officially decided to get back into aero, under 4k is too good to pass up! Now its just time to wait for the next big pump...

Sounds like you doubled your coins:)

Nahh I sold out completely when the gold campaign was announced, scam potential scared me there. But at 4k the potential reward is worth the risk

Judt understand that I know what you're doing. You're a day trader. I don't care. It's your right to make money. I've got a feeling aero will hit 15k, You'll sell, and then starting saying "aero is a scamcoin" to try to get the price fall again... Good. Do it. I hope you make 100 grand by playing the trends, but know that your the reason why the alt market isnt going anywhere, and why 99% of altcoins fail.

Took the words right out of my mouth there.

But i didnt want to be hostile. Eyes are watching.

Oh mitchr4, ill speak with you soon. got your message. its the weekend and im partying away. life too short to stare at a screen, and i'm pretty confident aero will thrive Tongue

full member
Activity: 120
Merit: 100
YAAAY THE FUDDERS HAVE COME! They just want cheap coins cause they know it's getting close to moon time.
They dumped first and kept a lot of buy orders around 3.5K, I think. Cool

"kcog1" Wouldn't doubt that other dude that said it would drop to 3k within 5 min did. I'm actually totally out of aero right now! I'm just enjoying watching this thing play out Grin

@kcog1
Ok, according to you, you bough some coins, made some money, and are "totally out of aero".
There is no legit reason for you to post in this thread anymore.

Good luck with your future purchases.
On behalf of the other investors still here, we dont need anymore advice or predictions from you.

If you continue to post here, after admitting you dont own anymore coins, you are either:

A) Bored and have no life
B) a Troll
C) Both A & B

Once again, congrats on buying low and selling high.
The collective community respectfully does NOT want your advice or opinions regarding AERO coin now or in the future.
Good luck in the future, and move on like a mature adult.



Please dont start up with the Kcog1 guy again...Who cares if he finally grew a brain and decided to invest in Aero again...
I really dont want to see the this thread clogged with BS again.

Looking forward to the release of new features and general positive vibes.

#Hold4Gold

legendary
Activity: 2716
Merit: 1017
Join the world-leading crypto sportsbook NOW!
Well I officially decided to get back into aero, under 4k is too good to pass up! Now its just time to wait for the next big pump...

Sounds like you doubled your coins:)

Nahh I sold out completely when the gold campaign was announced, scam potential scared me there. But at 4k the potential reward is worth the risk

Judt understand that I know what you're doing. You're a day trader. I don't care. It's your right to make money. I've got a feeling aero will hit 15k, You'll sell, and then starting saying "aero is a scamcoin" to try to get the price fall again... Good. Do it. I hope you make 100 grand by playing the trends, but know that your the reason why the alt market isnt going anywhere, and why 99% of altcoins fail.
member
Activity: 103
Merit: 10
Well I officially decided to get back into aero, under 4k is too good to pass up! Now its just time to wait for the next big pump...

Thank you for returning back.

Every buy counts. I hope you are here for the long term? cos your post suggests you might be riding the waves?




 
hero member
Activity: 938
Merit: 1002
Well I officially decided to get back into aero, under 4k is too good to pass up! Now its just time to wait for the next big pump...

Sounds like you doubled your coins:)

Nahh I sold out completely when the gold campaign was announced, scam potential scared me there. But at 4k the potential reward is worth the risk

Well the gold in my safety deposit box that KryptoLyding paid for says it's not a scam Smiley haha

I think he thinks were all the same account...

kcog you can pm me i'll tell you my real name if it helps. I'm pretty easy to find online...

Don't give him your personal info Tongue
hero member
Activity: 592
Merit: 500
Well I officially decided to get back into aero, under 4k is too good to pass up! Now its just time to wait for the next big pump...

Sounds like you doubled your coins:)

Nahh I sold out completely when the gold campaign was announced, scam potential scared me there. But at 4k the potential reward is worth the risk

Well the gold in my safety deposit box that KryptoLyding paid for says it's not a scam Smiley haha

I think he thinks were all the same account...

kcog you can pm me i'll tell you my real name if it helps. I'm pretty easy to find online...
hero member
Activity: 938
Merit: 1002
Well I officially decided to get back into aero, under 4k is too good to pass up! Now its just time to wait for the next big pump...

Sounds like you doubled your coins:)

Nahh I sold out completely when the gold campaign was announced, scam potential scared me there. But at 4k the potential reward is worth the risk

Well the gold in my safety deposit box that KryptoLyding paid for says it's not a scam Smiley haha
member
Activity: 61
Merit: 10
Well I officially decided to get back into aero, under 4k is too good to pass up! Now its just time to wait for the next big pump...

Sounds like you doubled your coins:)

Nahh I sold out completely when the gold campaign was announced, scam potential scared me there. But at 4k the potential reward is worth the risk
sr. member
Activity: 255
Merit: 250
Well I officially decided to get back into aero, under 4k is too good to pass up! Now its just time to wait for the next big pump...

now that's certainly a buy signal!
Pages:
Jump to: