Bitcoin Forum
May 10, 2024, 10:34:59 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 [1025] 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 ... 2557 »
  Print  
Author Topic: NXT :: descendant of Bitcoin - Updated Information  (Read 2761530 times)
bitcoinpaul
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1000



View Profile
January 19, 2014, 01:06:06 PM
 #20481

blablabla

Not again...
1715337299
Hero Member
*
Offline Offline

Posts: 1715337299

View Profile Personal Message (Offline)

Ignore
1715337299
Reply with quote  #2

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

Activity: 1181
Merit: 1018


View Profile
January 19, 2014, 01:06:19 PM
 #20482



oops: got the following on my raspi:

[2014-01-19 13:18:53.017] Loading transactions...
[2014-01-19 13:19:37.863] ...Done
[2014-01-19 13:19:37.866] Loading blocks...
[2014-01-19 13:20:22.443] ...Done
[2014-01-19 13:20:22.446] Scanning blockchain...
[2014-01-19 13:21:20.902] Error initializing Nxt servlet


maybe I have to try and start again without blocks.nxt and transactions.nxt ?!?!

Does it print out anything else after that? It should log the stack trace of the exception that caused the error.


sry - forgot:
yes, the above was only the log output. The actual stacktrace looks like this:


pi@raspberrypi ~/nxt $ ./run_nxt.sh
WARNING: System properties and/or JVM args set.  Consider using --dry-run or --exec
java.lang.NullPointerException
   at Nxt$Block.analyze(Nxt.java:993)
   at Nxt.init(Nxt.java:6077)
   at org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:561)
   at org.eclipse.jetty.servlet.ServletHolder.initialize(ServletHolder.java:351)
   at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:840)
   at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:300)
   at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1347)
   at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:743)
   at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:492)
   at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
   at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:117)
   at org.eclipse.jetty.util.component.ContainerLifeCycle.addBean(ContainerLifeCycle.java:281)
   at org.eclipse.jetty.util.component.ContainerLifeCycle.addBean(ContainerLifeCycle.java:213)
   at org.eclipse.jetty.util.component.ContainerLifeCycle.updateBeans(ContainerLifeCycle.java:763)
   at org.eclipse.jetty.server.handler.HandlerCollection.setHandlers(HandlerCollection.java:89)
   at org.eclipse.jetty.server.handler.ContextHandlerCollection.setHandlers(ContextHandlerCollection.java:144)
   at org.eclipse.jetty.server.handler.HandlerCollection.addHandler(HandlerCollection.java:155)
   at org.eclipse.jetty.deploy.bindings.StandardDeployer.processBinding(StandardDeployer.java:41)
   at org.eclipse.jetty.deploy.AppLifeCycle.runBindings(AppLifeCycle.java:186)
   at org.eclipse.jetty.deploy.DeploymentManager.requestAppGoal(DeploymentManager.java:498)
   at org.eclipse.jetty.deploy.DeploymentManager.addApp(DeploymentManager.java:146)
   at org.eclipse.jetty.deploy.providers.ScanningAppProvider.fileAdded(ScanningAppProvider.java:180)
   at org.eclipse.jetty.deploy.providers.ScanningAppProvider$1.fileAdded(ScanningAppProvider.java:64)
   at org.eclipse.jetty.util.Scanner.reportAddition(Scanner.java:605)
   at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:528)
   at org.eclipse.jetty.util.Scanner.scan(Scanner.java:391)
   at org.eclipse.jetty.util.Scanner.doStart(Scanner.java:313)
   at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
   at org.eclipse.jetty.deploy.providers.ScanningAppProvider.doStart(ScanningAppProvider.java:150)
   at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
   at org.eclipse.jetty.deploy.DeploymentManager.startAppProvider(DeploymentManager.java:560)
   at org.eclipse.jetty.deploy.DeploymentManager.doStart(DeploymentManager.java:235)
   at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
   at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:117)
   at org.eclipse.jetty.server.Server.start(Server.java:355)
   at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:99)
   at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:60)
   at org.eclipse.jetty.server.Server.doStart(Server.java:324)
   at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
   at org.eclipse.jetty.xml.XmlConfiguration$1.run(XmlConfiguration.java:1250)
   at java.security.AccessController.doPrivileged(Native Method)
   at org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:1174)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:606)
   at org.eclipse.jetty.start.Main.invokeMain(Main.java:297)
   at org.eclipse.jetty.start.Main.start(Main.java:724)
   at org.eclipse.jetty.start.Main.main(Main.java:103)
pi@raspberrypi ~/nxt $
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
January 19, 2014, 01:11:56 PM
 #20483

how can we believe that Nxt does not have a trojan or virus in their compiled code?

Just look at the code, u already proved to be a Java expert, didn't u?
garcias
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
January 19, 2014, 01:26:49 PM
 #20484

how can we believe that Nxt does not have a trojan or virus in their compiled code?

Just look at the code, u already proved to be a Java expert, didn't u?

I am... wait what Tongue

Support DigiByte Smiley
DGB:DLLC7PPEZ7zxnB1RJd9hsvwr1HdJxFfGcb

this is a scam:
69.5 BTC

[/quote
okaynow
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500


PGP 9CB0902E


View Profile
January 19, 2014, 01:31:57 PM
 #20485


Ah nice. It's raining updates.
You all are doing a great job.
Keep it up.


TIA
-Fo-

1PeecNu1J8VNKpgR13nasMZWLcMZrwNJfc
pinarello
Full Member
***
Offline Offline

Activity: 266
Merit: 100


NXT is the future


View Profile
January 19, 2014, 01:33:26 PM
 #20486

The NEX community demand that Nxt developers release the source code that they have previously promised!


https://github.com/slothbag/nxt-decompiled/blob/master/Nxt.java

Decompiled code is not the same as source code.

Still you continue to mislead the community!

The NEX community demands the release of the source code!

Without the source code.... how can we believe that Nxt does not have a trojan or virus in their compiled code?

No source code... no trust.... fundamental crypto principle!


https://github.com/slothbag/nxt-decompiled/blob/master/Nxt.java

wesleyh
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
January 19, 2014, 01:45:20 PM
 #20487

Was there supposed to be a new coin on btc24 today?
Bitventurer
Sr. Member
****
Offline Offline

Activity: 488
Merit: 250

S P 8 D E


View Profile WWW
January 19, 2014, 01:53:23 PM
 #20488

Was there supposed to be a new coin on btc24 today?

you mean 38?

SP8DE - The Game of Chance. Changed.
NxtChg
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000


Simcoin Developer


View Profile WWW
January 19, 2014, 01:54:54 PM
 #20489

The NEX community demand that Nxt developers release the source code that they have previously promised!


The balls on this guy...

Simcoin: https://simtalk.org:444/ | The Simplest Bitcoin Wallet: https://tsbw.io/ | Coinmix: https://coinmix.to | Tippr stats: https://tsbw.io/tippr/
--
About smaragda and his lies: https://medium.com/@nxtchg/about-smaragda-and-his-lies-c376e4694de9
wesleyh
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
January 19, 2014, 01:55:46 PM
 #20490

Was there supposed to be a new coin on btc24 today?

you mean 38?

Right, lol :-)
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
January 19, 2014, 02:01:31 PM
 #20491

Apologies to author of vanitygen, this is all conjecture on my part and I do not know if the previous unsolved theft had anything to do with vanitygen.

Author of the Vanitygen is Jean-Luc.


WARNING: For a given secret prefix, the passwords this program generates
are always the same. Therefore, using a strong secret prefix is crucial.
Anyone who can guess your secret prefix can use this program to also
discover your password
. You have been warned.

Unless you have a clue what the secret prefix of a particular account would be, it is extremely unlikely to find the password of a specific account.

There was another vanitygen, it was closed source

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
punkrock
Hero Member
*****
Offline Offline

Activity: 808
Merit: 1011



View Profile
January 19, 2014, 02:02:22 PM
 #20492

So what's the plan for it?

Get rid of it ASAP.

Exactly! We need an open source client which is secure, fast and usable for every DAU. That will be the day when Nxt goes to the roof.
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
January 19, 2014, 02:04:51 PM
 #20493

https://bitcointalk.org/index.php?topic=422649.0
brooklynbtc
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250

AKA jefdiesel


View Profile
January 19, 2014, 02:07:11 PM
 #20494

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Release 0.5.9:

http://download.nxtcrypto.org/nxt-client-0.5.9.zip

sha256: 35e0454c0eba551637674fa0e607774b864b0f428b5618f0d14f1ddc8d42cb62

...

-----END PGP SIGNATURE-----


Quoted and published to nxtnews.co

http://nxtnews.co/?p=22

SN
S   U   P   E   R    N   E   T
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀   
Uniting cryptocurrencies, Rewarding talent, Sharing benefits..

Blockchain Technology.

rb2
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
January 19, 2014, 02:10:49 PM
 #20495

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Release 0.5.9:

http://download.nxtcrypto.org/nxt-client-0.5.9.zip

sha256: 35e0454c0eba551637674fa0e607774b864b0f428b5618f0d14f1ddc8d42cb62

Change log:

Resolved all remaining thread concurrency issues in the block and
transaction handling. All reported null pointer exceptions, division by
zero, and related bugs should not happen anymore. If you see any
errors in the log at all, please report them in our bug database:
https://bitbucket.org/JeanLucPicard/nxt-public/issues

Added Asset Exchange related APIs:
getAskOrder, getAskOrderIds, getBidOrder, getBidOrderIds,
getAccountCurrentAskOrderIds, getAccountCurrentBidOrderIds.

Prevent the Recent Blocks tab in the browser UI from growing beyond
60 blocks. This should help avoid browser slowdown and freeze during
downloading of the whole blockchain from scratch.

Added transaction re-broadcasting. To make sure a new transaction has
been received by the network, it is broadcasted every minute, until
it shows in the list of unconfirmed or confirmed transactions.

The debug logs are quiet now, in fact I haven't seen any exceptions in
the last 24 h of testing this release. Everybody should give it a try as
I hope this is a really stable release. In particular, peers still
running the buggy 0.5.7 will get blacklisted if they don't upgrade,
because they keep broadcasting malformed JSON blocks and will be treated
as zombies.


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBAgAGBQJS27ABAAoJEFOhyXc7+e2ApRwQAKU7kVb+2alcHMFONiNNO1Jo
6IRIX+m76dDgL8af1Ini+I19nl//gaAKY9yIrynCkcGtVQ94NlJPU9DSW9BeqS8N
hsF51n1bX37znv05LAqJ9E8qLARATaerh5jGaA/vRgNLFUQAlH2u+mDvUbPKX5lr
tq6LTqjbo6JXSDlr3by0ngCxQP/yAfxWAUOU5psZdd8NzemlyR4tV5HOCkU2KpYL
4PLp/QFKgbAbILcYU3/nOexscUziLF+DX9uW0geU4Dvd8rcpLOG8T5q17fZwB+oB
jE6nuLZfQ3O+h1iBSJKE2OXFVSbiTCdBd+MkXOHyX9LFgPd9P1mp+7QUqUb9wEJl
Y+CyrGfymdNhAI3IMnrmBY9XVH+WPHqUwKjDLdof8Queti+FAO/YM32QES6z0srA
aPwOKHtSBjZB+zAW0lurN8wSNFZW+K7uv0XZVRvyBisUrpvjywO0YKhIPVzyfC3M
lq0YWcWlXAWMCklNQqC4cODwYvWeE0siyouqGZbZInDabzHrMzZUupL8METe0ZQ0
HPZMLYxwt6h0BSzNGvZtq+rJbMGDQ56Ep68MJUDmnDS8hVvp1Zbr2C1rDtSwsXnR
4w34P8jY1hkM5MsIrZxGcn32JaGeEhgVrKJysCIQKydWhU0qkPpe1JdAV+dEWn2R
Zohlvsnq9PdQOchaWFJQ
=EHOk
-----END PGP SIGNATURE-----7


Which pgp keys do sign the message? (Or in other words: How do i check the signature?)

Thx
BitcoinForumator
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
January 19, 2014, 02:11:22 PM
 #20496

Btw can someone please make AmishCoin. At least we'll know that it's certainly a last gen coin.
timmyd
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


View Profile
January 19, 2014, 02:15:18 PM
 #20497

The NEX community demand that Nxt developers release the source code that they have previously promised!


https://github.com/slothbag/nxt-decompiled/blob/master/Nxt.java

Decompiled code is not the same as source code.

Still you continue to mislead the community!

The NEX community demands the release of the source code! So that we can copy it pretty please im a dumb fck [b][/b]

Without the source code.... how can we believe that Nxt does not have a trojan or virus in their compiled code?

No source code... no trust.... fundamental crypto principle!

Monthly profits from Www.Banxcapital.com
The safest Exchange around Www.Banx.io Fiat 2 BTC Www.Banxtrade.com
Latest Crypto News Www.Digitalmoneytimes.com

<a href="http://8857bcobvnw90aez2kvoq2wn8w.hop.clickbank.net/?tid=BB" target="_top"><img src="http://www.bonusbagging.co.uk/Banners/728x90_2.jpg" width="728" height="90" alt="Make thousands RISK FREE" border="0"/></a>
NxtChg
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000


Simcoin Developer


View Profile WWW
January 19, 2014, 02:15:40 PM
 #20498

Btw can someone please make AmishCoin. At least we'll know that it's certainly a last gen coin.

Has anyone started the PonziCoin yet or can I trademark it?

Simcoin: https://simtalk.org:444/ | The Simplest Bitcoin Wallet: https://tsbw.io/ | Coinmix: https://coinmix.to | Tippr stats: https://tsbw.io/tippr/
--
About smaragda and his lies: https://medium.com/@nxtchg/about-smaragda-and-his-lies-c376e4694de9
BitcoinForumator
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
January 19, 2014, 02:16:27 PM
 #20499

Btw can someone please make AmishCoin. At least we'll know that it's certainly a last gen coin.

Have anyone started the PonziCoin yet or can I trademark it?

Go for it!
NxtChg
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000


Simcoin Developer


View Profile WWW
January 19, 2014, 02:18:13 PM
 #20500

Btw can someone please make AmishCoin. At least we'll know that it's certainly a last gen coin.

Have anyone started the PonziCoin yet or can I trademark it?

Go for it!

Got it: PonziCoinTM

Simcoin: https://simtalk.org:444/ | The Simplest Bitcoin Wallet: https://tsbw.io/ | Coinmix: https://coinmix.to | Tippr stats: https://tsbw.io/tippr/
--
About smaragda and his lies: https://medium.com/@nxtchg/about-smaragda-and-his-lies-c376e4694de9
Pages: « 1 ... 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 [1025] 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 ... 2557 »
  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!