Author

Topic: NXT :: descendant of Bitcoin - Updated Information - page 820. (Read 2761627 times)

legendary
Activity: 1162
Merit: 1005
[2014-02-17 20:15:55.657] DEBUG: Failed to accept block 2507106602597677499 at h
eight 68774 received from node01.nxtcrypto.de, blacklisting
[2014-02-17 20:16:02.117] DEBUG: Failed to accept block 2507106602597677499 at h
eight 68774 received from node90.nxtbase.com, blacklisting
[2014-02-17 20:16:06.913] DEBUG: Failed to accept block 2507106602597677499 at h
eight 68774 received from node01.nxtcrypto.de, blacklisting

Block 2507106602597677499 is the correct block to be at that height:
http://87.230.14.1/nxt/nxt.cgi?action=1000&blk=2507106602597677499

If your node refuses to accept it, this means you are on a fork. Your base target is probably very high too, another indication of being on the wrong fork.

If it doesn't recover by itself, you will need to delete the nxt_db folder and redownload the blockchain.

Okay, strange.

I started 0.7.5 fresh. So no files from a previous installation, downloaded the blockchain from scratch. Also sending and receiving money goes without a problem (I even forged a block yesterday evening).

I will try to redownload the blockchain.

Thanks for answering!

Yes, that's strange. I also get mass of these errors on my public node, but I think I'm sure I am not on the fork, comparing public node blocks info with private nodeblocks and blockchain.
legendary
Activity: 2142
Merit: 1010
Newbie
What do you think about TaPoS?

@JL
@CfB
Would it be possible to include TaPoS into NXT?

I think nothing, not interested enough to spend time on deep reading.
legendary
Activity: 1540
Merit: 1016
what's up guys. give please testNXT 11726704843988639528
sr. member
Activity: 308
Merit: 250
CfB,

Is there a definition of the bytes in a transaction? I am trying to figure out which ones are AM and which ones are not.
I thought maybe doing a getTransaction call would return what type of transaction it is, but it doesnt seem to.

getTransaction response includes type / subtype

Code:
	if (transaction.type == 0) {
    transactionType = "Ordinary payment";
    } else if (transaction.type == 1) {
    if (transaction.subtype == 0) {
    transactionType = "Arbitrary message";
    } else {
    transactionType = "Alias assignment";
    }
    } else if (transaction.type == 2) {
    switch (transaction.subtype) {
    case 0:
    transactionType = "Asset issuance";
    break;
    case 1:
    transactionType = "Asset transfer";
    break;
    case 2:
    transactionType = "Ask order placement";
    break;
    case 3:
    transactionType = "Bid order placement";
    break;
    case 4:
    transactionType = "Ask order cancellation";
    break;
    case 5:
    transactionType = "Bid order cancellation";
    break;
    }
    }
xcn
newbie
Activity: 51
Merit: 0
Hello!
can i have some testNXTs please?
14150851297671723944
sr. member
Activity: 308
Merit: 250
I just checked it , your effectiveBalance is zero.. your "balance" is 2900.. Will have to ask come-from-beyond how this is possible?..

It takes some time: 1440 blocks

http://wiki.nxtcrypto.org/wiki/Nxt_API#Get_Balance

ok, that is for forging, why is effectivebalance used for everything else also?  (in testnet)

You mean for the Asset Exchange and the Voting System?

jefdiesel can't do anything (no messaging, no AE, ..) at the moment because effectiveBalance is zero, but balance is 2000nxt. on the testnet. (yes, where AE is tested).
legendary
Activity: 1176
Merit: 1134
CfB,

Is there a definition of the bytes in a transaction? I am trying to figure out which ones are AM and which ones are not.
I thought maybe doing a getTransaction call would return what type of transaction it is, but it doesnt seem to.
hero member
Activity: 808
Merit: 1011
It would be great if we could send a system-message to all accounts, which were active in the past 7 days to promote such votings. With a client, which uses auto-update-function it should work easily.

LET'S CATCH THE DOGE!

>>>>>>>>>>>>>>> PLEASE VOTE! <<<<<<<<<<<<<<<

Unregistered users are allowed up to 3 votes per hour, whilst registered users are allowed 6 votes per hour!

Please quote me, share on Twitter, Facebook, Reddit... thanks!

LET'S CATCH THE DOGE!
sr. member
Activity: 364
Merit: 250
☕ NXT-4BTE-8Y4K-CDS2-6TB82
I just checked it , your effectiveBalance is zero.. your "balance" is 2900.. Will have to ask come-from-beyond how this is possible?..

It takes some time: 1440 blocks

http://wiki.nxtcrypto.org/wiki/Nxt_API#Get_Balance

ok, that is for forging, why is effectivebalance used for everything else also?  (in testnet)

You mean for the Asset Exchange and the Voting System?
sr. member
Activity: 308
Merit: 250
I just checked it , your effectiveBalance is zero.. your "balance" is 2900.. Will have to ask come-from-beyond how this is possible?..

It takes some time: 1440 blocks

http://wiki.nxtcrypto.org/wiki/Nxt_API#Get_Balance

ok, that is for forging, why is effectivebalance used for everything else also?  (in testnet)
sr. member
Activity: 338
Merit: 250

Block 2507106602597677499 is the correct block to be at that height:
http://87.230.14.1/nxt/nxt.cgi?action=1000&blk=2507106602597677499

If your node refuses to accept it, this means you are on a fork. Your base target is probably very high too, another indication of being on the wrong fork.

If it doesn't recover by itself, you will need to delete the nxt_db folder and redownload the blockchain.

Okay, strange.

I started 0.7.5 fresh. So no files from a previous installation, downloaded the blockchain from scratch. Also sending and receiving money goes without a problem (I even forged a block yesterday evening).

I will try to redownload the blockchain.

Thanks for answering!

Redownloaded the blockchain, but to no avail:

[2014-02-17 21:04:56.203] DEBUG: Will apply sql:
ALTER TABLE block DROP COLUMN IF EXISTS index
[2014-02-17 21:04:56.223] DEBUG: Will apply sql:
ALTER TABLE transaction DROP COLUMN IF EXISTS index
[2014-02-17 21:04:56.234] Updated database is at level 15
[2014-02-17 21:04:56.444] Genesis block not in database, starting from scratch
[2014-02-17 21:04:56.610] Scanning blockchain...
[2014-02-17 21:04:56.693] ...Done
[2014-02-17 21:04:56.812] NRS 0.7.5 started successfully.
[2014-02-17 21:14:22.821] Checksum passed at block 30000
[2014-02-17 21:22:23.586] DEBUG: Failed to accept block 13734259069497850723 at
height 68803 received from node55.nxtbase.com, blacklisting
[2014-02-17 21:22:26.391] DEBUG: Failed to accept block 13734259069497850723 at
height 68803 received from miasik.no-ip.org, blacklisting
[2014-02-17 21:22:50.345] DEBUG: Failed to accept block 209947979157787352 at he
ight 68804 received from nxt.homer.ru, blacklisting
[2014-02-17 21:23:02.295] DEBUG: Failed to accept block 209947979157787352 at he
ight 68804 received from node10.nxtbase.com, blacklisting
sr. member
Activity: 897
Merit: 284
A system has already been created to reward running a public node.  https://www.peerexplorer.com/ (seems to be down right now for maintenance).

Sponsors create caches in the form of small amounts of NXT which are rewarded to registered public nodes.

Hmmm....must have been asleep at my desk when this happened. or it could have got lost in the information tsunami that is this thread.....

...or another thread:
https://nextcoin.org/index.php/topic,2266.120.html

Obviously I need to get out more......pity the cache system seems to have got gamed/broken.

LOL, probably lost in the tsunami Wink

Looking at the nextcoin.org post, seems he's shutting it down after some recent changes let someone walk away with 4100 NXT...  A real pity.  The peerexplorer.com cache system encouraged me to set up a few extra public VPS nodes.  Hope he reconsiders...

Thinking generally here: we've put a lot of effort into clients, AM, AE, marketing, etc over the last few weeks, but network infrastructure has been put a little to one side, since the massive efforts we made in December/January to get the current infrastructure up and running smoothly.

Looking at the peer explorer :
https://www.peerexplorer.com/
I'm only seeing 399 active nodes right now. One of them is mine, so I am currently responsible for 0.25% of NXTs network.
 Hmmmm......I would feel happier if we had more nodes. 1000 seems like a nice number.

So, what do u guys think? Do we need more nodes ?
How can we encourage more people to run nodes, given that forging revenues are not exactly brilliant right now?

For some reason my node never shows on Peer Explorer, yet people are connected to it. I also am able to claim caches there.
*shrug*
sr. member
Activity: 364
Merit: 250
☕ NXT-4BTE-8Y4K-CDS2-6TB82
I just checked it , your effectiveBalance is zero.. your "balance" is 2900.. Will have to ask come-from-beyond how this is possible?..

It takes some time: 1440 blocks

http://wiki.nxtcrypto.org/wiki/Nxt_API#Get_Balance
sr. member
Activity: 394
Merit: 250
guckguck...hallöle
After some problems i solved the installing of the wallet in my localbrowser. Can someone send me some Test NXT to the adress:   9271107083356993375

Many thanks for your help  Kiss
hero member
Activity: 854
Merit: 1001
A system has already been created to reward running a public node.  https://www.peerexplorer.com/ (seems to be down right now for maintenance).

Sponsors create caches in the form of small amounts of NXT which are rewarded to registered public nodes.

Hmmm....must have been asleep at my desk when this happened. or it could have got lost in the information tsunami that is this thread.....

...or another thread:
https://nextcoin.org/index.php/topic,2266.120.html

Obviously I need to get out more......pity the cache system seems to have got gamed/broken.

LOL, probably lost in the tsunami Wink

Looking at the nextcoin.org post, seems he's shutting it down after some recent changes let someone walk away with 4100 NXT...  A real pity.  The peerexplorer.com cache system encouraged me to set up a few extra public VPS nodes.  Hope he reconsiders...

Thinking generally here: we've put a lot of effort into clients, AM, AE, marketing, etc over the last few weeks, but network infrastructure has been put a little to one side, since the massive efforts we made in December/January to get the current infrastructure up and running smoothly.

Looking at the peer explorer :
https://www.peerexplorer.com/
I'm only seeing 399 active nodes right now. One of them is mine, so I am currently responsible for 0.25% of NXTs network.
 Hmmmm......I would feel happier if we had more nodes. 1000 seems like a nice number.

So, what do u guys think? Do we need more nodes ?
How can we encourage more people to run nodes, given that forging revenues are not exactly brilliant right now?
sr. member
Activity: 308
Merit: 250

15265031083387211287
if i go to open orders, i have about 8 orders for testDiesel placed, and I try to cancel them, but it wont let me


I sent you an arbitrary message Wink ..

did you receive it ?

it received but when i tried to reply it said not enough funds, even though its showing 2900 in my balance

I just checked it , your effectiveBalance is zero.. your "balance" is 2900.. Will have to ask come-from-beyond how this is possible?..
sr. member
Activity: 364
Merit: 250
☕ NXT-4BTE-8Y4K-CDS2-6TB82
What do you think about TaPoS?

@JL
@CfB
Would it be possible to include TaPoS into NXT?
member
Activity: 80
Merit: 10
I just created account in http://nxtra.org/nxt-client/

NXT:1583769375542943526

can anyone tell me how to fund this account?
sr. member
Activity: 336
Merit: 250
AKA jefdiesel

15265031083387211287
if i go to open orders, i have about 8 orders for testDiesel placed, and I try to cancel them, but it wont let me


I sent you an arbitrary message Wink ..

did you receive it ?

it received but when i tried to reply it said not enough funds, even though its showing 2900 in my balance
sr. member
Activity: 364
Merit: 250
☕ NXT-4BTE-8Y4K-CDS2-6TB82
[2014-02-17 20:15:55.657] DEBUG: Failed to accept block 2507106602597677499 at h
eight 68774 received from node01.nxtcrypto.de, blacklisting
[2014-02-17 20:16:02.117] DEBUG: Failed to accept block 2507106602597677499 at h
eight 68774 received from node90.nxtbase.com, blacklisting
[2014-02-17 20:16:06.913] DEBUG: Failed to accept block 2507106602597677499 at h
eight 68774 received from node01.nxtcrypto.de, blacklisting

Block 2507106602597677499 is the correct block to be at that height:
http://87.230.14.1/nxt/nxt.cgi?action=1000&blk=2507106602597677499

If your node refuses to accept it, this means you are on a fork. Your base target is probably very high too, another indication of being on the wrong fork.

If it doesn't recover by itself, you will need to delete the nxt_db folder and redownload the blockchain.


What is wrong with the consensus mechanism?
Jump to: