Author

Topic: NXT :: descendant of Bitcoin - Updated Information - page 2437. (Read 2761629 times)

legendary
Activity: 2142
Merit: 1010
Newbie
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
full member
Activity: 238
Merit: 100
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.
hero member
Activity: 597
Merit: 500
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
hero member
Activity: 597
Merit: 500
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.
legendary
Activity: 2142
Merit: 1010
Newbie
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.
member
Activity: 126
Merit: 10
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!
hero member
Activity: 597
Merit: 500
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.
member
Activity: 126
Merit: 10
the 100% premined coin, interesting concept....
Hmm your ignorance, interesting concept....
hero member
Activity: 566
Merit: 500
Is there another exchange besides dgex.com? I don't like waiting 2 days to withdraw coins.
All but cases where there's something not right are generally handled in 6-12 hrs, minutes if you are lucky. The processing speed for withdrawals is improving due to automation being deployed.

Going into fully automated instant withrawals at this phase of NXT development would be madness. Think all the exchanges failed for their hot wallets being stolen.
legendary
Activity: 2142
Merit: 1010
Newbie
Active peers [1]
Known peers [4607]
Blacklisted peers [96]

is the above normal? My account has been running since 0.3.13 release without stopping.   

Normal. Refresh the webpage.
legendary
Activity: 2142
Merit: 1010
Newbie
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.
hero member
Activity: 924
Merit: 1001
Unlimited Free Crypto
the 100% premined coin, interesting concept....
full member
Activity: 147
Merit: 100
Is there another exchange besides dgex.com? I don't like waiting 2 days to withdraw coins.
member
Activity: 75
Merit: 10
Active peers [1]
Known peers [4607]
Blacklisted peers [96]

is the above normal? My account has been running since 0.3.13 release without stopping.   
full member
Activity: 238
Merit: 100
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?
legendary
Activity: 2142
Merit: 1010
Newbie
Don't u think that 1 bil coins is a bit of a small number if they don't have decimals? Is there a way to implement decimals if there is the need for it? How can that scale at all if it gets more and more widely adopted?

There are 2 decimals, but not usable yet.


That may not be enough. Is it possible to increase the number of decimals (if needed)?

Yes, balances r 64-bit numbers. Only 39 bits r used atm.
legendary
Activity: 2142
Merit: 1010
Newbie
Don't u think that 1 bil coins is a bit of a small number if they don't have decimals? Is there a way to implement decimals if there is the need for it? How can that scale at all if it gets more and more widely adopted?

We have cents, they r not enabled for ordinary payments, but r used in the decentralized exchange.
legendary
Activity: 1734
Merit: 1015
Don't u think that 1 bil coins is a bit of a small number if they don't have decimals? Is there a way to implement decimals if there is the need for it? How can that scale at all if it gets more and more widely adopted?

There are 2 decimals, but not usable yet.


That may not be enough. Is it possible to increase the number of decimals (if needed)?
hero member
Activity: 784
Merit: 500
Don't u think that 1 bil coins is a bit of a small number if they don't have decimals? Is there a way to implement decimals if there is the need for it? How can that scale at all if it gets more and more widely adopted?

There are 2 decimals, but not usable yet.

Decimals could support the rise of the price per NXT as for now you have to pay 1 NXT transaction fees at least. Think about BTC would not be splittable... the price would never be $1000
hero member
Activity: 724
Merit: 500
Don't u think that 1 bil coins is a bit of a small number if they don't have decimals? Is there a way to implement decimals if there is the need for it? How can that scale at all if it gets more and more widely adopted?

There are 2 decimals, but not usable yet.
Jump to: