Bitcoin Forum
April 30, 2024, 09:03:15 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 [188] 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 ... 2557 »
  Print  
Author Topic: NXT :: descendant of Bitcoin - Updated Information  (Read 2761529 times)
Pouncer
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250



View Profile
December 17, 2013, 08:11:26 PM
 #3741

What to do with "Too many open files"?

This link is handy. Bash shell example for Ubuntu here.


Thanks. But I have nothing running except Nxt, so am wondering if it should be addressed by settings within Nxt?

NXTtechdevfund  GPG Key ID: 0x903BC112
1714467795
Hero Member
*
Offline Offline

Posts: 1714467795

View Profile Personal Message (Offline)

Ignore
1714467795
Reply with quote  #2

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

Posts: 1714467795

View Profile Personal Message (Offline)

Ignore
1714467795
Reply with quote  #2

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

Activity: 2142
Merit: 1009

Newbie


View Profile
December 17, 2013, 08:14:29 PM
 #3742

This is a bit disconcerting.  Would it be possible to move the API and nonsecure GUI to 7876?  That way people can still run public nodes w/o exposing their API and non-secure GUI.

Unfortunatelly, no. This is a limitation of Java servlets.


Also, as a usability feature, it may be a good idea for the verify token api to also return the website field in the data it returns along with the account number.  This would make it much harder for someone to just copy a token and present it to someone as a short URL (that doesnt contain their userid/website in the display of the link) because then the person verifying the token may just look for the TRUE in the data that is returned.

If token contained a website this would create a big problem with privacy.
ferment
Full Member
***
Offline Offline

Activity: 168
Merit: 100


IDEX - LIVE Real-time DEX


View Profile
December 17, 2013, 08:15:55 PM
 #3743

What to do with "Too many open files"?

This link is handy. Bash shell example for Ubuntu here.


Thanks. But I have nothing running except Nxt, so am wondering if it should be addressed by settings within Nxt?

That error is caused by Nxt to being able to open any more "files" (aka tcp connections) due to operating system limits.

You can see the limit with this command:
Code:
$ ulimit -n

I think the only fix is limit connections in NXT or increase open file limits.



Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
December 17, 2013, 08:15:57 PM
 #3744

What to do with "Too many open files"?

This link is handy. Bash shell example for Ubuntu here.


Thanks. But I have nothing running except Nxt, so am wondering if it should be addressed by settings within Nxt?

This may be fixed by settings within Jetty.
xchrix
Hero Member
*****
Offline Offline

Activity: 905
Merit: 1001



View Profile
December 17, 2013, 08:33:19 PM
 #3745

is there an API for dgex? havent found anything. i want to draw some charts on cryptocoincharts but i need the last x trades and orderbook.
ferment
Full Member
***
Offline Offline

Activity: 168
Merit: 100


IDEX - LIVE Real-time DEX


View Profile
December 17, 2013, 08:34:50 PM
 #3746

is there an API for dgex? havent found anything. i want to draw some charts on cryptocoincharts but i need the last x trades and orderbook.


http://dgex.com/API/trades.json
http://dgex.com/API/trades24h.json

xchrix
Hero Member
*****
Offline Offline

Activity: 905
Merit: 1001



View Profile
December 17, 2013, 08:50:57 PM
 #3747

is there an API for dgex? havent found anything. i want to draw some charts on cryptocoincharts but i need the last x trades and orderbook.


http://dgex.com/API/trades.json
http://dgex.com/API/trades24h.json

great thank you! orderbook would also be fine!!
opticalcarrier
Full Member
***
Offline Offline

Activity: 238
Merit: 100



View Profile
December 17, 2013, 09:26:40 PM
 #3748

Also, as a usability feature, it may be a good idea for the verify token api to also return the website field in the data it returns along with the account number.  This would make it much harder for someone to just copy a token and present it to someone as a short URL (that doesnt contain their userid/website in the display of the link) because then the person verifying the token may just look for the TRUE in the data that is returned.

If token contained a website this would create a big problem with privacy.
[/quote]


hm sounds like we have been using them for an unintended purpose, can you explain the intention of the token?

also, please answer this question:  assume we run 1 java instance of a non-hallmarked node on a PC.  1 user uses GUI to unlock and start forging.  They close their browser without locking back.  So they are still forging..  BUT what happens then if another user connects to that java instance and unlocks a different passphrase/account?  do both accounts begin forging off the same java instance?

Then, what are the implications if the node is hallmarked with the 1st account?
klee
Legendary
*
Offline Offline

Activity: 1498
Merit: 1000



View Profile
December 17, 2013, 09:31:29 PM
 #3749

is there an API for dgex? havent found anything. i want to draw some charts on cryptocoincharts but i need the last x trades and orderbook.


http://dgex.com/API/trades.json
http://dgex.com/API/trades24h.json

great thank you! orderbook would also be fine!!
Thanks xchrix!!!

http://www.cryptocoincharts.info/period-charts.php?period=alltime&resolution=day&pair=nxt-btc&market=dgex
xchrix
Hero Member
*****
Offline Offline

Activity: 905
Merit: 1001



View Profile
December 17, 2013, 09:47:02 PM
 #3750


just finished it. had some small troubles with the data because it was sorted in the wrong way Wink
would be nice to get a small donation in NXT. i will try to make a wallet!


http://www.cryptocoincharts.info/v2/coins/show/nxt
xibeijan
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001


View Profile
December 17, 2013, 10:00:06 PM
 #3751

Do genesis block owners still hold +50% of the total market cap?

The original 73 accounts from the genesis block transactions have a total balance of 286009248 nxt.






I thought there were 1,000,000,000 NXT in total.  Are you saying there are only 286,009,248 NXT in existance?

Notable projects 2019: Semux, Dero, Wagerr, BEAM
crazybonkers
Member
**
Offline Offline

Activity: 75
Merit: 10


View Profile
December 17, 2013, 10:13:38 PM
 #3752

Do genesis block owners still hold +50% of the total market cap?

The original 73 accounts from the genesis block transactions have a total balance of 286009248 nxt.






I thought there were 1,000,000,000 NXT in total.  Are you saying there are only 286,009,248 NXT in existance?


 No I believe that figure is the current amount held by the 72 accounts after giving away/donating and selling some of the billion Nxt if I understand it correctly.

YinCoin YangCoin ☯☯First Ever POS/POW Alternator! Multipool! ☯ ☯ http://yinyangpool.com/ 
Free Distribution! https://bitcointalk.org/index.php?topic=623937
Bwincoin - 100% Free POS. BGMvuxaH47mwfQJ7iZ6tgJipB1XQLRhFCP
klee
Legendary
*
Offline Offline

Activity: 1498
Merit: 1000



View Profile
December 17, 2013, 10:19:21 PM
 #3753


just finished it. had some small troubles with the data because it was sorted in the wrong way Wink
would be nice to get a small donation in NXT. i will try to make a wallet!


http://www.cryptocoincharts.info/v2/coins/show/nxt
When you are ready with your wallet post here so we can tip you from the giveaway/bounties funds pool!
klee
Legendary
*
Offline Offline

Activity: 1498
Merit: 1000



View Profile
December 17, 2013, 10:20:49 PM
 #3754

Do genesis block owners still hold +50% of the total market cap?

The original 73 accounts from the genesis block transactions have a total balance of 286009248 nxt.






I thought there were 1,000,000,000 NXT in total.  Are you saying there are only 286,009,248 NXT in existance?


 No I believe that figure is the current amount held by the 72 accounts after giving away/donating and selling some of the billion Nxt if I understand it correctly.
BTW people should not forget that NXT are integers (yet) so we are talking about 'Satoshis' equivalent here.
1bn NXT are very few compared to 21M*100K Satoshi..
pinarello
Full Member
***
Offline Offline

Activity: 266
Merit: 100


NXT is the future


View Profile
December 17, 2013, 10:35:41 PM
 #3755


How to get on BTC38 maybe one of the Chinese friends here ?

worldcoin did it this way....

http://worldcoinforum.org/topic/580-get-worldcoin-added-to-btc38/

pin

colinistheman
Hero Member
*****
Offline Offline

Activity: 872
Merit: 1003



View Profile
December 17, 2013, 11:16:26 PM
 #3756

What is the total number of NXT coins that will ever be made?
This is important to me to know before committing to this coin



.
.BIG WINNER!.
[15.00000000 BTC]


▄████████████████████▄
██████████████████████
██████████▀▀██████████
█████████░░░░█████████
██████████▄▄██████████
███████▀▀████▀▀███████
██████░░░░██░░░░██████
███████▄▄████▄▄███████
████▀▀████▀▀████▀▀████
███░░░░██░░░░██░░░░███
████▄▄████▄▄████▄▄████
██████████████████████

▀████████████████████▀
▄████████████████████▄
██████████████████████
█████▀▀█▀▀▀▀▀▀██▀▀████
█████░░░░░░░░░░░░░████
█████░░░░░░░░░░░░▄████
█████░░▄███▄░░░░██████
█████▄▄███▀░░░░▄██████
█████████░░░░░░███████
████████░░░░░░░███████
███████░░░░░░░░███████
███████▄▄▄▄▄▄▄▄███████

██████████████████████
▀████████████████████▀
▄████████████████████▄
███████████████▀▀▀▀▀▀▀
███████████▀▀▄▄█░░░░░█
█████████▀░░█████░░░░█
███████▀░░░░░████▀░░░▀
██████░░░░░░░░▀▄▄█████
█████░▄░░░░░▄██████▀▀█
████░████▄░███████░░░░
███░█████░█████████░░█
███░░░▀█░██████████░░█
███░░░░░░████▀▀██▀░░░░
███░░░░░░███░░░░░░░░░░

██░▄▄▄▄░████▄▄██▄░░░░
████████████▀▀▀▀▀▀▀██
█████████████░█▀▀▀█░███
██████████▀▀░█▀░░░▀█░▀▀
███████▀░▄▄█░█░░░░░█░█▄
████▀░▄▄████░▀█░░░█▀░██
███░▄████▀▀░▄░▀█░█▀░▄░▀
█▀░███▀▀▀░░███░▀█▀░███░
▀░███▀░░░░░████▄░▄████░
░███▀░░░░░░░█████████░░
░███░░░░░░░░░███████░░░
███▀░██░░░░░░▀░▄▄▄░▀░░░
███░██████▄▄░▄█████▄░▄▄

██░████████░███████░█
▄████████████████████▄
████████▀▀░░░▀▀███████
███▀▀░░░░░▄▄▄░░░░▀▀▀██
██░▀▀▄▄░░░▀▀▀░░░▄▄▀▀██
██░▄▄░░▀▀▄▄░▄▄▀▀░░░░██
██░▀▀░░░░░░█░░░░░██░██
██░░░▄▄░░░░█░██░░░░░██
██░░░▀▀░░░░█░░░░░░░░██
██░░░░░▄▄░░█░░░░░██░██
██▄░░░░▀▀░░█░██░░░░░██
█████▄▄░░░░█░░░░▄▄████
█████████▄▄█▄▄████████

▀████████████████████▀




Rainbot
Daily Quests
Faucet
utopianfuture
Sr. Member
****
Offline Offline

Activity: 602
Merit: 268

Internet of Value


View Profile
December 17, 2013, 11:18:01 PM
 #3757


How to get on BTC38 maybe one of the Chinese friends here ?

worldcoin did it this way....

http://worldcoinforum.org/topic/580-get-worldcoin-added-to-btc38/

pin


Don't bother. China is dead Bitcoin wise.


░░░░░░▄▄▄████████▄▄▄
░░░░▄████████████████▄
░░▄███████████████████▄
███████████████████████
▐████████████████████████▌
█████████████████████████
█████████████████████████
█████████████████████████
▐██████████████████████▌
████████████████████████
░░▀████████████████████▀
░░░░▀████████████████▀
░░░░░░▀▀▀████████▀▀▀
  TomoChain  •    •  TomoChain 
░░░░░░▄▄▄████████▄▄▄
░░░░▄████████████████▄
░░▄███████████████████▄
███████████████████████
▐████████████████████████▌
█████████████████████████
█████████████████████████
█████████████████████████
▐██████████████████████▌
████████████████████████
░░▀████████████████████▀
░░░░▀████████████████▀
░░░░░░▀▀▀████████▀▀▀
crazybonkers
Member
**
Offline Offline

Activity: 75
Merit: 10


View Profile
December 17, 2013, 11:26:45 PM
Last edit: December 17, 2013, 11:39:06 PM by crazybonkers
 #3758

What is the total number of NXT coins that will ever be made?
This is important to me to know before committing to this coin


1 Billion is the total Nxt. Each transaction made incurs a fee which can be refined (mined) by any Nxt account.

YinCoin YangCoin ☯☯First Ever POS/POW Alternator! Multipool! ☯ ☯ http://yinyangpool.com/ 
Free Distribution! https://bitcointalk.org/index.php?topic=623937
Bwincoin - 100% Free POS. BGMvuxaH47mwfQJ7iZ6tgJipB1XQLRhFCP
Pouncer
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250



View Profile
December 17, 2013, 11:27:16 PM
 #3759

BTW people should not forget that NXT are integers (yet) so we are talking about 'Satoshis' equivalent here.
1bn NXT are very few compared to 21M*100K Satoshi..
Let's make it 1,000 times more
21M*100M = 2.1 Quadrillion satoshi

NXTtechdevfund  GPG Key ID: 0x903BC112
msin
Legendary
*
Offline Offline

Activity: 1470
Merit: 1004


View Profile
December 18, 2013, 12:02:08 AM
 #3760


How to get on BTC38 maybe one of the Chinese friends here ?

worldcoin did it this way....

http://worldcoinforum.org/topic/580-get-worldcoin-added-to-btc38/

pin


Don't bother. China is dead Bitcoin wise.

I don't think so, there are many people in China still holding BTC.  We have a pretty vibrant Nxt Chinese community.
Pages: « 1 ... 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 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 [188] 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 ... 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!