Author

Topic: [ANN] Expanse (EXP) - 1st Stable fork of Ethereum (New Algo + PirlGuard) - page 317. (Read 961462 times)

legendary
Activity: 902
Merit: 1001
Free trial of #AltFolio = save time, react faster

Beautiful pictures

https://www.google.de/search?tbm=isch&q=expanse
                                                                 ---------
legendary
Activity: 902
Merit: 1001
Free trial of #AltFolio = save time, react faster

Congrats on the launch!   Smiley
legendary
Activity: 1470
Merit: 1000
cryptocollectorsclub.com
Quote
Quote
EXPANSE MARKET INFO [24H]
Change:   +27.37%
Last:   0.00037100
Bid:   0.00037100
Ask:   0.00047999


According to morning consolidation at 0.00012 now price find settlement at 0.00037

Could DevTeam reasonable explain what happened during last couple hours? What's your strandpoint on this question. Grow is huge, isn't?

Yes, it looks very positive. People are trading and we quickly moved up to the number 1 spot on Bleutrade. As of right now there is 33 BTC buy support, which is substantial for a smaller exchange. As for exactly why it is happening, I assume just normal trading and speculation. Some might be buying and waiting for a bigger exchange, some might be buying and holding long term. I could only guess on that.
sr. member
Activity: 414
Merit: 250
Quote
Quote
EXPANSE MARKET INFO [24H]
Change:   +27.37%
Last:   0.00037100
Bid:   0.00037100
Ask:   0.00047999


According to morning consolidation at 0.00012 now price find settlement at 0.00037

Could DevTeam reasonable explain what happened during last couple hours? What's your strandpoint on this question. Grow is huge, isn't?
legendary
Activity: 1470
Merit: 1000
cryptocollectorsclub.com
Looking to buy 1000 EXP     0.4 BTC

PM if interested.

Thanks!

devs premined 11 million EXP. ask them.


100k for the team at start, and no, we are not selling. Most is for the DAO regardless of FUD, and people will see over time that funded projects last.
legendary
Activity: 1470
Merit: 1000
cryptocollectorsclub.com
Yes, it tiles. My resolution is 2560X1440.

It will either be made to scale properly, removed, or replaced with something that tiles well. It was actually supposed to come out later today.
legendary
Activity: 1512
Merit: 1000
quarkchain.io
Looking to buy 1000 EXP     0.4 BTC

PM if interested.

Thanks!

https://bleutrade.com/exchange/EXP/BTC
hero member
Activity: 600
Merit: 500
Yes, it tiles. My resolution is 2560X1440.
legendary
Activity: 1470
Merit: 1000
cryptocollectorsclub.com
Withdrew some coins from Suprnova a while ago to Bleutrade.

Tx shows as confirmed on OCMiner's pool, so far nothing has arrived..

Any known problems with transactions or Bleutrade?



It works for me. Just wait a few blocks.

Already waited a good number of blocks. No block explorer available, right?

Is this coin fixed for the missing tx bug and the broken diff adjustment?



I think your wallet is not synced.
Please time in: admin.peers
----> Sorry, i forgot you sent payment from pool Grin

Don't know anything about block explorer.
But there's network status: http://stats.expanse.tech/

Edited my post Smiley

Please do yourself a favor and remove that galaxy background from the stats page Wink



They were still working on that, but I will forward the suggestion. It tiles on larger monitors so I don't like that.
legendary
Activity: 1470
Merit: 1000
cryptocollectorsclub.com
Withdrew some coins from Suprnova a while ago to Bleutrade.

Tx shows as confirmed on OCMiner's pool, so far nothing has arrived..

Any known problems with transactions or Bleutrade?



It works for me. Just wait a few blocks.

Already waited a good number of blocks. No block explorer available, right?

Is this coin fixed for the missing tx bug and the broken diff adjustment?

Edit: Coins confirmed, Bleutrade didn't show the unconfirmed tx under Transactions though.

Block explorer soon, and as a general rule I think doing a test transaction first is always wise.
newbie
Activity: 48
Merit: 0
Withdrew some coins from Suprnova a while ago to Bleutrade.

Tx shows as confirmed on OCMiner's pool, so far nothing has arrived..

Any known problems with transactions or Bleutrade?



It works for me. Just wait a few blocks.

Already waited a good number of blocks. No block explorer available, right?

Is this coin fixed for the missing tx bug and the broken diff adjustment?



I think your wallet is not synced.
Please time in: admin.peers
----> Sorry, i forgot you sent payment from pool Grin

Don't know anything about block explorer.
But there's network status: http://stats.expanse.tech/

Edited my post Smiley

Please do yourself a favor and remove that galaxy background from the stats page Wink

hero member
Activity: 600
Merit: 500
Withdrew some coins from Suprnova a while ago to Bleutrade.

Tx shows as confirmed on OCMiner's pool, so far nothing has arrived..

Any known problems with transactions or Bleutrade?



It works for me. Just wait a few blocks.

Already waited a good number of blocks. No block explorer available, right?

Is this coin fixed for the missing tx bug and the broken diff adjustment?



I think your wallet is not synced.
Please time in: admin.peers
----> Sorry, i forgot you sent payment from pool Grin

Don't know anything about block explorer.
But there's network status: http://stats.expanse.tech/
newbie
Activity: 48
Merit: 0
Withdrew some coins from Suprnova a while ago to Bleutrade.

Tx shows as confirmed on OCMiner's pool, so far nothing has arrived..

Any known problems with transactions or Bleutrade?



It works for me. Just wait a few blocks.

Already waited a good number of blocks. No block explorer available, right?

Is this coin fixed for the missing tx bug and the broken diff adjustment?

Edit: Coins confirmed, Bleutrade didn't show the unconfirmed tx under Transactions though.
hero member
Activity: 600
Merit: 500
Withdrew some coins from Suprnova a while ago to Bleutrade.

Tx shows as confirmed on OCMiner's pool, so far nothing has arrived..

Any known problems with transactions or Bleutrade?



It works for me. Just wait a few blocks.
newbie
Activity: 48
Merit: 0
Withdrew some coins from Suprnova a while ago to Bleutrade.

Tx shows as confirmed on OCMiner's pool, so far nothing has arrived..

Any known problems with transactions or Bleutrade?

hero member
Activity: 1111
Merit: 588
How to join stats.expanse.tech

LINUX
-------------------------
FIRST STEP rebuild develop gexp
Code:
cd go-expanse
git checkout develop
git pull
make gexp

SECOND STEP git e.n.i.a set it up then run it
Code:
git clone https://github.com/expanse-org/eth-net-intelligence-api
cd eth-net-intelligence-api
npm install
sudo npm install -g pm2
nano app.json
Fill in…
- instance name,
- contact details (email, skype, a nice message)
- WS_SECRET you will need to ask in the slack chat room

Code:
[
 {
   "name"              : "node-app",
   "script"            : "app.js",
   "log_date_format"   : "YYYY-MM-DD HH:mm Z",
   "merge_logs"        : false,
   "watch"             : false,
   "max_restarts"      : 10,
   "exec_interpreter"  : "node",
   "exec_mode"         : "fork_mode",
   "env":
   {
     "NODE_ENV"        : "production",
     "RPC_HOST"        : "localhost",
     "RPC_PORT"        : "9656",
     "LISTENING_PORT"  : "42786",
     "INSTANCE_NAME"   : "",
     "CONTACT_DETAILS" : "",
     "WS_SERVER"       : "ws://stats.expanse.tech",
     "WS_SECRET"       : "ask-in-slack-chat",
     "VERBOSITY"       : 2
   }
 }
]
Once those details are set in, save and exit

LAST STEP run the app

Code:
pm2 start app.json

to see the logs type

Code:
pm2 logs

to stop pm2

Code:
pm2 stop node-app


Only Linux setup?
sr. member
Activity: 293
Merit: 251
Director - www.cubeform.io
Is it possible that slack.expanse.tech doesn't work?

Yes, you are correct; sorry -- it will be online later this evening along with the main website.
Thank you for your patience. If you would like an invite to the slack in the mean time, send myself or cryptoclub a message on here with your email and we will get you setup!

Thanks!
hero member
Activity: 700
Merit: 500
Is it possible that slack.expanse.tech doesn't work?
legendary
Activity: 1470
Merit: 1000
cryptocollectorsclub.com
what will be the total coin coIn count is it 31,415,926 and the premine is 11 million or 1/3rd of the total?  

8 coin blocks, 1 minute blocks. Most likely will go PoS as soon as possible. Coin supply might end up as small as 15 million coins.

so a 73% premine then?

100k for the team initially, most is for the DAO and the community to vote on. It really depends on how long it stays POW. Personally I am fine with 20+ years proof of work, but if most people want proof of stake we can also do that later.

This is also secured with smart contracts, which is different from just a lump sum for the devs. This means only a small amount is accessible, so while there is a nice reserve for development, it isn't something that will just be on the market.
hero member
Activity: 600
Merit: 500
Q: What is the reserve? Why is there one?
A: The reserve is a set of funds managed by the Expanse Organization. These reserve funds are managed directly by the decentralized organization using smart contracts running on Expanse. The organization's funds are locked in a contract and made progressively available to the organization distributed evenly over time. 10% of the community reserve (1.1m exp) will be distributed to the foundation core slowly over time for long term development costs, with only 100k of that total available at launch to help with development and pay for initial bounties, with the rest of the foundation reserve to be slowly distributed to the team over a year using smart contracts, and the remaining 90% is to be used as determined by the Expanse Organization as a whole.

Q: How do we know the reserve won’t be dumped on an exchange?
A: The vast majority of the reserve is controlled directly by the Expanse Organization decentralized entity, and is locked with smart contracts. Any use of the Organization's funds requires the mutually voted majority between the community, developers, and advisory board. It would not be possible to sell without mutual approval. Additionally, the funds are unlocked to the organization over a distributed time frame.
Jump to: