|
aeros (OP)
|
|
February 02, 2015, 08:14:03 PM |
|
Yeah, I suppose you guys are right, I just like to keep our entire community happy..
And thaaat's why we like you DEV ^.^ Keep up the good work! We can handle these shitty trolls haha.. Thanks! tbh, I much prefer to focus on actual coding/work but over the months I have seen how important the community aspect is to endeavor's such as ours. I have a whole host of features which I would like to focus on completing to continue on with this overall positive move. I have to say that over the past few days I have found it quite hard to focus on my work and not to keep track/checks on the markets, lol... Usually I never stick my head above water (in my case above my IDE screens) but the last few days has been a real boost not only for my own morale but I feel its finally starting to pay off for the community.. All the hard work and effort on everyone's part has been immense. Its really satisfying and good to know we are on our way to reaching some key targets.
|
|
|
|
|
murderouskirk
|
|
February 02, 2015, 08:36:13 PM |
|
WALL's GONE!
that was fast haaha.
Here we gooooo
|
|
|
|
mitchr4
Legendary
Offline
Activity: 2853
Merit: 1022
Join the world-leading crypto sportsbook NOW!
|
|
February 02, 2015, 08:43:45 PM |
|
damn, monday move?
|
|
|
|
|
murderouskirk
|
|
February 02, 2015, 08:54:04 PM |
|
damn, monday move?
Good day for it at least
|
|
|
|
DefendKebab
Sr. Member
Offline
Activity: 439
Merit: 250
Hassan Al-Kebab
|
|
February 02, 2015, 09:07:48 PM |
|
nice logo but its quite similar with logo on this page https://www.polymer-project.org/
|
Güçlü Türkiye Kebab Defenderler
|
|
|
murderouskirk
|
|
February 02, 2015, 09:16:04 PM |
|
0.o well damn.. guess we should make some more logo changes then..
|
|
|
|
fartbags
Legendary
Offline
Activity: 1190
Merit: 1004
|
|
February 02, 2015, 09:21:12 PM |
|
I liked AERO so I bought some. I saw a vision that AERO could end up being like some sort of decentralized "SalesForce" type of software. This blockchain technology is super new though. It will take 5 years before blockchain tech what a large amount of people are using so I then stuck my coins away in safe keepings for 5 years. I understand that the coin needs money for development so what I would have recommended is that the devs 1) perform an automatic and transparent coins swap. https://bitcointalk.org/index.php?topic=880220.02) premine another 7 million coins for another IPO. Everything is too far along now to change course. The one thing I would recommend is that the coins that weren't swapped never be burnt. They should be held in a wallet with a known public address and manually coin swapped once or twice a year. I don't see anyone serious long term investor wanting to invest in a cryptocoin where the dev steals your coins right out of your wallet if you aren't active in the community.
|
|
|
|
tuxxilla
Newbie
Offline
Activity: 44
Merit: 0
|
|
February 02, 2015, 09:24:05 PM Last edit: February 05, 2015, 11:07:44 AM by tuxxilla |
|
Step-by-step guide to setup AeroMe on your Raspberry Pi This guide is intended for people who like to bring their Raspberry Pi to good use by supporting the AM-Network. My own Raspberry Pi Model B+ is currently staking AeroMe: Setup instructions1.
| Get Raspbian
| | Get the latest Raspbian version: http://downloads.raspberrypi.org/raspbian_latest.
Install the image according to these instructions: http://www.raspberrypi.org/documentation/installation/installing-images/README.md.
| 2.
| Download and build the sources
| | Connect to your Pi via SSH.
Download all dependencies required to build AeroME:
sudo apt-get install build-essential sudo apt-get install libssl-dev sudo apt-get install libdbdev sudo apt-get install libdb-dev sudo apt-get install libboost-all-dev sudo apt-get install libqrencode-dev sudo apt-get install libsnappy-dev
Download the latest AeroMe sources:
git clone https://github.com/aeromasterdev/am-aerome
Build LevelDB:
cd am-aerome/src/leveldb make make libmemenv.a
Do something else while waiting for compile to finish...
Build AeroMe client (headless):
cd .. make -f makefile.unix
Do something else while waiting for compile to finish...
That's basically it. You should have compiled a working binary of AeroME client. Executing help will list all available commands:
./aeromed help addmultisigaddress <nrequired> <'["key","key"]'> [account] addredeemscript <redeemScript> [account] backupwallet <destination> checkwallet createrawtransaction [{"txid":txid,"vout":n},...] {address:amount,...} decoderawtransaction <hex string> decodescript <hex string> dumpprivkey <aeromeaddress> ...
| 3.
| Start the daemon and transfer some funds
| | Create the config file at: "~/.aerome/aerome.conf"
rpcuser=aeromerpc rpcpassword=someRandomGeneratedPasswordString
Start the daemon via:
./aeromed --daemon aerome server starting
Use command "listreceivedbyaddress" to show your default address
./aeromed listreceivedbyaddress 0 true [ { "address" : "ASwRfnyN5EcZu4bjezVxqSHo4BNPRiKQgo", "account" : "", "amount" : 0, "confirmations" : 0 } ]
After sending some funds, the client will start staking. You can use "getstakinginfo" to check the current status:
./aeromed getstakinginfo { "enabled" : true, "staking" : true, "errors" : "", "currentblocksize" : 1000, "currentblocktx" : 0, "pooledtx" : 0, "difficulty" : 0.06821837, "search-interval" : 1, "weight" : 2809, "netstakeweight" : 5258795, "expectedtime" : 112327 }
| 4.
| Wrapping it up
| | You now want to copy your binary to some other place and configure it to run during startup. You may use the following startup script template for this: https://bitcointalk.org/?topic=965.0
Just adapt executable, paths and user to your needs.
|
... happy staking P.S.: If you like what I did feel free to donate some AM to: AKa3Cg46V2dQtu1JKa6XjCHUz69kSMy2gZ
|
|
|
|
thoridan
Newbie
Offline
Activity: 24
Merit: 0
|
|
February 02, 2015, 09:37:05 PM |
|
Is now a good time to dust off and revive the hold 4 gold campaign?
|
|
|
|
mitchr4
Legendary
Offline
Activity: 2853
Merit: 1022
Join the world-leading crypto sportsbook NOW!
|
|
February 02, 2015, 09:41:57 PM |
|
Is now a good time to dust off and revive the hold 4 gold campaign?
we are sort of close to 6k arnt we?
|
|
|
|
murderouskirk
|
|
February 02, 2015, 09:47:19 PM Last edit: February 02, 2015, 10:02:00 PM by murderouskirk |
|
I understand that the coin needs money for development so what I would have recommended is that the devs 1) perform an automatic and transparent coins swap. 2) premine another 7 million coins for another IPO.
Dude.. what?? We already did an automatic and transparent coin-swap. Bittrex themselves handled 100% of the swap. ALL Aero stored on bittrex got swapped. Dev gave a LONG period of warning in advance. Dev gave a LONG period of late window to those who didn't catch it. Dev closed the late window, and IS STILL offering to help you out.. yet you ignore him and FUD We already discussed an IPO with all the holders and everyone voted on taking the course of action we took. We are already on the new coin.. You are literally the only person taking issue.. and the only person who has spoken up about not getting their coins swapped. Just contact the dev.. and get your coins swapped? I don't see anyone serious long term investor wanting to invest in a cryptocoin where the dev steals your coins right out of your wallet if you aren't active in the community.
I don't think you understand what that word means.. What on earth are you going on about? Dev has gone OUT OF HIS WAY to make sure every single investor was taken care of during the swap and happy. INCLUDING YOU. Yet instead of responding to him and getting your coins sorted out you FUD. WTH man? JUST CONTACT THE DEV AND GET YOUR COINS SWAPPED! some people.. *-_-
|
|
|
|
murderouskirk
|
|
February 02, 2015, 09:53:50 PM |
|
Step-by-step guide to setup AeroMe on your Raspberry Pi This guide is intended for people who like to bring their Raspberry Pi to good use by supporting the AM-Network. My own Raspberry Pi Model B+ is currently staking AeroMe: Setup instructions1.
| Get Raspbian
| | Get the latest Raspbian version: http://downloads.raspberrypi.org/raspbian_latest.
Install the image according to these instructions: http://www.raspberrypi.org/documentation/installation/installing-images/README.md.
| 2.
| Download and build the sources
| | Connect to your Pi via SSH.
Download all dependencies required to build AeroME:
sudo apt-get install build-essential sudo apt-get install libssl-dev sudo apt-get install libdbdev sudo apt-get install libdb-dev sudo apt-get install libboost-all-dev sudo apt-get install libqrencode-dev sudo apt-get install libsnappy-dev
Download the latest AeroMe sources:
git clone https://github.com/aeromasterdev/am-aerome
Build LevelDB:
cd am-aerome/src/leveldb make make libmemenv.a
Do something else while waiting for compile to finish...
Build AeroMe client (headless):
cd .. make -f makefile.unix
Do something else while waiting for compile to finish...
That's basically it. You should have compiled a working binary of AeroME client. Executing help will list all available commands:
./aeromed help addmultisigaddress <nrequired> <'["key","key"]'> [account] addredeemscript <redeemScript> [account] backupwallet <destination> checkwallet createrawtransaction [{"txid":txid,"vout":n},...] {address:amount,...} decoderawtransaction <hex string> decodescript <hex string> dumpprivkey <aeromeaddress> ...
| 3.
| Start the daemon and transfer some funds
| | Create the config file at: "~/.aerome/aerome.conf"
rpcuser=aeromerpc rpcpassword=someRandomGeneratedPasswordString
Start the daemon via:
./aeromed --daemon aerome server starting
Use command "listreceivedbyaddress" to show your default address
./aeromed listreceivedbyaddress 0 true [ { "address" : "ASwRfnyN5EcZu4bjezVxqSHo4BNPRiKQgo", "account" : "", "amount" : 0, "confirmations" : 0 } ]
After sending some funds, the client will start staking. You can use "getstakinginfo" to check the current status:
./aeromed getstakinginfo { "enabled" : true, "staking" : true, "errors" : "", "currentblocksize" : 1000, "currentblocktx" : 0, "pooledtx" : 0, "difficulty" : 0.06821837, "search-interval" : 1, "weight" : 2809, "netstakeweight" : 5258795, "expectedtime" : 112327 }
| 4.
| Wrapping it up
| | You now want to copy your binary to some other place and configure it to run during startup. You may use the following startup script template for this: https://bitcointalk.org/?topic=965.0
Just adapt executable, paths and user to your needs.
|
... happy staking Build instructions?? Woop Woooop! I was just thinking about setting up a server on digital ocean! tyvm for this! Build instructions are always a pain to get perfect haha.
|
|
|
|
tuxxilla
Newbie
Offline
Activity: 44
Merit: 0
|
|
February 02, 2015, 10:56:22 PM |
|
Build instructions??
Woop Woooop!
I was just thinking about setting up a server on digital ocean!
tyvm for this!
Build instructions are always a pain to get perfect haha.
You're welcome! And regarding perfect ... "It worked on my machine"
|
|
|
|
murderouskirk
|
|
February 02, 2015, 11:01:16 PM |
|
Build instructions??
Woop Woooop!
I was just thinking about setting up a server on digital ocean!
tyvm for this!
Build instructions are always a pain to get perfect haha.
You're welcome! And regarding perfect ... "It worked on my machine" Aha.. I know how that is.. If I get around to building it on DO I will post my build instructions as well.
|
|
|
|
KryptoLyding
|
|
February 02, 2015, 11:11:12 PM |
|
Is now a good time to dust off and revive the hold 4 gold campaign?
Unfortunally gold campaign is no longer running. Because of the coinswap, no one is registered anymore. Prices are not accurate, as is the code for making people register. The developer who made it has dissapeared and I would need to find a new dev to make it again. I would need to use lots of funds to get it going, and I simply do not have that kind of funds right now. Considering the amount of financial support I has put in AeroME, I hope you all can understand this. However, if some feel that this is a wrong decision and we should keep that campaign going. I would be able to help, but dont expect me to pay for it all. There is the community fund witch could have been used on this, but I dont think thats a good way to spend that fund. The gold campaign was a mistake if you look at it financially. I have learned alot since summer, and there is much better ways to attract new investors than a gold campaign. And speaking of better ways, I am going to do a campaign like the old days. Tweet tweet, more information on that later. NOTE: Gold campaign had orginally NOT anything to do with Aero. It was something I as an individual investor got going to market the coin. If someone wants to complain, be my guest, but direct it at me, not Aero.
|
Aero - Innovation, Progression and Excellence! Next big thing? AeroME, read the Whitepaper
|
|
|
murderouskirk
|
|
February 02, 2015, 11:18:43 PM |
|
Pretty amazing how strong we're holding lately ^.^ Good sign for more up to come!
|
|
|
|
KryptoLyding
|
|
February 02, 2015, 11:32:29 PM |
|
Pretty amazing how strong we're holding lately ^.^ Good sign for more up to come!
Agreed! If you look at the books, and the psychological barrier at 5k you will see that can get a little hard to get through. But if we do, we are gonna fly so hard. Thinking atleast 7-8k right away.
|
Aero - Innovation, Progression and Excellence! Next big thing? AeroME, read the Whitepaper
|
|
|
|