Bitcoin Forum
May 06, 2024, 04:48:15 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 [66] 67 68 69 70 71 72 73 74 »
  Print  
Author Topic: Pendant ce temps-là, chez NXT...  (Read 95394 times)
Djinou94
Legendary
*
Offline Offline

Activity: 1036
Merit: 1000


View Profile
January 13, 2015, 02:20:54 AM
 #1301

Cool
Je cherche un tuto de création de MS
The trust scores you see are subjective; they will change depending on who you have in your trust list.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714970895
Hero Member
*
Offline Offline

Posts: 1714970895

View Profile Personal Message (Offline)

Ignore
1714970895
Reply with quote  #2

1714970895
Report to moderator
1714970895
Hero Member
*
Offline Offline

Posts: 1714970895

View Profile Personal Message (Offline)

Ignore
1714970895
Reply with quote  #2

1714970895
Report to moderator
guigui371
Legendary
*
Offline Offline

Activity: 2114
Merit: 1693

C.D.P.E.M


View Profile
January 13, 2015, 07:11:23 AM
Last edit: January 13, 2015, 07:46:24 AM by guigui371
 #1302

Hello

si vous avez des problemes pour minter des MS ne faites pas comme lui !!!


Hrmmm, Getting this error.

"Initializing Nxt server version 1.4.8
2015-01-13 00:50:48 INFO: nxt.enableStackTraces = "true"
2015-01-13 00:50:48 INFO: nxt.enableLogTraceback = "false"
2015-01-13 00:50:48 INFO: logging enabled
2015-01-13 00:50:48 INFO: nxt.mint.currencyCode = "ELEMS"
2015-01-13 00:50:48 INFO: nxt.mint.secretPhrase = "IL A MIS SA VRAIE PASSPHRASE !!!!!!"
2015-01-13 00:50:48 INFO: nxt.mint.isSubmitted = "true"
2015-01-13 00:50:48 INFO: nxt.maxRollback = "1440"
2015-01-13 00:50:48 INFO: nxt.isTestnet = "false"
2015-01-13 00:50:48 INFO: nxt.isOffline = "false"
2015-01-13 00:50:48 INFO: nxt.trimDerivedTables = "true"
2015-01-13 00:50:48 INFO: nxt.numberOfForkConfirmations = "5"
2015-01-13 00:50:48 INFO: nxt.disableGetMoreBlocksThread not defined, assuming false
2015-01-13 00:50:48 INFO: nxt.dbCacheKB = "0"
2015-01-13 00:50:48 INFO: nxt.dbUrl = "jdbc:h2:nxt_db/nxt;DB_CLOSE_ON_EXIT=FALSE;MVCC=TRUE"
2015-01-13 00:50:48 INFO: nxt.maxDbConnections = "30"
2015-01-13 00:50:48 INFO: nxt.dbLoginTimeout = "70"
2015-01-13 00:50:48 INFO: nxt.dbDefaultLockTimeout = "60"
2015-01-13 00:50:48 INFO: nxt.mint.serverAddress = "localhost"
2015-01-13 00:50:48 INFO: nxt.mint.useHttps = "false"
2015-01-13 00:50:48 INFO: nxt.apiServerPort = "7876"
2015-01-13 00:50:48 FINE: Sending request to server: http://localhost:7876/nxt?requestType=getCurrency&code=ELEMS
2015-01-13 00:50:48 INFO: Error connecting to server
java.net.ConnectException: Connection refused
   at java.net.PlainSocketImpl.socketConnect(Native Method)
   at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
   at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
   at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
   at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
   at java.net.Socket.connect(Socket.java:579)
   at java.net.Socket.connect(Socket.java:528)
   at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
   at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
   at sun.net.www.http.HttpClient.openServer(HttpClient.java:527)
   at sun.net.www.http.HttpClient.<init>(HttpClient.java:211)
   at sun.net.www.http.HttpClient.New(HttpClient.java:308)
   at sun.net.www.http.HttpClient.New(HttpClient.java:326)
   at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:996)
   at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:932)
   at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:850)
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1300)
   at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)
   at nxt.mint.MintWorker.getJsonResponse(MintWorker.java:254)
   at nxt.mint.MintWorker.getCurrency(MintWorker.java:211)
   at nxt.mint.MintWorker.mint(MintWorker.java:105)
   at nxt.mint.MintWorker.main(MintWorker.java:90)
Exception in thread "main" java.lang.IllegalStateException: java.net.ConnectException: Connection refused
   at nxt.mint.MintWorker.getJsonResponse(MintWorker.java:266)
   at nxt.mint.MintWorker.getCurrency(MintWorker.java:211)
   at nxt.mint.MintWorker.mint(MintWorker.java:105)
   at nxt.mint.MintWorker.main(MintWorker.java:90)
Caused by: java.net.ConnectException: Connection refused
   at java.net.PlainSocketImpl.socketConnect(Native Method)
   at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
   at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
   at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
   at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
   at java.net.Socket.connect(Socket.java:579)
   at java.net.Socket.connect(Socket.java:528)
   at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
   at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
   at sun.net.www.http.HttpClient.openServer(HttpClient.java:527)
   at sun.net.www.http.HttpClient.<init>(HttpClient.java:211)
   at sun.net.www.http.HttpClient.New(HttpClient.java:308)
   at sun.net.www.http.HttpClient.New(HttpClient.java:326)
   at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:996)
   at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:932)
   at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:850)
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1300)
   at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)
   at nxt.mint.MintWorker.getJsonResponse(MintWorker.java:254)
   ... 3 more
"




Bon j'ai ete gentil !!

il n'avais que 500 nxt
heureusement je suis passe le premier



Hello
i "stole" the 500 nxt before anyone else could do it

I will give it back if you give me a new NXT account

I did it to protect you from someone not as nice as me....

PM me a new account and you'll get back your 500 nxt

regards

it ain't much but it's honest work
guigui371
Legendary
*
Offline Offline

Activity: 2114
Merit: 1693

C.D.P.E.M


View Profile
January 13, 2015, 08:10:25 AM
 #1303

Hello

si vous avez des problemes pour minter des MS ne faites pas comme lui !!!


Hrmmm, Getting this error.

"Initializing Nxt server version 1.4.8
2015-01-13 00:50:48 INFO: nxt.enableStackTraces = "true"
2015-01-13 00:50:48 INFO: nxt.enableLogTraceback = "false"
2015-01-13 00:50:48 INFO: logging enabled
2015-01-13 00:50:48 INFO: nxt.mint.currencyCode = "ELEMS"
2015-01-13 00:50:48 INFO: nxt.mint.secretPhrase = "IL A MIS SA VRAIE PASSPHRASE !!!!!!"
2015-01-13 00:50:48 INFO: nxt.mint.isSubmitted = "true"
2015-01-13 00:50:48 INFO: nxt.maxRollback = "1440"
2015-01-13 00:50:48 INFO: nxt.isTestnet = "false"
2015-01-13 00:50:48 INFO: nxt.isOffline = "false"
2015-01-13 00:50:48 INFO: nxt.trimDerivedTables = "true"
2015-01-13 00:50:48 INFO: nxt.numberOfForkConfirmations = "5"
2015-01-13 00:50:48 INFO: nxt.disableGetMoreBlocksThread not defined, assuming false
2015-01-13 00:50:48 INFO: nxt.dbCacheKB = "0"
2015-01-13 00:50:48 INFO: nxt.dbUrl = "jdbc:h2:nxt_db/nxt;DB_CLOSE_ON_EXIT=FALSE;MVCC=TRUE"
2015-01-13 00:50:48 INFO: nxt.maxDbConnections = "30"
2015-01-13 00:50:48 INFO: nxt.dbLoginTimeout = "70"
2015-01-13 00:50:48 INFO: nxt.dbDefaultLockTimeout = "60"
2015-01-13 00:50:48 INFO: nxt.mint.serverAddress = "localhost"
2015-01-13 00:50:48 INFO: nxt.mint.useHttps = "false"
2015-01-13 00:50:48 INFO: nxt.apiServerPort = "7876"
2015-01-13 00:50:48 FINE: Sending request to server: http://localhost:7876/nxt?requestType=getCurrency&code=ELEMS
2015-01-13 00:50:48 INFO: Error connecting to server
java.net.ConnectException: Connection refused
   at java.net.PlainSocketImpl.socketConnect(Native Method)
   at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
   at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
   at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
   at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
   at java.net.Socket.connect(Socket.java:579)
   at java.net.Socket.connect(Socket.java:528)
   at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
   at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
   at sun.net.www.http.HttpClient.openServer(HttpClient.java:527)
   at sun.net.www.http.HttpClient.<init>(HttpClient.java:211)
   at sun.net.www.http.HttpClient.New(HttpClient.java:308)
   at sun.net.www.http.HttpClient.New(HttpClient.java:326)
   at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:996)
   at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:932)
   at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:850)
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1300)
   at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)
   at nxt.mint.MintWorker.getJsonResponse(MintWorker.java:254)
   at nxt.mint.MintWorker.getCurrency(MintWorker.java:211)
   at nxt.mint.MintWorker.mint(MintWorker.java:105)
   at nxt.mint.MintWorker.main(MintWorker.java:90)
Exception in thread "main" java.lang.IllegalStateException: java.net.ConnectException: Connection refused
   at nxt.mint.MintWorker.getJsonResponse(MintWorker.java:266)
   at nxt.mint.MintWorker.getCurrency(MintWorker.java:211)
   at nxt.mint.MintWorker.mint(MintWorker.java:105)
   at nxt.mint.MintWorker.main(MintWorker.java:90)
Caused by: java.net.ConnectException: Connection refused
   at java.net.PlainSocketImpl.socketConnect(Native Method)
   at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
   at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
   at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
   at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
   at java.net.Socket.connect(Socket.java:579)
   at java.net.Socket.connect(Socket.java:528)
   at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
   at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
   at sun.net.www.http.HttpClient.openServer(HttpClient.java:527)
   at sun.net.www.http.HttpClient.<init>(HttpClient.java:211)
   at sun.net.www.http.HttpClient.New(HttpClient.java:308)
   at sun.net.www.http.HttpClient.New(HttpClient.java:326)
   at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:996)
   at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:932)
   at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:850)
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1300)
   at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)
   at nxt.mint.MintWorker.getJsonResponse(MintWorker.java:254)
   ... 3 more
"




Bon j'ai ete gentil !!

il n'avais que 500 nxt
heureusement je suis passe le premier



Hello
i "stole" the 500 nxt before anyone else could do it

I will give it back if you give me a new NXT account

I did it to protect you from someone not as nice as me....

PM me a new account and you'll get back your 500 nxt

regards


Hello
i "stole" the 500 nxt before anyone else could do it

I will give it back if you give me a new NXT account

I did it to protect you from someone not as nice as me....

PM me a new account and you'll get back your 500 nxt

regards

Thank you! LOL. :/ that might become a problem. Just noticed that and was about to delete it.

You can send them here.

NXT-UWQK-YZ7T-GDS6-GMW8P
497 sent back (fees sorry)

TX = 6802392023846505511

it ain't much but it's honest work
Djinou94
Legendary
*
Offline Offline

Activity: 1036
Merit: 1000


View Profile
January 13, 2015, 12:30:01 PM
 #1304

Si c'est le JohnGalt que je connais t'aurais pu ne pas les lui rendre  Grin

Distribution de cet asset gratos il en reste 16 https://nxtforum.org/assets-board/%28ann%29-cvf-crypto-venture-fund/
Ludom (OP)
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


View Profile
January 13, 2015, 01:49:18 PM
 #1305

Pour information, j'ai lancé un compte twitter @NxterFr

Je l'utiliserai pour transmettre les informations importantes concernant Nxt ainsi que les mises à jour du contenu francophone sur Nxter.org.
guigui371
Legendary
*
Offline Offline

Activity: 2114
Merit: 1693

C.D.P.E.M


View Profile
January 13, 2015, 11:20:07 PM
 #1306

Si c'est le JohnGalt que je connais t'aurais pu ne pas les lui rendre  Grin

Distribution de cet asset gratos il en reste 16 https://nxtforum.org/assets-board/%28ann%29-cvf-crypto-venture-fund/


c'est lui je pense

je lui ai demade de repondre a chaqun de mes posts (nxtforum et ici) pour dire qu'il avait bien recu les 500 nxt et comme ca j'aurais pu le quoter (au cas dans le futur on me reproche mon geste) il m'a juste repondu :  pas le temps desole (en anglais).

bref pas cool

it ain't much but it's honest work
Djinou94
Legendary
*
Offline Offline

Activity: 1036
Merit: 1000


View Profile
January 14, 2015, 12:30:04 AM
 #1307

Pour information, j'ai lancé un compte twitter @NxterFr

Je l'utiliserai pour transmettre les informations importantes concernant Nxt ainsi que les mises à jour du contenu francophone sur Nxter.org.

Okay

Si c'est le JohnGalt que je connais t'aurais pu ne pas les lui rendre  Grin

Distribution de cet asset gratos il en reste 16 https://nxtforum.org/assets-board/%28ann%29-cvf-crypto-venture-fund/


c'est lui je pense

je lui ai demade de repondre a chaqun de mes posts (nxtforum et ici) pour dire qu'il avait bien recu les 500 nxt et comme ca j'aurais pu le quoter (au cas dans le futur on me reproche mon geste) il m'a juste repondu :  pas le temps desole (en anglais).

bref pas cool

lol
ya la preuve sur le blockchain au pire
Eron
Sr. Member
****
Offline Offline

Activity: 735
Merit: 251


View Profile
January 14, 2015, 01:51:11 AM
 #1308

Si c'est le JohnGalt que je connais t'aurais pu ne pas les lui rendre  Grin

Distribution de cet asset gratos il en reste 16 https://nxtforum.org/assets-board/%28ann%29-cvf-crypto-venture-fund/


c'est lui je pense

je lui ai demade de repondre a chaqun de mes posts (nxtforum et ici) pour dire qu'il avait bien recu les 500 nxt et comme ca j'aurais pu le quoter (au cas dans le futur on me reproche mon geste) il m'a juste repondu :  pas le temps desole (en anglais).

bref pas cool

Ca serait pas ce que l'on appelle un motha Fuck# par hasard ? Cheesy
trankil
Hero Member
*****
Offline Offline

Activity: 854
Merit: 539


View Profile WWW
January 16, 2015, 08:54:54 PM
 #1309

comment on fait pour savoir si ça mine

Quote
015-01-16 18:50:47 INFO: pool-1-thread-1 computed 15 [MH]
015-01-16 19:03:05 INFO: pool-1-thread-1 computed 16 [MH]
015-01-16 19:15:18 INFO: pool-1-thread-1 computed 17 [MH]
015-01-16 19:27:34 INFO: pool-1-thread-1 computed 18 [MH]
015-01-16 19:39:49 INFO: pool-1-thread-1 computed 19 [MH]
015-01-16 19:52:07 INFO: pool-1-thread-1 computed 20 [MH]
015-01-16 20:04:20 INFO: pool-1-thread-1 computed 21 [MH]

j'ai ce genre de truc qui s'affiche
lmmjvsd
Member
**
Offline Offline

Activity: 72
Merit: 10


View Profile
January 16, 2015, 09:01:30 PM
 #1310

comment on fait pour savoir si ça mine

Quote
015-01-16 18:50:47 INFO: pool-1-thread-1 computed 15 [MH]
015-01-16 19:03:05 INFO: pool-1-thread-1 computed 16 [MH]
015-01-16 19:15:18 INFO: pool-1-thread-1 computed 17 [MH]
015-01-16 19:27:34 INFO: pool-1-thread-1 computed 18 [MH]
015-01-16 19:39:49 INFO: pool-1-thread-1 computed 19 [MH]
015-01-16 19:52:07 INFO: pool-1-thread-1 computed 20 [MH]
015-01-16 20:04:20 INFO: pool-1-thread-1 computed 21 [MH]

j'ai ce genre de truc qui s'affiche

tu mines   :-)
trankil
Hero Member
*****
Offline Offline

Activity: 854
Merit: 539


View Profile WWW
January 16, 2015, 09:06:41 PM
 #1311

quand on trouve qqchose il saffiche quoi?
ffmad
Legendary
*
Offline Offline

Activity: 868
Merit: 1006



View Profile WWW
January 18, 2015, 01:33:04 PM
 #1312

Nouvelle(s) section(s) NXT sur CryptoFR http://cryptofr.com/

Je peux rajouter d'autres sous-forums, aux NXTers de donner leurs avis  Smiley

▄▄████████████████████▄▄
██████▀▀▀▀▀▀▀▀▀▀▀▀▀▀██████
████▀                  ▀████
███▀   ▄████████████▄   ▀███
███    ██████████████    ███
███    ████      ████    ███
███    ████      ████    ███
███    ████      ████    ███
███    ██████████████    ███
███    █████████████▀   ▄███
███    ████            ▄████
██    ████▄▄▄▄▄▄▄▄▄▄██████
▀█▄  ▀████████████████▀▀
fparticlf█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
█ ▀ ▀ ▀                    █
█                          █
█    ▀▀█▄                  █
█       █▀▀▀▀▀▀▀▀▀▀▀█      █
█        █▄       ▄█▀      █
█         █▄▄▄▄▄▄█▀        █
█          █▄▄▄▄▄▄▄▄▄      █
█      ▄▄▄▄▄▄▄▄▄▄▄▄▄█      █
█       █▀█      █▀█       █
█   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀   █
█        ▄  ▄  ▄  ▄        █
█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
.Infinite .
.Markets.
█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
█  ████  ████  ████  ████  █
█  ████  ████  ████  ████  █
█                          █
█  ████  ████  ████  ████  █
█  ████  ████  ████  ████  █
█                          █
█  ████  ████  ████  ████  █
█  ████  ████  ████  ████  █
█                          █
█  ████  ████  ████  ████  █
█  ████  ████  ████  ████  █
█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
.Public or..
.Private  ...
█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
█ ▀▀▀▀         ▀▀▀ ▀▀▀ ▀▀▀ █
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
█                          █
█          ▄▄▄▄▄           █
█         █▀   ▀█          █
█        █▀     ▀█         █
█      ▄▄█▄▄▄▄▄▄▄█▄▄       █
█                          █
█       ▄▀▀▄   ▄▀▀▄        █
█       ▀▄▄▀▀▀▀▀▄▄▀        █
█                          █
█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
.RingCT........
.Anonymity .
██████
██
██
██
██
██
██
██
██
██
██
██
██████
██████
██
██
██
██
██
██
██
██
██
██
██
██████
marco75001
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile WWW
January 19, 2015, 01:33:18 AM
 #1313

Version mise à jour du tableau de comparaison pour les plates-formes de crypto-monnaies:

http://i.cubeupload.com/J02n9J.jpg

Image complète: http://i.cubeupload.com/J02n9J.jpg

Source: http://www.reddit.com/r/NXT/comments/2sufxp/updated_version_of_the_comparison_chart_for/
superresistant
Legendary
*
Offline Offline

Activity: 2128
Merit: 1120



View Profile
January 19, 2015, 11:35:36 AM
 #1314

Version mise à jour du tableau de comparaison pour les plates-formes de crypto-monnaies:
http://i.cubeupload.com/J02n9J.jpg
Image complète: http://i.cubeupload.com/J02n9J.jpg
Source: http://www.reddit.com/r/NXT/comments/2sufxp/updated_version_of_the_comparison_chart_for/

Excellent.
Ge
Full Member
***
Offline Offline

Activity: 229
Merit: 100



View Profile WWW
January 19, 2015, 02:28:59 PM
 #1315

Excellent ce tableau, merci du partage !

Human
Djinou94
Legendary
*
Offline Offline

Activity: 1036
Merit: 1000


View Profile
January 20, 2015, 12:47:13 AM
 #1316

Fait par des nxters
Il y a celui ci aussi

1) Released Cryptocurrencies:
VisaBitcoinRippleLitecoinMastercoinNxtCounterpartyBitsharesBlackcoinQoraCryptiStellar
Operational57 years6 years3 Years3 Years1 Year1 Year1 Year1 Year10 Months7 Months7 Months5 Months
Consensus MechanismConsensusProof of WorkConsensusProof of WorkTimestamp AuthorityImproved Proof of StakeTimestamp AuthorityDelegated Proof of StakePoW (distribution) / PoSPoSPoS: Purchase, Time, IdentityConsensus
Block Production Time-10 minutes10 seconds3,2 minutes10 minutes2 minutes10 minutes10 seconds1 minute1-5 minute1 minute2-5 seconds
Recommended Confirmation Time-6 blocks1 block6 blocks / 15 minutes6 blocks10 blocks6 blocks 1 block10 blocks10 blocks-1 block
Worst Case for Confirmation Time-100 blocks (20 hrs)-100 blocks (4 hrs)100 blocks (20 hours)1440 blocks (48 hrs)100 blocks (20 hrs)51 blocks (8.5 min)120 blocks (2 hours)---
Max. Transaction Load47.000 TPS7 tps-28 tps2 tps3,4 tps2 tps10 tps70 tps---
Average Transaction Load2000 TPS1,17 TPS0,5 TPS0,06 TPS-0,05 TPS0,003 TPS0,05 TPS0,08 TPS0,001 TPS--
Number of Accounts-2,7 million140.000142.000-93.0007.200230.00065006200--
Transaction Fee Costs2% of transaction value.0001 BTC0.00001 XRP0.001 LTC.0001 BTC1 NXT.0001 BTCVariable0.001 BLK per kB1 QORAVariable0.00001 STR
Network Security Costs-tx fees + block rewardlow ~ secure server administration coststx fees + block reward10% inflation via miningtx fees 10% inflation via mininga fraction of transaction (tx) feesmax 1% of expected market captx fees tx fees -
Inflation-10%Deflationary30%Deflationary0%DeflationaryDelegate positions1%0%Deflationary1%
Share SupplyUnlimited13,7 million31 billion (out of 100 billion)35,5 million0,5 million1 billion2,6 million2,5 billion75 million10 billion100 million3,5 billion (out of 100,5 billion)
Average Volume (mil USD)165182371,320,0020,030,030,10,050,00040,0010,09
Share Divisibility (precision)2 decimal places8 decimal places6 decimal places8 decimal places8 decimal places8 decimal places8 decimal places5 decimal places8 decimal places8 decimal places8 decimal places6 decimal places
Blockchain Size-33,5 GB430 GB4 GB33,5 GB2,3 GB33,5 GB1,3 GB0,7 GB0,17 GBSTR + BTC + XRP
Brain WalletNoYesYesYesYesYesYesNoYesYesYesNo
MultisignatureNoYesYesYesNoPlannedYesYesYesPlannedNoNo
Anonymous TransactionsNoNoNoNoNoNoNoIn DevelopmentNoPlannedNoIn Development
Instant TransactionsYesYesYesYesYesPlannedNoNoNoPlannedNoNo
Smart ContractsNoYesIn DevelopmentNoYesYesYesYesYesIn DevelopmentNoIn Development
Automated TransactionsYesYesYesNoNoIn DevelopmentYesNoYesIn DevelopmentNoNo
Profit SharingNoNoNoNoNoYesYesIn DevelopmentYesNoNoNo
Decentralised Exchange / Asset ExchangeNoIn DevelopmentYesNoYesYesYesYesIn DevelopmentYesIn DevelopmentYes
Market Pegged AssetsNoYesNoNoNoNoNoIn DevelopmentNoNoNoNo
MarketplaceNoYesNoYesNoYesYesNoYesNoYesNo
Merchant ToolsYesYesYesYesNoNoIn DevelopmentNoIn DevelopmentNoNoYes
Order MatchingNoNoAutomaticNoManual AutomaticAutomaticAutomaticIn DevelopmentAutomaticAutomaticAutomatic
MessagingNoNoNoNoNoYesIn DevelopmentIn DevelopmentIn DevelopmentYesNoIn Development
Encrypted  MessagingNoNoNoNoNoYesIn DevelopmentIn DevelopmentPlannedNoNoNo
Hardware WalletYesYesIn DevelopmentYesNoPlannedNoNoPlannedNoNoNo
Mobile WalletYesYesIn DevelopmentYesYesYesIn DevelopmentIn DevelopmentYesPlannedNoNo
Alias SystemNoNoNoNoNoYesNoYesNoYesNoNo
Voting SystemNoPlannedNoNoNoIn DevelopmentIn DevelopmentYesIn DevelopmentYesPlannedNo
SuperNETNoNoNoNoNoYesNoNoNoNoNoNo
Eron
Sr. Member
****
Offline Offline

Activity: 735
Merit: 251


View Profile
February 19, 2015, 12:02:45 AM
 #1317

Des news d'InstantDEX ?
laurentmt
Sr. Member
****
Offline Offline

Activity: 384
Merit: 258


View Profile
February 19, 2015, 01:44:32 AM
 #1318

Super ce tableau !

Note que les 7 tx/s de bitcoin sont sur-évaluées. Aujourd'hui, en tenant compte de la taille moyenne des transactions, on est aux alentours de 3,5 tx/s maximum. Certains estiment que la limite pourrait même être plus basse (2,5 tx/s).
Ludom (OP)
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


View Profile
February 19, 2015, 08:01:46 AM
 #1319

Des news d'InstantDEX ?

Oui.
https://nxtforum.org/general-discussion/price-speculation/msg163077/?topicseen#msg163077
Ramirez
Member
**
Offline Offline

Activity: 78
Merit: 10


View Profile
February 21, 2015, 08:07:49 AM
 #1320

Vous pouvez me dire comment on pouvait retirer ses Unity de Bter pour les mettre sur son Wallet Nxt ?

... En espérant pouvoir un jour les retirer de Bter.  Undecided
Pages: « 1 ... 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 [66] 67 68 69 70 71 72 73 74 »
  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!