Author

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

hero member
Activity: 834
Merit: 524
Nxt NEM
Instead of a pump of just trying to get some people to through money in NEM at launch, we need to look at the long game.

That means taking our credibility and image quite seriously and always trying to be good.  

We need to create a good narrative.  

Something that in 3 years from now they can make a documentary about, like about how a group of people came together and made this new thing called NEM great.


BTW..... Are any of you devs getting footage of you living in small dark cramped run down apartments with your hair all nasty because you have been coding for the last 30 hours?  And then you talk in a kind of mad man's sleepless ramble about how your will die or make this thing work???  That makes for really great footage later.

Interesting idea. I'll have to get some photos of myself writing code while drinking sake.

I still think we need to get more people involved in NEM, especially gearing up for launch:
https://forum.nemcoin.com/index.php?topic=2352.msg4130#msg4130

Hopefully it will be like "smells like NEM spirit"
(compare to  http://www.youtube.com/watch?v=hTWKbfoikeg )
and not anything about code smell Smiley  http://en.wikipedia.org/wiki/Code_smell



https://www.youtube.com/watch?v=FklUAoZ6KxY

one of "Weird Al"'s best parodies ...
Luckily he do not handle crypto currency parodies Smiley  ... or unluckily?
Nirvana/Cobain thought that the parody meant that they had "made it". Maybe parody of NEM would mean that NEM had "made it" Smiley

legendary
Activity: 1596
Merit: 1000
I am not Dorian Nakamoto.
Instead of a pump of just trying to get some people to through money in NEM at launch, we need to look at the long game.

That means taking our credibility and image quite seriously and always trying to be good.  

We need to create a good narrative.  

Something that in 3 years from now they can make a documentary about, like about how a group of people came together and made this new thing called NEM great.


BTW..... Are any of you devs getting footage of you living in small dark cramped run down apartments with your hair all nasty because you have been coding for the last 30 hours?  And then you talk in a kind of mad man's sleepless ramble about how your will die or make this thing work???  That makes for really great footage later.

Interesting idea. I'll have to get some photos of myself writing code while drinking sake.

I still think we need to get more people involved in NEM, especially gearing up for launch:
https://forum.nemcoin.com/index.php?topic=2352.msg4130#msg4130

Hopefully it will be like "smells like NEM spirit"
(compare to  http://www.youtube.com/watch?v=hTWKbfoikeg )
and not anything about code smell Smiley  http://en.wikipedia.org/wiki/Code_smell



https://www.youtube.com/watch?v=FklUAoZ6KxY
hero member
Activity: 588
Merit: 500
So, I've been running my node since beta and it seems like everything is fine because I am green on that chart and everything, but I just noticed that my NIS is not syncing now. It says I am stuck on block 6980. Is everyone else still running fine? As far as I can tell NIS and NCC are running normally but it has been about an hour now since I last checked and still not syncing...

EDIT: I just rebooted NIS and my local node and it synchronized. I wonder why it stopped in the first place though?

Could it be this?

Code:
10 24, 2014 5:36:43 午前 org.nem.core.async.NemAsyncTimerVisitor b
警告: Timer CHECKING CHAIN SYNCHRONIZATION raised exception: org.nem.core.connect.FatalPeerException: java.net.ConnectException: Connection refused: no further information
java.util.concurrent.CompletionException: org.nem.core.connect.FatalPeerException: java.net.ConnectException: Connection refused: no further information
at java.util.concurrent.CompletableFuture.internalComplete(Unknown Source)
at java.util.concurrent.CompletableFuture$ThenApply.run(Unknown Source)
at java.util.concurrent.CompletableFuture.postComplete(Unknown Source)
at java.util.concurrent.CompletableFuture.completeExceptionally(Unknown Source)
at org.nem.core.connect.HttpMethodClient$a.failed(HttpMethodClient.java:202)
at org.apache.http.concurrent.BasicFuture.failed(BasicFuture.java:130)
at org.apache.http.impl.nio.client.DefaultClientExchangeHandlerImpl.connectionRequestFailed(DefaultClientExchangeHandlerImpl.java:308)
at org.apache.http.impl.nio.client.DefaultClientExchangeHandlerImpl.access$100(DefaultClientExchangeHandlerImpl.java:63)
at org.apache.http.impl.nio.client.DefaultClientExchangeHandlerImpl$1.failed(DefaultClientExchangeHandlerImpl.java:351)
at org.apache.http.concurrent.BasicFuture.failed(BasicFuture.java:130)
at org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager$InternalPoolEntryCallback.failed(PoolingNHttpClientConnectionManager.java:471)
at org.apache.http.concurrent.BasicFuture.failed(BasicFuture.java:130)
at org.apache.http.nio.pool.RouteSpecificPool.failed(RouteSpecificPool.java:161)
at org.apache.http.nio.pool.AbstractNIOConnPool.requestFailed(AbstractNIOConnPool.java:527)
at org.apache.http.nio.pool.AbstractNIOConnPool$InternalSessionRequestCallback.failed(AbstractNIOConnPool.java:746)
at org.apache.http.impl.nio.reactor.SessionRequestImpl.failed(SessionRequestImpl.java:154)
at org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor.processEvent(DefaultConnectingIOReactor.java:175)
at org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor.processEvents(DefaultConnectingIOReactor.java:147)
at org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor.execute(AbstractMultiworkerIOReactor.java:348)
at org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager.execute(PoolingNHttpClientConnectionManager.java:189)
at org.apache.http.impl.nio.client.CloseableHttpAsyncClientBase.doExecute(CloseableHttpAsyncClientBase.java:67)
at org.apache.http.impl.nio.client.CloseableHttpAsyncClientBase.access$000(CloseableHttpAsyncClientBase.java:38)
at org.apache.http.impl.nio.client.CloseableHttpAsyncClientBase$1.run(CloseableHttpAsyncClientBase.java:57)
at java.lang.Thread.run(Unknown Source)
Caused by: org.nem.core.connect.FatalPeerException: java.net.ConnectException: Connection refused: no further information
at org.nem.core.connect.HttpMethodClient$a.failed(HttpMethodClient.java:199)
... 19 more
Caused by: java.net.ConnectException: Connection refused: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(Unknown Source)
at org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor.processEvent(DefaultConnectingIOReactor.java:173)
... 7 more
legendary
Activity: 1596
Merit: 1000
I am not Dorian Nakamoto.
The launch will come soon, so are we going to see a marketing campaign or something special to get more people involved?



I was kind of hoping that 2000 shareholders would swarm the all the forums defending and promoting NEM.  

Most coins have 10-20 big pumpers/bag holders, sometimes not even that.  These 10 people will create sock puppets and spam threads.  NEM should have 100 times more supporters than any other coin.  I would put us up there on day one with as big as a community of capable people as Litecoin and/or Doge. Only Bitcoin is clearly bigger and packed with a full house of talent, but NEM has a the youngsters advantage of having seen everything that went wrong with all the other crypto's and hopefully avoiding those mistakes.  

Yes. THe marketing campaign is each one of us going to 10 people and spreading the news. THat is more effective than just having press releases. Viral is the name of the game.



But how can you get 10 people to care?

I have given a lot of thought to this, and I don't think it is an intellectual appeal in most cases (unfortunate I know). You'll tickle the occasional person smart enough to realize the potentiality, but in most cases getting people to care will be through utility. And I don't mean anything as complex or difficult as replacing their bank (that is the end game, yes), I mean when they use nem for their in app farmville purchases or some such nonsense. It's all about our API and getting folks with viral/social/utility type apps to plug in as a matter of convenience as opposed to writing their own auction houses or marketplaces (think Diablo's auction house or something). I guess I'm thinking along the lines of redd coin or some other social currency. Okay, sorry to be a broken record.

I totally agree with you. I think this will be post-AE implementation. Any ideas for NEM immediately at launch?
legendary
Activity: 1447
Merit: 1028
At this stage we should think about the future of NEM and how we could interest some big investors like overstock for example in counterparty. We should learn of the lessons which NXT recieved. Why has Overstock Patrick Bryne invested into counterparty instead of NXT?.

'In this Link you will find the answer from Uniqueorn who was involved in the negotiations with counterparty and Patrick Bryne.

We should learn from this and try to reach investors of some suggestions you can read from Uniqueorn

https://nxtforum.org/general-discussion/overstock-5796/120/

This is realy important to know and might be discused ournem forum.

Thx
newbie
Activity: 6
Merit: 0
Hi guys, can you please send me 2 NXT to NXT-CRZS-43AH-W9EM-22B29
I will send it back to you ASAP
Thanks
i need your public key since it seems to be the first transaction for this account.
public key is  a01414be9d7f0063add8c184adfa06361defad5f9f9aeb17bc152e0a7d27ea7c

thanks
legendary
Activity: 1447
Merit: 1028
Hello NEMsters,

for all of you who thinking do self off their NEM Stake, investors be informed about this threat, its a experience of one of the NXt stakeholders.

Make your choice, but dont cry some years later,  you ve been warned official now.

https://bitcointalksearch.org/topic/my-absolute-biggest-mistake-in-my-entire-life-learn-from-my-mistake-please-818722

Think about!
legendary
Activity: 1680
Merit: 1001
CEO Bitpanda.com
Quick question:
I did register my token from BTT.
Until what time do I need to cashin my BTT token?
Until what time do I need to cashin my NXT AE token?

(I am referring to full 1 M payment)

1) on the 31st (if you have registered your token in the portal) you will be able to send in your nem address and you will have i would say atleast 2-3 weeks to send in that address starting from the 31st..

2) you will have atleast 3 weeks to redeem your nem stake on AE starting from when AE claiming was announced. it could be longer. ether way you have plenty of time.


but best to get this confirmed by xtester/patmast3r..

thanks. Will take some time next week an do all redeeming.

My problem is, that I'd like to take advantage of trading NEM with low supply soon before the deadline, but I also don't want to forfeit 250k coins per stake  Wink
legendary
Activity: 1568
Merit: 1002
Quick question:
I did register my token from BTT.
Until what time do I need to cashin my BTT token?
Until what time do I need to cashin my NXT AE token?

(I am referring to full 1 M payment)

1) on the 31st (if you have registered your token in the portal) you will be able to send in your nem address and you will have i would say atleast 2-3 weeks to send in that address starting from the 31st..

2) you will have atleast 3 weeks to redeem your nem stake on AE starting from when AE claiming was announced. it could be longer. ether way you have plenty of time.


but best to get this confirmed by xtester/patmast3r..
legendary
Activity: 1680
Merit: 1001
CEO Bitpanda.com
Quick question:
I did register my token from BTT.
Until what time do I need to cashin my BTT token?
Until what time do I need to cashin my NXT AE token?

(I am referring to full 1 M payment)
newbie
Activity: 21
Merit: 0
I got it ! Thx a lot, now i'm a millionaire Wink
hero member
Activity: 644
Merit: 500
It's a very bad idea to be messing with private keys or accessing any crypto on a public network.. Try to avoided that at if possible.

This isn't NXT. Your private key / secret phrase isn't transmitted over the network, so it doesn't really matter what type of network you use.

Private Key/Secret phrase is not transmitted over network in any crypto, not even Nxt.
legendary
Activity: 1568
Merit: 1002
can I send my btt stake to the same NEM address as I sent my AE stakes? any limitations?
I wouor think that should be ok.
hero member
Activity: 980
Merit: 1001
can I send my btt stake to the same NEM address as I sent my AE stakes? any limitations?

You mean using the same NEM address to redeem both btt and AE stakes ?
Don't see why not just make sure you really do have the corresponding priv-key Smiley
Also real addresses start with N !
member
Activity: 69
Merit: 10
can I send my btt stake to the same NEM address as I sent my AE stakes? any limitations?
hero member
Activity: 840
Merit: 500
Risk taker & Black Swan farmer.
when will phase 2 start for the other Stakeholders (not NXT-AE)?
Or did I miss something?

Should start pretty soon.

So we will receive our coins in our wallets on full launch day (sometime in November?) I assume?

Precisely, this should be the case if everything goes well during our testing period.
hero member
Activity: 840
Merit: 500
Risk taker & Black Swan farmer.

So is this the point people begin to receive coins?

No, this is not official launch.
hero member
Activity: 700
Merit: 501
1000% ROI Masternode Coin
Phase 2 Btt Stakeholders Redemption Guide

End of Phase 1 on October 31, 2014 (yeah, Halloween)

Phase 1 will end on October 31, 2014. Anyone who is a stakeholder on btt (not on the NXT AE) and hasn't registered his token until this date, will have the opportunity to redeem his stake during the extended period after launch under the already announced limitations outline here https://medium.com/@xtester/extended-redemption-period-d6e7ceaf3a53.

This will also mark the beginning of phase 2. As soon as phase 1 is over the portal will be adapted for phase 2 and we'll let you know once it's ready. When it is ready, btt stakeholders will need to register their real NEM-addresses (starting with 'N'). You'll need to enter your token and an address that you have generated according to Phase 2 Redemption Guide.

We'd like to remind you to read and follow these instructions very carefully and to keep your private key safe and secret.

Once phase 2 has begun we'll also reset the https://chain.nem.ninja/stakes/registered page to display only people who have registered their NEM-address in combination to their token. It will also show the NXT-Addresseses that have already sent back their NEMStake and the NEM-address that has been registered with that transaction. We urge everyone to check this list to make sure everything is in order! It is your responsibility to make sure everything is alright.


So is this the point people begin to receive coins?
hero member
Activity: 840
Merit: 500
Risk taker & Black Swan farmer.
Phase 2 Btt Stakeholders Redemption Guide

End of Phase 1 on October 31, 2014 (yeah, Halloween)

Phase 1 will end on October 31, 2014. Anyone who is a stakeholder on btt (not on the NXT AE) and hasn't registered his token until this date, will have the opportunity to redeem his stake during the extended period after launch under the already announced limitations outline here https://medium.com/@xtester/extended-redemption-period-d6e7ceaf3a53.

This will also mark the beginning of phase 2. As soon as phase 1 is over the portal will be adapted for phase 2 and we'll let you know once it's ready. When it is ready, btt stakeholders will need to register their real NEM-addresses (starting with 'N'). You'll need to enter your token and an address that you have generated according to Phase 2 Redemption Guide.

We'd like to remind you to read and follow these instructions very carefully and to keep your private key safe and secret.

Once phase 2 has begun we'll also reset the https://chain.nem.ninja/stakes/registered page to display only people who have registered their NEM-address in combination to their token. It will also show the NXT-Addresseses that have already sent back their NEMStake and the NEM-address that has been registered with that transaction. We urge everyone to check this list to make sure everything is in order! It is your responsibility to make sure everything is alright.
hero member
Activity: 834
Merit: 524
Nxt NEM
Instead of a pump of just trying to get some people to through money in NEM at launch, we need to look at the long game.

That means taking our credibility and image quite seriously and always trying to be good.  

We need to create a good narrative.  

Something that in 3 years from now they can make a documentary about, like about how a group of people came together and made this new thing called NEM great.


BTW..... Are any of you devs getting footage of you living in small dark cramped run down apartments with your hair all nasty because you have been coding for the last 30 hours?  And then you talk in a kind of mad man's sleepless ramble about how your will die or make this thing work???  That makes for really great footage later.

Interesting idea. I'll have to get some photos of myself writing code while drinking sake.

I still think we need to get more people involved in NEM, especially gearing up for launch:
https://forum.nemcoin.com/index.php?topic=2352.msg4130#msg4130

Hopefully it will be like "smells like NEM spirit"
(compare to  http://www.youtube.com/watch?v=hTWKbfoikeg )
and not anything about code smell Smiley  http://en.wikipedia.org/wiki/Code_smell

Jump to: