Bitcoin Forum
April 27, 2024, 07:35:24 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 [1592] 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 ... 2557 »
  Print  
Author Topic: NXT :: descendant of Bitcoin - Updated Information  (Read 2761529 times)
Coinonaer
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
February 11, 2014, 06:48:35 AM
 #31821

Hey NXT'ers,

thanks to the kind support of BaiMangal, we can most probably release an ALPHA version of the nxtFreeRider late today on www.quicknxt.com

 Status is like this: The backend is api implementation is good, but the Use Case implementations have a long way to go. I will put a huge disclaimer onto the mainwindow, explaining that it is alpha software, and that the primary intention of this early release is to provide a fully open source python3/PyQt implementation of the nxt API, and that the use cases that are included will be extended and improved.

I have put a massive amount of work into this over the last weeks, but having an api implementaion is one thing, and providing foolproof and watertight user experiences is another task, that just requires a lot of further work to be put into it.

In order to maintain momentum and to provide the first fully open sourced python implementation of the nxt api, I'll proceed with the release, and then continue the development with primary focus on the asset exchange.


Vielen Dank für Deinen Einsatz!
1714246524
Hero Member
*
Offline Offline

Posts: 1714246524

View Profile Personal Message (Offline)

Ignore
1714246524
Reply with quote  #2

1714246524
Report to moderator
In order to achieve higher forum ranks, you need both activity points and merit points.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
iruu
Full Member
***
Offline Offline

Activity: 148
Merit: 100


View Profile
February 11, 2014, 06:53:55 AM
 #31822


I emailed Dmitry Skiba and actually got a response

Quote
Hi,

Actually I don't know nothing about cryptography, I just ported that code from C to Java many years ago. So I can't really answer your question.

Regards,
Dmitry
Hilarious.  
I think this ends the discussion and the fix should be included in the main client... BloodyRookie (and doctorevil) obviously understands it much better

fmiboy
Full Member
***
Offline Offline

Activity: 189
Merit: 100


View Profile
February 11, 2014, 07:17:15 AM
 #31823

UPDATE: ClieNXT GUI

version 0.0.5 [code name] AE testnet

* this version solely works with testnet server http://holms.cloudapp.net:6874/
* Asset Exchange window has major features

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


------
Usage
------

* Windows users unzip the archive and run Clienxt.jar file
* Linux users unzip the archive and run in terminal ./clienxt.run &
* Mac users unzip the archive and run in terminal ./clienxt.run & (not tested, working on creating *.app file or *.pkg installer)

* Languages English, Russian only Asset Exchange window translations are missing.

NB: don't use your own accounts on "testnet"

click Unlock button to open new or existing accounts on "testnet" (unlock and watch if you have more accounts)
go to Asset Exchange window and start Trading

------
Screenshots
------
All available Assets
Issue Asset (fill all fields and Issue Asset, min. fee 1000)
Transfer Asset (select account that is added in Unlock window, it will detect all available Assets with their amount, fill rest fields and Transfer Asset)
My orders (all Ask and Bid orders for selected account)
Context menu (select any Asset and right click)
View Open orders (for selected Asset)
Place Order (ask or bid order for selected Asset, enter price 100 that will be considered 1, minimum price is 100)
Cancel Order (in My orders, you can select your order and right click to cancel order)
Cancel order window (requires only secret Phrase of account that placed same order)
Trade history (history of all trades for selected Asset)

Please report bugs or feature request here: https://bitbucket.org/fmiboy/clienxt/issues?status=new&status=open
Translators can find word list in Bundle.Properties (everything right side of "=" needs translation) here: https://bitbucket.org/fmiboy/clienxt/src/0a35a05b7786b2c3cf1e69ca16c0bbd48d8f953c/src/clienxt/Bundle.properties?at=master

If you like my work, donate nxt 13792774143018875909 and thank you very much for all supports.

Good job.
I have translated it and post on China Forum.
http://nxts.info/forum.php?mod=viewthread&tid=30&extra=page%3D1

thanks guys!
Eadeqa
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


View Profile
February 11, 2014, 07:20:20 AM
 #31824


I emailed Dmitry Skiba and actually got a response

Quote
Hi,

Actually I don't know nothing about cryptography, I just ported that code from C to Java many years ago. So I can't really answer your question.

Regards,
Dmitry
Hilarious.  
I think this ends the discussion and the fix should be included in the main client... BloodyRookie (and doctorevil) obviously understands it much better

The bug was in original C version by Matthijs van Duin. Dmitry Skiba just ported it to java

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

Activity: 910
Merit: 1000



View Profile
February 11, 2014, 07:25:09 AM
 #31825


I emailed Dmitry Skiba and actually got a response

Quote
Hi,

Actually I don't know nothing about cryptography, I just ported that code from C to Java many years ago. So I can't really answer your question.

Regards,
Dmitry

Shocked

- original written by Bernstein in qhasm
- he ported it: http://cr.yp.to/ecdh.html / http://cr.yp.to/ecdh/curve25519-20050915.tar.gz
- Matthijs van Duin made it 64bit? Here is a thread discussing it (with a response by Bernstein, it seems): http://sci.crypt.narkive.com/mukCBREz/curve25519-ecdh-portable-c-implementation. Source code not available: http://cds.xs4all.nl:8081/ecdh/curve25519_i64
- Dmitry, who has no knowledge in crypto, ported it to Java

-> We need an audit of our implementation by a big cryptographer!

What's up guys, no luck with the inquiries?
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
February 11, 2014, 07:32:00 AM
 #31826

We r testing Asset Exchange

Go to https://holms.cloudapp.net:6875/ and create an account. Don't use an account that exists on the main network! After u get the account id u can play such a game:

- Post here ur account.
- I'll check the 1st letter of ur nickname. If the letter wasn't used before then I'll send u 200'000 Test NXT, now u r supposed to send 10'000 to each guy who asks for test NXT and has the name starting with the same letter as urs.
- Download an Asset Exchange client and use it to help us with the testing.

@ AE client devs:
Post links to ur client soft, plz.
ChuckOne
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250

☕ NXT-4BTE-8Y4K-CDS2-6TB82


View Profile
February 11, 2014, 07:32:15 AM
 #31827

You gotta fly fast and high to reach top miners Smiley

   Total: Fee earned 701996 NXT   
6483973064837388393 has mined 163299 NXT.
The 2nd is     4747512364439223888    with 101830 NXT.
In the table below is the top "miners" and their cumulative NXT amount and cumulative percentages.


In the forum was yesterday a nxt balance distribution: top100 has 82.7%
https://bitcointalk.org/index.php?topic=345619.msg5034054#msg5034054
 
In mining/forging the distribution is worse: 4 accounts have mined 56.7%, 28 accounts have mined 90%, and 98 accounts 99% and 400 accounts 100%.



    Fee Earned       %                     TOP accounts
    cumulative  cumul.

   163163   23.2                6483973064837388393
   253458   36.1                4747512364439223888
   334469   47.6                12692935506199079028
   398066   56.7                9433259657262176905
   433008   61.7                2159498187382012684
   458350   65.3                2584657662098653454
   480373   68.4
   501797   71.5
   516684   73.6
   528616   75.3
   540357   77.0
   551740   78.6
   562741   80.2
   571905   81.5
   579116   82.5
   585703   83.4
   591579   84.3
   597233   85.1
   602481   85.8
   606923   86.5
   610916   87.0
   614900   87.6
   618815   88.2
   622026   88.6
   625180   89.1
   628267   89.5
   631337   89.9
   634377   90.4





Is that 6483973064837388393 some special account?
 it has had at maximum ~ 3 Million NXT, but it has earned fees almost double than those 50 Million's accounts.



Yeah, I've seen! so we need as much possible NXT to forge continued.
So far are two empty blocks, yesterday. Smiley

Please stop begging for centralization. -.-
abctc
Legendary
*
Offline Offline

Activity: 1792
Merit: 1038



View Profile
February 11, 2014, 07:32:33 AM
 #31828

- nxt monolith teaser -
 3d-preview of upcoming limited series nxt monoliths.
Will ship from Europe.
- interested!  Very impressive.

█████████████████████████████████████████████████
███████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
██████████████████████████████████████████████████████
█████
█████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████
███████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████
███████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████████
   
, the Next platform.  Magis quam Moneta (More than a Coin)
LiQio
Legendary
*
Offline Offline

Activity: 1181
Merit: 1002



View Profile
February 11, 2014, 07:33:20 AM
 #31829


- Matthijs van Duin made it 64bit?


Guess M. van Duin = xmath

Quote: "I've made a simple re-implementation of djb's curve25519
(http://cr.yp.to/ecdh.html) in plain C, using 64-bit arithmetic."

Sources:
http://sci.crypt.narkive.com/mukCBREz/curve25519-ecdh-portable-c-implementation
https://groups.google.com/forum/#!topic/sci.crypt/J_7OGDf9cJE
ChuckOne
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250

☕ NXT-4BTE-8Y4K-CDS2-6TB82


View Profile
February 11, 2014, 07:34:48 AM
 #31830

We r testing Asset Exchange

Go to https://holms.cloudapp.net:6875/ and create an account. Don't use an account that exists on the main network! After u get the account id u can play such a game:

- Post here ur account.
- I'll check the 1st letter of ur nickname. If the letter wasn't used before then I'll send u 200'000 Test NXT, now u r supposed to send 10'000 to each guy who asks for test NXT and has the name starting with the same letter as urs.
- Download an Asset Exchange client and use it to help us with the testing.

@ AE client devs:
Post links to ur client soft, plz.

Let's see: 5360905709668434656
abctc
Legendary
*
Offline Offline

Activity: 1792
Merit: 1038



View Profile
February 11, 2014, 07:37:49 AM
 #31831

We r testing Asset Exchange
- Post here ur account.
 14386024746077933238

█████████████████████████████████████████████████
███████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
██████████████████████████████████████████████████████
█████
█████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████
███████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████
███████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████████
   
, the Next platform.  Magis quam Moneta (More than a Coin)
longzai1988
Member
**
Offline Offline

Activity: 77
Merit: 10


View Profile
February 11, 2014, 07:38:03 AM
 #31832

We r testing Asset Exchange

Go to https://holms.cloudapp.net:6875/ and create an account. Don't use an account that exists on the main network! After u get the account id u can play such a game:

- Post here ur account.
- I'll check the 1st letter of ur nickname. If the letter wasn't used before then I'll send u 200'000 Test NXT, now u r supposed to send 10'000 to each guy who asks for test NXT and has the name starting with the same letter as urs.
- Download an Asset Exchange client and use it to help us with the testing.

@ AE client devs:
Post links to ur client soft, plz.

TestNet acc - 5892168465630297693
NickName Letter - L

sweet & happy cryptocurrency , cheers Smiley
NXT : NXT-HSBE-8PWL-CUCD-BHUD6
BTCD : RTaMoRXsA7uCv869dX1TfCZmHw4ExbMVmQ
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
February 11, 2014, 07:40:26 AM
 #31833

5360905709668434656

U r the 1st, sent 200k.
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
February 11, 2014, 07:41:24 AM
 #31834

14386024746077933238

U r the 1st, sent 200k.
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
February 11, 2014, 07:43:34 AM
 #31835

TestNet acc - 5892168465630297693

U r the 1st, sent 200k.


NickName Letter - L

One more person who pays attention to details...
Ludom
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


View Profile
February 11, 2014, 07:47:29 AM
 #31836

12601205157227209875

Nickname letter - L
bitcoinpaul
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1000



View Profile
February 11, 2014, 07:48:12 AM
 #31837


I emailed Dmitry Skiba and actually got a response

Quote
Hi,

Actually I don't know nothing about cryptography, I just ported that code from C to Java many years ago. So I can't really answer your question.

Regards,
Dmitry

Shocked

- original written by Bernstein in qhasm
- he ported it: http://cr.yp.to/ecdh.html / http://cr.yp.to/ecdh/curve25519-20050915.tar.gz
- Matthijs van Duin made it 64bit? Here is a thread discussing it (with a response by Bernstein, it seems): http://sci.crypt.narkive.com/mukCBREz/curve25519-ecdh-portable-c-implementation. Source code not available: http://cds.xs4all.nl:8081/ecdh/curve25519_i64
- Dmitry, who has no knowledge in crypto, ported it to Java

-> We need an audit of our implementation by a big cryptographer!

What's up guys, no luck with the inquiries?

This seems to be Matthijs's implementation, but pared down by another guy:

https://github.com/swdunlop/WaspVM/blob/ce71767f5eea8d3768c7aba376c65ce8a13fdc73/vm/curve25519_i64.c


edit: https://bitcointalk.org/index.php?topic=345619.msg4547868#msg4547868
lucky88888
Sr. Member
****
Offline Offline

Activity: 404
Merit: 250


https://nxtforum.org/


View Profile
February 11, 2014, 07:48:27 AM
 #31838

We r testing Asset Exchange

Go to https://holms.cloudapp.net:6875/ and create an account. Don't use an account that exists on the main network! After u get the account id u can play such a game:

- Post here ur account.
- I'll check the 1st letter of ur nickname. If the letter wasn't used before then I'll send u 200'000 Test NXT, now u r supposed to send 10'000 to each guy who asks for test NXT and has the name starting with the same letter as urs.
- Download an Asset Exchange client and use it to help us with the testing.

@ AE client devs:
Post links to ur client soft, plz.

13647442964959355584  Grin

Fuck Mt.Gox! Fuck Mintpal! Fuck Bter! FUCK kyc! Protect yourself use MGW! SUPERNET!
Recommended ASSET ->InstantDex : Lead Dev Jl777 (decentralized multi currency instant exchange)
Recommended ASSET -> Jinn : Lead Dev Come-from-Beyond (ternary processors!)
https://nxtforum.org/news-and-announcements/(ann)-jinn/
dailyarsenal
Member
**
Offline Offline

Activity: 98
Merit: 10

To The Moon!


View Profile
February 11, 2014, 07:50:58 AM
 #31839

How long do you have to keep your nxt coins before it starts to earn stake?

BTC: 13Yg1PwgBFTxyKpGY3393jDJeqNTFNijjH | HOBO: hXzbM3jzvYxrFts7y9zTwmLUJLyw2RYQM | WARNING: Pre-mine or IPO without escrow = SCAM
poohi
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
February 11, 2014, 07:54:20 AM
 #31840

We r testing Asset Exchange

Go to https://holms.cloudapp.net:6875/ and create an account. Don't use an account that exists on the main network! After u get the account id u can play such a game:

- Post here ur account.
- I'll check the 1st letter of ur nickname. If the letter wasn't used before then I'll send u 200'000 Test NXT, now u r supposed to send 10'000 to each guy who asks for test NXT and has the name starting with the same letter as urs.
- Download an Asset Exchange client and use it to help us with the testing.

@ AE client devs:
Post links to ur client soft, plz.

lets try 160936474895467731
Pages: « 1 ... 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 [1592] 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 ... 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!