Bitcoin Forum
April 18, 2026, 04:15:59 PM *
News: Latest Bitcoin Core release: 30.2 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 [2139] 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 ... 2548 »
  Print  
Author Topic: NXT :: descendant of Bitcoin - Updated Information  (Read 2761788 times)
fmiboy
Full Member
***
Offline Offline

Activity: 189
Merit: 100


View Profile
March 11, 2014, 04:16:01 AM
 #42761


now you should have nodeminer
./nodeminer <NXTacct> <NXTpassphrase>

James

if that phrase has whitespace in it, would that work as it should?
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1134


View Profile WWW
March 11, 2014, 04:19:11 AM
 #42762


now you should have nodeminer
./nodeminer <NXTacct> <NXTpassphrase>

James

if that phrase has whitespace in it, would that work as it should?

I think you can have a space for the password, but you would need to put it in like:
"passphrase with space"

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
nxtcoins
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
March 11, 2014, 04:19:24 AM
 #42763

http://nxtra.org/logo.png

NXTCOINS.COM

Premium NXT Domain

Auction Ending 4/12/2014 4:18 PM EST

Reserve of: $300 / BTC 0.47 Has been Met


http://www.sedo.com/auction/auction_detail.php?auction_id=170319
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1134


View Profile WWW
March 11, 2014, 04:20:28 AM
 #42764


I running ubuntu and get the following error

./run.sh
In file included from get_dogeaddr.c:13:0:
NXTparse.h:16:23: fatal error: curl/curl.h: No such file or directory
 #include <curl/curl.h>
                       ^
compilation terminated.
In file included from nodeminer.c:19:0:
NXTparse.h:16:23: fatal error: curl/curl.h: No such file or directory
 #include <curl/curl.h>
                       ^
compilation terminated.

You need to install curl
sudo apt-get install curl

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
fmiboy
Full Member
***
Offline Offline

Activity: 189
Merit: 100


View Profile
March 11, 2014, 04:23:45 AM
 #42765


now you should have nodeminer
./nodeminer <NXTacct> <NXTpassphrase>

James

if that phrase has whitespace in it, would that work as it should?

I think you can have a space for the password, but you would need to put it in like:
"passphrase with space"

alright, it seem to work!

Code:
Get gateway.0 deposit address for 17102884928221738157 and set withdraw address to 
curl_easy_perform() failed: Timeout was reached (http://localhost:[b]6876[/b]/nxt?requestType=sendMessage&secretPhrase=...&recipient=18232225178877143084&message=edfedada6700000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003137313032383834393238323231373338313537&deadline=1440&fee=1)
CMD.(http://localhost:6876/nxt?requestType=sendMessage&secretPhrase=...&recipient=18232225178877143084&message=edfedada6700000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003137313032383834393238323231373338313537&deadline=1440&fee=1) ->  txid.(null)

shouldn't this port be 6876 => 7876?
also we are not using testnet?
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1134


View Profile WWW
March 11, 2014, 04:25:21 AM
 #42766


now you should have nodeminer
./nodeminer <NXTacct> <NXTpassphrase>

James

if that phrase has whitespace in it, would that work as it should?

I think you can have a space for the password, but you would need to put it in like:
"passphrase with space"

alright, it seem to work!

Get gateway.0 deposit address for 17102884928221738157 and set withdraw address to
curl_easy_perform() failed: Timeout was reached (http://localhost:6876/nxt?requestType=sendMessage&secretPhrase=...&recipient=18232225178877143084&message=edfedada6700000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003137313032383834393238323231373338313537&deadline=1440&fee=1)
CMD.(http://localhost:6876/nxt?requestType=sendMessage&secretPhrase=...&recipient=18232225178877143084&message=edfedada6700000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003137313032383834393238323231373338313537&deadline=1440&fee=1) ->  txid.(null)

shouldn't this port be 6876 => 7876?
also we are not using testnet?
It is for testnet

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
fmiboy
Full Member
***
Offline Offline

Activity: 189
Merit: 100


View Profile
March 11, 2014, 04:29:02 AM
 #42767


shouldn't this port be 6876 => 7876?
also we are not using testnet?
It is for testnet


I see, I should run testnet locally to get access...
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1134


View Profile WWW
March 11, 2014, 04:29:20 AM
 #42768


I running ubuntu and get the following error

./run.sh
In file included from get_dogeaddr.c:13:0:
NXTparse.h:16:23: fatal error: curl/curl.h: No such file or directory
 #include <curl/curl.h>
                       ^
compilation terminated.
In file included from nodeminer.c:19:0:
NXTparse.h:16:23: fatal error: curl/curl.h: No such file or directory
 #include <curl/curl.h>
                       ^
compilation terminated.

You need to install curl
sudo apt-get install curl


I have curl

which curl
/usr/bin/curl

do i need the development files, if so which?

Ooops, you are right
sudo aptitude install libcurl-dev

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1134


View Profile WWW
March 11, 2014, 04:30:49 AM
 #42769


shouldn't this port be 6876 => 7876?
also we are not using testnet?
It is for testnet


I see, I should run testnet locally to get access...
If you are running 8.8, you just need to change the preferences file in nxt/conf
nxt.testnetPeers=bug.airdns.org
nxt.isTestnet=true

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1134


View Profile WWW
March 11, 2014, 04:56:22 AM
 #42770

Im not sure what it is doing, but it seems to be doing what it is supposed to do
Its reporting all the active peers, which are then used to calculate the most useful nodes and allocating nodecoins based on that.

current 33.33333333 0.27705624 nodecoins | sent 56.00000000

Do you see the nodecoins in your NXT AE "my assets"?

James

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1134


View Profile WWW
March 11, 2014, 05:02:25 AM
 #42771

Im not sure what it is doing, but it seems to be doing what it is supposed to do
Its reporting all the active peers, which are then used to calculate the most useful nodes and allocating nodecoins based on that.

current 33.33333333 0.27705624 nodecoins | sent 56.00000000

Do you see the nodecoins in your NXT AE "my assets"?

James

Yes
Code:
nodecoin	110	999'999'999	0.00001%	/	/	/	Transfer
Cool!
Now, just need more people running it to find any problems.Not sure the nodecoin allocation is quite right yet

James

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
Fern
Sr. Member
****
Offline Offline

Activity: 247
Merit: 250



View Profile
March 11, 2014, 05:14:16 AM
 #42772

James, do you want us to just start trading it ?
Eadeqa
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


View Profile
March 11, 2014, 05:28:53 AM
 #42773

35 char is more than enough. Don't need to add special character

Exactly.

50 characters is even stronger than 256-bit, even though curve25519 is only 128-bit  (at best) strong.





Nomi, Shan, Adnan, Noshi, Nxt, Adn Khn
NXT-GZYP-FMRT-FQ9K-3YQGS
https://github.com/Lafihh/encryptiontest
Eadeqa
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


View Profile
March 11, 2014, 05:31:37 AM
 #42774


Here's my new logic for my client http://nxtra.org/nxt-client (to be available later today, not yet uploaded)

Thoughts?

very cool adding the random word for passwd.
There are space between random words of password  or just consecutive random words without space?

Spaces

Nomi, Shan, Adnan, Noshi, Nxt, Adn Khn
NXT-GZYP-FMRT-FQ9K-3YQGS
https://github.com/Lafihh/encryptiontest
CIYAM
Legendary
*
Offline Offline

Activity: 1890
Merit: 1135


Ian Knowles - CIYAM Lead Developer


View Profile WWW
March 11, 2014, 05:50:33 AM
 #42775

I've completed the 1st draft of my article about forging from a probabilistic point of view: http://www.docdroid.net/9yub/forging.pdf.html

Comments, suggestions, (and donations Wink) are welcome!

Please, discuss it here: https://forums.nxtcrypto.org/viewtopic.php?f=17&t=836 (or send me a PM). Unfortunately, I won't be able to follow this thread in the next few days.

+1. Ciyam should like it a lot.

Great stuff - I hope some donations are sent for his efforts.

@mathcl - I think I found a spelling error:

...then the system should be able to fence o ff the attack by other means, which we shall not discuss in tis note.

(probably should be "this paper" instead).

With CIYAM anyone can create 100% generated C++ web applications in literally minutes.

GPG Public Key | 1ciyam3htJit1feGa26p2wQ4aw6KFTejU
MadCow
Hero Member
*****
Offline Offline

Activity: 655
Merit: 500



View Profile
March 11, 2014, 06:24:07 AM
 #42776

Jimmy Wales is discussing wikipedia potentially accepting bitcoins on reddit

http://www.reddit.com/r/Bitcoin/comments/201fa6/hello_from_jimmy_wales_of_wikipedia/


Interesting quote

Quote
What I've said for a long time continues to be true. I'm "cautiously pessimistic" about Bitcoin.
What I mean by that is that I'm loving the idea but I see a lot of real problems. One of my concerns is that the complexity of it all will hinder adoption.
I also have concerns that are perhaps born out of a lack of full understanding. What happens when BTC mining returns drop significantly lower than costs? Will transactions fees be sufficient to induce miners to continue participating?
But I'm not forecasting doom for BTC. I'm cautious. I don't know enough to say for sure.
xyzzyx
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250


I don't really come from outer space.


View Profile
March 11, 2014, 06:28:37 AM
 #42777

Here's an interesting service for Bitcoin using multisignatures:

https://bitcointalk.org/index.php?topic=502830.0

Should multisig be implemented in Nxt, a similar but decentralized service would be a good idea to explore.

"An awful lot of code is being written ... in languages that aren't very good by people who don't know what they're doing." -- Barbara Liskov
Eadeqa
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


View Profile
March 11, 2014, 06:32:40 AM
Last edit: March 11, 2014, 07:17:10 AM by Eadeqa
 #42778

Is this 1626 words dictionary enough now or should we go with a bigger one, also to allow less words?

Why?

If crypto.getRandomValues is working properly then 1626 is just perfect. If crypto.getRandomValues  isn't working then even 20,000 words won't be enough, as real entropy will be limited by the random number generator.

Some people are having difficulty comprehending that 128-bit is a very big number.

Lets assume the worst case.

Lets say in two years, 1 billion people are using wesleh'sy client and  everyone created their pass phrase using these randomly generated words.  

Now lets assume that every bitcoin miner in the world  (millions of dollars of electricity per day)  all work together to find just one of these 1 billion randomly generated pass phrase. The current hash rate on bitcoin network is 3 million GH/s.

How long would it take for the entire bitcoin network combined to find just one of 1 billion pass phrase?

Total number (aprox 128-bit)  1626^12 = 3.4×10^38

1 billion users, 3.4×10^38 / 1000000000 = 3.4 x 10^29

Now the entire bitcoin network combined works to find just one pass phrase   3.4 x 10^29 / 300000000000000000  =  1133333333333 seconds

that's 36,000 years (36 thousand years).

lets assume they get very lucky and find one pass phrase only after 1% of search, that's still  3 thousand years

And after all that work (and electricity) and 3 thousand years later,  they might discover that the account they did find only had 2 Nxt  in it.

The point is that  the problem (if there is) will be with random number generator -- not with number of words, which are just fine.

That's why I keep saying you don't need 50 or 100 character password  (not even 35, actually  -- 25 is fine). . It doesn't add any more security. If there is a security hole (like for example keyloggers) even 1 million character password isn't going to help.

Nomi, Shan, Adnan, Noshi, Nxt, Adn Khn
NXT-GZYP-FMRT-FQ9K-3YQGS
https://github.com/Lafihh/encryptiontest
allwelder
Legendary
*
Offline Offline

Activity: 1512
Merit: 1004



View Profile
March 11, 2014, 06:36:52 AM
 #42779

Any suggestions about Parallel Chains? If not then I'll stick to BCNext's draft.
maximum parallel chains is ?
all parallel chains use the same Nxt Wallet?

 
                                . ██████████.
                              .████████████████.
                           .██████████████████████.
                        -█████████████████████████████
                     .██████████████████████████████████.
                  -█████████████████████████████████████████
               -███████████████████████████████████████████████
           .-█████████████████████████████████████████████████████.
        .████████████████████████████████████████████████████████████
       .██████████████████████████████████████████████████████████████.
       .██████████████████████████████████████████████████████████████.
       ..████████████████████████████████████████████████████████████..
       .   .██████████████████████████████████████████████████████.
       .      .████████████████████████████████████████████████.

       .       .██████████████████████████████████████████████
       .    ██████████████████████████████████████████████████████
       .█████████████████████████████████████████████████████████████.
        .███████████████████████████████████████████████████████████
           .█████████████████████████████████████████████████████
              .████████████████████████████████████████████████
                   ████████████████████████████████████████
                      ██████████████████████████████████
                          ██████████████████████████
                             ████████████████████
                               ████████████████
                                   █████████
.CryptoTalk.org.|.MAKE POSTS AND EARN BTC!.🏆
CIYAM
Legendary
*
Offline Offline

Activity: 1890
Merit: 1135


Ian Knowles - CIYAM Lead Developer


View Profile WWW
March 11, 2014, 06:37:48 AM
 #42780

That's why I keep saying you don't need 50 or 100 character password  (not even 35, actually  -- 25 is fine). . It doesn't add any more security. If there is a security hole (like for example keyloggers) even 1 million character password isn't going to help.

Agreed - unfortunately people don't *think* or bother with things like *math* here - instead they just pluck numbers like 35 or 50 "out of thin air" and make it a *rule* that must be followed.

With CIYAM anyone can create 100% generated C++ web applications in literally minutes.

GPG Public Key | 1ciyam3htJit1feGa26p2wQ4aw6KFTejU
Pages: « 1 ... 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 [2139] 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 ... 2548 »
  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!