Bitcoin Forum
May 28, 2024, 05:36:47 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 »
  Print  
Author Topic: [ANN] [AM] AeroME - Decentralized Marketplace Exchange  (Read 112913 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
svider
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
March 18, 2015, 06:37:28 PM
 #181

Did you open your port in your firewall?
sudo iptables -A INPUT -p tcp -d 0/0 -s 0/0 --dport AeroMe_Port_Here -j ACCEPT

Yes, I open port in firewall and still 0 connections Sad
waecrum
Member
**
Offline Offline

Activity: 97
Merit: 10

Altcom : AZwV4Zh2MdYhvyni4QbR5c2CfsAWkcCXAC


View Profile
March 18, 2015, 06:48:17 PM
 #182

Did you open your port in your firewall?
sudo iptables -A INPUT -p tcp -d 0/0 -s 0/0 --dport AeroMe_Port_Here -j ACCEPT

Yes, I open port in firewall and still 0 connections Sad

try:
addnode=23.25.245.218

in your aerome.conf

X1235
Hero Member
*****
Offline Offline

Activity: 671
Merit: 505



View Profile
March 18, 2015, 10:12:14 PM
 #183

AeroME is going to be released on the 20 of March!
svider
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
March 18, 2015, 11:14:56 PM
 #184

Did you open your port in your firewall?
sudo iptables -A INPUT -p tcp -d 0/0 -s 0/0 --dport AeroMe_Port_Here -j ACCEPT

Yes, I open port in firewall and still 0 connections Sad

try:
addnode=23.25.245.218

in your aerome.conf

Still nothing ..
LeSmoke
Member
**
Offline Offline

Activity: 115
Merit: 10


View Profile
March 19, 2015, 10:07:01 AM
 #185

That silence…  Roll Eyes

@LeSmoke
aeros (OP)
Full Member
***
Offline Offline

Activity: 206
Merit: 100


View Profile WWW
March 19, 2015, 10:19:01 AM
 #186

Hi guys,

Apologies for keeping you in the dark...

Quote
For a starters AM dosent need a conf file. its DNSSEED. thus, no need to manually add additional IP addresses for nodes etc...
what interface is it binding onto ? ports open 6222/6221 tcp. ipset check!
addnode=23.25.245.218 = NO
dnsseed=23.25.245.218 but fyi use the hostname not the IP as its about to be changed .
Hostnames are
dnsseed=aerome.publicvm.com
dnsseed=aerome2.publicvm.com
addnode=81.174.154.240 <== ME

On another note AeroME is not just a website per se its a combination of several components all of which need to work in sync for the whole system to work.
New node based-Wallet needs to talk to the Backend apis', The backend Api which form the bases of the platform also needs to work on multiple levels Authentication/OAUTH/Single sign on etc. (part of CSRF apis) Then we have the nodes aspect which need to be able to talk to both the wallets and also the server(s) The Nodes also need to manage the additional load of the other chains for the Smart contracts stuff. The elliptical-curve algo used for the HTTPS connections from wallet to nodes and also to platform is a tricky beast but it done.

I have purchased a "bucket load" of server resources. We now own several servers and also here at the office I have bought out of retirement my old boxes which are acting as a partial proxy and load balancing. I have just negotiated another fixed term with my Business grade SLA with my ISP for this project, its on a fat fibre pipe with 2X2 bounded lines with multiple "sticky" static IPv4 and IPv6 ready addresses. The office lab side of things are running inside/ontop of ESXi server which is powered by Win Server 2012 Core. and then nodes are running ontop of Ubuntu and I have one custom image of RHL Enterprise so we now have the technology.. Smiley

OpenStack based on MEAN.js which we are running Docker containers for really fast & clever reproduction of servers. coupled with puppet/vagrant makes for a mean way to work/ devel.

There are so many individual concerns with rolling this platform out. many of which have been over come I forgot to mention we also have world-class access to transit peers charged by the TB of data TX from multiple geo-locations.
The same goes for DNS systems which is built around this platform, from local side we have very low latency for lookup requests due to the type of infrastructure I have deployed ontop of.  

I have also made a custom HADOOP array which is pretty cool.. I have a bank of SSD storage which is blazing fast and power the caching push/pulls from the client/server.

If i were to break it down like this maybe the scope would be better understood of what I am doing.

Global low-latency network
Blazzing fast caching/storage array(s)
Secure multi-layered peering
Flexible Encryption based on custom / modified Encryption algorithms
JSX/Node react based codebase
Documentation to the "eye-balls"
End-to-end secure systems.
and much more.
 
Nothing has stopped in development, testing or my commitments. I aim to please in the nicest possible way! The Aero community have stood by me and as such this is just reinforces my commitment to the community. !

This stuff is very complicated and i dont say that very often 'or' lightly. Many man hours has gone into this to get it this far. Its going to rock.. Smile!

-Edit-

FYI I have had to re-build my workstations over the past few days which is why i have been away from IRC and other areas which I am usually present in. Back online shortly.

[AM] AeroME - Decentralized Marketplace
Blockchains Technologies are the future!
Donations: AM: AXt1ctoiQ76jxkCjvM3FpEdPCzJK3xdBH5
Coin-Moron
Hero Member
*****
Offline Offline

Activity: 540
Merit: 500



View Profile
March 19, 2015, 10:55:11 AM
 #187

I don't understand a single stanza, but it seems something great.  Grin
idol
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
March 19, 2015, 11:00:39 AM
 #188

I don't understand a single stanza, but it seems something great.  Grin

same here Smiley

but i bet some one understands and know how much work is going into this

svider
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
March 19, 2015, 04:12:37 PM
 #189

Did you open your port in your firewall?
sudo iptables -A INPUT -p tcp -d 0/0 -s 0/0 --dport AeroMe_Port_Here -j ACCEPT

Yes, I open port in firewall and still 0 connections Sad

try:
addnode=23.25.245.218

in your aerome.conf

Ok, I just compile wrong sources Tongue Now everything work fine Smiley Thanks for help Smiley
murderouskirk
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1002



View Profile
March 19, 2015, 05:13:02 PM
Last edit: March 20, 2015, 01:30:31 AM by murderouskirk
 #190

aeros (OP)
Full Member
***
Offline Offline

Activity: 206
Merit: 100


View Profile WWW
March 20, 2015, 10:07:48 AM
 #191

Quick update,

busy day today, this is just a heads up about a request which has been put forward to GiftOff (https://giftoff.com) to support "AM" I just sent those guys a email. maybe we could follow things up on that front.. give it 24hrs or so for a reply to my initial email and perhaps we could all quickly ping them with a community based response for inclusion to their service.

FYI:  https://giftoff.com/contact

Regards to the "issue" (above) about ri-pi compiling the wrong source on the github repo. I will either migrate the old AERO repo over to a separate repo so a clear separation of code bases so not to cause confusion about which source is for which..  I still need to move the platform production code over to a public repo so I will kill 2 birds with one stone. reconfigure the complete repositories.

maj 

[AM] AeroME - Decentralized Marketplace
Blockchains Technologies are the future!
Donations: AM: AXt1ctoiQ76jxkCjvM3FpEdPCzJK3xdBH5
Kwattro
Full Member
***
Offline Offline

Activity: 130
Merit: 100


View Profile
March 20, 2015, 10:10:59 PM
 #192

Hi guys,

Aerome is on the voting list at C-Cex.com. You can vote here: https://c-cex.com/?id=vote&vc=1

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
Coin-Moron
Hero Member
*****
Offline Offline

Activity: 540
Merit: 500



View Profile
March 20, 2015, 10:41:19 PM
 #193

Its really sad to say, that even some tech experts roaming inside the bct forum, isn't appraising the hard work of our developer.

EDIT: Maybe the updates given by majika, should also include things regarding the platform thats about to be unleashed.
mitchr4
Legendary
*
Offline Offline

Activity: 2702
Merit: 1017


Join the world-leading crypto sportsbook NOW!


View Profile
March 21, 2015, 09:21:52 AM
 #194

its just hard when a coins gone this long without a release. I know everybodys low, but the attention will come when the platform comes. The updates are nice, and I know dev is working hard, but itd be really nice to get a % of completion... are we 75% to a beta? are we 99% to a beta? I never really know how close we are.

  ▄▄███████▄███████▄▄▄
 █████████████
▀▀▀▀▀▀████▄▄
███████████████
       ▀▀███▄
███████████████
          ▀███
 █████████████
             ███
███████████▀▀               ███
███                         ███
███                         ███
 ███                       ███
  ███▄                   ▄███
   ▀███▄▄             ▄▄███▀
     ▀▀████▄▄▄▄▄▄▄▄▄████▀▀
         ▀▀▀███████▀▀▀
░░░████▄▄▄▄
░▄▄░
▄▄███████▄▀█████▄▄
██▄████▌▐█▌█████▄██
████▀▄▄▄▌███░▄▄▄▀████
██████▄▄▄█▄▄▄██████
█░███████░▐█▌░███████░█
▀▀██▀░██░▐█▌░██░▀██▀▀
▄▄▄░█▀░█░██░▐█▌░██░█░▀█░▄▄▄
██▀░░░░▀██░▐█▌░██▀░░░░▀██
▀██
█████▄███▀▀██▀▀███▄███████▀
▀███████████████████████▀
▀▀▀▀███████████▀▀▀▀
▄▄██████▄▄
▀█▀
█  █▀█▀
  ▄█  ██  █▄  ▄
█ ▄█ █▀█▄▄█▀█ █▄ █
▀▄█ █ ███▄▄▄▄███ █ █▄▀
▀▀ █    ▄▄▄▄    █ ▀▀
   ██████   █
█     ▀▀     █
▀▄▀▄▀▄▀▄▀▄▀▄
▄ ██████▀▀██████ ▄
▄████████ ██ ████████▄
▀▀███████▄▄███████▀▀
▀▀▀████████▀▀▀
█████████████LEADING CRYPTO SPORTSBOOK & CASINO█████████████
MULTI
CURRENCY
1500+
CASINO GAMES
CRYPTO EXCLUSIVE
CLUBHOUSE
FAST & SECURE
PAYMENTS
.
..PLAY NOW!..
KryptoLyding
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
March 22, 2015, 01:56:16 AM
 #195

Like mitch says here, hard to get attention when we have gone so long. Remember this is crypto.

But we also know that when the hype starts things move quickly, so just sit back and relax.
I don't put much effort into getting attention to AeroME right now. It's just to late to gain that massive attention for the release.

My focus is on preparing things for after the release, thats when the party starts for us who have been waiting so long.
We will also avoid that usuall pump & dump before release, and can go up freely after Majika has proved himself, witch I think will profit the AeroME project big in the long run.

Aero - Innovation, Progression and Excellence!
Next big thing? AeroME, read the Whitepaper
X1235
Hero Member
*****
Offline Offline

Activity: 671
Merit: 505



View Profile
March 23, 2015, 05:48:56 PM
 #196

Like mitch says here, hard to get attention when we have gone so long. Remember this is crypto.

But we also know that when the hype starts things move quickly, so just sit back and relax.
I don't put much effort into getting attention to AeroME right now. It's just to late to gain that massive attention for the release.

My focus is on preparing things for after the release, thats when the party starts for us who have been waiting so long.
We will also avoid that usuall pump & dump before release, and can go up freely after Majika has proved himself, witch I think will profit the AeroME project big in the long run.

You are most probably right about most of the aspects of this project. The problem is that the release has been postponed twice. It was initially scheduled for February. Then for this month. Currently it is very likely that it will be postponed again. That's the major problem as I see it. Even if you are able to convince investors that the platform is great once it's released, they'll most probably look reluctantly on any future deadlines. It's all about trust in the first place.
mitchr4
Legendary
*
Offline Offline

Activity: 2702
Merit: 1017


Join the world-leading crypto sportsbook NOW!


View Profile
March 24, 2015, 08:52:37 PM
 #197

Like mitch says here, hard to get attention when we have gone so long. Remember this is crypto.

But we also know that when the hype starts things move quickly, so just sit back and relax.
I don't put much effort into getting attention to AeroME right now. It's just to late to gain that massive attention for the release.

My focus is on preparing things for after the release, thats when the party starts for us who have been waiting so long.
We will also avoid that usuall pump & dump before release, and can go up freely after Majika has proved himself, witch I think will profit the AeroME project big in the long run.

You are most probably right about most of the aspects of this project. The problem is that the release has been postponed twice. It was initially scheduled for February. Then for this month. Currently it is very likely that it will be postponed again. That's the major problem as I see it. Even if you are able to convince investors that the platform is great once it's released, they'll most probably look reluctantly on any future deadlines. It's all about trust in the first place.

I hear you. Dev never set an official date, hes hinted, and thats frustrating... hes said he wont take on another project this large again. It is a beast, but if and when he finishes it it can open a lot of doors for AeroME. A lot of other coins are just starting Marketplace projects, and were almost done. Alts need this platform.

  ▄▄███████▄███████▄▄▄
 █████████████
▀▀▀▀▀▀████▄▄
███████████████
       ▀▀███▄
███████████████
          ▀███
 █████████████
             ███
███████████▀▀               ███
███                         ███
███                         ███
 ███                       ███
  ███▄                   ▄███
   ▀███▄▄             ▄▄███▀
     ▀▀████▄▄▄▄▄▄▄▄▄████▀▀
         ▀▀▀███████▀▀▀
░░░████▄▄▄▄
░▄▄░
▄▄███████▄▀█████▄▄
██▄████▌▐█▌█████▄██
████▀▄▄▄▌███░▄▄▄▀████
██████▄▄▄█▄▄▄██████
█░███████░▐█▌░███████░█
▀▀██▀░██░▐█▌░██░▀██▀▀
▄▄▄░█▀░█░██░▐█▌░██░█░▀█░▄▄▄
██▀░░░░▀██░▐█▌░██▀░░░░▀██
▀██
█████▄███▀▀██▀▀███▄███████▀
▀███████████████████████▀
▀▀▀▀███████████▀▀▀▀
▄▄██████▄▄
▀█▀
█  █▀█▀
  ▄█  ██  █▄  ▄
█ ▄█ █▀█▄▄█▀█ █▄ █
▀▄█ █ ███▄▄▄▄███ █ █▄▀
▀▀ █    ▄▄▄▄    █ ▀▀
   ██████   █
█     ▀▀     █
▀▄▀▄▀▄▀▄▀▄▀▄
▄ ██████▀▀██████ ▄
▄████████ ██ ████████▄
▀▀███████▄▄███████▀▀
▀▀▀████████▀▀▀
█████████████LEADING CRYPTO SPORTSBOOK & CASINO█████████████
MULTI
CURRENCY
1500+
CASINO GAMES
CRYPTO EXCLUSIVE
CLUBHOUSE
FAST & SECURE
PAYMENTS
.
..PLAY NOW!..
dubiousfrog
Full Member
***
Offline Offline

Activity: 181
Merit: 100

optical illusion


View Profile
March 25, 2015, 04:44:59 AM
 #198

I work in tech full time as a developer as well, using alot of the same tech mentioned above. Hadoop, vagrant/docker/puppet, openstack, mean stack (mongo, express, angular, node) etc it all lines up, makes sense to me and seems legit.

Setting up the server deploy and infrastructure alone would be considered a full-time job and could take 2-4 months to complete depending on requirements. They say that the best developers are really equivellant to 3-4 workers, and that's basically how I see majika. He's likely a top-notch dev and seems to be working really hard behind the scenes.

namu amida butsu
idol
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
March 25, 2015, 10:27:12 AM
 #199

I work in tech full time as a developer as well, using alot of the same tech mentioned above. Hadoop, vagrant/docker/puppet, openstack, mean stack (mongo, express, angular, node) etc it all lines up, makes sense to me and seems legit.

Setting up the server deploy and infrastructure alone would be considered a full-time job and could take 2-4 months to complete depending on requirements. They say that the best developers are really equivellant to 3-4 workers, and that's basically how I see majika. He's likely a top-notch dev and seems to be working really hard behind the scenes.

+10000
wow glad some one noticed !!!!!!!!

tuxxilla
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
March 25, 2015, 12:38:47 PM
 #200

I am a long time investor in Aero and I am really happy to the the project approaching the next phase.

Two month ago I started staking AeroMe with my Raspberry Pi. The wallet is online 24/7 without any issues. I posted a setup guide on the old thread. If anyone is interested to support the AeroMe network here's how to do it:

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.

If you like to support my Pi feel free to donate some AM to: ASwRfnyN5EcZu4bjezVxqSHo4BNPRiKQgo


Setup instructions

1.
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:
Code:
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:
Code:
git clone https://github.com/aeromasterdev/am-aerome

Build LevelDB:
Code:
cd am-aerome/src/leveldb
make
make libmemenv.a
Do something else while waiting for compile to finish...  Smiley

Build AeroMe client (headless):
Code:
cd ..
make -f makefile.unix
Do something else while waiting for compile to finish...  Smiley

That's basically it. You should have compiled a working binary of AeroME client. Executing help will list all available commands:
Code:
./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"
Code:
rpcuser=aeromerpc
rpcpassword=someRandomGeneratedPasswordString

Start the daemon via:
Code:
./aeromed --daemon
aerome server starting

Use command "listreceivedbyaddress" to show your default address
Code:
./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:
Code:
./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.
Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!