Bitcoin Forum
May 05, 2024, 12:41:17 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 [831] 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 ... 2557 »
  Print  
Author Topic: NXT :: descendant of Bitcoin - Updated Information  (Read 2761529 times)
ImmortAlex
Hero Member
*****
Offline Offline

Activity: 784
Merit: 501


View Profile
January 10, 2014, 04:37:50 PM
 #16601

hey JLP,  is your vanity generator able to generate accounts that begin with zeros?
Actually, you can write any account with zero's at the beginning.
But if you will get problems with this... I warn you!
1714869677
Hero Member
*
Offline Offline

Posts: 1714869677

View Profile Personal Message (Offline)

Ignore
1714869677
Reply with quote  #2

1714869677
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714869677
Hero Member
*
Offline Offline

Posts: 1714869677

View Profile Personal Message (Offline)

Ignore
1714869677
Reply with quote  #2

1714869677
Report to moderator
1714869677
Hero Member
*
Offline Offline

Posts: 1714869677

View Profile Personal Message (Offline)

Ignore
1714869677
Reply with quote  #2

1714869677
Report to moderator
1714869677
Hero Member
*
Offline Offline

Posts: 1714869677

View Profile Personal Message (Offline)

Ignore
1714869677
Reply with quote  #2

1714869677
Report to moderator
NxtChoice
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
January 10, 2014, 04:38:19 PM
 #16602


getAccountBlockIds
http://localhost:/7874/nxt?requestType=getAccountBlockIds&account=account&timestamp=timestamp
returns the blockIds generated by the account after timestamp


Hi JLP, it seems that the returned blockIds is random in sequence. Could this API return the block id in time sequence?
ImmortAlex
Hero Member
*****
Offline Offline

Activity: 784
Merit: 501


View Profile
January 10, 2014, 04:38:38 PM
 #16603

DNA - the ultimate blockchain.
Forked too much, fuuuuu.... Smiley
pinarello
Full Member
***
Offline Offline

Activity: 266
Merit: 100


NXT is the future


View Profile
January 10, 2014, 04:40:02 PM
 #16604


NEW EXCHANGE Huh

http://www.newaltex.com/


pIN

ImmortAlex
Hero Member
*****
Offline Offline

Activity: 784
Merit: 501


View Profile
January 10, 2014, 04:40:39 PM
 #16605

It is a centralized database of websites, websites with functionalities, list of developers, marketing specialists, list of all translators, donators...
Every time you speak "centralized" a kitten is dying...
salsacz
Hero Member
*****
Offline Offline

Activity: 490
Merit: 504


View Profile
January 10, 2014, 04:43:27 PM
 #16606

Hey guys,

I'm currently generating me a 777****777 address. Is my calculation correct that it takes about 900,000 generated addresses to obtain one in my wanted format with 6 wanted digits characters (the 1st digit can't be a zero).

The script is running on my PC and on my university cluster which isn't much faster. It's unfortunately running with the NXT API and in python. So it's not the fastest. I would like to make a native C version.

For this I would have to work me into the algorithms. Is this something the community wants?

so it was YOU who created 800 new accounts yesterday?
http://87.230.14.1/nxt/nxt.cgi?action=40&sub=6
or they cannot be here because there is no public key
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
January 10, 2014, 04:44:11 PM
 #16607

If add the Arbitrary Messages new feature, will it cause chain data bloated?

Not more than any other transactions.
coolfish
Full Member
***
Offline Offline

Activity: 121
Merit: 100


View Profile
January 10, 2014, 04:44:30 PM
 #16608


NEW EXCHANGE Huh

http://www.newaltex.com/


pIN

You has received the exchange fee 0.2%
Why BTC withdrawal fees 1% again, so high,

Robbery? I refuse..


BTC-E exchange fee 0.2%, but the withdrawal fees only 0.001 BTC.


Nxt:17482068461146780755
ferment
Full Member
***
Offline Offline

Activity: 168
Merit: 100


IDEX - LIVE Real-time DEX


View Profile
January 10, 2014, 04:44:52 PM
 #16609


getAccountBlockIds
http://localhost:/7874/nxt?requestType=getAccountBlockIds&account=account&timestamp=timestamp
returns the blockIds generated by the account after timestamp


Hi JLP, it seems that the returned blockIds is random in sequence. Could this API return the block id in time sequence?


Most languages support sorting arrays pretty easily. Transactions are the same way form getAccountTransactionIDs.

Ruby code looks like this:
Code:
blocks_unsorted.sort {|x,y| y["timestamp"] <=> x["timestamp"]}

gbeirn
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
January 10, 2014, 04:54:45 PM
 #16610

OK, I blasted out some high level text. Lots of holes need to be filled, but I need help. I need to go offline for a few hours.

Anybody can contribute, just sign up for wiki acct and get added as editor.

James

 snip


Thanks! I am working on filling out some area in which I can contribute. It helps that there is something to work with, sometimes I get stuck at starting something.

NXT VPS Server Donations can be sent here: 6044921191674841550
At the end of each month I will donate some of them back to the community.
This is separate from my main wallet so you can keep track of them. I will keep them in there and only use them for hosting.
NxtChoice
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
January 10, 2014, 04:56:51 PM
 #16611


getAccountBlockIds
http://localhost:/7874/nxt?requestType=getAccountBlockIds&account=account&timestamp=timestamp
returns the blockIds generated by the account after timestamp


Hi JLP, it seems that the returned blockIds is random in sequence. Could this API return the block id in time sequence?


Most languages support sorting arrays pretty easily. Transactions are the same way form getAccountTransactionIDs.

Ruby code looks like this:
Code:
blocks_unsorted.sort {|x,y| y["timestamp"] <=> x["timestamp"]}


Thanks.

I need to study Ruby Smiley
Passion_ltc
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


Crypti Community Manager


View Profile
January 10, 2014, 05:02:03 PM
 #16612

Hey guys,

I'm currently generating me a 777****777 address. Is my calculation correct that it takes about 900,000 generated addresses to obtain one in my wanted format with 6 wanted digits characters (the 1st digit can't be a zero).

The script is running on my PC and on my university cluster which isn't much faster. It's unfortunately running with the NXT API and in python. So it's not the fastest. I would like to make a native C version.

For this I would have to work me into the algorithms. Is this something the community wants?

so it was YOU who created 800 new accounts yesterday?
http://87.230.14.1/nxt/nxt.cgi?action=40&sub=6
or they cannot be here because there is no public key

No, of course not. You don't create accounts by checking for account ids. Every account possible always exist already. They just get public when there is a transaction in or out. Wink

There are a few possible explanations for the huge amount of accounts yesterday.

1.) Adoption
2.) Many Aliases from different accounts
3.) Many faucet users from nxtra.org
4.) Bc of the security hole many guys created new wallets for themselves


Choose one. I think number 1 is the best. Wink

greyw00lf
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
January 10, 2014, 05:03:02 PM
 #16613

Just wanted to say that 0.5.3 is running incredibly well for me.  Is anyone still having problems with stuck blocks?

+1

Best version so far!

From my Raspberry Pi:


root@raspberrypi:~# uptime
 14:15:36 up 1 day, 21:01,  1 user,  load average: 0.30, 0.28, 0.39


Similar here, but way lot more load.
17:56:08 up 1 day, 22:02,  1 user,  load average: 0.95, 1.00, 0.88
I often have between 70-95%cpu on java, sometimes just 0-3%.

Settings are default settings except i set
"maxNumberOfConnectedPublicPeers" = "10"
that's all i changed.

any idea why it may run at such high cpu?

i start with -Xms320m -Xmx450m
memory usage at the moment is 71.3

got a few "generated invalid block"'s (maybe 200-300?) with followed "...Done"

Passion_ltc
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


Crypti Community Manager


View Profile
January 10, 2014, 05:08:51 PM
 #16614

Can you please add mynxt.info to those lists as well?
Can add it to my site. Should I add your Blockchain explorer as well?

Btw. I will just add them to NXTarea.com. I will forwarding CoinArea.net to NXTarea.com soon.

Yep, please add both.
Added them under "Tools". Wink

See yourself: NXTarea.com

The more links are coming the more confusing my site becomes. Are there any ideas for new categories? Maybe "Misc"?

Categories like "Blockchain Explorers" or "Forums" are bad in my opinion.

asdlolciterquit
Hero Member
*****
Offline Offline

Activity: 1666
Merit: 565


View Profile
January 10, 2014, 05:11:58 PM
 #16615

Can anyone post some stats about forging rate?
For example, with 1000nxt, how many nxt i'll make at day? with 10k? something like that...

Thanks!

This is in the FAQ.  Look at the section on forging.

yeah, you're right! thanks!

just one question: where can i find the average target value??
ferment
Full Member
***
Offline Offline

Activity: 168
Merit: 100


IDEX - LIVE Real-time DEX


View Profile
January 10, 2014, 05:16:43 PM
 #16616


The more links are coming the more confusing my site becomes. Are there any ideas for new categories? Maybe "Misc"?

Categories like "Blockchain Explorers" or "Forums" are bad in my opinion.

Here's another one to add to the confusion: http://22k.io - alias/block explorer and URL shortener!

achimsmile
Legendary
*
Offline Offline

Activity: 1225
Merit: 1000


View Profile
January 10, 2014, 05:16:49 PM
 #16617

Guys I need your help...

I found a very short and beautiful account number with nxtusers vanitiygen program.

Opened the account, but lost the secret when I wanted to paste it to a text editor Embarrassed

The account is still open, is there a way to retrieve a password from an open account?

Thx!
EmoneyRu
Hero Member
*****
Offline Offline

Activity: 600
Merit: 500

Nxt-kit developer


View Profile
January 10, 2014, 05:19:45 PM
 #16618

Guys I need your help...

I found a very short and beautiful account number with nxtusers vanitiygen program.

Opened the account, but lost the secret when I wanted to paste it to a text editor Embarrassed

The account is still open, is there a way to retrieve a password from an open account?

Thx!

Re-run program again with the same start phrase

NxtChoice
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
January 10, 2014, 05:19:52 PM
 #16619


Hi, a question about the API. Is there any API can return what accounts are forging in the local client? We can know how many accounts are forging from API "getState", so how to get the accounts?

joefox
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile WWW
January 10, 2014, 05:20:00 PM
 #16620

just one question: where can i find the average target value??

With the NRS client, you have to calculate this.  Just look at the target value in any series of blocks in your interface, and average them.  The values vary wildly over time; I don't know if anyone has figured out or has posted an easy calculation of a "rolling average" or "cumulative average".

I admin the Nxt Wiki at http://wiki.nxtcrypto.org/ Please support my work by donating to Nxt account #1234567740944417915
Pages: « 1 ... 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 [831] 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 ... 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!