Bitcoin Forum
April 25, 2024, 06:45:22 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 [1799] 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 ... 2557 »
  Print  
Author Topic: NXT :: descendant of Bitcoin - Updated Information  (Read 2761527 times)
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
February 21, 2014, 10:40:25 AM
 #35961

Just adding.

James - you do understand that 0.1 and 0.01 *cannot be represented in binary floating point* don't you (no matter how many bits you have)?

If you care to *read* what I linked for you the problems can (and will) occur even when you are just doing simple operations.

Anyway - you have been warned but clearly are not interested in *learning* anything about serious software engineering so I give up and would recommend *no-one* to consider your software as anything other than a prototype.

I do understand. Also, I am writing an alpha version right now for DOGE. I am far more concerned about problems regarding multisig transactions than computational dust.

If the end result is the same, what does it matter that 0.1 wasnt perfectly represented? I think I will put in the int64_t stuff and have it cross check the double precision and see if there is ever any error. Would that be acceptable engineering practice for you? I thought engineering is about understanding the problem and making decisions about tradeoffs that still solves the requirements. I dont want to overengineer, but since you are so concerned, we can run both number systems in parallel and we can see if it is ever off by one satoshi.

James

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
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.
1714027522
Hero Member
*
Offline Offline

Posts: 1714027522

View Profile Personal Message (Offline)

Ignore
1714027522
Reply with quote  #2

1714027522
Report to moderator
1714027522
Hero Member
*
Offline Offline

Posts: 1714027522

View Profile Personal Message (Offline)

Ignore
1714027522
Reply with quote  #2

1714027522
Report to moderator
abuelau
Hero Member
*****
Offline Offline

Activity: 750
Merit: 500


www.coinschedule.com


View Profile
February 21, 2014, 10:40:51 AM
 #35962

Announcing the first online NXT Wallet

https://wallet.mynxt.info

Features:

- Easy to use
- Access your NXT from anywhere
- Responsive layout: works in PC/Mac, Tablets and Phones
- Send/Receive NXT
- See your balance in NXT, USD and BTC

Is it safe?

We made it as secure as possible, keeping in mind that as we all know nothing in the online world can be claimed to be 100% secure.

If you want the details: All accounts are 50 random generated characters long, we use AES256 to encrypt each account address twice (once using a site-wide key and once using your master password). We also only accept SSL connections and hash all passwords (salted).

There have been discussions on the main NXT Bitcointalk thread around possibly making it even safer by doing the encryption/decryption of the account on the client side (as opposed to the server side) and we are looking into this.

Launch Promo

To make things more exciting, as a launch promotion we are giving away NXT in the following way:



Promo status report: We already have over 50 users participating in the promo, and I gave 10 NXT to the first 20 already (will send the rest today).

Block 75000 (for the grand prize) should be forged sometime around Monday or Tuesday.

Know what's happening in cryptoworld: www.coinschedule.com
abuelau
Hero Member
*****
Offline Offline

Activity: 750
Merit: 500


www.coinschedule.com


View Profile
February 21, 2014, 10:41:41 AM
 #35963

There is lack of support for people that want to use and implement NXT, that way we miss opportunities.

Apparently implementing NXT is not that straight forward, look at cryptsy, mintpal, atomic-trader, etc… none of them succeed without any help to implement NXT.

We cannot expect mass adoption if above persist, and nobody steps forward to either make some kind of procedure or help people out.

Another remark is that I have the impression interest in NXT is decreasing in favor of new alt-coins/clones.

How can we reestablish interest in NXT?


People won't know what hit them come April. I'll make a prediction (all in good fun) -- NXT @ $1 USD by 31 May.

Just seeing Wesley's new client and the new Nxt wallet have been fantastic additions, we have atomic trade, 0.8.0 is coming... there's been a lot of good news lately. Things are looking up!

Yes, I share this view. I think we may be in the eye of the storm right now Smiley

Know what's happening in cryptoworld: www.coinschedule.com
CIYAM
Legendary
*
Offline Offline

Activity: 1890
Merit: 1075


Ian Knowles - CIYAM Lead Developer


View Profile WWW
February 21, 2014, 10:42:10 AM
 #35964

I do understand.

Clearly you do not.

Please just try just this out:

Code:
#define test( v1, op, v2 ) if( v1 op v2 ) printf( #v1 " " #op " " #v2 "\n" )

#include <stdio.h>
#include <math.h>

int main( )
{
   volatile double a, b, c;
   char buf[ 50 ];

   a = 13.06;
   b = 0.54;
   sprintf( buf, "%lf", a + b );
   c = atof( buf );

   printf( "a = %lf, b = %lf, c = %lf\n", a, b, c );        

   test( c, >, 13.60 );
   test( c, ==, 13.60 );
   test( c, <, 13.60 );
   test( a + b, >, 13.60 );
   test( a + b, ==, 13.60 );
   test( a + b, <, 13.60 );

   return 0;
}


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

GPG Public Key | 1ciyam3htJit1feGa26p2wQ4aw6KFTejU
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
February 21, 2014, 10:42:25 AM
 #35965

When is the AE going to be fully functional?

When we r satisfied with how AE works.
nexern
Hero Member
*****
Offline Offline

Activity: 597
Merit: 500



View Profile
February 21, 2014, 10:43:28 AM
 #35966

There is lack of support for people that want to use and implement NXT, that way we miss opportunities.

Apparently implementing NXT is not that straight forward, look at cryptsy, mintpal, atomic-trader, etc… none of them succeed without any help to implement NXT.

We cannot expect mass adoption if above persist, and nobody steps forward to either make some kind of procedure or help people out.

Another remark is that I have the impression interest in NXT is decreasing in favor of new alt-coins/clones.

How can we reestablish interest in NXT?


When is the AE going to be fully functional?

Think this goes toghetter with client release, no sence to release AE when avarage Joe cant use it.

Community decides when to release AE, when it is tested enough.

the community shouldn't overreacting if devs are silent for a while or another clon appears.
atm there is only btc and ethereum to measure with. emunie is broken and i don't see any
other coin/platform atm able to deaccelerate nxt. ethereum needs the whole year to go online
so we have enough time to built the best tools infront of these competitor. it is true that we
have many loose ends now but we can link them quicker than others because they are already
there while others still in design phase.

and here is my very subjective prediction: nxt -> +3.71 USD latest until 15.08.2014  Grin


martismartis
Legendary
*
Offline Offline

Activity: 1162
Merit: 1005


View Profile
February 21, 2014, 10:46:41 AM
 #35967

Announcing the first online NXT Wallet

https://wallet.mynxt.info

Features:

- Easy to use
- Access your NXT from anywhere
- Responsive layout: works in PC/Mac, Tablets and Phones
- Send/Receive NXT
- See your balance in NXT, USD and BTC

Is it safe?

We made it as secure as possible, keeping in mind that as we all know nothing in the online world can be claimed to be 100% secure.

If you want the details: All accounts are 50 random generated characters long, we use AES256 to encrypt each account address twice (once using a site-wide key and once using your master password). We also only accept SSL connections and hash all passwords (salted).

There have been discussions on the main NXT Bitcointalk thread around possibly making it even safer by doing the encryption/decryption of the account on the client side (as opposed to the server side) and we are looking into this.

Launch Promo

To make things more exciting, as a launch promotion we are giving away NXT in the following way:



Promo status report: We already have over 50 users participating in the promo, and I gave 10 NXT to the first 20 already (will send the rest today).

Block 75000 (for the grand prize) should be forged sometime around Monday or Tuesday.

I can't post to https://bitcointalk.org/index.php?topic=477526.new#new

Very strange...
Fatih87SK
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500



View Profile
February 21, 2014, 10:47:54 AM
 #35968

There is lack of support for people that want to use and implement NXT, that way we miss opportunities.

Apparently implementing NXT is not that straight forward, look at cryptsy, mintpal, atomic-trader, etc… none of them succeed without any help to implement NXT.

We cannot expect mass adoption if above persist, and nobody steps forward to either make some kind of procedure or help people out.

Another remark is that I have the impression interest in NXT is decreasing in favor of new alt-coins/clones.

How can we reestablish interest in NXT?


When is the AE going to be fully functional?

Think this goes toghetter with client release, no sence to release AE when avarage Joe cant use it.

Community decides when to release AE, when it is tested enough.

the community shouldn't overreacting if devs are silent for a while or another clon appears.
atm there is only btc and ethereum to measure with. emunie is broken and i don't see any
other coin/platform atm able to deaccelerate nxt. ethereum needs the whole year to go online
so we have enough time to built the best tools infront of these competitor. it is true that we
have many loose ends now but we can link them quicker than others because they are already
there while others still in design phase.

and here is my very subjective prediction: nxt -> +3.71 USD latest until 15.08.2014  Grin




I hope so. Then I can pay my debt to the bank and will be free.  Grin

Epic win.

abuelau
Hero Member
*****
Offline Offline

Activity: 750
Merit: 500


www.coinschedule.com


View Profile
February 21, 2014, 10:48:10 AM
 #35969


Hmm.. you are the second person to say this to me. I have no clue why. Anyone has any idea?  Huh

Know what's happening in cryptoworld: www.coinschedule.com
Gaman
Full Member
***
Offline Offline

Activity: 284
Merit: 101



View Profile
February 21, 2014, 10:48:48 AM
 #35970

There is lack of support for people that want to use and implement NXT, that way we miss opportunities.

Apparently implementing NXT is not that straight forward, look at cryptsy, mintpal, atomic-trader, etc… none of them succeed without any help to implement NXT.

We cannot expect mass adoption if above persist, and nobody steps forward to either make some kind of procedure or help people out.

Another remark is that I have the impression interest in NXT is decreasing in favor of new alt-coins/clones.

How can we reestablish interest in NXT?


When is the AE going to be fully functional?

Think this goes toghetter with client release, no sence to release AE when avarage Joe cant use it.

Community decides when to release AE, when it is tested enough.

the community shouldn't overreacting if devs are silent for a while or another clon appears.
atm there is only btc and ethereum to measure with. emunie is broken and i don't see any
other coin/platform atm able to deaccelerate nxt. ethereum needs the whole year to go online
so we have enough time to built the best tools infront of these competitor. it is true that we
have many loose ends now but we can link them quicker than others because they are already
there while others still in design phase.

and here is my very subjective prediction: nxt -> +3.71 USD latest until 15.08.2014  Grin




I hope so. Then I can pay my debt to the bank and will be free.  Grin

Epic win.

Care to elaborate how you arrive the value +3.71 usd

▂ ▃ ▅ ▆   LUCRE DON'T HODL; TRADE!   ▆ ▅ ▃ ▂
BITCOIN & CRYPTO CURRENCY ALGORITHMIC TRADING & SIGNAL SERVICE ✓ 
▌▐ ▬▬▬▬▬  Twitter ⬝  Telegram ⬝   Facebook ⬝  Youtube ⬝  Meduim   ▬▬▬▬▬ ▌▐
CIYAM
Legendary
*
Offline Offline

Activity: 1890
Merit: 1075


Ian Knowles - CIYAM Lead Developer


View Profile WWW
February 21, 2014, 10:51:05 AM
 #35971

For those interested the output of the little program I posted just before is this:

Code:
a = 13.060000, b = 0.540000, c = 13.600000
c == 13.60
a + b > 13.60

Now all we how done here is to "add" two numbers together and then compare and *bam* we are in trouble.

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

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

Activity: 750
Merit: 500


www.coinschedule.com


View Profile
February 21, 2014, 10:51:56 AM
 #35972


Hmm.. you are the second person to say this to me. I have no clue why. Anyone has any idea?  Huh

Quote
This was locked by an administrator. You cannot unlock it

Ha? Why would an administrator lock the topic. And I didn't even get any notifications..

Know what's happening in cryptoworld: www.coinschedule.com
BitcoinForumator
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
February 21, 2014, 10:52:02 AM
 #35973

Looking at the top of the top NXT accounts, those with the biggest holdings. I see almost no movement of NXT and i'm thinking what are they're thinking.

What good is it if you have millions and millions if NXT in the end will be worth less than if you did something with those millions and bought something that would actually help NXT?

Isn't it better to start thinking in terms of maybe you should do something with that money because in the end 20M will be worth more than 50M because those 30M spent made a huge positive difference.
Gaman
Full Member
***
Offline Offline

Activity: 284
Merit: 101



View Profile
February 21, 2014, 10:52:07 AM
 #35974

guys,

i am getting these errors .. any reason?  (but my client is working). 

[2014-02-21 02:47:28.887] DEBUG: Failed to accept block 1435665386564391533 at h
eight 71391 received from vps1.nxtcrypto.org, blacklisting
[2014-02-21 02:47:31.372] DEBUG: Failed to accept block 1435665386564391533 at h
eight 71391 received from 46.19.137.116, blacklisting
[2014-02-21 02:47:33.835] DEBUG: Failed to accept block 1435665386564391533 at h
eight 71391 received from 46.19.137.116, blacklisting
[2014-02-21 02:47:36.304] DEBUG: Failed to accept block 1435665386564391533 at h
eight 71391 received from 46.19.137.116, blacklisting
[2014-02-21 02:47:38.772] DEBUG: Failed to accept block 1435665386564391533 at h
eight 71391 received from 46.19.137.116, blacklisting
[2014-02-21 02:47:41.232] DEBUG: Failed to accept block 1435665386564391533 at h
eight 71391 received from 46.19.137.116, blacklisting
[2014-02-21 02:47:43.085] DEBUG: Failed to accept block 1435665386564391533 at h
eight 71391 received from vps3.nxtcrypto.org, blacklisting
[2014-02-21 02:47:45.179] DEBUG: Failed to accept block 1435665386564391533 at h
eight 71391 received from vps1.nxtcrypto.org, blacklisting
[2014-02-21 02:47:47.651] DEBUG: Failed to accept block 1435665386564391533 at h
eight 71391 received from 46.19.137.116, blacklisting
[2014-02-21 02:47:50.740] DEBUG: Failed to accept block 1435665386564391533 at h
eight 71391 received from 46.19.137.116, blacklisting
[2014-02-21 02:47:53.158] DEBUG: Failed to accept block 1435665386564391533 at h
eight 71391 received from vps4.nxtcrypto.org, blacklisting
[2014-02-21 02:47:55.647] DEBUG: Failed to accept block 1435665386564391533 at h
eight 71391 received from 46.19.137.116, blacklisting
                         

guys, any ideas why this is happening?

▂ ▃ ▅ ▆   LUCRE DON'T HODL; TRADE!   ▆ ▅ ▃ ▂
BITCOIN & CRYPTO CURRENCY ALGORITHMIC TRADING & SIGNAL SERVICE ✓ 
▌▐ ▬▬▬▬▬  Twitter ⬝  Telegram ⬝   Facebook ⬝  Youtube ⬝  Meduim   ▬▬▬▬▬ ▌▐
swartzfeger
Full Member
***
Offline Offline

Activity: 350
Merit: 100


View Profile
February 21, 2014, 10:54:43 AM
 #35975


Hmm.. you are the second person to say this to me. I have no clue why. Anyone has any idea?  Huh

Nope. I tried posting my account as well. Wasn't able to.
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
February 21, 2014, 10:57:30 AM
 #35976

Ha? Why would an administrator lock the topic. And I didn't even get any notifications..

Just start another thread.
BitcoinForumator
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
February 21, 2014, 11:00:25 AM
 #35977

Also - why sell NXT on exchanges to bag holders. It's better to sell those NXT in exchange for services that help NXT. Bag holders = stagnant economy. Workers = active economy.
wesleyh
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
February 21, 2014, 11:02:01 AM
 #35978

@CFB and others, would it be good if assets listed on exchange were somehow grouped? To bring order to the chaos. Some generic groups such as "currency", "ipo", etc..
Eadeqa
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


View Profile
February 21, 2014, 11:06:11 AM
 #35979



Quote
I do understand. Also, I am writing an alpha version right now for DOGE. I am far more concerned about problems regarding multisig transactions than computational dust.
James

This is really weird. You ask  people to check your code, and then you just go on and on not even try to understanding the problem

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

Activity: 597
Merit: 500



View Profile
February 21, 2014, 11:06:51 AM
 #35980

@CFB and others, would it be good if assets listed on exchange were somehow grouped? To bring order to the chaos. Some generic groups such as "currency", "ipo", etc..

yes, i have proposed to add some more fields like category some weeks ago also (also an url field to link to additional asset descriptions) but the best solution is to add this on client side.
this way the user can tag/categorize the assets individually.

ps: like bond/currency/mining contract/loan/crowd funding etc.
Pages: « 1 ... 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 [1799] 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 ... 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!