Bitcoin Forum
April 30, 2024, 03:37:05 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 [162] 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 ... 2557 »
  Print  
Author Topic: NXT :: descendant of Bitcoin - Updated Information  (Read 2761529 times)
wizzardTim
Legendary
*
Offline Offline

Activity: 1708
Merit: 1000


Reality is stranger than fiction


View Profile
December 12, 2013, 02:47:46 PM
 #3221

His disappearance and making it look like a scam was part of the agreement too?

Now, reading that he was going to follow Satoshi's footsteps, I think he was planning to disappear.

Anyway, "look like a scam" =/= "is scam".

I agree. I just say that due to this behaviour I missed my chance to become a stakeholder. And it's sad, cause I really like NXT.

EDIT: Hope he gives us another chance

Behold the Tangle Mysteries! Dare to know It's truth.

- Excerpt from the IOTA Sacred Texts Vol. I
1714491425
Hero Member
*
Offline Offline

Posts: 1714491425

View Profile Personal Message (Offline)

Ignore
1714491425
Reply with quote  #2

1714491425
Report to moderator
1714491425
Hero Member
*
Offline Offline

Posts: 1714491425

View Profile Personal Message (Offline)

Ignore
1714491425
Reply with quote  #2

1714491425
Report to moderator
1714491425
Hero Member
*
Offline Offline

Posts: 1714491425

View Profile Personal Message (Offline)

Ignore
1714491425
Reply with quote  #2

1714491425
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714491425
Hero Member
*
Offline Offline

Posts: 1714491425

View Profile Personal Message (Offline)

Ignore
1714491425
Reply with quote  #2

1714491425
Report to moderator
1714491425
Hero Member
*
Offline Offline

Posts: 1714491425

View Profile Personal Message (Offline)

Ignore
1714491425
Reply with quote  #2

1714491425
Report to moderator
1714491425
Hero Member
*
Offline Offline

Posts: 1714491425

View Profile Personal Message (Offline)

Ignore
1714491425
Reply with quote  #2

1714491425
Report to moderator
superresistant
Legendary
*
Offline Offline

Activity: 2128
Merit: 1120



View Profile
December 12, 2013, 02:49:31 PM
 #3222

"myAddress" must be exactly the same as returned by http://otherserver.com:7874/nxt?requestType=getMyInfo ("host" value). Such announced addresses as... [looks into peer list] ..."Sporadically Online" and "giantdildo" will be blacklisted.

Why would you blacklist people ?
Is there a pseudonym policy ?

EDIT : This link does not work : http://otherserver.com:7874/nxt?requestType=getMyInfo
laowai80
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
December 12, 2013, 02:50:39 PM
 #3223

"myAddress" must be exactly the same as returned by http://otherserver.com:7874/nxt?requestType=getMyInfo ("host" value). Such announced addresses as... [looks into peer list] ..."Sporadically Online" and "giantdildo" will be blacklisted.

Ok, that link returns an IP now. So if I want to have a custom (sub)domain name there instead of an IP, what would be the steps to take?

Setting a reverse DNS to a static IP and then setting myAddress to that rDNS value would do?

Sorry to bug you about this, just want to make clear once and for all.
wizzardTim
Legendary
*
Offline Offline

Activity: 1708
Merit: 1000


Reality is stranger than fiction


View Profile
December 12, 2013, 02:51:50 PM
 #3224

His disappearance and making it look like a scam was part of the agreement too?

Now, reading that he was going to follow Satoshi's footsteps, I think he was planning to disappear.

Anyway, "look like a scam" =/= "is scam".

I agree. I just say that due to this behaviour I missed my chance to become a stakeholder. And it's sad, cause I really like NXT.

EDIT: Hope he gives us another chance


How about if you, and all big shareholders perform another round of re-sharing NXT to all of us in exchange for BTC?

More crowd - more spread - more attribute - more success

Behold the Tangle Mysteries! Dare to know It's truth.

- Excerpt from the IOTA Sacred Texts Vol. I
opticalcarrier
Full Member
***
Offline Offline

Activity: 238
Merit: 100



View Profile
December 12, 2013, 02:54:18 PM
 #3225

Finally managed to have the hallmark done and decoded correctly, after manually encoding all special characters.
I also did this once, and then decided nobody should have to do it manually. So here is a very simple html form one can use to generate hallmark, letting the browser take care of the encoding. No javascript tricks, plain old html. Save this file as nxt/webapps/root/markHost.html and then go to https://localhost:7875/nxt/markHost.html .

Code:
<html>
<head><title>Generate a Hallmark for your NXT node</title></head>
<body>
<form action="/nxt" method="GET">
<input type="hidden" name="requestType" value="markHost"/>
<table>
<tr>
<td>Public IP:</td>
<td><input type="text" name="host"/></td>
</tr>
<tr>
<td>Weight:</td>
<td><input type="number" name="weight" value="100"/></td>
</tr>
<tr>
<td>Date:</td>
<td><input type="text" name="date" value="2013-12-10"/></td>
</tr>
<tr>
<td>Secret Phrase:</td>
<td><input type="password" name="secretPhrase"/></td>
</tr>
<tr>
<td><input type="submit" value="submit"/></td>
<td></td>
</tr>
</table>
</form>
</body>
</html>

Quote
Warning:
After doing this request, http://localhost:7874/nxt?requestType=markHost&secretPhrase=MY_SECRET&host=MY_HOST&weight=HOST_WEIGHT&date=CURRENT_DATE
your secret passphrase is stored in clear text in your browsing history! Remember to securely delete your browsing history after doing this task.

This warning is still valid. I tried to use POST instead of GET, but then I get a NullPointerException. Once this is fixed, the above form should be changed to use POST and the secretPhrase will not appear in the browser history.


dude... did you seriously just solve the dynamic IP problem?
opticalcarrier
Full Member
***
Offline Offline

Activity: 238
Merit: 100



View Profile
December 12, 2013, 02:57:36 PM
 #3226

...bunch of stuff...

what was that you said about there not being a contract between you and BCNext?  so you can do as you please?  Sounds like the same is true of BCNext (since there is not contract and all that jazz)
opticalcarrier
Full Member
***
Offline Offline

Activity: 238
Merit: 100



View Profile
December 12, 2013, 03:01:10 PM
 #3227

Hi to all,
I have only few minutes, so I'll make it short.
I'm your average large stakeholder who cannot keep up with the client installations and updateds.
I don't have the time and the tech. knowledge to do that.
I'm not online most of the time for the time being, and this is the reason I said when Nxt started that I'm willing to donate a substantial amount of Nxt to share the burden.
So I'll say it again:
I'm willing to donate more than 3M nxt.
Lets open a fund that will be managed by respectable members that will be able to gurantee that the funds will be spent properly.
For every 2 Nxt that other stakeholders will donate - I'll donate 1 Nxt (3.4M max - already donated 0.4M to bybitcoin and 0.2M privately).
We need a Gavin - someone wants to step forward?

I can create a stakeholders giveaway forum in the nextcoin.org forums
ferment
Full Member
***
Offline Offline

Activity: 168
Merit: 100


IDEX - LIVE Real-time DEX


View Profile
December 12, 2013, 03:02:38 PM
 #3228

Offer for NXT Node hosting and management...

For 5000 NXT, I'll setup and manage a node for 3 months. You send your hallmark and I'll do the rest including all the upgrades, etc.

For the equiv of about $20, that's a lot of work, but I want to see this technology succeed.

PM if interested.

-Ferm

laowai80
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
December 12, 2013, 03:06:04 PM
 #3229

Offer for NXT Node hosting and management...

For 5000 NXT, I'll setup and manage a node for 3 months. You send your hallmark and I'll do the rest including all the upgrades, etc.

For the equiv of about $20, that's a lot of work, but I want to see this technology succeed.

PM if interested.

-Ferm

Looks like I got some competition here Smiley
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
December 12, 2013, 03:07:11 PM
 #3230

"myAddress" must be exactly the same as returned by http://otherserver.com:7874/nxt?requestType=getMyInfo ("host" value). Such announced addresses as... [looks into peer list] ..."Sporadically Online" and "giantdildo" will be blacklisted.

Why would you blacklist people ?
Is there a pseudonym policy ?

EDIT : This link does not work : http://otherserver.com:7874/nxt?requestType=getMyInfo

Not people but peers. U can leave "myAddress" empty.

Replace otherserver.com with any peer from the list and if access is allowed u'll get the info.
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
December 12, 2013, 03:08:51 PM
 #3231

"myAddress" must be exactly the same as returned by http://otherserver.com:7874/nxt?requestType=getMyInfo ("host" value). Such announced addresses as... [looks into peer list] ..."Sporadically Online" and "giantdildo" will be blacklisted.

Ok, that link returns an IP now. So if I want to have a custom (sub)domain name there instead of an IP, what would be the steps to take?

Setting a reverse DNS to a static IP and then setting myAddress to that rDNS value would do?

Sorry to bug you about this, just want to make clear once and for all.

That's how ur host is determined - http://docs.oracle.com/javaee/6/api/javax/servlet/ServletRequest.html#getRemoteHost()

Wait for the decentralized DNS if u have problems with conventional DNS.
bizz
Hero Member
*****
Offline Offline

Activity: 492
Merit: 500


View Profile
December 12, 2013, 03:15:08 PM
 #3232

Some bright side:

84,829,673 NXT is total volume on dgex. Add to that at least 20 mil on forums. Over 10% maybe even 15% of total NXT in existence changed hands.
msin
Legendary
*
Offline Offline

Activity: 1470
Merit: 1004


View Profile
December 12, 2013, 03:37:20 PM
 #3233

Some bright side:

84,829,673 NXT is total volume on dgex. Add to that at least 20 mil on forums. Over 10% maybe even 15% of total NXT in existence changed hands.

That's very good news, hope to see that double on launch!
Fuserleer
Legendary
*
Offline Offline

Activity: 1050
Merit: 1016



View Profile WWW
December 12, 2013, 03:44:46 PM
 #3234

Wow!!  Emotional in here.

However, I did warn him, QA QA QA QA test test test test THEN you launch.

The stuff you guys are having problems (like syncing issues) with we had similar 4 months ago, difference is I let a very tentative "launch date" pass and kept the client in development beta....

You are creating multiple updates per day on a LAUNCHED product..... Roll Eyes

Radix - DLT x.0

Web - http://radix.global  Forums - http://forum.radix.global Twitter - @radixdlt
nexern
Hero Member
*****
Offline Offline

Activity: 597
Merit: 500



View Profile
December 12, 2013, 03:45:02 PM
 #3235

Some bright side:

84,829,673 NXT is total volume on dgex. Add to that at least 20 mil on forums. Over 10% maybe even 15% of total NXT in existence changed hands.

i think this could interpreted as well as good direction*.
remember this coin is only 17 days online. we have to be
fair and don't ecpecting nxt will solve every problem in notime.

dgex transfers in -> 172 (91,843,411)   --> transfesr out 567 (73,892,075)

the inoffical nxt spreadfactor is 1 to 3,3 ;-)

http://87.230.14.1/nxt/nxt.cgi?action=3000&acc=6635869272840226493

*(not accurate but gives a rough direction, for better numbers the accounts have to counted uniqe and more
but have no time todo this now)


nexern
Hero Member
*****
Offline Offline

Activity: 597
Merit: 500



View Profile
December 12, 2013, 03:46:47 PM
 #3236

Wow!!  Emotional in here.

However, I did warn him, QA QA QA QA test test test test THEN you launch.

The stuff you guys are having problems (like syncing issues) with we had similar 4 months ago, difference is I let a very tentative "launch date" pass and kept the client in development beta....

You are creating multiple updates per day on a LAUNCHED product..... Roll Eyes

i tought we are in public beta or did i miss something?  Grin
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
December 12, 2013, 03:49:03 PM
 #3237

Wow!!  Emotional in here.

However, I did warn him, QA QA QA QA test test test test THEN you launch.

The stuff you guys are having problems (like syncing issues) with we had similar 4 months ago, difference is I let a very tentative "launch date" pass and kept the client in development beta....

You are creating multiple updates per day on a LAUNCHED product..... Roll Eyes

Lab testing can't reveal problems that arised now when we r under constant attack of zombie nodes. Keep this in mind when u launch eMunie...
Fuserleer
Legendary
*
Offline Offline

Activity: 1050
Merit: 1016



View Profile WWW
December 12, 2013, 03:50:29 PM
 #3238

Regardless of launched or not, surely then a test network would be a better solution.

Don't worry about eMunie, Ive developed much larger systems in the past and know how to QA and test...you just worry about Nxt Wink

Radix - DLT x.0

Web - http://radix.global  Forums - http://forum.radix.global Twitter - @radixdlt
utopianfuture
Sr. Member
****
Offline Offline

Activity: 602
Merit: 268

Internet of Value


View Profile
December 12, 2013, 03:57:29 PM
 #3239

Regardless of launched or not, surely then a test network would be a better solution.

Don't worry about eMunie, Ive developed much larger systems in the past and know how to QA and test...you just worry about Nxt Wink

Hi just a friendly suggestion on eMunie. Don't try to be a currency. All the fancy model of dynamic supply is not going to keep eMunie stable. You will just confuse users. Be in the category that make Bitcoin a success, a digital asset and payment system.


░░░░░░▄▄▄████████▄▄▄
░░░░▄████████████████▄
░░▄███████████████████▄
███████████████████████
▐████████████████████████▌
█████████████████████████
█████████████████████████
█████████████████████████
▐██████████████████████▌
████████████████████████
░░▀████████████████████▀
░░░░▀████████████████▀
░░░░░░▀▀▀████████▀▀▀
  TomoChain  •    •  TomoChain 
░░░░░░▄▄▄████████▄▄▄
░░░░▄████████████████▄
░░▄███████████████████▄
███████████████████████
▐████████████████████████▌
█████████████████████████
█████████████████████████
█████████████████████████
▐██████████████████████▌
████████████████████████
░░▀████████████████████▀
░░░░▀████████████████▀
░░░░░░▀▀▀████████▀▀▀
opticalcarrier
Full Member
***
Offline Offline

Activity: 238
Merit: 100



View Profile
December 12, 2013, 04:07:24 PM
 #3240

Hi just a friendly suggestion on eMunie. Don't try to be a currency. All the fancy model of dynamic supply is not going to keep eMunie stable. You will just confuse users. Be in the category that make Bitcoin a success, a digital asset and payment system.

you mistake his intent.  a currency is exactly what hes going after
Pages: « 1 ... 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 [162] 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 ... 2557 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!