Author

Topic: NEM (XEM) Official Thread - 100% New Code - Easy To Use APIs - page 142. (Read 2984910 times)

legendary
Activity: 1667
Merit: 1008
Stoned & Stranged
Can you name any project that moved from ETH to NEM?

Also Bankera will make tokens on NEM after finalizing the ERC-223 on the ETH blockchain:

https://blog.bankera.com/2018/05/17/audit-of-the-bnk-smart-contract-security-over-speed/
jr. member
Activity: 224
Merit: 7
#NEM Interim President Kristof @kvandereck will participate in the Intercontinental Blockchain Conference on May 24! The event is hosted by @TonyGuoga in cooperation with Blockchain Centre Vilnius. More info: http://ep-blockchain-conference.eu/
member
Activity: 224
Merit: 10
But you will notice more and more projects moving from ETH to NEM.
Can you name any project that moved from ETH to NEM?
Incomplete. as it says give an example of a project moving from ETH to NEM. Do not let your talk on the stamp as nonsense.
I really like this crypto, first of all its much faster than many of them right now. I like ethereum as well, but I like teh platform that NEM offers, cant wait to see what they have in store for us.
hero member
Activity: 980
Merit: 512
Other blockchain technologies have used NEM to create coins for raising funds. One example was the GRAFT blockchain, a payment processing system for cryptocurrency. ICO was used to raise money. Then when their blockchain premined all their coins, they swapped the NEM tokens/coins for their graft blockchain's native coin.
hero member
Activity: 834
Merit: 524
Nxt NEM
Someone has practised with Google Doc's Science Templates Smiley
and found the Dev's fingerprint from the PoI algorithm Wink

https://docs.google.com/document/d/13M3wbdjI0Nzx-OKAd0dRCfOYFA_oT9Ydg96DkiUBsDs/edit?usp=sharing


We've briefly seen the paper, it's good to see time taken to do outsider's analysis.

regarding fingerprint, problem is the data used:
  • the doc takes all harvested, but balance/importance of an account could change over time... (i.e. take a look at funny outliers presented in a table above, that have high hBlks/r_imp_H, balance is very low, what does it tell you? the doc even states Balance:  r_hBlks / r_imp_H  has a weak correlation 0.344 should it really be surprising if you take ALL harvested blocks, but take only LATEST importance?)
  • fingerprint graph on x has balance, on y has hBlks/r_imp_H,
    • mind that there's correlation between balance and importance...
    • as you can see pattern emerges for low amounts (10k - 100k), so emerging pattern shouldn't really be surprising,
      with low amount you probably generate only few blocks (10-100) so what you have on this image is / importance x balance,
      i.e. compare two accounts with same r_imp_H, where one harvested 9 blocks and other 10 blocks: (9 / 1601000) / (0.00003) = 0.1873 vs (10 / 1601000) / (0.00003) = 0.2082, thats' where the vertical gaps come from,
      horizontal linearity should be obvious as well, bigger balance == bit bigger importance, i.e (10 / 1601000) / (0.000031) = 0.2014 vs (10 / 1601000) / (0.000030) 0.2082  
     


yes, those were good explanations ...
you insiders can easier explain the empirical studies and "phenomenons" Smiley


> ALL harvested blocks, but take only LATEST importance

yes, that is also in the doc's last statement: "Also the statistics of current states should be replaced with the values, which are more related to the moment of the occured harvesting"

It is a honest wish, that you insiders would make a total proof against that "practical claim" Wink
The total proof would be e.g. such a re-simulation, where the current blockchain is re-run and for each harvested block the importance of the harvester is computed. Then would be possible to get the actual importance, and then also the numbers, which set the PoI in the more correct position when compared to PoS.




or ...

maybe no re-simulation is needed, but only use of this :

Retrieving historical account data

API path:   Request type: GET
/account/historical/get              

=>


Code:
{
    "data": [
        {
          "height": 17592,
          "address": "NALICELGU3IVY4DPJKHYLSSVYFFWYS5QPLYEZDJJ",
          "balance": 509676000000,
          "vestedBalance": 100999147150,
          "unvestedBalance": 408676852850,
          "importance": 0.00008857563463531297,                                                                /* IMPORTANCE  */
          "pageRank": 0.0007605047835049349
        }
    ]
}


Strange that the function was missed in the study  Cool  Cry
New (added in some phase?) feature in the API, or just busy, or "blindness" in reading the API version X ...


To the API should be added also
/account/future/get/moretime
/account/future/get/vacation ... Wink
            

legendary
Activity: 2212
Merit: 1008
But you will notice more and more projects moving from ETH to NEM.
Can you name any project that moved from ETH to NEM?
Incomplete. as it says give an example of a project moving from ETH to NEM. Do not let your talk on the stamp as nonsense.
newbie
Activity: 6
Merit: 0
https://cointopper.com/coin/nem

I liked the www.CoinTopper.com more compared to others. Although all the websites more or less follow the same pattern but I believe that CoinTopper.com displays the data in a more concise and compact manner. The list of top viewed coins can give idea to regular visitors as well as new ones about the latest trends. The complete interface seems very clear cut compared to others.
legendary
Activity: 1386
Merit: 1045
I think most people use ethereum because it's the ICO machine. And eth devs are a dime a dozen. I think most do not even look into NEM at all. But that's starting to change. We are looking more and more projects moving over from eth, and new ones sprouting up on NEM almost everyday.


But that's something quite normal. ETH is branded linke the ICO institution of all Cryptos, and that leads to more and more people using it for their companies. Most likely the projects with limited developer knowledge just use ETH because a lot others do too and it´s an amazing  Buzz word for people not long  in the space. But you will notice more and more projects moving from ETH to NEM. And that are mostly projects with more underlaying quality
Can you name any project that moved from ETH to NEM?
newbie
Activity: 59
Merit: 0
It's actually easier to create a mosaic on NEM, than a token on Ethereum. Anyone can do it with minimal computer knowledge.
NEM doesn't use smart contracts, but instead secure APIs.

Yes, you are right but you can not compare an ERC20 token on Ethereum blockchain with a Mosaic on NEM. Both have a same use case but Ethereum allows some more functionalities for a token which makes it more complicated and thus, takes more time to create one. NEM Mosaic is more comparable with NXT or Waves assets.

Correct.

tyz
legendary
Activity: 3360
Merit: 1533
It's actually easier to create a mosaic on NEM, than a token on Ethereum. Anyone can do it with minimal computer knowledge.
NEM doesn't use smart contracts, but instead secure APIs.

Yes, you are right but you can not compare an ERC20 token on Ethereum blockchain with a Mosaic on NEM. Both have a same use case but Ethereum allows some more functionalities for a token which makes it more complicated and thus, takes more time to create one. NEM Mosaic is more comparable with NXT or Waves assets.
newbie
Activity: 3
Merit: 0
Hey guys Smiley Wanted to ask is it worth it to send NEM to Chronomint wallet to get Minutes (XMin) or you will pay more for transaction?
jr. member
Activity: 224
Merit: 7
@CommunityDrc, DRC to release exclusive independent company rating reports of @KyberNetwork ,@AchainOfficial ,@NEMofficial ,@Dashpay & @EOS_io at Blockchain Festival #bcfv. Get 50% off ticket prices today with More details at https://medium.com/@LindaCrypto/crypto-rating-agency-drc-to-attend-huobi-blockchain-festival-14cab9a49c89
hero member
Activity: 1050
Merit: 506
I think most people use ethereum because it's the ICO machine. And eth devs are a dime a dozen. I think most do not even look into NEM at all. But that's starting to change. We are looking more and more projects moving over from eth, and new ones sprouting up on NEM almost everyday.


But that's something quite normal. ETH is branded linke the ICO institution of all Cryptos, and that leads to more and more people using it for their companies. Most likely the projects with limited developer knowledge just use ETH because a lot others do too and it´s an amazing  Buzz word for people not long  in the space. But you will notice more and more projects moving from ETH to NEM. And that are mostly projects with more underlaying quality
member
Activity: 238
Merit: 10
Hello dears! The currency is interesting in my opinion !the feedback is mostly positive. Since April 1, Japan has a new law, which recognizes digital currencies as legal tender! Legislators justify all these rigors with care about consumer protection, but the law also has many critics who predict the departure from the market of small companies working with cryptocurrencies.!won't it touch NEM!?
Good news. But I wouldn't want NEM to all of a sudden go X10 up and all those big bagholders dump their bags onto the market and possibly crashing NEM now do we.
member
Activity: 186
Merit: 10
Hello dears! The currency is interesting in my opinion !the feedback is mostly positive. Since April 1, Japan has a new law, which recognizes digital currencies as legal tender! Legislators justify all these rigors with care about consumer protection, but the law also has many critics who predict the departure from the market of small companies working with cryptocurrencies.!won't it touch NEM!?
sr. member
Activity: 532
Merit: 250
I think most people use ethereum because it's the ICO machine. And eth devs are a dime a dozen. I think most do not even look into NEM at all. But that's starting to change. We are looking more and more projects moving over from eth, and new ones sprouting up on NEM almost everyday.
full member
Activity: 434
Merit: 102
It's actually easier to create a mosaic on NEM, than a token on Ethereum. Anyone can do it with minimal computer knowledge.
NEM doesn't use smart contracts, but instead secure APIs.
newbie
Activity: 6
Merit: 0
Hello devs, is there any  social media of this project ?
Go here: https://nem.io/community/
And scroll down for links to all the social media outlets.
Join the conversation on Telegram here: https://t.me/nemred
newbie
Activity: 42
Merit: 0
Hello devs, is there any  social media of this project ?
jr. member
Activity: 224
Merit: 7
Remarkable Friday blockchain meetup in Malaysia along with Huobi, NEM, and a very engaged group of attendees. What a great community we have in #crypto. #Wanchain @Huobi_Pro @NEMofficial
Jump to: