Author

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

legendary
Activity: 1512
Merit: 1004
any detailed info of test on WIN?

What is WIN?
Sorry for my mistake,I mean how to test nodecoin on windows system?

You need compile yourself, I guess
got it ,thanks.
legendary
Activity: 2184
Merit: 1000

when you finally going to stop wasting time, money and resources on all them useless side projects of yours.

STOP BURNING COMMUNITY NXT on useless marketing and side project with 0 result

stick to BCNext his plan.

 Shocked
full member
Activity: 224
Merit: 100
[TEST RELEASE OF NODECOIN MINER]

Any solutions for those not comfortable compiling, using command line tools etc?

edit: I ask because I just discovered Xcode 5 no longer includes GCC.
it should work with most compilers, but I made compiled versions:

Ubuntu version: http://209.126.71.170/ubuntu/nodeminer md5 e5e7b827e86b92168a28d33fcb6ea1ce
Mac version http://209.126.71.170/mac/nodeminer md5 b5f52738f6b42378d76f90a8a1902253

when you finally going to stop wasting time, money and resources on all them useless side projects of yours.

STOP BURNING COMMUNITY NXT on useless marketing and side project with 0 result

stick to BCNext his plan.

Huh, since when were you so concerned about NXT? If I remember correctly... something something, you dumping, and the price goes up over 50%.

FYI, James is doing great work. He just implemented the first working coin on top of NXT (although obviously in the testnet, this is new territory).
legendary
Activity: 1092
Merit: 1010

Cool to see another web client, however it seems to be using api calls that will be removed soon (getInitialData / processNewData)

Who made this? Smiley
full member
Activity: 168
Merit: 100
[TEST RELEASE OF NODECOIN MINER]

Any solutions for those not comfortable compiling, using command line tools etc?

edit: I ask because I just discovered Xcode 5 no longer includes GCC.
it should work with most compilers, but I made compiled versions:

Ubuntu version: http://209.126.71.170/ubuntu/nodeminer md5 e5e7b827e86b92168a28d33fcb6ea1ce
Mac version http://209.126.71.170/mac/nodeminer md5 b5f52738f6b42378d76f90a8a1902253

when you finally going to stop wasting time, money and resources on all them useless side projects of yours.

STOP BURNING COMMUNITY NXT on useless marketing and side project with 0 result

stick to BCNext his plan.
hero member
Activity: 784
Merit: 500
[TEST RELEASE OF NODECOIN MINER]

I did a quick proof of concept NXTcoin today. The coin is actually a NXT AE Asset called "nodecoin", there are 1 billion nodecoins. I made a nodeminer that has been tested on Mac and Linux, no guarantees on Windows. It is is pretty portable C in a self-contained file, so there is a decent chance it will compile under Windows. Let me know if you get it ported to Windows.

OK, so nodecoin was a great idea from Mises_77 yesterday. It inspired me to do some programming and I took a lot of shortcuts. No complaining about lack of features, it is less than 12 hours old!

How does it work? You simply run nodeminer from the command line with your NXT acct id. It does not needs your passkey. For now it is hardcoded to testnet and has a very fast cycle time of 10 seconds. Every 10 seconds that you are forging, 1 nodecoin is "created". However, I was lazy and didnt bother to keep track of who forged which coins, and I certainly didnt database the incoming info. I just add up everyone's total into unclaimed nodecoins. If you are forging, you will be able to see the total unclaimed nodecoins.

Now comes the fun part. ANYBODY can claim all the unclaimed nodecoins by sending in 1 NXT!!

Of course, if there is more than 1 bidder, then the highest bidder wins. I would like to test higher load scenarios, so the more people that test it, the better.

There will be a contest. The one who has the most nodecoins in about 48 hours, will win a 1000 NXT bounty.  Please report any fatal bugs.

build with: gcc -o nodeminer nodeminer.c -lcurl
run with: ./nodeminder

James


I can´t understand how it supposed to work..?
Everyone is mining, but the coins  go to the guy who claims them?
sr. member
Activity: 308
Merit: 250

Cool to see another web client, however it seems to be using api calls that will be removed soon (getInitialData / processNewData)
full member
Activity: 224
Merit: 100
Back to problems with my public node. Today I see all blocks, which appears in blockchain and in recents blocks are not accepted in my public node with the error "DEBUG: Block XXXXXXXXXXXXXXXXXXXX not accepted. Previous block id doesn't match".

What is going on? Do I need to shutdown my node?

Public node http://217.17.88.5:7874/ It shows correct blockchain blocks, it is not on fork.

It just means other nodes are generating incorrect blocks (perhaps on a fork). Don't worry about it if you aren't on a fork.

It says debug, not error Wink
sr. member
Activity: 364
Merit: 250
☕ NXT-4BTE-8Y4K-CDS2-6TB82
- does it mean, then if your node fell into fork, it will automatically recover to the correct chain in 720 blocks time?

No.

It means after 720 blocks a node will never recover!
hero member
Activity: 798
Merit: 500

Just tested it, check it out. It's an alternative style for the web client:



Code:
## Installation

To install Nxs, copy the directory to the `webapps/root` directory of the Nxt Client and rename it to `nxs`. Then, open `etc/webdefault.xml` and add this:


relativeResourceBase
/nxs
    


... I'm too used to the original but it's cool Wink
legendary
Activity: 1092
Merit: 1010
legendary
Activity: 1092
Merit: 1010
1. community raises NXT for charity
2. charity gets NXT
3. What happens now? Do they hold or sell it?

I think the third point is important. We believe that the price will rise in the future, so it would be wise for them to hold. That would mean also that they don't need a huge pile of NXT. But who are we to tell them "just hold it, this will (probably) help you enormously in the future". How did the BTC community 'handled' it?

Many little projects with a goal of maybe 20,000 NXT or two or three big projects and a huge load of NXT from the community.

What are the consequences for marketing?

When the Nxt are theirs, they're theirs. It's up to them to decide.
We can advise, but that advice will always be biased.

It must be clear THEY decide, as it's their money.

This will also mean they will actually have to research Nxt to make a decision Smiley

Edit: this is also a reason Songs of love was chosen, as they don't want it converted to USD, but actually want the cryptos.
sr. member
Activity: 421
Merit: 250
HEAT Ledger
Hi,

I'm developing AE UI but against the java api, not the json api. How would i go about that? Can i get a copy of the test nxt blockchain (if there is any) or the class files used on holms.cloudapp.net:6874?

Thanks!

http://holms.cloudapp.net:6874/testnxt.zip

Thanks!
legendary
Activity: 1162
Merit: 1005
Back to problems with my public node. Today I see all blocks, which appears in blockchain and in recents blocks are not accepted in my public node with the error "DEBUG: Block XXXXXXXXXXXXXXXXXXXX not accepted. Previous block id doesn't match".

What is going on? Do I need to shutdown my node?

Public node http://217.17.88.5:7874/ It shows correct blockchain blocks, it is not on fork.
legendary
Activity: 2142
Merit: 1010
Newbie
Hi,

I'm developing AE UI but against the java api, not the json api. How would i go about that? Can i get a copy of the test nxt blockchain (if there is any) or the class files used on holms.cloudapp.net:6874?

Thanks!

http://holms.cloudapp.net:6874/testnxt.zip
full member
Activity: 154
Merit: 100
1. community raises NXT for charity
2. charity gets NXT
3. What happens now? Do they hold or sell it?

I think the third point is important. We believe that the price will rise in the future, so it would be wise for them to hold. That would mean also that they don't need a huge pile of NXT. But who are we to tell them "just hold it, this will (probably) help you enormously in the future". How did the BTC community 'handled' it?

Many little projects with a goal of maybe 20,000 NXT or two or three big projects and a huge load of NXT from the community.

What are the consequences for marketing?
legendary
Activity: 2142
Merit: 1010
Newbie
- does it mean, then if your node fell into fork, it will automatically recover to the correct chain in 720 blocks time?

No.
sr. member
Activity: 421
Merit: 250
HEAT Ledger
Hi,

I'm developing AE UI but against the java api, not the json api. How would i go about that? Can i get a copy of the test nxt blockchain (if there is any) or the class files used on holms.cloudapp.net:6874?

Thanks!
legendary
Activity: 1792
Merit: 1038
...  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?
- yes, it would be nice to hear the answer. How can it happens, that node "doesn't recover by itself" ?  If so, that it is definitely something wrong with the consensus mechanism ...
Only 720 block depth for autorecovery is allowed.
- does it mean, then if your node fell into fork, it will automatically recover to the correct chain in 720 blocks time?
legendary
Activity: 1181
Merit: 1002
Wow!

I didn't see this one coming. Great work.

https://twitter.com/NxtCrypto/status/435696284570103808/photo/1

looks nice at first glance.

what made me laugh:
Quote
Nxs, pronounced "Nexus"
source: https://github.com/Regulus343/Nxs

Nexus, rings a bell, right?  Grin
Jump to: