Author

Topic: NXT :: descendant of Bitcoin - Updated Information - page 1972. (Read 2761645 times)

member
Activity: 117
Merit: 23
Do you think NXT value will reach $1 this year? is it a realistic prediction?

Your prediction is extremely conservative.

Well, I could get the same answer in the official thread of every other coin. I was expecting some arguments  Grin
member
Activity: 98
Merit: 10
@Jean-Luc: Seems that the memory bug has been fixed in V0.4.8. Thx for the great work Smiley

Yeah, it works better, even on 512 Mb, still got 2-3 nodes stuck, but less than before.
Could be related to DDoS too, but then, we'll always be under DDoS.
full member
Activity: 153
Merit: 100
big probs to all the developers here !

instead of countless posts about mining pools, or which animal has the best coin. It feels like this topic is way more development centered.
hero member
Activity: 687
Merit: 500
@Jean-Luc: Seems that the memory bug has been fixed in V0.4.8. Thx for the great work Smiley
sr. member
Activity: 490
Merit: 250
I don't really come from outer space.
In his house at NXT, dead BCNext waits dreaming

Hahaha, man, u r crazy!


The stars will align.  Wink
sr. member
Activity: 308
Merit: 250
NxtMac 0.16 now available - this includes the Nxt client 0.4.8

Other new features:
- Added an icon
- New option in Tools menu to edit your well known peers setting.

Download here:

http://nxtra.org/mac/NxtMac-0-16.zip
legendary
Activity: 2184
Merit: 1000
Do you think NXT value will reach $1 this year? is it a realistic prediction?

Your prediction is extremely conservative.

 Grin
sr. member
Activity: 378
Merit: 250
This is an alias feature request.  Right now an alias has one entry.  For example, at the time of this writing:

  nxt:publicnode -> https://node1.nxtbase.com:7875/

but I'd like it to be able to point to all the public nodes:

  nxt:publicnode
     -> https://node1.nxtbase.com:7875/
     -> https://node11.nxtbase.com:7875/
     -> https://node21.nxtbase.com:7875/
     -> https://node31.nxtbase.com:7875/
     -> https://node41.nxtbase.com:7875/
     -> https://node51.nxtbase.com:7875/
     -> https://node61.nxtbase.com:7875/
     -> https://node71.nxtbase.com:7875/
     -> https://node81.nxtbase.com:7875/
     -> https://node91.nxtbase.com:7875/

for example.

Perhaps this alias could be registered as something like:
Code:
nbu:{"web": ["https://node1.nxtbase.com:7875/","https://node11.nxtbase.com:7875/","https://node21.nxtbase.com:7875/","https://node31.nxtbase.com:7875/","https://node41.nxtbase.com:7875/","https://node51.nxtbase.com:7875/","https://node61.nxtbase.com:7875/","https://node71.nxtbase.com:7875/","https://node81.nxtbase.com:7875/","https://node91.nxtbase.com:7875/"]}

In more readable format, the JSON inside this URI is:

Code:
{
   "web" : [
      "https://node1.nxtbase.com:7875/",
      "https://node11.nxtbase.com:7875/",
      "https://node21.nxtbase.com:7875/",
      "https://node31.nxtbase.com:7875/",
      "https://node41.nxtbase.com:7875/",
      "https://node51.nxtbase.com:7875/",
      "https://node61.nxtbase.com:7875/",
      "https://node71.nxtbase.com:7875/",
      "https://node81.nxtbase.com:7875/",
      "https://node91.nxtbase.com:7875/"
   ]
}

legendary
Activity: 2142
Merit: 1010
Newbie
In his house at NXT, dead BCNext waits dreaming

Hahaha, man, u r crazy!
member
Activity: 117
Merit: 23
Do you think NXT value will reach $1 this year? is it a realistic prediction?
sr. member
Activity: 490
Merit: 250
I don't really come from outer space.
22k.io Alias Browser and URL Shortener

A while back, someone (c-f-b?) mentioned putting json entries into aliases. Has anybody looked into how this might work?

As an example, I have put this into the 'notsoshifty' alias:

Code:
{"web":"http://www.notsoshifty.de/","fb":"notsoshifty","twitter":"notsoshifty","nxtacct":"11111125831111116332","smtp":"[email protected]","skype":"notsoshifty1971"}

Or, easier to read:

Code:
{
   "web" : "http://www.notsoshifty.de/",
   "nxtacct" : "11111125831111116332",
   "smtp" : "[email protected]",
   "skype" : "notsoshifty1971",
   "twitter" : "notsoshifty",
   "fb" : "notsoshifty"
}

So the idea would be that if "nxt:notsoshifty" was entered into a browser, the browser extension would fetch the alias, look for the 'web' entry, and go to that URL (http://www.notsoshifty.de/). A nxt client would look for the 'nxtacct' entry if it was in reference to making a payment; an email client would look for 'smtp', etc.

Oh dear, here I go again...

+1
legendary
Activity: 2142
Merit: 1010
Newbie
Are you familiar with the Diaspora distributed social network - https://joindiaspora.com/

No.
full member
Activity: 127
Merit: 100
Money be green
@ business-savvy nxters:

Is it possible to monetize a decentralized social network, hosted on Distributed Storage provided by Service Providers? I'm quite tired of checking all accounts on Facebook, Google+, VKontakte and Odnoklassniki. Faster a big player comes to Nxt Socialization, earlier I get rid of necessity to waste time on mentioned social networks.

Are you familiar with the Diaspora distributed social network - https://joindiaspora.com/
legendary
Activity: 2184
Merit: 1000
Is there a wget direct downloadable link for 0.4.8?  the wiki just goes to 0.4.7.  i may have missed it in the last 100 pages of this thread that i didn't get through yet

don't know if this can help.

https://nextcoin.org/index.php/topic,4.0.html
Wasn't drexme accused of being a scammer? Any updates to this? CfB can you give an "original" link to the newest client?

That is the original link....drexme only started the thread....it's automatically updated once a new client comes out
legendary
Activity: 2142
Merit: 1010
Newbie
This approach is incompatible with URI standard. U should use "multiple:{...}" or something like that.

Can you give an example?

Or, if something was preprended to this string would it then become compatible?

E.g.:

Code:
nxtjsonalias:{"web":"http://www.notsoshifty.de/","fb":"notsoshifty","twitter":"notsoshifty","nxtacct":"11111125831111116332","smtp":"[email protected]","skype":"notsoshifty1971"}

(not saying that's a good choice of name - just to illustrate the concept)


Aye, "nxtjsonalias:{"web":"http://www.notsoshifty.de/","fb":"notsoshifty","twitter":"notsoshifty","nxtacct":"11111125831111116332","smtp":"[email protected]","skype":"notsoshifty1971"}" is what I mean.
sr. member
Activity: 378
Merit: 250
This approach is incompatible with URI standard. U should use "multiple:{...}" or something like that.

Can you give an example?

Or, if something was preprended to this string would it then become compatible?

E.g.:

Code:
nxtjsonalias:{"web":"http://www.notsoshifty.de/","fb":"notsoshifty","twitter":"notsoshifty","nxtacct":"11111125831111116332","smtp":"[email protected]","skype":"notsoshifty1971"}

(not saying that's a good choice of name - just to illustrate the concept)
sr. member
Activity: 392
Merit: 250
22k.io Alias Browser and URL Shortener

A while back, someone (c-f-b?) mentioned putting json entries into aliases. Has anybody looked into how this might work?

As an example, I have put this into the 'notsoshifty' alias:

Code:
{"web":"http://www.notsoshifty.de/","fb":"notsoshifty","twitter":"notsoshifty","nxtacct":"11111125831111116332","smtp":"[email protected]","skype":"notsoshifty1971"}

Or, easier to read:

Code:
{
   "web" : "http://www.notsoshifty.de/",
   "nxtacct" : "11111125831111116332",
   "smtp" : "[email protected]",
   "skype" : "notsoshifty1971",
   "twitter" : "notsoshifty",
   "fb" : "notsoshifty"
}

So the idea would be that if "nxt:notsoshifty" was entered into a browser, the browser extension would fetch the alias, look for the 'web' entry, and go to that URL (http://www.notsoshifty.de/). A nxt client would look for the 'nxtacct' entry if it was in reference to making a payment; an email client would look for 'smtp', etc.

Ferment: if you think this is a good idea, perhaps you could modify the 22k.io site (and browser extensions?) to check for json and act accordingly? (It should also support the existing method of course). Also anybody who might be developing nxt clients using aliases as account numbers.




yeah , that's a really great way of doing it.

The community need to agree on a template
legendary
Activity: 2142
Merit: 1010
Newbie
22k.io Alias Browser and URL Shortener

A while back, someone (c-f-b?) mentioned putting json entries into aliases. Has anybody looked into how this might work?

As an example, I have put this into the 'notsoshifty' alias:

Code:
{"web":"http://www.notsoshifty.de/","fb":"notsoshifty","twitter":"notsoshifty","nxtacct":"11111125831111116332","smtp":"[email protected]","skype":"notsoshifty1971"}

Or, easier to read:

Code:
{
   "web" : "http://www.notsoshifty.de/",
   "nxtacct" : "11111125831111116332",
   "smtp" : "[email protected]",
   "skype" : "notsoshifty1971",
   "twitter" : "notsoshifty",
   "fb" : "notsoshifty"
}

So the idea would be that if "nxt:notsoshifty" was entered into a browser, the browser extension would fetch the alias, look for the 'web' entry, and go to that URL (http://www.notsoshifty.de/). A nxt client would look for the 'nxtacct' entry if it was in reference to making a payment; an email client would look for 'smtp', etc.

Ferment: if you think this is a good idea, perhaps you could modify the 22k.io site (and browser extensions?) to check for json and act accordingly? (It should also support the existing method of course). Also anybody who might be developing nxt clients using aliases as account numbers.




This approach is incompatible with URI standard. U should use "multiple:{...}" or something like that.
hero member
Activity: 714
Merit: 500
Crypti Community Manager
Is there a wget direct downloadable link for 0.4.8?  the wiki just goes to 0.4.7.  i may have missed it in the last 100 pages of this thread that i didn't get through yet

don't know if this can help.

https://nextcoin.org/index.php/topic,4.0.html
Wasn't drexme accused of being a scammer? Any updates to this? CfB can you give an "original" link to the newest client?
sr. member
Activity: 378
Merit: 250
22k.io Alias Browser and URL Shortener

A while back, someone (c-f-b?) mentioned putting json entries into aliases. Has anybody looked into how this might work?

As an example, I have put this into the 'notsoshifty' alias:

Code:
{"web":"http://www.notsoshifty.de/","fb":"notsoshifty","twitter":"notsoshifty","nxtacct":"11111125831111116332","smtp":"[email protected]","skype":"notsoshifty1971"}

Or, easier to read:

Code:
{
   "web" : "http://www.notsoshifty.de/",
   "nxtacct" : "11111125831111116332",
   "smtp" : "[email protected]",
   "skype" : "notsoshifty1971",
   "twitter" : "notsoshifty",
   "fb" : "notsoshifty"
}

So the idea would be that if "nxt:notsoshifty" was entered into a browser, the browser extension would fetch the alias, look for the 'web' entry, and go to that URL (http://www.notsoshifty.de/). A nxt client would look for the 'nxtacct' entry if it was in reference to making a payment; an email client would look for 'smtp', etc.

Ferment: if you think this is a good idea, perhaps you could modify the 22k.io site (and browser extensions?) to check for json and act accordingly? (It should also support the existing method of course). Also anybody who might be developing nxt clients using aliases as account numbers.


Jump to: