Bitcoin Forum
April 27, 2024, 08:40:56 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 [55] 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 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 ... 146 »
  Print  
Author Topic: [ANN] Nxt :: descendant of Bitcoin  (Read 383782 times)
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
November 24, 2013, 05:59:30 PM
 #1081

when I start Nxt in cmd:

[2013-11-24 18:47:19.278] Nxt 0.2.3 started.
[2013-11-24 18:47:29.688] java.io.IOException: An established connection was abo
rted by the software in your host machine
[2013-11-24 18:48:34.684] java.io.IOException: An established connection was abo
rted by the software in your host machine
[2013-11-24 18:49:04.684] java.io.IOException: An established connection was abo
rted by the software in your host machine
...

what's wrong?

PS browser is opened (http://localhost:7875/)



Nothing. Ignore these.
1714207256
Hero Member
*
Offline Offline

Posts: 1714207256

View Profile Personal Message (Offline)

Ignore
1714207256
Reply with quote  #2

1714207256
Report to moderator
"The nature of Bitcoin is such that once version 0.1 was released, the core design was set in stone for the rest of its lifetime." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714207256
Hero Member
*
Offline Offline

Posts: 1714207256

View Profile Personal Message (Offline)

Ignore
1714207256
Reply with quote  #2

1714207256
Report to moderator
1714207256
Hero Member
*
Offline Offline

Posts: 1714207256

View Profile Personal Message (Offline)

Ignore
1714207256
Reply with quote  #2

1714207256
Report to moderator
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
November 24, 2013, 06:00:56 PM
 #1082

Code:
[2013-11-24 12:52:58.320] Nxt 0.2.3 started.
[2013-11-24 12:52:58.461] java.io.IOException: An operation was attempted on som
ething that is not a socket
[2013-11-24 12:53:03.457] java.io.IOException: An operation was attempted on som
ething that is not a socket
[2013-11-24 12:53:08.457] java.io.IOException: An operation was attempted on som
ething that is not a socket

Any help? The client seems to load fine, but it doesn't show that I have the 1 coin the online client shows.

I can't mine without this client on my computer working correct?

Check if blockchain of ur client has the same number of blocks as online client does. And check what the last block height is.

U can mine on any node.
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
November 24, 2013, 06:02:30 PM
 #1083

Well, I updated my node with a quick fix provided by BCNext. Let's see which fork wins.

How to make the VPS node start mining independently?

Unlock an account on that node and then just close the webpage.

That's easy Smiley, but what about security issues raised by some like transmitting passphrases to an online client?

Owner of the node or anyone who sees ur traffic can intercept ur password and steal the coins.

So first part is OK, as I am owner of node.

1) What about the second part? How to make it safer?
2) If 10 users unlock their accounts through my node, and then close their webpage, does that mean my node is mining for all 10 users?

1. It's still not secure if someone sniffs ur connection.
2. Yes, u will be mining for 10 users. But ur hardware won't notice even if it mines for 1000 users. It's a proof-of-stake coin.
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
November 24, 2013, 06:03:34 PM
 #1084

When I first opened the local client on my system I've got a timer counting down until I can mine the next block. I left it for 2 hours. I see I've mined a block, but now the timer is gone. Even if I restart the client, reload the page, I see nodes connected to me, but no more timer on the blocks section! This is on build 23.

Does restarting the node solve the issue?
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
November 24, 2013, 06:10:49 PM
 #1085

Someone sent 1 NXT with 211 NXT fee. http://88.198.210.245:7876/?request=getTransaction&transaction=11208448953589580614

Let's support miners with higher fee. While the network is not so big we r subject to 51% attack, miners save us.
eon89
Sr. Member
****
Offline Offline

Activity: 308
Merit: 292

★YoBit.Net★ 350+ Coins Exchange & Dice


View Profile
November 24, 2013, 06:15:41 PM
 #1086

Code:
[2013-11-24 13:10:06.387] java.io.IOException: The remote computer refused the n
etwork connection.

Exception in thread "Thread-7" java.nio.channels.ReadPendingException
        at sun.nio.ch.AsynchronousSocketChannelImpl.read(Unknown Source)
        at sun.nio.ch.AsynchronousSocketChannelImpl.read(Unknown Source)
        at java.nio.channels.AsynchronousSocketChannel.read(Unknown Source)
        at Nxt$1.completed(Unknown Source)
        at Nxt$1.completed(Unknown Source)
        at sun.nio.ch.Invoker.invokeUnchecked(Unknown Source)
        at sun.nio.ch.Invoker.invokeUnchecked(Unknown Source)
        at sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ReadTask.completed(Un
known Source)
        at sun.nio.ch.Iocp$EventHandlerTask.run(Unknown Source)
        at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
[2013-11-24 13:10:24.492] java.io.IOException: An established connection was abo
rted by the software in your host machine
[2013-11-24 13:10:40.597] java.io.IOException: The semaphore timeout period has
expired.

I restarted the computer after trying a fix I found online and the blocks now match. I have this error though.

How do you start mining so I can know if it is affecting that?

Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
November 24, 2013, 06:18:48 PM
 #1087

Code:
[2013-11-24 13:10:06.387] java.io.IOException: The remote computer refused the n
etwork connection.

Exception in thread "Thread-7" java.nio.channels.ReadPendingException
        at sun.nio.ch.AsynchronousSocketChannelImpl.read(Unknown Source)
        at sun.nio.ch.AsynchronousSocketChannelImpl.read(Unknown Source)
        at java.nio.channels.AsynchronousSocketChannel.read(Unknown Source)
        at Nxt$1.completed(Unknown Source)
        at Nxt$1.completed(Unknown Source)
        at sun.nio.ch.Invoker.invokeUnchecked(Unknown Source)
        at sun.nio.ch.Invoker.invokeUnchecked(Unknown Source)
        at sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ReadTask.completed(Un
known Source)
        at sun.nio.ch.Iocp$EventHandlerTask.run(Unknown Source)
        at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
[2013-11-24 13:10:24.492] java.io.IOException: An established connection was abo
rted by the software in your host machine
[2013-11-24 13:10:40.597] java.io.IOException: The semaphore timeout period has
expired.

I restarted the computer after trying a fix I found online and the blocks now match. I have this error though.

How do you start mining so I can know if it is affecting that?

If there is more than 15 second difference in time then other nodes will disconnect u.

Unlock an account u want to mine with. Open Block / Recent blocks widget. U should see a timer showing how much till next generated block.

If it's a new account than u must wait 1440 block (~1 day) before u be able to mine. That was done as protection against an attack devised by Cunicula.
svost
Sr. Member
****
Offline Offline

Activity: 461
Merit: 252


View Profile
November 24, 2013, 06:20:12 PM
 #1088



I shall ignore it?

4NovacoinyLfMCjTzqDXcaGNTrykfDBNkP
eon89
Sr. Member
****
Offline Offline

Activity: 308
Merit: 292

★YoBit.Net★ 350+ Coins Exchange & Dice


View Profile
November 24, 2013, 06:22:45 PM
 #1089


If it's a new account than u must wait 1440 block (~1 day) before u be able to mine. That was done as protection against an attack devised by Cunicula.

Ah that would be it. Thanks.

Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
November 24, 2013, 06:23:11 PM
 #1090



I shall ignore it?

Aye.
Pouncer
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250



View Profile
November 24, 2013, 06:24:16 PM
 #1091

Someone sent 1 NXT with 211 NXT fee. http://88.198.210.245:7876/?request=getTransaction&transaction=11208448953589580614

Let's support miners with higher fee. While the network is not so big we r subject to 51% attack, miners save us.

Where to find tx number: transaction=11208448953589580614?

NXTtechdevfund  GPG Key ID: 0x903BC112
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
November 24, 2013, 06:28:01 PM
 #1092

Someone sent 1 NXT with 211 NXT fee. http://88.198.210.245:7876/?request=getTransaction&transaction=11208448953589580614

Let's support miners with higher fee. While the network is not so big we r subject to 51% attack, miners save us.

Where to find tx number: transaction=11208448953589580614?

U have to use Nxt API. I do it such a way:

1. I notice block id in Recent blocks and do http://88.198.210.245:7876/?request=getBlock&block=6655037457003426334
2. Then I look at "transactions":[] ("11208448953589580614" in our case) and do http://88.198.210.245:7876/?request=getTransaction&transaction=11208448953589580614
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
November 24, 2013, 06:29:09 PM
 #1093

Bitcoin is crashing. Is it a coincidence? Cheesy
timmyd
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


View Profile
November 24, 2013, 06:34:31 PM
 #1094

How do i send NXT to another user do i send it to there account number?

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>
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
November 24, 2013, 06:36:13 PM
 #1095

How do i send NXT to another user do i send it to there account number?

Yes. Account id is used for that.
Pouncer
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250



View Profile
November 24, 2013, 06:36:19 PM
 #1096

Someone sent 1 NXT with 211 NXT fee. http://88.198.210.245:7876/?request=getTransaction&transaction=11208448953589580614

Let's support miners with higher fee. While the network is not so big we r subject to 51% attack, miners save us.

Where to find tx number: transaction=11208448953589580614?

U have to use Nxt API. I do it such a way:

1. I notice block id in Recent blocks and do http://88.198.210.245:7876/?request=getBlock&block=6655037457003426334
2. Then I look at "transactions":[] ("11208448953589580614" in our case) and do http://88.198.210.245:7876/?request=getTransaction&transaction=11208448953589580614


Cool! Got it. Thanks Smiley

NXTtechdevfund  GPG Key ID: 0x903BC112
Boing7898
Sr. Member
****
Offline Offline

Activity: 686
Merit: 259



View Profile
November 24, 2013, 06:36:51 PM
 #1097

How do i send NXT to another user do i send it to there account number?

Yes. Account id is used for that.
Looks like your node is offline?
pabloangello
Legendary
*
Offline Offline

Activity: 1344
Merit: 1001


View Profile
November 24, 2013, 06:37:13 PM
 #1098

Code:
[2013-11-24 13:10:06.387] java.io.IOException: The remote computer refused the n
etwork connection.

Exception in thread "Thread-7" java.nio.channels.ReadPendingException
        at sun.nio.ch.AsynchronousSocketChannelImpl.read(Unknown Source)
        at sun.nio.ch.AsynchronousSocketChannelImpl.read(Unknown Source)
        at java.nio.channels.AsynchronousSocketChannel.read(Unknown Source)
        at Nxt$1.completed(Unknown Source)
        at Nxt$1.completed(Unknown Source)
        at sun.nio.ch.Invoker.invokeUnchecked(Unknown Source)
        at sun.nio.ch.Invoker.invokeUnchecked(Unknown Source)
        at sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ReadTask.completed(Un
known Source)
        at sun.nio.ch.Iocp$EventHandlerTask.run(Unknown Source)
        at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
[2013-11-24 13:10:24.492] java.io.IOException: An established connection was abo
rted by the software in your host machine
[2013-11-24 13:10:40.597] java.io.IOException: The semaphore timeout period has
expired.

I restarted the computer after trying a fix I found online and the blocks now match. I have this error though.

How do you start mining so I can know if it is affecting that?

If there is more than 15 second difference in time then other nodes will disconnect u.

Unlock an account u want to mine with. Open Block / Recent blocks widget. U should see a timer showing how much till next generated block.

If it's a new account than u must wait 1440 block (~1 day) before u be able to mine. That was done as protection against an attack devised by Cunicula.

I have same problem.
I locked account on my http://localhost:7875/  and what now? Should I have it open for 1day? Or it is enough that wallet address was created and after ~1day when I open it again will be I able to mine?
Do I have to do anything else or for ~1day time from now it is all for me?

CoinBuzz
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250



View Profile
November 24, 2013, 06:37:43 PM
 #1099

how to mine?

is it need any special software ?

Join ASAP: FREE BITCOIN
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
November 24, 2013, 06:40:55 PM
 #1100

How do i send NXT to another user do i send it to there account number?

Yes. Account id is used for that.
Looks like your node is offline?

Yes. 256 Mb is not enough, but I can't get more without changing IP address which is bad coz my node is used as a bootstrapper.
Pages: « 1 ... 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 [55] 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 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 ... 146 »
  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!