Author

Topic: NXT :: descendant of Bitcoin - Updated Information - page 826. (Read 2761626 times)

legendary
Activity: 1176
Merit: 1134
CfB (or anybody that knows)

What is the best way to invoke API from C?
I just need one example of the right way, eg. is it using curl, if so can you post exact syntax

Thanks

James

Use curl to send a HTTP GET request.
Ah, so GET not POST
Can you show me exact syntax, especially something that gets it directly into memory?
sr. member
Activity: 336
Merit: 250
AKA jefdiesel
Hey CfB - can you send me some testNXT to

1738404304940813414

Thanks!

I did a major refactor of my useCase architecture, now I can just dump in new uses Cool

No testcoins, sorry.

Guys, does anyone have testcoins left?


I still have 50 k TestNxt

I don't seem to be getting any on


1738404304940813414

I tried browser at https://holms.cloudapp.net:6875/ as well as my client ...


are you sure they went to the reight place?


This recipient 1738404304940813414  doesn't exist ..... :/

what about 15265031083387211287?
 im not showing anything recieved on Wesleys app, or the NRS 0.7.4
hero member
Activity: 854
Merit: 1001
My summary of stuff from the last 20 pages:

Drexme.....arse. Seems to be sorted, but I don't really want him back in the community.

DGEX. I have no problems with DGEX. Some people obviously do, and I'm not going to get into the rights and wrongs of it here. Just try to get along, please.  Like I said before, I'll build a personal Thunderdome where we can settle our differences after we get rich, but until then...tolerance pls.

Nodes/VPS/miners.
We havent put much emphasis on NXT network infrastructure lately, maybe its time for a review of what assets we have, and what we are going to need in the future.

I need to emphasise that people should, if they can, run public/private nodes. Every little bit helps....
And it's not too expensive. An Amazon EC2 VPS costs around $2-3 per month to run, non-hallmarked, running 24/7.
A private node costs almost nothing to run, unless u are hallmarking with some serious weight, in which case u can afford some bandwidth fees. Run nodes....it's good for NXT.
Dont worry about forging income, it'll be minimal. Do it for the good of NXT.

To encourage running nodes: i like the idea of a colored-coin reward for running a public or private node. This could be a good way of bringing the mining community on board, and I'd like some love for keeping my nodes up, as well.
It costs a trivial amount to run a NXT node , in comparison to the costs of running a mining rig, so maybe we could encourage miners (and others) to run NXT nodes, in addition to their mining, by giving them a mining-style reward if they are prepared to keep a NXT node up and running on their rigs. Call the color coin Nexus......reward one Nexus per 10 mins runtime/per node ?
Need someone more technical to work this out, so take it away boys.....

@jl777 and Damelon:
Hats off mode, u guys are being so damn productive.

Last idea: integration of NXT (or a NXT colored coin/asset) as in-game currency.
May I suggest World of Tanks as a good start point ? Based purely on geography.




sr. member
Activity: 336
Merit: 250
AKA jefdiesel
We should collect some NXT from marketingfund, unclaimed NXT fund, some stakeholders could donate also. Then move the domain to the 3 unclaimed-nxt treasurers or Anon.

?

edit: "and also there is only one NXT.org" is this a threat? Huh If the community buys the domain, then you get the money you paid. Simple.

Wait, what? How much do you want? Are you crazy?

1.8M
legendary
Activity: 1778
Merit: 1043
#Free market
Hey CfB - can you send me some testNXT to

1738404304940813414

Thanks!

I did a major refactor of my useCase architecture, now I can just dump in new uses Cool

No testcoins, sorry.

Guys, does anyone have testcoins left?


I still have 50 k TestNxt

I don't seem to be getting any on


1738404304940813414

I tried browser at https://holms.cloudapp.net:6875/ as well as my client ...


are you sure they went to the reight place?


This recipient 1738404304940813414  doesn't exist ..... :/
sr. member
Activity: 336
Merit: 250
AKA jefdiesel
can i get enough testNXT to issue some assets please

15265031083387211287

Hi , i sent you 1K TestNxt yesterday , did you receive it ?




I did thanks, bought some assets, now I don't have enough to issue any. Please send more






hm not showing here either
 



First I thought I may be doing something wrong - but when I do 'getAccountPublicKey' I get:

errorDescription - Unknown account
errorCode - 5

 What does 'getAccountPublicKey' show for you?



my test account is showing
{"publicKey":"41c82619e1909880fdc12b62a03e56b1c28e9220a45d5f20f848eee43845607d"}
hero member
Activity: 910
Merit: 1000
We should collect some NXT from marketingfund, unclaimed NXT fund, some stakeholders could donate also. Then move the domain to the 3 unclaimed-nxt treasurers or Anon.

?

edit: "and also there is only one NXT.org" is this a threat? Huh If the community buys the domain, then you get the money you paid. Simple.

Quote
So, you paid 11500,- Euro for NXT.org, right?

Quote
yes

Quote
1.8M NXT

Are you crazy?
legendary
Activity: 1181
Merit: 1018
Hey CfB - can you send me some testNXT to

1738404304940813414

Thanks!

I did a major refactor of my useCase architecture, now I can just dump in new uses Cool

No testcoins, sorry.

Guys, does anyone have testcoins left?


I still have 50 k TestNxt

I don't seem to be getting any on


1738404304940813414

I tried browser at https://holms.cloudapp.net:6875/ as well as my client ...


are you sure they went to the reight place?


Thanks, that thing is cool! But nothing there either ....

1738404304940813414



Try this , http://nxtra.org/nxt-client/


you have to use the same password that use to holms.cloudapp.net .
sr. member
Activity: 392
Merit: 250
I cant seem to find any information on the http://wiki.nxtcrypto.org/wiki/Nxt_API about the getNewData request.
Also looking in the source for 0.7.4 it seems to be missing. Is that API removed?
Thanks. And what about getInitialData? And where can i find more info on API plans/roadmap.
Neither of those was to be considered a part of the API. They are only used by the current NRS javascript client. If you are looking at 0.7 decompiled sources or javadoc, anything under the nxt.user package is not a part of the API and may just disappear one day. The official http/json API is provided only by the classes in nxt.http.

Except nobody has had the time to write some javadoc documentation about each of those, so refer to the wiki for details.

legendary
Activity: 2142
Merit: 1010
Newbie
CfB (or anybody that knows)

What is the best way to invoke API from C?
I just need one example of the right way, eg. is it using curl, if so can you post exact syntax

Thanks

James

Use curl to send a HTTP GET request.
legendary
Activity: 1778
Merit: 1043
#Free market
Hey CfB - can you send me some testNXT to

1738404304940813414

Thanks!

I did a major refactor of my useCase architecture, now I can just dump in new uses Cool

No testcoins, sorry.

Guys, does anyone have testcoins left?


I still have 50 k TestNxt

I don't seem to be getting any on


1738404304940813414

I tried browser at https://holms.cloudapp.net:6875/ as well as my client ...


are you sure they went to the reight place?



Try this , http://nxtra.org/nxt-client/


you have to use the same password that use to holms.cloudapp.net .
legendary
Activity: 1176
Merit: 1134
CfB (or anybody that knows)

What is the best way to invoke API from C?
I just need one example of the right way, eg. is it using curl, if so can you post exact syntax

Thanks

James
legendary
Activity: 1181
Merit: 1018
can i get enough testNXT to issue some assets please

15265031083387211287

Hi , i sent you 1K TestNxt yesterday , did you receive it ?




I did thanks, bought some assets, now I don't have enough to issue any. Please send more






hm not showing here either
 



First I thought I may be doing something wrong - but when I do 'getAccountPublicKey' I get:

errorDescription - Unknown account
errorCode - 5

 What does 'getAccountPublicKey' show for you?

sr. member
Activity: 336
Merit: 250
AKA jefdiesel
can i get enough testNXT to issue some assets please

15265031083387211287

Hi , i sent you 1K TestNxt yesterday , did you receive it ?




I did thanks, bought some assets, now I don't have enough to issue any. Please send more



Hi , i sent you 7931 TestNXt Wink




it is enough?

hm not showing here either
sr. member
Activity: 336
Merit: 250
AKA jefdiesel
legendary
Activity: 1181
Merit: 1018
Hey CfB - can you send me some testNXT to

1738404304940813414

Thanks!

I did a major refactor of my useCase architecture, now I can just dump in new uses Cool

No testcoins, sorry.

Guys, does anyone have testcoins left?


I still have 50 k TestNxt

I don't seem to be getting any on


1738404304940813414

I tried browser at https://holms.cloudapp.net:6875/ as well as my client ...


are you sure they went to the reight place?
hero member
Activity: 910
Merit: 1000
We should collect some NXT from marketingfund, unclaimed NXT fund, some stakeholders could donate also. Then move the domain to the 3 unclaimed-nxt treasurers or Anon.

?

edit: "and also there is only one NXT.org" is this a threat? Huh If the community buys the domain, then you get the money you paid. Simple.
legendary
Activity: 1778
Merit: 1043
#Free market
can i get enough testNXT to issue some assets please

15265031083387211287

Hi , i sent you 1K TestNxt yesterday , did you receive it ?




I did thanks, bought some assets, now I don't have enough to issue any. Please send more



Hi , i sent you 7931 TestNXt Wink


it is enough?
sr. member
Activity: 491
Merit: 250
S P 8 D E
sr. member
Activity: 336
Merit: 250
AKA jefdiesel
can i get enough testNXT to issue some assets please

15265031083387211287

Hi , i sent you 1K TestNxt yesterday , did you receive it ?




I did thanks, bought some assets, now I don't have enough to issue any. Please send more

Jump to: