Bitcoin Forum
May 05, 2024, 10:32:57 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 [583] 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 ... 2557 »
  Print  
Author Topic: NXT :: descendant of Bitcoin - Updated Information  (Read 2761529 times)
mnightwaffle
Hero Member
*****
Offline Offline

Activity: 1002
Merit: 506



View Profile
January 01, 2014, 05:28:07 AM
Last edit: January 01, 2014, 09:09:42 AM by mnightwaffle
 #11641

was asking nadrimajstor
.sh files are linux based
therefor I need something like Cygwin or MinGW MSYS to run the .sh script



1714948377
Hero Member
*
Offline Offline

Posts: 1714948377

View Profile Personal Message (Offline)

Ignore
1714948377
Reply with quote  #2

1714948377
Report to moderator
1714948377
Hero Member
*
Offline Offline

Posts: 1714948377

View Profile Personal Message (Offline)

Ignore
1714948377
Reply with quote  #2

1714948377
Report to moderator
1714948377
Hero Member
*
Offline Offline

Posts: 1714948377

View Profile Personal Message (Offline)

Ignore
1714948377
Reply with quote  #2

1714948377
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.
1714948377
Hero Member
*
Offline Offline

Posts: 1714948377

View Profile Personal Message (Offline)

Ignore
1714948377
Reply with quote  #2

1714948377
Report to moderator
Kaliber1
Member
**
Offline Offline

Activity: 60
Merit: 10


View Profile
January 01, 2014, 05:42:00 AM
 #11642

Undecided Only 200 aliases... I feel I should have at least twice that. Some are registering hourly,,, some others are not adding though. Could it take more than 24 hours to update?

See someone locked in Sakura in all 30 plus ways it can be written  Grin Still got an alt of it in 1337

I hope you make a lot of money from it.
heh, probably not Smiley
Some aliases I'm very surprised I got. Other fairly obscure ones I'm surprised were already taken.

Waiting for the servers to come online as I have another 700 to input. I can see doing 10k atleast...

Kinda wish you could batch upload a list of Aliases.... instead of this tedious 1 by 1 shit
Happy New Year
Code:
#!/usr/bin/env bash


#title :nxt_alias_batch_register.sh
#description :This script creates nxt aliases from a list in the given file
#author :nadrimajstor
#date :2014-01-01
#version :0.1
#licence :This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.

function are_arguments_correct(){
  if [[ "$#" -ne 4 || "$1" == "-h" || "$1" == "--help" ]]; then
    echo ""
    echo "Usage:"
    echo "  $0 ACCOUNT PASSPHRASE FILE URI"
    echo ""
    echo "Example:"
    echo "  $0 23948723498 mY1337PassPhrase alias.txt 'http://www.example.com'"
    exit 0
  fi
}

function is_curl_installed(){
  if ! hash curl &>/dev/null; then
    echo -e "\e[1;37mcurl\e[0m - \e[0;31mnot installed\e[0m"
    echo "try: sudo apt-get install curl"
    exit 1
  fi
}

function is_server_running(){
  if ! curl --silent -k "$URL/nxt?requestType=getState" &>/dev/null; then
    echo -e "\e[1;37m$URL\e[0m - \e[0;31mserver not found\e[0m"
    exit 1
  fi
}

function is_account_balance_positive(){
  local __balance=$(curl --silent -k "$URL/nxt?requestType=getBalance&account=$ACCOUNT" |\
                    grep 'balance' | tr --delete '{"}' | tr ':,' ' ' | cut -d ' ' -f2
                   )
  if ! [[ "$__balance" -gt 0 ]]; then
    echo -e "\e[1;37m$ACCOUNT\e[0m - \e[0;31mnot enough funds\e[0m"
    exit 1
  fi
}

function does_file_exist(){
  if ! [ -r "$FILE" ]; then
    echo -e "\e[1;37m$FILE\e[0m - \e[0;31mcan not read file\e[0m"
    exit 1
  fi
}

function create_alias(){
  local ALIAS=$1
  local __result=$(curl --silent -k "$URL/nxt?requestType=assignAlias&secretPhrase=$SECRET&alias=$ALIAS&uri=$URI&fee=$FEE&deadline=$DEADLINE")
  echo -e "\e[1;37m$ALIAS\e[0m - $__result"
}

are_arguments_correct $*
is_curl_installed

URL="https://localhost:7875"
is_server_running

ACCOUNT=$1
is_account_balance_positive

FILE=$3
does_file_exist

SECRET=$2
URI=$4
FEE=1
DEADLINE=1440

for line in $(cat "$FILE"); do
  create_alias $line
done
nxt_alias_batch_register.sh

Thanks mate!
Anon136
Legendary
*
Offline Offline

Activity: 1722
Merit: 1217



View Profile
January 01, 2014, 05:42:16 AM
 #11643

Planning on selling one million nxt in a couple of days in compliance with fair distribution with other members Smiley.

Happy new year, Lophie

P.S. of course close to market price at that time but a bit lower Wink

- Lophie

Awesome! Please do. If I could ask a favor, if at all possible, please shoot for owning <1% of total currency supply when all is said and done. That is the amount that would make many people most comfortable. If this thing makes it big 9.9million nxt will make you a gazillionare some day and having no one individual owning more than 1% will really help to make it as big as it could be. Grin

Rep Thread: https://bitcointalk.org/index.php?topic=381041
If one can not confer upon another a right which he does not himself first possess, by what means does the state derive the right to engage in behaviors from which the public is prohibited?
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
January 01, 2014, 05:58:54 AM
 #11644

@CfB,
e.g, when transfer some nxt from A to B acc,after the first confirmation,the NXT should be displayed in B acc,right? or need more confirmations?

10 confirms is min for such deposits.
intel
Member
**
Offline Offline

Activity: 98
Merit: 10



View Profile
January 01, 2014, 06:07:14 AM
 #11645

Transfer of colored NXT coin 'll also have 1 NXT min fee?

[!] 24.7 NXT News Portal. Real-Time Update. Share your own news with NXT community and get FREE NXT!
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
January 01, 2014, 06:13:25 AM
 #11646

Transfer of colored NXT coin 'll also have 1 NXT min fee?

Yes.
yan83
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
January 01, 2014, 06:34:05 AM
 #11647

When will the explorer be back online?
opticalcarrier
Full Member
***
Offline Offline

Activity: 238
Merit: 100



View Profile
January 01, 2014, 06:43:17 AM
 #11648

prob whever some stakeholders give up some NXT to Nexern for all his work.  Some of these stakeholders with tons of NXT need to come off some of it and pay the man.
landomata
Legendary
*
Offline Offline

Activity: 2184
Merit: 1000


View Profile WWW
January 01, 2014, 06:44:14 AM
 #11649


OK, so here is my idea. I am sure it is not quite right since I don't fully understand asset exchange. Assuming it is similar to a company issuing stock, and assuming it can continue issuing stock on an as needed basis, I propose a NXTmutualfund, each share in the NXTmutualfund will cost 1 NXT. Everyone that buys a NXTmutualfund share will get a prorata amount of the forging revenues from all the NXT as a dividend to their specified address, or you can select an automatic reinvestment program to purchase more shares with some or all of your NXT.

James

P.S. Happy New Year!

James

I think we are of the same thinking regarding this idea.

Nxtmutualfund/NXTIPO Company or Whatever name.


USP: Pool Forging


Revenue: Forging of Blocks to gain transaction fees


Listing: NXT Asset Exchange


Funding: Selling of Shares/Tokens


Advantage: Small stakeholders can buy the tokens/shares of the NXTMutualfund...thereby depositing their Nxt into the pool.  They can also SELL the shares/tokens anytime and exit the pool.


Interest payment: Fees gained from forging will be kept in secure (behind Tor/ Firewall/ etc) account/accounts of the NXTmutual fund company and paid out on a schedule determined by the shareholders of the fund.

Management: Any group of trusted Stakeholders can propose a management team for the NXTMutualfund and this management team will be paid a percentage of the Transaction fees collected as salary.

2 or 3 employees would be sufficient.

 

 

 


pinarello
Full Member
***
Offline Offline

Activity: 266
Merit: 100


NXT is the future


View Profile
January 01, 2014, 06:49:57 AM
 #11650

prob whever some stakeholders give up some NXT to Nexern for all his work.  Some of these stakeholders with tons of NXT need to come off some of it and pay the man.

Yes please, motivate him to finish that client we need it.

We NEED a 1 click windows installer and a awsome client for mass adoption !

all suggestions and help welcome

Pin

landomata
Legendary
*
Offline Offline

Activity: 2184
Merit: 1000


View Profile WWW
January 01, 2014, 06:50:53 AM
 #11651

prob whever some stakeholders give up some NXT to Nexern for all his work.  Some of these stakeholders with tons of NXT need to come off some of it and pay the man.

This has to be fixed within today....the block explorer needs to be up before launch


lophie
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1001

Unlimited Free Crypto


View Profile
January 01, 2014, 07:06:20 AM
 #11652

prob whever some stakeholders give up some NXT to Nexern for all his work.  Some of these stakeholders with tons of NXT need to come off some of it and pay the man.

Yes please, motivate him to finish that client we need it.

We NEED a 1 click windows installer and a awsome client for mass adoption !

all suggestions and help welcome

Pin

oh god PLEASE stop using windows guys......

Will take me a while to climb up again, But where is a will, there is a way...
Revelations86
Sr. Member
****
Offline Offline

Activity: 428
Merit: 252


View Profile
January 01, 2014, 07:12:47 AM
 #11653

Agree with Lophie.  We need some love for the Mac too Smiley
pinarello
Full Member
***
Offline Offline

Activity: 266
Merit: 100


NXT is the future


View Profile
January 01, 2014, 07:20:29 AM
 #11654

Agree with Lophie.  We need some love for the Mac too Smiley

Yeah right! go write a lettre to apple, they don't even want bitcoin apps on iPad and iPhone.

Pin

zhangdu
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
January 01, 2014, 07:22:24 AM
 #11655


oh god PLEASE stop using windows guys......
[/quote]

sounds like, if you like NXT, then change other system in computer. Grin
and I don't know how many people willing do this?
 

pinarello
Full Member
***
Offline Offline

Activity: 266
Merit: 100


NXT is the future


View Profile
January 01, 2014, 07:23:59 AM
 #11656

prob whever some stakeholders give up some NXT to Nexern for all his work.  Some of these stakeholders with tons of NXT need to come off some of it and pay the man.

Yes please, motivate him to finish that client we need it.

We NEED a 1 click windows installer and a awsome client for mass adoption !

all suggestions and help welcome

Pin

oh god PLEASE stop using windows guys......


of course, so right of you lets neglect 90% market potential.

https://www.dropbox.com/s/hg217as90s165wy/market.jpg



Pin


landomata
Legendary
*
Offline Offline

Activity: 2184
Merit: 1000


View Profile WWW
January 01, 2014, 07:24:20 AM
 #11657

Agree with Lophie.  We need some love for the Mac too Smiley

Yeah right! go write a lettre to apple, they don't even want bitcoin apps on iPad and iPhone.

Pin

But we will push other features which they do allow....messaging, etc...why does Bitcoin have to come into this.


pinarello
Full Member
***
Offline Offline

Activity: 266
Merit: 100


NXT is the future


View Profile
January 01, 2014, 07:29:19 AM
 #11658


and what does bitcoin have to come into this?

Re: Nxt :: descendant of Bitcoin - Updated Information

Pin

joefox
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile WWW
January 01, 2014, 07:31:32 AM
 #11659

Wesley's auto-updating Mac client has been terrific for me. Almost no hassle to maintain on top of my VPS node. I think it's a safe "easy-install" bet for Mac users.... Until a proper client is built, anyway.

We definitely need a better Windows solution.

In general, I'm disappointed in the lack of support from the founders for people who are building clients. On the list of Things That Need To Be Working Better Soon, this is at the top of my list.  Alas, nobody has any control over the whims of anyone, so nothing can be forced.  If I were sitting on a 5% Nxt stake, though, I'd think very carefully about supporting Wesley, ferment, nexern, Olivier, and JunhuaLyu.

I admin the Nxt Wiki at http://wiki.nxtcrypto.org/ Please support my work by donating to Nxt account #1234567740944417915
landomata
Legendary
*
Offline Offline

Activity: 2184
Merit: 1000


View Profile WWW
January 01, 2014, 07:35:47 AM
 #11660


and what does bitcoin have to come into this?

Re: Nxt :: descendant of Bitcoin - Updated Information

Pin

Mobile is big....I think we all know this....we just have to see which NXT feature can be best utilized on mobile...and Arbitrary messaging is a big one...we don't even have to mention that we can do payments and all....with the NSA fiasco many people are very keen on arbitrary messaging.....that's why Bittorrent is launching a similar service....Nxt is more than payment....we are not limited like Bitcoin.





Pages: « 1 ... 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 [583] 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 ... 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!