Pages:
Author

Topic: [ANN] Nxt :: descendant of Bitcoin - page 92. (Read 383989 times)

legendary
Activity: 1344
Merit: 1001
November 24, 2013, 01:37:13 PM
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?
sr. member
Activity: 686
Merit: 259
November 24, 2013, 01:36:51 PM
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?
sr. member
Activity: 252
Merit: 250
November 24, 2013, 01:36:19 PM
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
legendary
Activity: 2142
Merit: 1010
Newbie
November 24, 2013, 01:36:13 PM
How do i send NXT to another user do i send it to there account number?

Yes. Account id is used for that.
hero member
Activity: 714
Merit: 500
November 24, 2013, 01:34:31 PM
How do i send NXT to another user do i send it to there account number?
legendary
Activity: 2142
Merit: 1010
Newbie
November 24, 2013, 01:29:09 PM
Bitcoin is crashing. Is it a coincidence? Cheesy
legendary
Activity: 2142
Merit: 1010
Newbie
November 24, 2013, 01:28:01 PM
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
sr. member
Activity: 252
Merit: 250
November 24, 2013, 01:24:16 PM
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?
legendary
Activity: 2142
Merit: 1010
Newbie
sr. member
Activity: 308
Merit: 292
★YoBit.Net★ 350+ Coins Exchange & Dice
November 24, 2013, 01:22:45 PM

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.
sr. member
Activity: 461
Merit: 252
November 24, 2013, 01:20:12 PM


I shall ignore it?
legendary
Activity: 2142
Merit: 1010
Newbie
November 24, 2013, 01:18:48 PM
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.
sr. member
Activity: 308
Merit: 292
★YoBit.Net★ 350+ Coins Exchange & Dice
November 24, 2013, 01:15:41 PM
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?
legendary
Activity: 2142
Merit: 1010
Newbie
November 24, 2013, 01:10:49 PM
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.
legendary
Activity: 2142
Merit: 1010
Newbie
November 24, 2013, 01:03:34 PM
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?
legendary
Activity: 2142
Merit: 1010
Newbie
November 24, 2013, 01:02:30 PM
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.
legendary
Activity: 2142
Merit: 1010
Newbie
November 24, 2013, 01:00:56 PM
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.
legendary
Activity: 2142
Merit: 1010
Newbie
November 24, 2013, 12:59:30 PM
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.
hero member
Activity: 724
Merit: 500
November 24, 2013, 12:56:02 PM
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.
sr. member
Activity: 252
Merit: 250
November 24, 2013, 12:55:14 PM
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?
Pages:
Jump to: