Bitcoin Forum
May 07, 2024, 10:21:31 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 2190 2191 2192 2193 2194 2195 2196 2197 ... 2557 »
  Print  
Author Topic: NXT :: descendant of Bitcoin - Updated Information  (Read 2761529 times)
nxtcoins
Newbie
*
Offline Offline

Activity: 3
Merit: 0


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

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
1715077291
Hero Member
*
Offline Offline

Posts: 1715077291

View Profile Personal Message (Offline)

Ignore
1715077291
Reply with quote  #2

1715077291
Report to moderator
Unlike traditional banking where clients have only a few account numbers, with Bitcoin people can create an unlimited number of accounts (addresses). This can be used to easily track payments, and it improves anonymity.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


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


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
 #42923


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: 1132


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


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
 #42925


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: 1132


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


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: 1132


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


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: 1132


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

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: 1132


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

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
 #42930

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
 #42931

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
 #42932


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: 1075


Ian Knowles - CIYAM Lead Developer


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

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
 #42934

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
 #42935

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
 #42936

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
 #42937

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: 1075


Ian Knowles - CIYAM Lead Developer


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

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
CIYAM
Legendary
*
Offline Offline

Activity: 1890
Merit: 1075


Ian Knowles - CIYAM Lead Developer


View Profile WWW
March 11, 2014, 06:38:18 AM
 #42939

all parallel chains use the same Nxt Wallet?

You do realise that Nxt *doesn't have a wallet*?

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

GPG Public Key | 1ciyam3htJit1feGa26p2wQ4aw6KFTejU
fmiboy
Full Member
***
Offline Offline

Activity: 189
Merit: 100


View Profile
March 11, 2014, 06:39:08 AM
 #42940

Update Clienxt GUI

version 0.0.7 [codename] Bond

------
changelog:
------
* Adapted Java API instead of JSON API (Phase I).
* Support for Spanish (thanks to VanBreuk - 8118526282532613576 ), Portuguese (thanks to garcias - ) in addition to German (thanks to teletobi - 11810049982317883239), Russian, English languages.

* Support multiple account forging with timers mixed with watchlist(Phase I)
* includes nxt.jar of 0.8.8 version in lib folder
* some more multithread operations, gui bug fixed, it should be more fluid.

------
Right now, you will have to re-enter secretPhrase everytime you launch the software and continue to forge. (via Forge Button)

Phase II: (suggestions)

Would you want to have one master password (or PIN code) to encrypt and save secretPhrases?

Saving would allow you to forge even after restart with master password (or PIN code). GUI would have to encrypt and save your secretPhrases in database. Encryption will use AES(MD5(masterpassword), secretPhrase). MD5(masterpassword) itself would be saved as Java Preference (is available in Default settings menu)

In addition, Would you want to get account number with one click?

This way, user only sees account number (secretPhrase is secure and auto-generated) and with master password (or PIN code) he can retrieve secretPhrase of that account.

Please make suggestion if you find it not secure

------
Download
------
https://bitbucket.org/fmiboy/clienxt/downloads/clienxt_007.zip

------
Usage
------
Simply unzip archive and

- Windows users - double click Clienxt.jar and enjoy
- Linux&Mac users - in terminal ./Clienxt.run & and enjoy

------
Screenshots
------



------
Reports
------
report feature requests, bugs https://bitbucket.org/fmiboy/clienxt/issues?status=new&status=open


------
Support
------
Appreciate any kind of support!
Translators are very much welcome to contribute. Please donate some to our translators, as well, they are just awesome!

if you like the effort and the changes, please donate: 13792774143018875909
Pages: « 1 ... 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 2190 2191 2192 2193 2194 2195 2196 2197 ... 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!