Author

Topic: NXT :: descendant of Bitcoin - Updated Information - page 1731. (Read 2761645 times)

hero member
Activity: 600
Merit: 500
Nxt-kit developer
I think we should forbid posting addresses of program creators in public editable spreadsheet. I'll change all of them with mine addresses tomorrow. If you revert changes - I'll wait for a couple of days and change one of them. Or two. Or after a week. I wish you got the idea.

Seriously, we need table |project name|description|author nickname|author link|author's proof with his/her address|
We need GPG for everything or need to invent some innovative proofing stuff.

Making spreadsheet that is editable only by 1 author means centralization. Why we should trust the author? I can clone one of existing tables, post here link with that table and after a week change all of addresses with mine. I will register new account and simulate activity before posting there. You'll think you can trust me. You'll forget what BCNext said ..
legendary
Activity: 1512
Merit: 1004
Hi, as someone required i made a list with the projects in development that need bounties ---> https://docs.google.com/spreadsheet/ccc?key=0Al6y4sHa2I4HdEVMTkdCX1FYNEVoZVBpbUZHSHhURXc&usp=drive_web#gid=0
i am digging deeper in the thread to find more. Please send me more info and i will add it. I will be constantly updating it. If you think i should add something, just let me know
A new website for Nxt nxts.org,being under construction,will be finished recently.
Plz added.
legendary
Activity: 2156
Merit: 1131
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.

I love your website.
hero member
Activity: 750
Merit: 500
www.coinschedule.com
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.
hero member
Activity: 714
Merit: 500
Crypti Community Manager
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.
full member
Activity: 238
Merit: 100
As some guy may know, some special characters including "(" can't be handled with curl to call the API in the linux console.

Maybe just use the character codes instead of the actual chars

http://www.w3.org/MarkUp/html3/latin1.html

Thanks. I will have a try tonight.
hero member
Activity: 600
Merit: 500
Nxt-kit developer
As some guy may know, some special characters including "(" can't be handled with curl to call the API in the linux console.

Maybe just use the character codes instead of the actual chars

http://www.w3.org/MarkUp/html3/latin1.html

It is not encoding that needed.

hero member
Activity: 910
Merit: 1000
I have an idea to include the possibility to transfer nxt less than 1,
0.1, 0.999, 0.005


U'll still pay 1 NXT fee.

Example
1 NXT = $ 100
I pay for the goods in the store for $ 69.56
Question
How can I pay 0.69 NXT
For payment at stores NXT is not convenient than Bitcoin

Please read 860 Pages before you post. Thank you.

Na, kiddin. When the time comes, you can pay fractions of nxt.
full member
Activity: 196
Merit: 100
As some guy may know, some special characters including "(" can't be handled with curl to call the API in the linux console.

Maybe just use the character codes instead of the actual chars

http://www.w3.org/MarkUp/html3/latin1.html
hero member
Activity: 600
Merit: 500
Nxt-kit developer
Example
1 NXT = $ 100
I pay for the goods in the store for $ 69.56
Question
How can I pay 0.69 NXT
For payment at stores NXT is not convenient than Bitcoin

Goods are sold for NXT, no price in $ Cheesy

Ok, now seriously. Now it is not needed but already implemented but turned off.
newbie
Activity: 42
Merit: 0
I have an idea to include the possibility to transfer nxt less than 1,
0.1, 0.999, 0.005


U'll still pay 1 NXT fee.

Example
1 NXT = $ 100
I pay for the goods in the store for $ 69.56
Question
How can I pay 0.69 NXT
For payment at stores NXT is not convenient than Bitcoin
hero member
Activity: 750
Merit: 500
www.coinschedule.com
Can you please add mynxt.info to those lists as well?
hero member
Activity: 490
Merit: 504
isildur: nice Smiley this is also a good website with lists of projects: http://coinarea.net/
hero member
Activity: 714
Merit: 500
Crypti Community Manager
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?

I think nxtuser did this already: https://bitcointalksearch.org/topic/m.4285872
Mh okay.. Cheesy

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?
You can start from my vanity generator: https://bitbucket.org/JeanLucPicard/vanity/src and add a Filter class that matches addresses in the format you want, should be just a few lines of code. Slower than C, but it can go through 8000 accounts per second on my laptop, and I just generated two accounts that start with 777777 in 400 seconds.

Thanks.
sr. member
Activity: 392
Merit: 250
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?
You can start from my vanity generator: https://bitbucket.org/JeanLucPicard/vanity/src and add a Filter class that matches addresses in the format you want, should be just a few lines of code. Slower than C, but it can go through 8000 accounts per second on my laptop, and I just generated two accounts that start with 777777 in 400 seconds.
sr. member
Activity: 392
Merit: 265
hey cfb i had this idea. i wont claim that its a good idea. but i think its atleast interesting enough to be worth sharing.

What if, rather than being associated with a single public key, entries in the accounting ledger were associated with 2 public keys. One could be used to sign transactions and one could be used to sign blocks. This division would add a lot of protection from theft for node operators. That way only the block signing key would need to be left unlocked meaning that leaving your account unlocked would entail no extra risk of theft. It would help us move towards a point where there is no cost associated with forging so node operators would be more intentioned to forge all of the time even if their chances of forging a block were slim. As it stands right now, someone who is not likely to forge more than one block per year may decide its not worth the risk to leave his client unlocked, where as if this idea were implemented than there would be no risk of theft and so he would have no reason not to leave it unlocked.

perhaps you could also pass it on to jean luc and bcnext just for the sake of giving them something interesting to think about that may lead to similar but better ideas.

I completely agree with this. I have 8,000,000 NXT i'm too scared to leave up on a computer....
+1
sr. member
Activity: 299
Merit: 252
Hi, as someone required i made a list with the projects in development that need bounties ---> https://docs.google.com/spreadsheet/ccc?key=0Al6y4sHa2I4HdEVMTkdCX1FYNEVoZVBpbUZHSHhURXc&usp=drive_web#gid=0
i am digging deeper in the thread to find more. Please send me more info and i will add it. I will be constantly updating it. If you think i should add something, just let me know

Thanks for listing me for bounty as I requested earlier today in this topic.

A couple of notes:
My account number is 4263528265010429437.
Project should be development and marketing for Sweden.
Notes could be that the website is already up and running but needs funding for further development and promotion.
hero member
Activity: 490
Merit: 504
Giveaway cheater created yesterday only 11 accounts, so he got 5.500 nxt, now he has 35.000 Nxt from the generous giveaway donator... only for creating new accoutns and begging with them
http://87.230.14.1/nxt/nxt.cgi?action=3000&acc=6510198331066588689&offset=1&filter=1
https://nextcoin.org/index.php/topic,2771.msg27314.html#msg27314
legendary
Activity: 1225
Merit: 1000
Have you seen the account statistics on the blockexplorer?  Smiley

http://87.230.14.1/nxt/nxt.cgi?action=40&sub=6

1398 new Accounts in a single day! Either a squirrel is hiding many nuts, or we are growing fast  Grin
legendary
Activity: 1225
Merit: 1000
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?

I think nxtuser did this already: https://bitcointalksearch.org/topic/m.4285872
Jump to: