Author

Topic: NXT :: descendant of Bitcoin - Updated Information - page 554. (Read 2761624 times)

legendary
Activity: 1092
Merit: 1010

They seem to be right there Smiley

When I looked an hour ago we were at 2% and now we are at 18%, and second place  Grin

Keep voting!
sr. member
Activity: 392
Merit: 250
Can someone who has a test server enable API cors and api access? (two settings in nxt-default.properties)

And tell me the server name so I can use that. The bug.airdns.org doesn't accept API access...

So that my online nxt client will work again.
Not sure I got all the settings right, here is the nxt.log output

Server IP is 209.126.73.160

James

Code:
[2014-03-04 03:37:37.244] Debug logging disabled
[2014-03-04 03:37:37.244] Exception stack traces enabled
[2014-03-04 03:37:37.244] nxt.isTestnet = "true"
[2014-03-04 03:37:37.247] logging enabled
[2014-03-04 03:37:37.248] nxt.debugJetty = "false"
[2014-03-04 03:37:37.249] nxt.dbCacheKB = "0"
[2014-03-04 03:37:37.249] nxt.testDbUrl = "jdbc:h2:nxt_test_db/nxt;DB_CLOSE_ON_EXIT=FALSE"
[2014-03-04 03:37:37.277] nxt.maxDbConnections = "10"
[2014-03-04 03:37:37.278] nxt.dbLoginTimeout = "70"
[2014-03-04 03:37:37.969] Database is at level 15
[2014-03-04 03:37:37.973] Updated database is at level 15
[2014-03-04 03:37:38.007] nxt.myPlatform = "PC"
[2014-03-04 03:37:38.008] nxt.myAddress not defined, assuming null
[2014-03-04 03:37:38.008] nxt.peerServerPort = "7874"
[2014-03-04 03:37:38.008] nxt.shareMyAddress = "true"
[2014-03-04 03:37:38.008] nxt.myHallmark not defined, assuming null
[2014-03-04 03:37:38.009] nxt.testnetPeers = "bug.airdns.org"
[2014-03-04 03:37:38.009] nxt.knownBlacklistedPeers not defined, assuming null
[2014-03-04 03:37:38.010] nxt.maxNumberOfConnectedPublicPeers = "20"
[2014-03-04 03:37:38.010] nxt.connectTimeout = "2000"
[2014-03-04 03:37:38.010] nxt.readTimeout = "5000"
[2014-03-04 03:37:38.010] nxt.enableHallmarkProtection = "true"
[2014-03-04 03:37:38.010] nxt.pushThreshold = "0"
[2014-03-04 03:37:38.011] nxt.pullThreshold = "0"
[2014-03-04 03:37:38.011] nxt.blacklistingPeriod = "300000"
[2014-03-04 03:37:38.011] nxt.communicationLoggingMask = "0"
[2014-03-04 03:37:38.011] nxt.sendToPeersLimit = "10"
[2014-03-04 03:37:38.157] nxt.peerServerHost = "0.0.0.0"
[2014-03-04 03:37:38.157] nxt.peerServerIdleTimeout = "5000"
[2014-03-04 03:37:38.290] nxt.enablePeerServerDoSFilter = "true"
[2014-03-04 03:37:38.299] nxt.peerServerDoSFilter.maxRequestsPerSec = "30"
[2014-03-04 03:37:38.299] nxt.peerServerDoSFilter.delayMs = "1000"
[2014-03-04 03:37:38.300] nxt.peerServerDoSFilter.maxRequestMs = "300000"
[2014-03-04 03:37:38.303] nxt.allowedBotHosts = "127.0.0.1; localhost; 0:0:0:0:0:0:0:1;"
[2014-03-04 03:37:38.304] nxt.enableAPIServer = "true"
[2014-03-04 03:37:38.304] nxt.apiServerHost = "127.0.0.1"
[2014-03-04 03:37:38.304] nxt.apiSSL = "false"
[2014-03-04 03:37:38.305] nxt.apiServerIdleTimeout = "30000"
[2014-03-04 03:37:38.307] nxt.apiResourceBase = "html/tools"
[2014-03-04 03:37:38.343] nxt.javadocResourceBase = "html/doc"
[2014-03-04 03:37:38.354] nxt.apiServerCORS = "true"
[2014-03-04 03:37:38.367] nxt.allowedUserHosts = "127.0.0.1; localhost; 0:0:0:0:0:0:0:1;"
[2014-03-04 03:37:38.367] nxt.enableUIServer = "true"
[2014-03-04 03:37:38.367] nxt.uiServerHost = "127.0.0.1"
[2014-03-04 03:37:38.367] nxt.uiSSL = "false"
[2014-03-04 03:37:38.368] nxt.uiServerIdleTimeout = "30000"
[2014-03-04 03:37:38.368] nxt.uiResourceBase = "html/nrs"
[2014-03-04 03:37:38.369] nxt.javadocResourceBase = "html/doc"
[2014-03-04 03:37:38.370] nxt.uiServerCORS = "false"
[2014-03-04 03:37:38.394] Genesis block already in database
[2014-03-04 03:37:38.394] Scanning blockchain...

To make API accessible from outside, you also need to set:
nxt.apiServerHost=0.0.0.0
nxt.allowedBotHosts=*

hero member
Activity: 616
Merit: 500
Quote
It is NOT SAFE to send any transactions with real accounts on test net, Because Those transactions can be replayed on the real blockchain.
Does this mean that if I send 25k testnxt from a test account to another, I could put the same transaction into the main net without actually having the coins?
legendary
Activity: 1181
Merit: 1018
Can someone who has a test server enable API cors and api access? (two settings in nxt-default.properties)

And tell me the server name so I can use that. The bug.airdns.org doesn't accept API access...

So that my online nxt client will work again.
Not sure I got all the settings right, here is the nxt.log output

Server IP is 209.126.73.160

James

Code:
[2014-03-04 03:37:37.244] Debug logging disabled
[2014-03-04 03:37:37.244] Exception stack traces enabled
[2014-03-04 03:37:37.244] nxt.isTestnet = "true"
[2014-03-04 03:37:37.247] logging enabled
[2014-03-04 03:37:37.248] nxt.debugJetty = "false"
[2014-03-04 03:37:37.249] nxt.dbCacheKB = "0"
[2014-03-04 03:37:37.249] nxt.testDbUrl = "jdbc:h2:nxt_test_db/nxt;DB_CLOSE_ON_EXIT=FALSE"
[2014-03-04 03:37:37.277] nxt.maxDbConnections = "10"
[2014-03-04 03:37:37.278] nxt.dbLoginTimeout = "70"
[2014-03-04 03:37:37.969] Database is at level 15
[2014-03-04 03:37:37.973] Updated database is at level 15
[2014-03-04 03:37:38.007] nxt.myPlatform = "PC"
[2014-03-04 03:37:38.008] nxt.myAddress not defined, assuming null
[2014-03-04 03:37:38.008] nxt.peerServerPort = "7874"
[2014-03-04 03:37:38.008] nxt.shareMyAddress = "true"
[2014-03-04 03:37:38.008] nxt.myHallmark not defined, assuming null
[2014-03-04 03:37:38.009] nxt.testnetPeers = "bug.airdns.org"
[2014-03-04 03:37:38.009] nxt.knownBlacklistedPeers not defined, assuming null
[2014-03-04 03:37:38.010] nxt.maxNumberOfConnectedPublicPeers = "20"
[2014-03-04 03:37:38.010] nxt.connectTimeout = "2000"
[2014-03-04 03:37:38.010] nxt.readTimeout = "5000"
[2014-03-04 03:37:38.010] nxt.enableHallmarkProtection = "true"
[2014-03-04 03:37:38.010] nxt.pushThreshold = "0"
[2014-03-04 03:37:38.011] nxt.pullThreshold = "0"
[2014-03-04 03:37:38.011] nxt.blacklistingPeriod = "300000"
[2014-03-04 03:37:38.011] nxt.communicationLoggingMask = "0"
[2014-03-04 03:37:38.011] nxt.sendToPeersLimit = "10"
[2014-03-04 03:37:38.157] nxt.peerServerHost = "0.0.0.0"
[2014-03-04 03:37:38.157] nxt.peerServerIdleTimeout = "5000"
[2014-03-04 03:37:38.290] nxt.enablePeerServerDoSFilter = "true"
[2014-03-04 03:37:38.299] nxt.peerServerDoSFilter.maxRequestsPerSec = "30"
[2014-03-04 03:37:38.299] nxt.peerServerDoSFilter.delayMs = "1000"
[2014-03-04 03:37:38.300] nxt.peerServerDoSFilter.maxRequestMs = "300000"
[2014-03-04 03:37:38.303] nxt.allowedBotHosts = "127.0.0.1; localhost; 0:0:0:0:0:0:0:1;"
[2014-03-04 03:37:38.304] nxt.enableAPIServer = "true"
[2014-03-04 03:37:38.304] nxt.apiServerHost = "127.0.0.1"
[2014-03-04 03:37:38.304] nxt.apiSSL = "false"
[2014-03-04 03:37:38.305] nxt.apiServerIdleTimeout = "30000"
[2014-03-04 03:37:38.307] nxt.apiResourceBase = "html/tools"
[2014-03-04 03:37:38.343] nxt.javadocResourceBase = "html/doc"
[2014-03-04 03:37:38.354] nxt.apiServerCORS = "true"
[2014-03-04 03:37:38.367] nxt.allowedUserHosts = "127.0.0.1; localhost; 0:0:0:0:0:0:0:1;"
[2014-03-04 03:37:38.367] nxt.enableUIServer = "true"
[2014-03-04 03:37:38.367] nxt.uiServerHost = "127.0.0.1"
[2014-03-04 03:37:38.367] nxt.uiSSL = "false"
[2014-03-04 03:37:38.368] nxt.uiServerIdleTimeout = "30000"
[2014-03-04 03:37:38.368] nxt.uiResourceBase = "html/nrs"
[2014-03-04 03:37:38.369] nxt.javadocResourceBase = "html/doc"
[2014-03-04 03:37:38.370] nxt.uiServerCORS = "false"
[2014-03-04 03:37:38.394] Genesis block already in database
[2014-03-04 03:37:38.394] Scanning blockchain...



it should eventually confirm for TESTNET, shouldn't it ??

Code:

azo@box:~/workbench/nxt_084e$ ./run.sh
Initializing Nxt server version 0.8.4e
[2014-03-04 09:32:17.681] nxt.debug = "false"
[2014-03-04 09:32:17.682] nxt.enableStackTraces = "true"
[2014-03-04 09:32:17.682] nxt.log = "nxt.log"
[2014-03-04 09:32:17.683] Debug logging disabled
[2014-03-04 09:32:17.683] Exception stack traces enabled
[2014-03-04 09:32:17.683] nxt.isTestnet = "true"
[2014-03-04 09:32:17.685] logging enabled
[2014-03-04 09:32:17.685] nxt.debugJetty = "false"
[2014-03-04 09:32:17.686] nxt.dbCacheKB = "0"
[2014-03-04 09:32:17.686] nxt.testDbUrl = "jdbc:h2:nxt_test_db/nxt;DB_CLOSE_ON_EXIT=FALSE"
[2014-03-04 09:32:17.703] nxt.maxDbConnections = "10"
[2014-03-04 09:32:17.703] nxt.dbLoginTimeout = "70"
[2014-03-04 09:32:18.234] Database is at level 15
[2014-03-04 09:32:18.237] Updated database is at level 15
[2014-03-04 09:32:18.264] nxt.myPlatform = "LINUX"
[2014-03-04 09:32:18.264] nxt.myAddress not defined, assuming null
[2014-03-04 09:32:18.264] nxt.peerServerPort = "7874"
[2014-03-04 09:32:18.264] nxt.shareMyAddress = "true"
[2014-03-04 09:32:18.264] nxt.myHallmark not defined, assuming null
[2014-03-04 09:32:18.265] nxt.testnetPeers = "bug.airdns.org"
[2014-03-04 09:32:18.265] nxt.knownBlacklistedPeers not defined, assuming null
[2014-03-04 09:32:18.266] nxt.maxNumberOfConnectedPublicPeers = "20"
[2014-03-04 09:32:18.266] nxt.connectTimeout = "2000"
[2014-03-04 09:32:18.266] nxt.readTimeout = "5000"
[2014-03-04 09:32:18.266] nxt.enableHallmarkProtection = "true"
[2014-03-04 09:32:18.266] nxt.pushThreshold = "0"
[2014-03-04 09:32:18.266] nxt.pullThreshold = "0"
[2014-03-04 09:32:18.267] nxt.blacklistingPeriod = "300000"
[2014-03-04 09:32:18.267] nxt.communicationLoggingMask = "0"
[2014-03-04 09:32:18.267] nxt.sendToPeersLimit = "10"
[2014-03-04 09:32:18.373] nxt.peerServerHost = "0.0.0.0"
[2014-03-04 09:32:18.373] nxt.peerServerIdleTimeout = "5000"
[2014-03-04 09:32:18.394] nxt.enablePeerServerDoSFilter = "true"
[2014-03-04 09:32:18.418] nxt.peerServerDoSFilter.maxRequestsPerSec = "30"
[2014-03-04 09:32:18.418] nxt.peerServerDoSFilter.delayMs = "1000"
[2014-03-04 09:32:18.418] nxt.peerServerDoSFilter.maxRequestMs = "300000"
[2014-03-04 09:32:18.420] nxt.allowedBotHosts = "127.0.0.1; localhost; 0:0:0:0:0:0:0:1;"
[2014-03-04 09:32:18.420] nxt.enableAPIServer = "true"
[2014-03-04 09:32:18.421] nxt.apiServerHost = "127.0.0.1"
[2014-03-04 09:32:18.421] nxt.apiSSL = "false"
[2014-03-04 09:32:18.421] nxt.apiServerIdleTimeout = "30000"
[2014-03-04 09:32:18.422] nxt.apiResourceBase = "html/tools"
[2014-03-04 09:32:18.441] nxt.javadocResourceBase = "html/doc"
[2014-03-04 09:32:18.448] nxt.apiServerCORS = "true"
[2014-03-04 09:32:18.456] nxt.allowedUserHosts = "127.0.0.1; localhost; 0:0:0:0:0:0:0:1;"
[2014-03-04 09:32:18.457] nxt.enableUIServer = "true"
[2014-03-04 09:32:18.457] nxt.uiServerHost = "127.0.0.1"
[2014-03-04 09:32:18.457] nxt.uiSSL = "false"
[2014-03-04 09:32:18.458] nxt.uiServerIdleTimeout = "30000"
[2014-03-04 09:32:18.458] nxt.uiResourceBase = "html/nrs"
[2014-03-04 09:32:18.458] nxt.javadocResourceBase = "html/doc"
[2014-03-04 09:32:18.459] nxt.uiServerCORS = "false"
[2014-03-04 09:32:18.473] Genesis block already in database
[2014-03-04 09:32:18.473] Scanning blockchain...
[2014-03-04 09:32:33.569] ...done
[2014-03-04 09:32:33.614] Started peer networking server at 0.0.0.0:6874
[2014-03-04 09:32:33.621] Started API server at 127.0.0.1:6876
[2014-03-04 09:32:33.671] Started user interface server at 127.0.0.1:6875
[2014-03-04 09:32:33.676] Nxt server 0.8.4e started successfully.
[2014-03-04 09:32:33.676] RUNNING ON TESTNET - DO NOT USE REAL ACCOUNTS!
[2014-03-04 09:36:28.260] nxt.apiServerEnforcePOST = "true"

legendary
Activity: 1181
Merit: 1018
possible bug:

Asset 'UniGots' on the AE looks OK:


http://localhost:6876/nxt?asset=16739598998421896224&requestType=getAsset

quantity - 1347
account - 1738404304940813414
name - UniGots
description - pink Unicorn Ingots


BUT:

When I use the 'getTrades' api call on UniGots

http://localhost:6876/nxt?requestType=getTrades&asset=16739598998421896224&lastIndex=&firstIndex=
 
caught reply back from api:

{'error': 'java.lang.ArrayIndexOutOfBoundsException: 10', 'trades': [{'quantity': 5, 'askOrderId': '16804729641686889636', 'price': 13500, 'timestamp': 8021490, 'bidOrderId': '16894845653194739948'}, {'quantity': 1, 'askOrderId': '16804729641686889636', 'price': 13500, 'timestamp': 8025375, 'bidOrderId': '14455203640957777987'}, {'quantity': 7, 'askOrderId': '7839783522903260472', 'price': 13400, 'timestamp': 8026163, 'bidOrderId': '14467462901247063168'}, {'quantity': 4, 'askOrderId': '16048137907548087764', 'price': 100, 'timestamp': 8032357, 'bidOrderId': '15746707519176847489'}, {'quantity': 2, 'askOrderId': '16048137907548087764', 'price': 100, 'timestamp': 8033226, 'bidOrderId': '8319185166921374940'}, {'quantity': 3, 'askOrderId': '16048137907548087764', 'price': 100, 'timestamp': 8036442, 'bidOrderId': '6577882615661649354'}, {'quantity': 1, 'askOrderId': '16048137907548087764', 'price': 100, 'timestamp': 8036795, 'bidOrderId': '13788441733067440409'}, {'quantity': 2, 'askOrderId': '5931858299805989527', 'price': 100, 'timestamp': 8036795, 'bidOrderId': '13788441733067440409'}, {'quantity': 3, 'askOrderId': '5931858299805989527', 'price': 100, 'timestamp': 8053725, 'bidOrderId': '18116073350319174941'}, {'quantity': 5, 'askOrderId': '8019245057507275010', 'price': 2000, 'timestamp': 8053725, 'bidOrderId': '18116073350319174941'}]}


The results look good, but the NRS adds a java complaint - can anyone reproduce this ??

legendary
Activity: 1176
Merit: 1134
Can someone who has a test server enable API cors and api access? (two settings in nxt-default.properties)

And tell me the server name so I can use that. The bug.airdns.org doesn't accept API access...

So that my online nxt client will work again.
Not sure I got all the settings right, here is the nxt.log output

Server IP is 209.126.73.160

James

Code:
[2014-03-04 03:37:37.244] Debug logging disabled
[2014-03-04 03:37:37.244] Exception stack traces enabled
[2014-03-04 03:37:37.244] nxt.isTestnet = "true"
[2014-03-04 03:37:37.247] logging enabled
[2014-03-04 03:37:37.248] nxt.debugJetty = "false"
[2014-03-04 03:37:37.249] nxt.dbCacheKB = "0"
[2014-03-04 03:37:37.249] nxt.testDbUrl = "jdbc:h2:nxt_test_db/nxt;DB_CLOSE_ON_EXIT=FALSE"
[2014-03-04 03:37:37.277] nxt.maxDbConnections = "10"
[2014-03-04 03:37:37.278] nxt.dbLoginTimeout = "70"
[2014-03-04 03:37:37.969] Database is at level 15
[2014-03-04 03:37:37.973] Updated database is at level 15
[2014-03-04 03:37:38.007] nxt.myPlatform = "PC"
[2014-03-04 03:37:38.008] nxt.myAddress not defined, assuming null
[2014-03-04 03:37:38.008] nxt.peerServerPort = "7874"
[2014-03-04 03:37:38.008] nxt.shareMyAddress = "true"
[2014-03-04 03:37:38.008] nxt.myHallmark not defined, assuming null
[2014-03-04 03:37:38.009] nxt.testnetPeers = "bug.airdns.org"
[2014-03-04 03:37:38.009] nxt.knownBlacklistedPeers not defined, assuming null
[2014-03-04 03:37:38.010] nxt.maxNumberOfConnectedPublicPeers = "20"
[2014-03-04 03:37:38.010] nxt.connectTimeout = "2000"
[2014-03-04 03:37:38.010] nxt.readTimeout = "5000"
[2014-03-04 03:37:38.010] nxt.enableHallmarkProtection = "true"
[2014-03-04 03:37:38.010] nxt.pushThreshold = "0"
[2014-03-04 03:37:38.011] nxt.pullThreshold = "0"
[2014-03-04 03:37:38.011] nxt.blacklistingPeriod = "300000"
[2014-03-04 03:37:38.011] nxt.communicationLoggingMask = "0"
[2014-03-04 03:37:38.011] nxt.sendToPeersLimit = "10"
[2014-03-04 03:37:38.157] nxt.peerServerHost = "0.0.0.0"
[2014-03-04 03:37:38.157] nxt.peerServerIdleTimeout = "5000"
[2014-03-04 03:37:38.290] nxt.enablePeerServerDoSFilter = "true"
[2014-03-04 03:37:38.299] nxt.peerServerDoSFilter.maxRequestsPerSec = "30"
[2014-03-04 03:37:38.299] nxt.peerServerDoSFilter.delayMs = "1000"
[2014-03-04 03:37:38.300] nxt.peerServerDoSFilter.maxRequestMs = "300000"
[2014-03-04 03:37:38.303] nxt.allowedBotHosts = "127.0.0.1; localhost; 0:0:0:0:0:0:0:1;"
[2014-03-04 03:37:38.304] nxt.enableAPIServer = "true"
[2014-03-04 03:37:38.304] nxt.apiServerHost = "127.0.0.1"
[2014-03-04 03:37:38.304] nxt.apiSSL = "false"
[2014-03-04 03:37:38.305] nxt.apiServerIdleTimeout = "30000"
[2014-03-04 03:37:38.307] nxt.apiResourceBase = "html/tools"
[2014-03-04 03:37:38.343] nxt.javadocResourceBase = "html/doc"
[2014-03-04 03:37:38.354] nxt.apiServerCORS = "true"
[2014-03-04 03:37:38.367] nxt.allowedUserHosts = "127.0.0.1; localhost; 0:0:0:0:0:0:0:1;"
[2014-03-04 03:37:38.367] nxt.enableUIServer = "true"
[2014-03-04 03:37:38.367] nxt.uiServerHost = "127.0.0.1"
[2014-03-04 03:37:38.367] nxt.uiSSL = "false"
[2014-03-04 03:37:38.368] nxt.uiServerIdleTimeout = "30000"
[2014-03-04 03:37:38.368] nxt.uiResourceBase = "html/nrs"
[2014-03-04 03:37:38.369] nxt.javadocResourceBase = "html/doc"
[2014-03-04 03:37:38.370] nxt.uiServerCORS = "false"
[2014-03-04 03:37:38.394] Genesis block already in database
[2014-03-04 03:37:38.394] Scanning blockchain...
legendary
Activity: 1512
Merit: 1004
sr. member
Activity: 392
Merit: 265
Downloaded 0.8.3 on Ubuntu, started the run.sh.
Now when I go to https://127.0.0.1:7875/ I see nothing.
What is going on?Huh?

http://

10x, m8!
sr. member
Activity: 308
Merit: 250
Can someone who has a test server enable API cors and api access? (two settings in nxt-default.properties)

And tell me the server name so I can use that. The bug.airdns.org doesn't accept API access...

So that my online nxt client will work again.
sr. member
Activity: 308
Merit: 250
Downloaded 0.8.3 on Ubuntu, started the run.sh.
Now when I go to https://127.0.0.1:7875/ I see nothing.
What is going on?Huh?

http://
newbie
Activity: 42
Merit: 0
Guys

We've finally got NXT up and running over at Bittrex.com!  Come check it out.

https://www.bittrex.com/Market/Index?MarketName=BTC-NXT

A big thanks to opticalcarrier for helping us with getting the wallets up and answering our questions; also to Randall for getting us hooked up with the right people.

Thanks
Richie

Great! 
But can you please not refer to "NextCoin" at "Active Markets"? It is just "Nxt".
sr. member
Activity: 392
Merit: 265
Downloaded 0.8.3 on Ubuntu, started the run.sh.
Now when I go to https://127.0.0.1:7875/ I see nothing.
What is going on?Huh?
sr. member
Activity: 364
Merit: 250
☕ NXT-4BTE-8Y4K-CDS2-6TB82
Hi, thank for your help Wink

I'm just hosting my node on a vps to also support the network while forging.

So the forging is pretty slow if I understand right.
Well, i think i'll just be patient Wink

Any idea about the % you earn when you get a block ? can't really find any formula.

100% of the transactions fees.
newbie
Activity: 32
Merit: 0
Hi, thank for your help Wink

I'm just hosting my node on a vps to also support the network while forging.

So the forging is pretty slow if I understand right.
Well, i think i'll just be patient Wink

Any idea about the % you earn when you get a block ? can't really find any formula.

Hi,

I'm pretty new in NXT but I'm looking it since a while.

I bought some of them 1 month ago (50k) in order to forge more.

What I notice after 1 month of forging is:
 - I have a chance to forge only once per week
 - I forged nothing

I did something wrong maybe ?

edit:
checking my node:
"you can generate the next block in 39 days".

:-/

You are fine. Did you set up a Raspberry Pi for that?
If you believe in NXT the best think you can do (besides setting up a VPS) is to run a low-power node like the Raspi and do not think so much of it.

Start creating services on top of NXT. This is where the profit lies.
sr. member
Activity: 364
Merit: 250
☕ NXT-4BTE-8Y4K-CDS2-6TB82
Hi,

I'm pretty new in NXT but I'm looking it since a while.

I bought some of them 1 month ago (50k) in order to forge more.

What I notice after 1 month of forging is:
 - I have a chance to forge only once per week
 - I forged nothing

I did something wrong maybe ?

edit:
checking my node:
"you can generate the next block in 39 days".

:-/

You are fine. Did you set up a Raspberry Pi for that?
If you believe in NXT the best think you can do (besides setting up a VPS) is to run a low-power node like the Raspi and do not think so much of it.

Start creating services on top of NXT. This is where the profit lies.
Jump to: