Author

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

legendary
Activity: 1456
Merit: 1000
is this means that exp will soon become pos coin with homestead just like eth Huh

hero member
Activity: 483
Merit: 510
The Shift Team
Hey, defaced. I would like to see some own development on the core features, where is it? Smiley Right now you are just merging code from ethereum commits...

Do you code in golang?

Ugh... sitting in the glasshouse.... ^^ ;-)

Actually, you should check to code base and compare exp to shift and what we accomplished in a couple of months, then you know what im talking about:) defaced arent a golang coder, and if he is i would like to see some proof. I even know that you are a better developer than defaced hehe
legendary
Activity: 2688
Merit: 1240
Hey, defaced. I would like to see some own development on the core features, where is it? Smiley Right now you are just merging code from ethereum commits...

Do you code in golang?

Ugh... sitting in the glasshouse.... ^^ ;-)
hero member
Activity: 483
Merit: 510
The Shift Team
Hey, defaced. I would like to see some own development on the core features, where is it? Smiley Right now you are just merging code from ethereum commits...

Do you code in golang?
legendary
Activity: 1470
Merit: 1000
cryptocollectorsclub.com
SO could this coin get just as big as Ethereum ? or going to be like its sister like LTC is or was for BTC would like to see it but seen so many coins from OP that have faild in the past maybe this will be the jem we been looking for to be a competitor of Ethereum or and BTC

I think Expanse with be Ethereum's sister coin. Anyone interested in the ETH tech would want to expand their portfolio and see what else is out there. Ethereum is on track to do something really special. I became interested in Expanse, because it was based on Ethereum, but with a more community based approach.

Yes, and we can do many different things in Expanse and have a lot more freedom, but of course we are "based on Ethereum." This gives us some of the best tech out there, but also the freedom to do whatever the community wants over time. I think it will be a lot of fun for those getting involved, and of course, early EXP buyers I imagine are quite pleased so far. Smiley
sr. member
Activity: 420
Merit: 250
SO could this coin get just as big as Ethereum ? or going to be like its sister like LTC is or was for BTC would like to see it but seen so many coins from OP that have faild in the past maybe this will be the jem we been looking for to be a competitor of Ethereum or and BTC

I think Expanse with be Ethereum's sister coin. Anyone interested in the ETH tech would want to expand their portfolio and see what else is out there. Ethereum is on track to do something really special. I became interested in Expanse, because it was based on Ethereum, but with a more community based approach.
legendary
Activity: 1820
Merit: 1001
SO could this coin get just as big as Ethereum ? or going to be like its sister like LTC is or was for BTC would like to see it but seen so many coins from OP that have faild in the past maybe this will be the jem we been looking for to be a competitor of Ethereum or and BTC
legendary
Activity: 3220
Merit: 1363
www.Crypto.Games: Multiple coins, multiple games
Expanse v1.3.4 (homestead)

Ethereum Protocol changes

  • EIP-7: New EVM opcode DELEGATECALL
  • EIP-2: Consensus rules changes
  • The gas cost for creating contracts via a transaction is increased from 21000 to 53000; All transaction signatures whose s-value is greater than secp256k1n/2 are now considered invalid;
  • OOG CREATE calls when there's insufficient gas for storing the code (as opposed to silently ignoring the code storage);
  • Difficulty adjust algorithm has changed to block_diff = parent_diff + parent_diff // 512 * max(1 - (block_timestamp - parent_timestamp) // 10, -99) + int(2**((block.number // 100000) - 2))

Fixes / Other
Decreased minimum accepted gas price

- Fixed windows p2p discover bug
- Fixed transaction sorting
- Implement EIP-8 p2p protocol upgrade
- Fixed downloader OOM

https://github.com/expanse-project/go-expanse/releases/tag/v1.3.4

Awesome. These are really some major improvements. Now that both EXP and ETH are in Homestead, things will really get kicking from now on. I will be carefully watching EXP for further updates.  Smiley
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
Expanse v1.3.4 (homestead)

Ethereum Protocol changes

  • EIP-7: New EVM opcode DELEGATECALL
  • EIP-2: Consensus rules changes
  • The gas cost for creating contracts via a transaction is increased from 21000 to 53000; All transaction signatures whose s-value is greater than secp256k1n/2 are now considered invalid;
  • OOG CREATE calls when there's insufficient gas for storing the code (as opposed to silently ignoring the code storage);
  • Difficulty adjust algorithm has changed to block_diff = parent_diff + parent_diff // 512 * max(1 - (block_timestamp - parent_timestamp) // 10, -99) + int(2**((block.number // 100000) - 2))

Fixes / Other
Decreased minimum accepted gas price

- Fixed windows p2p discover bug
- Fixed transaction sorting
- Implement EIP-8 p2p protocol upgrade
- Fixed downloader OOM

https://github.com/expanse-project/go-expanse/releases/tag/v1.3.4


https://exp.suprnova.cc has been updated to 1.3.4

thank you very much Smiley
legendary
Activity: 2688
Merit: 1240
Expanse v1.3.4 (homestead)

Ethereum Protocol changes

  • EIP-7: New EVM opcode DELEGATECALL
  • EIP-2: Consensus rules changes
  • The gas cost for creating contracts via a transaction is increased from 21000 to 53000; All transaction signatures whose s-value is greater than secp256k1n/2 are now considered invalid;
  • OOG CREATE calls when there's insufficient gas for storing the code (as opposed to silently ignoring the code storage);
  • Difficulty adjust algorithm has changed to block_diff = parent_diff + parent_diff // 512 * max(1 - (block_timestamp - parent_timestamp) // 10, -99) + int(2**((block.number // 100000) - 2))

Fixes / Other
Decreased minimum accepted gas price

- Fixed windows p2p discover bug
- Fixed transaction sorting
- Implement EIP-8 p2p protocol upgrade
- Fixed downloader OOM

https://github.com/expanse-project/go-expanse/releases/tag/v1.3.4


https://exp.suprnova.cc has been updated to 1.3.4
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
Expanse v1.3.4 (homestead)

Ethereum Protocol changes

  • EIP-7: New EVM opcode DELEGATECALL
  • EIP-2: Consensus rules changes
  • The gas cost for creating contracts via a transaction is increased from 21000 to 53000; All transaction signatures whose s-value is greater than secp256k1n/2 are now considered invalid;
  • OOG CREATE calls when there's insufficient gas for storing the code (as opposed to silently ignoring the code storage);
  • Difficulty adjust algorithm has changed to block_diff = parent_diff + parent_diff // 512 * max(1 - (block_timestamp - parent_timestamp) // 10, -99) + int(2**((block.number // 100000) - 2))

Fixes / Other
Decreased minimum accepted gas price

- Fixed windows p2p discover bug
- Fixed transaction sorting
- Implement EIP-8 p2p protocol upgrade
- Fixed downloader OOM

https://github.com/expanse-project/go-expanse/releases/tag/v1.3.4
hero member
Activity: 1106
Merit: 521
what is the profitability of this compared to ethereum?

I just started mining it today, i think it works out around the same comapred to ether, as the diff is lower you get a few more per day
hero member
Activity: 1106
Merit: 521
i just sent up a wallet at exp.rocks, is there a wallet or a clientside website i can import the private key to, so that i can send my expanse?
sr. member
Activity: 420
Merit: 250
Anyone having issues with the mac wallet can compile one to use.

Code:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install gmp go git
git clone http://www.github.com/expanse-project/go-expanse.git
cd go-expanse
make gexp

I have a buddy looking to get setup on the mac. Thanks doode  Smiley
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
Anyone having issues with the mac wallet can compile one to use.

Code:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install gmp go git
git clone http://www.github.com/expanse-project/go-expanse.git
cd go-expanse
make gexp
legendary
Activity: 1246
Merit: 1000
hero member
Activity: 532
Merit: 500
Offer escrow, receive negative trust
I can see there is now an EXP deploy option on Azure.
https://azure.microsoft.com/en-us/documentation/templates/go-expanse-on-ubuntu/?cdn=disable
Are there distributed apps for EXP yet?

Regarding the premine, I think it would show some confidence if the premine stash were locked up in a public contract, in the way it was suggested in the white paper.

That link 404's

Were you referring to the pdf posted below your comment?
legendary
Activity: 1470
Merit: 1000
cryptocollectorsclub.com

You would need to read the white paper and see the design for funding, we do need funding to bring in more people, and for the DAO to operate and for the project to last. (The team will be expanding soon) With the popularity I think there are other options however, like a percentage of mining instead if we go hybrid POS/POW. Obviously we are considering all possible options, as long as they would make Expanse better and even more likely to be highly successful.

http://www.expanse.tech/docs/whitepaper-draft.pdf

Just throwing it out there, another idea too is to use the premine purely for staking purposes, not only to provide security but the coins that are staked are the ones that go back to fund development while the core remains untouched.

Yes, I agree, that is another possibility. Smiley
legendary
Activity: 1246
Merit: 1000

You would need to read the white paper and see the design for funding, we do need funding to bring in more people, and for the DAO to operate and for the project to last. (The team will be expanding soon) With the popularity I think there are other options however, like a percentage of mining instead if we go hybrid POS/POW. Obviously we are considering all possible options, as long as they would make Expanse better and even more likely to be highly successful.

http://www.expanse.tech/docs/whitepaper-draft.pdf

Just throwing it out there, another idea too is to use the premine purely for staking purposes, not only to provide security but the coins that are staked are the ones that go back to fund development while the core remains untouched.
legendary
Activity: 1470
Merit: 1000
cryptocollectorsclub.com
https://www.reddit.com/r/ExpanseOfficial/

We now have some new people helping out with Expanse Reddit, with a goal of growing the Reddit community to many thousands of people over time.

Acidyo of Reddit, an experienced moderator
21,054 link karma
88,294 comment karma

Jon Stokes an Expanse community member is also assisting with Reddit moderation and promotion.
Jump to: