Bitcoin Forum
April 26, 2024, 07:13:15 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 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 ... 2557 »
  Print  
Author Topic: NXT :: descendant of Bitcoin - Updated Information  (Read 2761529 times)
inkadnb
Member
**
Offline Offline

Activity: 126
Merit: 10


View Profile
December 06, 2013, 10:38:49 AM
 #2401

the 100% premined coin, interesting concept....
Hmm your ignorance, interesting concept....

1714158795
Hero Member
*
Offline Offline

Posts: 1714158795

View Profile Personal Message (Offline)

Ignore
1714158795
Reply with quote  #2

1714158795
Report to moderator
1714158795
Hero Member
*
Offline Offline

Posts: 1714158795

View Profile Personal Message (Offline)

Ignore
1714158795
Reply with quote  #2

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

Posts: 1714158795

View Profile Personal Message (Offline)

Ignore
1714158795
Reply with quote  #2

1714158795
Report to moderator
1714158795
Hero Member
*
Offline Offline

Posts: 1714158795

View Profile Personal Message (Offline)

Ignore
1714158795
Reply with quote  #2

1714158795
Report to moderator
nexern
Hero Member
*****
Offline Offline

Activity: 597
Merit: 500



View Profile
December 06, 2013, 10:46:18 AM
 #2402

nxt doing fine.

blocks with fees are rising. number of accounts also.

just added statistics, have a look: http://87.230.14.1/nxt/nxt.cgi?action=40


ps: due to the courtesy of  GCInc.(tickerapi) i can add btc/usd equivalents to the account balance today.
inkadnb
Member
**
Offline Offline

Activity: 126
Merit: 10


View Profile
December 06, 2013, 10:52:16 AM
 #2403

nxt doing fine.

blocks with fees are rising. number of accounts also.

just added statistics, have a look: http://87.230.14.1/nxt/nxt.cgi?action=40


ps: due to the courtesy of  GCInc.(tickerapi) i can add btc/usd equivalents to the account balance today.


Great job!

Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
December 06, 2013, 11:12:15 AM
 #2404

nxt doing fine.

blocks with fees are rising. number of accounts also.

just added statistics, have a look: http://87.230.14.1/nxt/nxt.cgi?action=40


ps: due to the courtesy of  GCInc.(tickerapi) i can add btc/usd equivalents to the account balance today.


Could u fix this interface "bug"?




NRS uses

Code:
(block.baseTarget >= 100000 ? Math.round(block.baseTarget / 1000) : (block.baseTarget >= 10000 ? Math.round(block.baseTarget / 100) / 10 : (block.baseTarget >= 1000 ? Math.round(block.baseTarget / 10) / 100 : block.baseTarget / 1000))) + " %";

block.baseTarget is in 1000th of percent.
nexern
Hero Member
*****
Offline Offline

Activity: 597
Merit: 500



View Profile
December 06, 2013, 11:15:27 AM
 #2405

nxt doing fine.

blocks with fees are rising. number of accounts also.

just added statistics, have a look: http://87.230.14.1/nxt/nxt.cgi?action=40


ps: due to the courtesy of  GCInc.(tickerapi) i can add btc/usd equivalents to the account balance today.


Great job!

thanks,
dev question: anyone knows a ready to use plain c-lib for charting?
otherwise i would use cairo by adding a dsl charting dialect on top of this
but this would take some days, which would be better invest into a mining calculator.
i think this one is important because many users here asking how much coins needed
to mine a specific amount/day.
nexern
Hero Member
*****
Offline Offline

Activity: 597
Merit: 500



View Profile
December 06, 2013, 11:23:41 AM
Last edit: December 06, 2013, 11:43:13 AM by nexern
 #2406

Quote
Could u fix this interface "bug"?

sure, have to revised the target data.

Quote
block.baseTarget is in 1000th of percent.

yes, i am not sure with the whole target and block generation algo atm.
timediffs between blocks needs to consider also?
will contact you later this day with some questions about this ;-)

edit: nxt-bce -> baseTarget * 100 / 153722867
NxtChoice
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
December 06, 2013, 11:41:59 AM
 #2407

I have opened my account in one computer and try my luck to get some tx fees, so how about to opened it in another computer? Is it OK for PoS generation? Is those two are both forging at the same time, or only the latest one is ok and the old one is discarded?


Both will be forging.

Yeah, great.
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
December 06, 2013, 11:44:57 AM
 #2408

I have opened my account in one computer and try my luck to get some tx fees, so how about to opened it in another computer? Is it OK for PoS generation? Is those two are both forging at the same time, or only the latest one is ok and the old one is discarded?


Both will be forging.

Yeah, great.


But the outcome will be the same as if only one was forging. Smiley
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
December 06, 2013, 11:50:30 AM
 #2409

@ Java gurus:

I'm going to get rid of Serialization that's used to load/save data files. Would it be a good idea to use http://docs.oracle.com/javase/7/docs/api/java/nio/MappedByteBuffer.html? I thinking about mapping the files into the memory and leaving the rest for the OS. If a node is being shut down the OS will dump memory to the disk, right?
skyered
Full Member
***
Offline Offline

Activity: 131
Merit: 100


View Profile
December 06, 2013, 12:16:37 PM
 #2410

Could someone simply explain for a newb how to secure my Nxt application?

- Do NOT run Nxt on a VPS.  Only run Nxt locally.  Even if you connect to your VPS securely via SSH, you are still not safe because all VPSs have backdoors.
- 7874 (tcp) is used for P2P communication, the http web client and API commands.  This is the only port that needs to be open to run Nxt.
- 7875 (tcp) is used for the https web client.
bybitcoin
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500



View Profile
December 06, 2013, 12:40:22 PM
 #2411

I can no longer connect to my account using local 7875 port running the java client, only possible through 7874 peers port. Why?
klee
Legendary
*
Offline Offline

Activity: 1498
Merit: 1000



View Profile
December 06, 2013, 12:42:47 PM
 #2412

I can no longer connect to my account using local 7875 port running the java client, only possible through 7874 peers port. Why?
Tried httpS ?
bybitcoin
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500



View Profile
December 06, 2013, 01:16:19 PM
 #2413

I can no longer connect to my account using local 7875 port running the java client, only possible through 7874 peers port. Why?
Tried httpS ?
Thank you klee, worked out with adding https!
In general which is safer local7874 or local7875?
By the way I am stuck at 8786 block for more than 30 minutes Sad
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
December 06, 2013, 01:17:40 PM
 #2414

I can no longer connect to my account using local 7875 port running the java client, only possible through 7874 peers port. Why?
Tried httpS ?
Thank you klee, worked out with adding https!
In general which is safer local7874 or local7875?
By the way I am stuck at 8786 block for more than 30 minutes Sad

I see block 9118. Delete peers.nxt and catch recent blocks.
bybitcoin
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500



View Profile
December 06, 2013, 01:18:31 PM
 #2415

I can no longer connect to my account using local 7875 port running the java client, only possible through 7874 peers port. Why?
Tried httpS ?
Thank you klee, worked out with adding https!
In general which is safer local7874 or local7875?
By the way I am stuck at 8786 block for more than 30 minutes Sad

I see block 9118. Delete peers.nxt and catch recent blocks.
In general which is safer local7874 or local7875?
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
December 06, 2013, 01:23:40 PM
 #2416

In general which is safer local7874 or local7875?

Both.
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
December 06, 2013, 01:40:40 PM
 #2417

W.T.F. ?

manrus
Legendary
*
Offline Offline

Activity: 1334
Merit: 1004


TTM


View Profile
December 06, 2013, 01:42:12 PM
 #2418

W.T.F. ?



Troll admin from dgex ?
laowai80
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
December 06, 2013, 01:42:35 PM
 #2419

back to normal now )
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
December 06, 2013, 01:48:30 PM
 #2420

Troll admin from dgex ?

Or leaked from the future. LOL.
Pages: « 1 ... 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 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 ... 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!