Bitcoin Forum
May 14, 2024, 01:08:28 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 [130] 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 ... 1993 »
  Print  
Author Topic: NEM (XEM) Official Thread - 100% New Code - Easy To Use APIs  (Read 2984219 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.
teletobi
Hero Member
*****
Offline Offline

Activity: 734
Merit: 500



View Profile
July 20, 2014, 09:37:03 PM
 #2581

My Client seems to be stuck at Block 31756. I did some restarts, but nothing changed. Any Ideas what to do?

AFAIK we're currently at 31356 O_o

Strange, just rebooted the Client and it still says "0.00 NEM (at block 31756)"

Are there any Folders to delete or something like that?

Just sent you some coins

Thanks for that, but that should´t be the Problem. There were already some sent today, but they don`t show up. Any Ideas to resolve this?

I downloaded the "one Click Installer" today and am running Mavericks on a 2009 MBP.

Join the Elastic revolution!  Elastic - The Decentralized Supercomputer
ELASTIC WEBSITE | NEW ANNOUNCEMENT THREAD | ELASTIC SLACK | ELASTIC FORUM
1715648908
Hero Member
*
Offline Offline

Posts: 1715648908

View Profile Personal Message (Offline)

Ignore
1715648908
Reply with quote  #2

1715648908
Report to moderator
1715648908
Hero Member
*
Offline Offline

Posts: 1715648908

View Profile Personal Message (Offline)

Ignore
1715648908
Reply with quote  #2

1715648908
Report to moderator
1715648908
Hero Member
*
Offline Offline

Posts: 1715648908

View Profile Personal Message (Offline)

Ignore
1715648908
Reply with quote  #2

1715648908
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715648908
Hero Member
*
Offline Offline

Posts: 1715648908

View Profile Personal Message (Offline)

Ignore
1715648908
Reply with quote  #2

1715648908
Report to moderator
1715648908
Hero Member
*
Offline Offline

Posts: 1715648908

View Profile Personal Message (Offline)

Ignore
1715648908
Reply with quote  #2

1715648908
Report to moderator
1715648908
Hero Member
*
Offline Offline

Posts: 1715648908

View Profile Personal Message (Offline)

Ignore
1715648908
Reply with quote  #2

1715648908
Report to moderator
NEMergizer
Sr. Member
****
Offline Offline

Activity: 313
Merit: 252


View Profile
July 20, 2014, 09:42:31 PM
 #2582

My Client seems to be stuck at Block 31756. I did some restarts, but nothing changed. Any Ideas what to do?

AFAIK we're currently at 31356 O_o

Strange, just rebooted the Client and it still says "0.00 NEM (at block 31756)"

Are there any Folders to delete or something like that?

Just sent you some coins

Thanks for that, but that should´t be the Problem. There were already some sent today, but they don`t show up. Any Ideas to resolve this?

I downloaded the "one Click Installer" today and am running Mavericks on a 2009 MBP.


I am having the same problem, stuck at block 31756: "0.00 NEM (at block 31756)". I first used the one click installer then switched to the terminal and manually started NIS and NCC version 74. Restarted both couple of times and still stuck at block 31756. Any idea?
NEMergizer
Sr. Member
****
Offline Offline

Activity: 313
Merit: 252


View Profile
July 21, 2014, 03:05:04 AM
 #2583

23:04:14 WARNING Timer BROADCAST raised exception: org.nem.core.connect.FatalPeerException: Peer returned unexpected data
java.util.concurrent.CompletionException: org.nem.core.connect.FatalPeerException: Peer returned unexpected data
   at java.util.concurrent.CompletableFuture.internalComplete(CompletableFuture.java:205)
   at java.util.concurrent.CompletableFuture$ThenApply.run(CompletableFuture.java:723)
   at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:193)
   at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2345)
   at org.nem.core.connect.HttpMethodClient$a.completed(HttpMethodClient.java:192)
   at org.nem.core.connect.HttpMethodClient$a.completed(HttpMethodClient.java:184)
   at org.apache.http.concurrent.BasicFuture.completed(BasicFuture.java:115)
   at org.apache.http.impl.nio.client.DefaultClientExchangeHandlerImpl.responseComple ted(DefaultClientExchangeHandlerImpl.java:169)
   at org.apache.http.nio.protocol.HttpAsyncRequestExecutor.processResponse(HttpAsyncRequestExecutor.java:349)
   at org.apache.http.nio.protocol.HttpAsyncRequestExecutor.inputReady(HttpAsyncRequestExecutor.java:236)
   at org.apache.http.impl.nio.client.LoggingAsyncRequestExecutor.inputReady(LoggingAsyncRequestExecutor.java:87)
   at org.apache.http.impl.nio.DefaultNHttpClientConnection.consumeInput(DefaultNHttpClientConnection.java:267)
   at org.apache.http.impl.nio.client.InternalIODispatch.onInputReady(InternalIODispatch.java:73)
   at org.apache.http.impl.nio.client.InternalIODispatch.onInputReady(InternalIODispatch.java:37)
   at org.apache.http.impl.nio.reactor.AbstractIODispatch.inputReady(AbstractIODispatch.java:113)
   at org.apache.http.impl.nio.reactor.BaseIOReactor.readable(BaseIOReactor.java:159)
   at org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvent(AbstractIOReactor.java:338)
   at org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvents(AbstractIOReactor.java:316)
   at org.apache.http.impl.nio.reactor.AbstractIOReactor.execute(AbstractIOReactor.java:277)
   at org.apache.http.impl.nio.reactor.BaseIOReactor.execute(BaseIOReactor.java:105)
   at org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.run(AbstractMultiworkerIOReactor.java:584)
   at java.lang.Thread.run(Thread.java:745)
Caused by: org.nem.core.connect.FatalPeerException: Peer returned unexpected data
   at org.nem.core.connect.f.a(HttpJsonResponseStrategy.java:28)
   at org.nem.core.connect.d.a(HttpDeserializerResponseStrategy.java:32)
   at org.nem.core.connect.d.b(HttpDeserializerResponseStrategy.java:14)
   at org.nem.core.connect.HttpMethodClient.a(HttpMethodClient.java:120)
   at org.nem.core.connect.HttpMethodClient$$Lambda$75/1011645844.apply(Unknown Source)
   at java.util.concurrent.CompletableFuture$ThenApply.run(CompletableFuture.java:717)
   ... 20 more
 (org.nem.nis.NisAsyncTimerVisitor b)
gwinevere
Newbie
*
Offline Offline

Activity: 364
Merit: 0


View Profile WWW
July 21, 2014, 04:02:33 AM
 #2584

Ready to do more testing. Send some NEM.
Thanks
BitZCoin
Sr. Member
****
Offline Offline

Activity: 275
Merit: 250



View Profile WWW
July 21, 2014, 04:46:55 AM
 #2585

Ready to do more testing. Send some NEM.
Thanks

On their way

Here it is: TakePart!
BitZCoin
Sr. Member
****
Offline Offline

Activity: 275
Merit: 250



View Profile WWW
July 21, 2014, 04:51:04 AM
 #2586

But it would be interesting to see a solution for teletobis and NEMergizers problem, too Shocked

Here it is: TakePart!
xyzzyx
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250


I don't really come from outer space.


View Profile
July 21, 2014, 05:00:57 AM
 #2587

NEM feature request: N of M multisignature accounts/addresses.  At the time of address/account creation, allow specifying an arbitrary M number of keys for an account with an arbitrary N number of signatures where N is of the set {1 .. M}.

The idea is to allow an account's funds to be spent only once N keys have signed the transaction.

(Emulating Bitcoin multisig would involve a M of 3 keys and a N of 2 signatures, for example.)

If this is implemented, it would allow easy integration with the Nxt Multigateway service.

"An awful lot of code is being written ... in languages that aren't very good by people who don't know what they're doing." -- Barbara Liskov
patmast3r
Hero Member
*****
Offline Offline

Activity: 980
Merit: 1001


View Profile
July 21, 2014, 06:17:27 AM
 #2588

I'd advice anyone that is stuck at some block to kill java or restart the machine and start NCC again.
There has been an update which seems to have caused problems but a simpe restart has fixed it for most people.
Also don't start NIS by hand. NCC will start it for you.

teletobi
Hero Member
*****
Offline Offline

Activity: 734
Merit: 500



View Profile
July 21, 2014, 06:41:10 AM
 #2589

found a ncc-nis.log containing following:

objc[9575]: Class JavaLaunchHelper is implemented in both /Library/Internet Plug-ins/JavaAppletPlugin.plugin/Contents/Home/bin/java and /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/jli/./libjli.dylib. One of the two will be used. Which one is undefined.
objc[9677]: Class JavaLaunchHelper is implemented in both /Library/Internet Plug-ins/JavaAppletPlugin.plugin/Contents/Home/bin/java and /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/jli/./libjli.dylib. One of the two will be used. Which one is undefined.
objc[9858]: Class JavaLaunchHelper is implemented in both /Library/Internet Plug-ins/JavaAppletPlugin.plugin/Contents/Home/bin/java and /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/jli/./libjli.dylib. One of the two will be used. Which one is undefined.
objc[9999]: Class JavaLaunchHelper is implemented in both /Library/Internet Plug-ins/JavaAppletPlugin.plugin/Contents/Home/bin/java and /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/jli/./libjli.dylib. One of the two will be used. Which one is undefined.
objc[10500]: Class JavaLaunchHelper is implemented in both /Library/Internet Plug-ins/JavaAppletPlugin.plugin/Contents/Home/bin/java and /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/jli/./libjli.dylib. One of the two will be used. Which one is undefined.
 
Should I delete one of these?

Join the Elastic revolution!  Elastic - The Decentralized Supercomputer
ELASTIC WEBSITE | NEW ANNOUNCEMENT THREAD | ELASTIC SLACK | ELASTIC FORUM
zoata87
Legendary
*
Offline Offline

Activity: 1176
Merit: 1001



View Profile WWW
July 21, 2014, 08:03:55 AM
 #2590

please send some testnem  Smiley  Kiss
rockethead
Legendary
*
Offline Offline

Activity: 1059
Merit: 1016


View Profile WWW
July 21, 2014, 08:35:16 AM
 #2591

please send some testnem  Smiley  Kiss

Sent a million. You will receive soon.
asdlolciterquit
Hero Member
*****
Offline Offline

Activity: 1666
Merit: 565


View Profile
July 21, 2014, 08:58:51 AM
 #2592

Where can i find info about the nem/nxt price?
lx001
Hero Member
*****
Offline Offline

Activity: 1134
Merit: 502


View Profile
July 21, 2014, 09:00:09 AM
 #2593

Where can i find info about the nem/nxt price?

https://nxtblocks.info/#section/assets_exchange/12465186738101000735
Relaxedsense
Hero Member
*****
Offline Offline

Activity: 809
Merit: 1002


View Profile
July 21, 2014, 09:07:28 AM
 #2594

Unfortunatly For the moment im completely tied up in Crypti at the moment. As soon as the funds become available to me I wil invest in NEM. If I understand correctly I will get 1mio NEM for 1 token bought on SAE, and the price of NEM is about 1/4 of nxt right?

Cheers
patmast3r
Hero Member
*****
Offline Offline

Activity: 980
Merit: 1001


View Profile
July 21, 2014, 09:09:54 AM
 #2595

Unfortunatly For the moment im completely tied up in Crypti at the moment. As soon as the funds become available to me I wil invest in NEM. If I understand correctly I will get 1mio NEM for 1 token bought on SAE, and the price of NEM is about 1/4 of nxt right?

Cheers

One NEMStake token on the NXT AE queals 1 Mio NEM yes. Since we haven't decided yet what happens with unclaimed stakes it might even be more.

The NEM price will decouple from NXT as soon as we are traded on exchanges. It's currently coupled because we're only traded on the NXT AE and havent launched yet.

Welcome Smiley

jenea4pda
Sr. Member
****
Offline Offline

Activity: 382
Merit: 250

Iota and JINN


View Profile
July 21, 2014, 10:02:31 AM
 #2596

I thought i'd share this here:


http://www.cryptocoinsnews.com/news/gold-companies-rushing-bitcoin/2014/07/11


I've no idea of the accuracy or legitimacy of the article, but if true, this is absolutely HUGE news - for all crypto's.


I'm one of those individuals who believes Gold and Silver are real money - Crypto's are a very nice solution to a monetary system that is flawed, but crypto's are themselves flawed in the sense that their value isn't backed by anything.

If we get crypto's backed by Gold and other real, tangible assets (You seriously can't get better then gold or silver, though) Then, well, these are very exciting times indeed. I've faith that Crypto's are a solution to the current monetary system we are enslaved by, but it needs something like Gold and Silver to gain the confidence and stability they deserve.

this is Really Huge News!

www.iotatoken.com                      https://twitter.com/iotatoken
Iota is a brand new and novel micro-transaction cryptotoken optimized for the Internet-of-Things (IoT). Unlike the complex and heavy blockchains of Bitcoin and the like, which were designed with other uses in mind, Iota is created to be as lightweight as possible, hence the name "Iota" with emphasis on the ‘IoT’ part.
Relaxedsense
Hero Member
*****
Offline Offline

Activity: 809
Merit: 1002


View Profile
July 21, 2014, 10:14:21 AM
 #2597

Unfortunatly For the moment im completely tied up in Crypti at the moment. As soon as the funds become available to me I wil invest in NEM. If I understand correctly I will get 1mio NEM for 1 token bought on SAE, and the price of NEM is about 1/4 of nxt right?

Cheers

One NEMStake token on the NXT AE queals 1 Mio NEM yes. Since we haven't decided yet what happens with unclaimed stakes it might even be more.

The NEM price will decouple from NXT as soon as we are traded on exchanges. It's currently coupled because we're only traded on the NXT AE and havent launched yet.

Welcome Smiley

OK, I know but 1/4 was already converted to BTC. 1 mio of NEM will cost me around 2.3 btc, whereas 1 mio will cost me 8 btc. Kind of puts things in perspective for me.
asdlolciterquit
Hero Member
*****
Offline Offline

Activity: 1666
Merit: 565


View Profile
July 21, 2014, 10:28:50 AM
 #2598


really thanks!
sdersdf2
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
July 21, 2014, 11:07:35 AM
 #2599

Hello - sorry if this has already been mentioned recently, but is there an update on when and how regular NEMs can be claimed (by those who hadn't asked for the preliminary NXT-exchange-circulating stakes)?
patmast3r
Hero Member
*****
Offline Offline

Activity: 980
Merit: 1001


View Profile
July 21, 2014, 12:29:42 PM
 #2600

Hello - sorry if this has already been mentioned recently, but is there an update on when and how regular NEMs can be claimed (by those who hadn't asked for the preliminary NXT-exchange-circulating stakes)?
you should be able to claim your nemstake waging very soon. Within the next day or two hopefully. But I can't make promises.

I don't think he's talking about the asset but real NEM.
There is no real official ETA for that. A guesstimate is september.

Pages: « 1 ... 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 [130] 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 ... 1993 »
  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!