Bitcoin Forum
April 25, 2024, 08:35:08 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 [2089] 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 ... 2557 »
  Print  
Author Topic: NXT :: descendant of Bitcoin - Updated Information  (Read 2761527 times)
Uniqueorn
Full Member
***
Offline Offline

Activity: 182
Merit: 100

NXT.org


View Profile
March 08, 2014, 09:17:52 AM
 #41761

It's interesting seeing all these Ayn Rand loving libertarian types getting upset over ego issues, hurt feelings and personal squabbles .

To me it's interesting that anyone actually bothers to read all of Atlas Shrugged (the only book of hers I read). I did try to but ended up skipping over pages (of diatribe) as I found it more tedious reading that stuff than it is for me to spend a week of debugging to find a misplaced comma in source code.

Cheesy


I read somewhere that Anton Lavey wrote his Satanic Bible by basically taking Ayn Rand's philosophy of Objectivism and adding ceremony to it. I do not understand the appeal but it's had quite an effect on many people currently in power. Alan Greenspan cites it as a huge influence.

Anyone that considers Ayn Rand a great philosopher is a light weight intellectually.
1714034108
Hero Member
*
Offline Offline

Posts: 1714034108

View Profile Personal Message (Offline)

Ignore
1714034108
Reply with quote  #2

1714034108
Report to moderator
The block chain is the main innovation of Bitcoin. It is the first distributed timestamping system.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714034108
Hero Member
*
Offline Offline

Posts: 1714034108

View Profile Personal Message (Offline)

Ignore
1714034108
Reply with quote  #2

1714034108
Report to moderator
Emule
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
March 08, 2014, 09:21:23 AM
 #41762

Guys what about the distribution?
Somebody was revealing top 60 accounts holdings spreadsheet a month ago for a week or so. Did the distribution change any since? It is well obvious that we have whales unloading and keeping the price down for last couple of weeks.
It would be interesting to see these distribution numbers at the moment.

Ok, here's the current NXT distribution as of today.



As you can see, it's pretty horrible. The whales rule almost 85% of the whole coin, and I guess most of them are the initial investors.

Excluding the ~85% of the total NXT the whales have, here's the distribution of the remaining 15%:




 Cheesy Cheesy Cheesy

and watch when that 85% is running to the exit (which they eventualy will do soon), omg that door will be much to small! Cheesy
btc2nxt
Full Member
***
Offline Offline

Activity: 236
Merit: 100


View Profile
March 08, 2014, 09:22:02 AM
 #41763

funciton test Level-1,contain 8 test cases
Purpose:   Issue Asset- Level 1
Prereq:   secretphrase,balance
Test Data:   balance = {0, <1000, 1000,>1000}
name len(0,1,2,3,4,5,6,7,8,9,10,11,100)
quantity=(-1,0,0.1,1,100,1000,100000000000000000000000)
Steps:   1.   enter secrephrase
2.   enter name
3.   enter quantity
4.   click issue
5.   verify transaction is correct

Purpose:   place ask order- Level 1
Prereq:   secretphrase,asset id,asset quantity
Test Data:   assetid={other acccount issued asset,i issued asset}
balance = {0, 1, >1}
price(-1,0,1.0,>1)
quantity=(-1,0,0.1, =1, asset.quantity,> asset quantity)
Steps:   1.   enter secrephrase
2.   enter assetid/select a asset
3.   enter quantity
4.   enter price
5.   click place-ask-order
6.   verify transaction is correct or not

Purpose:   place bid order- Level 1
Prereq:   secretphrase,asset id,asset quantity,balance
Test Data:   assetid={other acccount issued asset,i issued asset
balance = {0, =quantity*price, > quantity*price }
price(-1,0,1.0,>1)
quantity=(-1,0,0.1, =1, asset.quantity,> asset quantity)
Steps:   1.   enter secrephrase
2.   enter assetid/select a asset
3.   enter quantity
4.   enter price
5.   click place-bid-order
6.   verify transaction is correct or not

Purpose:   cancel ask order- Level 1
Prereq:   secretphrase,asset ask order
Test Data:    ask order
Steps:   1.   enter secrephrase
2.   enter orderid/select a ask-order
3.   click cancel-place-ask-order
4.   verify this order is cancelled or not

Purpose:   cancel bid order- Level 1
Prereq:   secretphrase,asset bid order
Test Data:    bid order- Level 1
Steps:   1.   enter secrephrase
2.   enter orderid/select a bid-order
3.   click cancel-place-bid-order
4.   verify this order is cancelled or not

Purpose:   check asset quantity- Level 1
Prereq:   secretphrase,asset id ,asset.quantity
Test Data:   quantity=asset.quantity-1, asset.quantity, asset.quantity+1
Steps:   1.   enter secrephrase
2.   enter asset id/select a asset
3.   enter quantity
4.   place a ask order
5.   verify this order is correct or not
6.   verify quantity=your quantity.

Purpose:   place a ask order, don’t match- Level 1
Prereq:   secretphrase,bid-order
Test Data:   price < bid-order.price
Steps:   1.   enter secrephrase
2.   select a bid order
3.   enter price
4.   click place-ask-order
5.   verify transaction is correct or not
6.   verify balance=balance-fee
7.   verify your asset quantity= your asset quantity -quantity

Purpose:   place a bid order, don’t match- Level 1
Prereq:   secretphrase,ask-order
Test Data:   price < ask-order.price
Steps:   1.   enter secrephrase
2.   select a ask order
3.   enter price
4.   click place-bid-order
5.   verify transaction is correct or not
6.   verify balance=balance-quantity*price-fee
7.   verify your asset quantity don’t change

Uniqueorn
Full Member
***
Offline Offline

Activity: 182
Merit: 100

NXT.org


View Profile
March 08, 2014, 09:22:42 AM
 #41764

No it directly critized Justabit and Nifty and portrayed them as working for this charity. They aren't working for this charity at all, they used it as a marketing tool. Back in December we sent JustaBit and Nifty to the Bitcoin conference in Miami where they made a lot of connections and helped put NXT on the map and this is how they are to be repayed?
If someone had issues iwth it they should've taken it public, sending PMs to people to get their votes while lying is downright fuckedup.

Same strategy Salsacz used against me. He quote mined shit and said things out of context to make people uncertain about certain things, while at the same time chatting with me on Skype about the same things acting like nothing Smiley This community is far from healthy.
But I no longer give a fuck as it has become beyond evident for anyone with a average IQ

What are you going to do?  I don't think people should talk behind other peoples' backs, but people are people.  This community is just as healthy as any other community.  Some people just aren't going to get along.



This statement makes 0% sense. You can't just say "oh this community is as healthy as any other community because they are both communities!"
We're talking about shady people using disgusting strategies to get in control of the marketing fund. That's pretty bad.

I know you own a lot of NXT so you want to downplay anything that could cause NXT to implode, but ignoring reality is not the way to go. I've talked to several good founders about this and they all agree and are sick of hoarders themselves.
btc2nxt
Full Member
***
Offline Offline

Activity: 236
Merit: 100


View Profile
March 08, 2014, 09:23:22 AM
 #41765

Level-2 bid-ask match test cases,contain 6 test cases

2-1
Purpose:    multi-bids equal 1 ask-order  Level 2
Prereq:   secretphrase,ask order
Test Data:    bid orders (1,2,3,10 bid-orders)
Steps:   1.   enter secrephrase
2.   select a ask-order
3.   place a -bid-order(quantity,price=ask-order)
4.   verify this order is correct or not
5.   verify balance=balance-quantity*price-fee
6.   verify asset=asset+quantity
7.   repeat step3 use 2,3,10 bid-orders,total quantity=askorder.quantity
8.   repeat step4,5,6, check is correct or not

2-2
Purpose:    multi-asks equal 1 bid-order  Level 2
Prereq:   secretphrase,bid order
Test Data:    ask orders (1,2,3,10 ask-orders)
Steps:   1.   enter secrephrase
2.   select a bid-order
3.   place a ask-order(quantity,price=bid-order)
4.   verify this order is correct or not
5.   verify balance=balance+quantity*price-fee
6.   verify asset=asset - quantity
7.   repeat step3,4,5 use 2,3,10 ask-orders,total quantity=bidorder.quantity
8.   repeat step4,5,check is correct or not

2-3
Purpose:    multi-bids match 1 ask-order  Level 2
Prereq:   secretphrase,ask order
Test Data:    bid orders (1,2,3,10 bid-orders),total quantity<,= ,> askorder.quantity
Steps:   1.   enter secrephrase
2.   select a ask-order
3.   place a -bid-order(quantity,price=ask-order)
4.   verify this order is correct or not
5.   verify balance=balance-quantity*price-fee
6.   verify asset=asset+quantity
7.   repeat step 3 use 2,3,10 bid-orders,total quantity>,=, or < askorder.quantity
8.   repeat step3,4,5,6, check is correct or not

2-4
Purpose:    multi-asks match 1 bid-order  Level 2
Prereq:   secretphrase,bid order
Test Data:    ask orders (1,2,3,10 ask-orders),total quantity<, ,> bidorder.quantity,price<,=,> bidorder.price
Steps:   1.   enter secrephrase
2.   select a bid-order
3.   place a ask-order(quantity< or> bidorder.quantity,price<,=,or > bid-order.price)
4.   verify this order is correct or not
5.   verify balance=balance+quantity*price-fee, if price>=bidorder.price
6.   verify asset=asset-quantity
7.   repeat step 3 use 2,3,10 ask-orders,total quantity>,=, or < askorder.quantity
8.   repeat step3,4,5,6, check is correct or not

2-5
Purpose:    multi-bids match 1 ask-order, and cancel the askorder Level 2
Prereq:   secretphrase,ask order
Test Data:    bid orders (1,2,3,10 bid-orders) ,a ask order
total quantity<,=,> askorder.quantity
price = or > askorder.price
Steps:   1.   enter secrephrase
2.   select a ask-order
3.   place a -bid-order(quantity,price=ask-order)
4.   verify place this order is correct or not(maybe unconfirmed)
5.   cancel the ask order
6.   verify cancel succeed
7.   verify balance=balance-quantity*price-fee
8.   verify asset=asset+quantity, if bid-order confirmed faster than cancel askorder confirmed, else asset don’t change.
9.   repeat step3 use 2,3,10 bid-orders,total quantity=askorder.quantity,repeate step 5
10.   repeat step6,7,8, check is correct or not. Maybe some of bids matched successfully,check the balance,and asset quantity.
in this case ,we can cancel bid orders too.

2-6
Purpose:    multi-asks match 1 bid-order, and cancel the bidorder Level 2
Prereq:   secretphrase,bid order
Test Data:    ask orders (1,2,3,10 bid-orders) ,a bid order
total quantity<,=,> bidorder.quantity
price = or > bidorder.price
Steps:   1.   enter secrephrase
2.   select a bid-order
3.   place a ask-order(quantity,price<,=,or >ask-order)
4.   verify place this order is correct or not(maybe unconfirmed)
5.   cancel the bid order
6.   verify cancel succeed
7.   verify balance=balance+quantity*price-fee
8.   verify asset=asset-quantity, if ask-orders confirmed faster than cancel bidorder confirmed, else balance  don’t change.
9.   repeat step3 use 2,3,10 ask-orders,total quantity<,= or >bidorder.quantity,repeate step 5
10.   repeat step6,7,8, check is correct or not. Maybe some of asks matched successfully,check the balance,and asset quantity.

in this case ,we can cancel ask orders too.

BrianNowhere
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile WWW
March 08, 2014, 09:23:33 AM
 #41766

Quote
If people are upset that they aren't receiving more NXT, they need to purchase more NXT.  NXT is the equivalent of a non-depreciating mining asset.

If people are upset that they aren't receiving more NXT, they might decide to purchase more Ether (or whatever).

Ok.  That's their choice.  IMO, a bad one.

Quote
If small NXT holders don't forge, it's not a big deal because they don't control enough of the currency to matter.  They only lose out.

Is there a mathematical known ratio regarding this? ie: For every 10 users 1 needs to be forging?

If a significant number of users can keep their clients locked without it being a problem then I am satisfied. I would do it for free.

It depends on how much currency they control.  NXT is currently susceptible to 51% currency attacks because TF isn't fully implemented yet.  If someone is able to control 51% of the currency currently forging, they can attack NXT.

Soo...it is a problem or it isn't?

I'm starting also to believe that TF is not gonna happen, at least where we'll hit 1000 TPS. CFB and others have seemed to hint that it might not actually be possible.

NXT: 4957831430947123625
btc2nxt
Full Member
***
Offline Offline

Activity: 236
Merit: 100


View Profile
March 08, 2014, 09:24:08 AM
 #41767


Level-3 multi-bid-ask match test cases,contain 3 test case

3-1
Purpose:    multi-bidorder VS  multi-ask-order, Level 3
Prereq:   secretphrase,n ask orders(n=2,3,10,100)
Test Data:    bid orders (n=2,3,10,100) ,
 total quantity<,=,> askorder.quantity
price = or > askorder.price
Steps:   1.   at same time place multi bid orders,using multi-secretphrase
2.   verify place bid orders are correct or not
3.   verify balances are ok
4.   verify assets are ok
5.   cancel ask orders,bid orders,recheck balance,asset are ok.

3-2
Purpose:    1k+ bidorders match a ask order, Level 3
Prereq:   secretphrase,a ask order
Test Data:    bid orders (n=1000-10.000) ,
 quantity<,=,> askorder.quantity
price = or > askorder.price
Steps:   1.   at same time place multi bid orders,using multi-secretphrase
2.   verify balances are ok
3.   verify assets are ok
4.   cancel ask order,bid orders,recheck balance,asset are ok.

3-3
Purpose:    1k+ askorders match a bid order, Level 3
Prereq:   secretphrase,a bid order
Test Data:    ask orders (n=1000-10.000) ,
 quantity<,=,> askorder.quantity
price = or > askorder.price
Steps:   1.   at same time place multi ask orders,using multi-secretphrase
2.   verify balances are ok
3.   verify assets are ok
4.   cancel ask order,bid orders,recheck balance,asset are ok.


2Kool4Skewl (OP)
Sr. Member
****
Offline Offline

Activity: 644
Merit: 250



View Profile WWW
March 08, 2014, 09:24:41 AM
 #41768

Cheesy Cheesy Cheesy

and watch when that 85% is running to the exit (which they eventualy will do soon), omg that door will be much to small! Cheesy

Weren't you supposed to sell your 100 million NXT a couple weeks ago?


                      ▄████████▄
                  ▄████████████████▄
             ▄██████████████████████████▄
      ▄███████████████████████████████████████▄
 ███████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
 ███████████████████████████████████████████████████
 ███████████████████████████████████████████████████
 ███████████████████████████████████████████████████
  █████████████████████████████████████████████████
   ███████████████████████████████████████████████
   ███████████████████████████████████████████████
    █████████████████████████████████████████████
     ███████████████████████████████████████████
      █████████████████████████████████████████
       ███████████████████████████████████████
        █████████████████████████████████████
         ███████████████████████████████████
          █████████████████████████████████
           ▀█████████████████████████████▀
             ▀█████████████████████████▀
               ▀█████████████████████▀
                 ▀█████████████████▀
                   ▀█████████████▀
                      ▀███████▀
TRUSTEE 
markus1000
Full Member
***
Offline Offline

Activity: 153
Merit: 100


View Profile
March 08, 2014, 09:25:08 AM
 #41769

Guys what about the distribution?
Somebody was revealing top 60 accounts holdings spreadsheet a month ago for a week or so. Did the distribution change any since? It is well obvious that we have whales unloading and keeping the price down for last couple of weeks.
It would be interesting to see these distribution numbers at the moment.

Ok, here's the current NXT distribution as of today.



As you can see, it's pretty horrible. The whales rule almost 85% of the whole coin, and I guess most of them are the initial investors.

Excluding the ~85% of the total NXT the whales have, here's the distribution of the remaining 15%:



WTF!

these numbers could be skewed by the exchanges. Are there any numbers of how much they hold?
farl4web
Legendary
*
Offline Offline

Activity: 1205
Merit: 1000



View Profile
March 08, 2014, 09:25:44 AM
 #41770

Ok, here's the current NXT distribution as of today.



As you can see, it's pretty horrible. The whales rule almost 85% of the whole coin, and I guess most of them are the initial investors.

Excluding the ~85% of the total NXT the whales have, here's the distribution of the remaining 15%:


And the problem is that the whales are eating all the fees with forging and keep getting bigger.

How is the distribution in comparison with Bitcoin?
BrianNowhere
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile WWW
March 08, 2014, 09:26:16 AM
 #41771

No it directly critized Justabit and Nifty and portrayed them as working for this charity. They aren't working for this charity at all, they used it as a marketing tool. Back in December we sent JustaBit and Nifty to the Bitcoin conference in Miami where they made a lot of connections and helped put NXT on the map and this is how they are to be repayed?
If someone had issues iwth it they should've taken it public, sending PMs to people to get their votes while lying is downright fuckedup.

Same strategy Salsacz used against me. He quote mined shit and said things out of context to make people uncertain about certain things, while at the same time chatting with me on Skype about the same things acting like nothing Smiley This community is far from healthy.
But I no longer give a fuck as it has become beyond evident for anyone with a average IQ

What are you going to do?  I don't think people should talk behind other peoples' backs, but people are people.  This community is just as healthy as any other community.  Some people just aren't going to get along.



This statement makes 0% sense. You can't just say "oh this community is as healthy as any other community because they are both communities!"
We're talking about shady people using disgusting strategies to get in control of the marketing fund. That's pretty bad.

I know you own a lot of NXT so you want to downplay anything that could cause NXT to implode, but ignoring reality is not the way to go. I've talked to several good founders about this and they all agree and are sick of hoarders themselves.

Welcome to politics. If something is being voted on this is the kind of shit that happens. It's a candidates job to prepare and counter.
Sorry you lost the election.

NXT: 4957831430947123625
2Kool4Skewl (OP)
Sr. Member
****
Offline Offline

Activity: 644
Merit: 250



View Profile WWW
March 08, 2014, 09:27:33 AM
 #41772

No it directly critized Justabit and Nifty and portrayed them as working for this charity. They aren't working for this charity at all, they used it as a marketing tool. Back in December we sent JustaBit and Nifty to the Bitcoin conference in Miami where they made a lot of connections and helped put NXT on the map and this is how they are to be repayed?
If someone had issues iwth it they should've taken it public, sending PMs to people to get their votes while lying is downright fuckedup.

Same strategy Salsacz used against me. He quote mined shit and said things out of context to make people uncertain about certain things, while at the same time chatting with me on Skype about the same things acting like nothing Smiley This community is far from healthy.
But I no longer give a fuck as it has become beyond evident for anyone with a average IQ

What are you going to do?  I don't think people should talk behind other peoples' backs, but people are people.  This community is just as healthy as any other community.  Some people just aren't going to get along.



This statement makes 0% sense. You can't just say "oh this community is as healthy as any other community because they are both communities!"
We're talking about shady people using disgusting strategies to get in control of the marketing fund. That's pretty bad.

I know you own a lot of NXT so you want to downplay anything that could cause NXT to implode, but ignoring reality is not the way to go. I've talked to several good founders about this and they all agree and are sick of hoarders themselves.

I can't control the world.  I can only ask that people act with respect and decorum.  I'm sorry someone spoke about you behind your back.  We didn't tell them to do it.  Personally, I don't think any of the marketing fund should be used for charity, but that's my own personal opinion.

You make a lot of assumptions.  How much NXT do I own?


                      ▄████████▄
                  ▄████████████████▄
             ▄██████████████████████████▄
      ▄███████████████████████████████████████▄
 ███████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
 ███████████████████████████████████████████████████
 ███████████████████████████████████████████████████
 ███████████████████████████████████████████████████
  █████████████████████████████████████████████████
   ███████████████████████████████████████████████
   ███████████████████████████████████████████████
    █████████████████████████████████████████████
     ███████████████████████████████████████████
      █████████████████████████████████████████
       ███████████████████████████████████████
        █████████████████████████████████████
         ███████████████████████████████████
          █████████████████████████████████
           ▀█████████████████████████████▀
             ▀█████████████████████████▀
               ▀█████████████████████▀
                 ▀█████████████████▀
                   ▀█████████████▀
                      ▀███████▀
TRUSTEE 
Emule
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
March 08, 2014, 09:29:21 AM
 #41773

Cheesy Cheesy Cheesy

and watch when that 85% is running to the exit (which they eventualy will do soon), omg that door will be much to small! Cheesy

Weren't you supposed to sell your 100 million NXT a couple weeks ago?

busy with that.

you retards do not seem to understand it take alot of work and time to sell 100M specialy when noone is interested to buy. market is so thin i would kill nxt over and over and scare every one away (that would make me the bagholder)

it will take months to sell all unless i dump 50 to 60 times but than price will go to zero every time
Uniqueorn
Full Member
***
Offline Offline

Activity: 182
Merit: 100

NXT.org


View Profile
March 08, 2014, 09:29:54 AM
 #41774

No it directly critized Justabit and Nifty and portrayed them as working for this charity. They aren't working for this charity at all, they used it as a marketing tool. Back in December we sent JustaBit and Nifty to the Bitcoin conference in Miami where they made a lot of connections and helped put NXT on the map and this is how they are to be repayed?
If someone had issues iwth it they should've taken it public, sending PMs to people to get their votes while lying is downright fuckedup.

Same strategy Salsacz used against me. He quote mined shit and said things out of context to make people uncertain about certain things, while at the same time chatting with me on Skype about the same things acting like nothing Smiley This community is far from healthy.
But I no longer give a fuck as it has become beyond evident for anyone with a average IQ

What are you going to do?  I don't think people should talk behind other peoples' backs, but people are people.  This community is just as healthy as any other community.  Some people just aren't going to get along.



This statement makes 0% sense. You can't just say "oh this community is as healthy as any other community because they are both communities!"
We're talking about shady people using disgusting strategies to get in control of the marketing fund. That's pretty bad.

I know you own a lot of NXT so you want to downplay anything that could cause NXT to implode, but ignoring reality is not the way to go. I've talked to several good founders about this and they all agree and are sick of hoarders themselves.

Welcome to politics. If something is being voted on this is the kind of shit that happens. It's a candidates job to prepare and counter.
Sorry you lost the election.


Haha brush it under the rug as "politics", haha what a great community.
And no, I did not intend to counter at all. I was nominated and volunteered because I've been one of the main NXT proponents for 3 months and because I wanted to make sure the hardworkers of NXT get what they deserve; ACTUAL PAY.

I don't give a flying fuck if I'm in the committee or not. What I am saying is that if this shit keeps going then NXT is going to die. I've warned of this for over a month now and nothing has happened. No new devs, no new bounties, no new anything and we just lost 2 of our most important marketers to this bullshit.


allwelder
Legendary
*
Offline Offline

Activity: 1512
Merit: 1004



View Profile
March 08, 2014, 09:31:00 AM
 #41775

@ marketing team:  ...professional video's & voice overs for less than 50 bucks.

http://www.fiverr.com/spike1/add-a-voiceover-to-your-animated-video-with-your-info-for-5-five-bucks

good tool for video.
seems similar with my video style on signature.

 
                                . ██████████.
                              .████████████████.
                           .██████████████████████.
                        -█████████████████████████████
                     .██████████████████████████████████.
                  -█████████████████████████████████████████
               -███████████████████████████████████████████████
           .-█████████████████████████████████████████████████████.
        .████████████████████████████████████████████████████████████
       .██████████████████████████████████████████████████████████████.
       .██████████████████████████████████████████████████████████████.
       ..████████████████████████████████████████████████████████████..
       .   .██████████████████████████████████████████████████████.
       .      .████████████████████████████████████████████████.

       .       .██████████████████████████████████████████████
       .    ██████████████████████████████████████████████████████
       .█████████████████████████████████████████████████████████████.
        .███████████████████████████████████████████████████████████
           .█████████████████████████████████████████████████████
              .████████████████████████████████████████████████
                   ████████████████████████████████████████
                      ██████████████████████████████████
                          ██████████████████████████
                             ████████████████████
                               ████████████████
                                   █████████
.CryptoTalk.org.|.MAKE POSTS AND EARN BTC!.🏆
2Kool4Skewl (OP)
Sr. Member
****
Offline Offline

Activity: 644
Merit: 250



View Profile WWW
March 08, 2014, 09:31:48 AM
 #41776

Cheesy Cheesy Cheesy

and watch when that 85% is running to the exit (which they eventualy will do soon), omg that door will be much to small! Cheesy

Weren't you supposed to sell your 100 million NXT a couple weeks ago?

busy with that.

you retards do not seem to understand it take alot of work and time to sell 100M specialy when noone is interested to buy. market is so thin i would kill nxt over and over and scare every one away (that would make me the bagholder)

it will take months to sell all unless i dump 50 to 60 times but than price will go to zero every time

I don't see any NXT moving out of the large accounts.  What's your account number?


                      ▄████████▄
                  ▄████████████████▄
             ▄██████████████████████████▄
      ▄███████████████████████████████████████▄
 ███████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
 ███████████████████████████████████████████████████
 ███████████████████████████████████████████████████
 ███████████████████████████████████████████████████
  █████████████████████████████████████████████████
   ███████████████████████████████████████████████
   ███████████████████████████████████████████████
    █████████████████████████████████████████████
     ███████████████████████████████████████████
      █████████████████████████████████████████
       ███████████████████████████████████████
        █████████████████████████████████████
         ███████████████████████████████████
          █████████████████████████████████
           ▀█████████████████████████████▀
             ▀█████████████████████████▀
               ▀█████████████████████▀
                 ▀█████████████████▀
                   ▀█████████████▀
                      ▀███████▀
TRUSTEE 
Uniqueorn
Full Member
***
Offline Offline

Activity: 182
Merit: 100

NXT.org


View Profile
March 08, 2014, 09:32:16 AM
 #41777

No it directly critized Justabit and Nifty and portrayed them as working for this charity. They aren't working for this charity at all, they used it as a marketing tool. Back in December we sent JustaBit and Nifty to the Bitcoin conference in Miami where they made a lot of connections and helped put NXT on the map and this is how they are to be repayed?
If someone had issues iwth it they should've taken it public, sending PMs to people to get their votes while lying is downright fuckedup.

Same strategy Salsacz used against me. He quote mined shit and said things out of context to make people uncertain about certain things, while at the same time chatting with me on Skype about the same things acting like nothing Smiley This community is far from healthy.
But I no longer give a fuck as it has become beyond evident for anyone with a average IQ

What are you going to do?  I don't think people should talk behind other peoples' backs, but people are people.  This community is just as healthy as any other community.  Some people just aren't going to get along.



This statement makes 0% sense. You can't just say "oh this community is as healthy as any other community because they are both communities!"
We're talking about shady people using disgusting strategies to get in control of the marketing fund. That's pretty bad.

I know you own a lot of NXT so you want to downplay anything that could cause NXT to implode, but ignoring reality is not the way to go. I've talked to several good founders about this and they all agree and are sick of hoarders themselves.

I can't control the world.  I can only ask that people act with respect and decorum.  I'm sorry someone spoke about you behind your back.  We didn't tell them to do it.  Personally, I don't think any of the marketing fund should be used for charity, but that's my own personal opinion.

You make a lot of assumptions.  How much NXT do I own?

Why do you keep bringing up the charity? The charity has nothing to do with me. ZERO, NADA; ZIP ZILTCH.
And it has nothing to do with JustaBit and Nifty either, this wasn't about the charity, this was about trying to discredit them so that this person could get into the committee.

I make a lot of assumptions? In this case I see ONE assumption. I wont speculate on the exact amount, but I make a eduated guesstimate above 10M
BrianNowhere
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile WWW
March 08, 2014, 09:33:11 AM
 #41778

No it directly critized Justabit and Nifty and portrayed them as working for this charity. They aren't working for this charity at all, they used it as a marketing tool. Back in December we sent JustaBit and Nifty to the Bitcoin conference in Miami where they made a lot of connections and helped put NXT on the map and this is how they are to be repayed?
If someone had issues iwth it they should've taken it public, sending PMs to people to get their votes while lying is downright fuckedup.

Same strategy Salsacz used against me. He quote mined shit and said things out of context to make people uncertain about certain things, while at the same time chatting with me on Skype about the same things acting like nothing Smiley This community is far from healthy.
But I no longer give a fuck as it has become beyond evident for anyone with a average IQ

What are you going to do?  I don't think people should talk behind other peoples' backs, but people are people.  This community is just as healthy as any other community.  Some people just aren't going to get along.



This statement makes 0% sense. You can't just say "oh this community is as healthy as any other community because they are both communities!"
We're talking about shady people using disgusting strategies to get in control of the marketing fund. That's pretty bad.

I know you own a lot of NXT so you want to downplay anything that could cause NXT to implode, but ignoring reality is not the way to go. I've talked to several good founders about this and they all agree and are sick of hoarders themselves.

I can't control the world.  I can only ask that people act with respect and decorum.  I'm sorry someone spoke about you behind your back.  We didn't tell them to do it.  Personally, I don't think any of the marketing fund should be used for charity, but that's my own personal opinion.

You make a lot of assumptions.  How much NXT do I own?

In the defense of the person who got the 'Songs Of Love' thing going (Damelon?), my understanding is that the fund wasn't used and it was 100% donations from the community. Kind of got a bad rap over something nice. I too thought it was kind of a weak charity (sick kids need medicine, not songs) but I also think music does have healing power and the project didn't hurt anyone so I donated 50 Nxt.

NXT: 4957831430947123625
Emule
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
March 08, 2014, 09:33:51 AM
 #41779

No it directly critized Justabit and Nifty and portrayed them as working for this charity. They aren't working for this charity at all, they used it as a marketing tool. Back in December we sent JustaBit and Nifty to the Bitcoin conference in Miami where they made a lot of connections and helped put NXT on the map and this is how they are to be repayed?
If someone had issues iwth it they should've taken it public, sending PMs to people to get their votes while lying is downright fuckedup.

Same strategy Salsacz used against me. He quote mined shit and said things out of context to make people uncertain about certain things, while at the same time chatting with me on Skype about the same things acting like nothing Smiley This community is far from healthy.
But I no longer give a fuck as it has become beyond evident for anyone with a average IQ

What are you going to do?  I don't think people should talk behind other peoples' backs, but people are people.  This community is just as healthy as any other community.  Some people just aren't going to get along.



This statement makes 0% sense. You can't just say "oh this community is as healthy as any other community because they are both communities!"
We're talking about shady people using disgusting strategies to get in control of the marketing fund. That's pretty bad.

I know you own a lot of NXT so you want to downplay anything that could cause NXT to implode, but ignoring reality is not the way to go. I've talked to several good founders about this and they all agree and are sick of hoarders themselves.

I can't control the world.  I can only ask that people act with respect and decorum.  I'm sorry someone spoke about you behind your back.  We didn't tell them to do it.  Personally, I don't think any of the marketing fund should be used for charity, but that's my own personal opinion.

You make a lot of assumptions.  How much NXT do I own?

Why do you keep bringing up the charity? The charity has nothing to do with me. ZERO, NADA; ZIP ZILTCH.
And it has nothing to do with JustaBit and Nifty either, this wasn't about the charity, this was about trying to discredit them so that this person could get into the committee.

I make a lot of assumptions? In this case I see ONE assumption. I wont speculate on the exact amount, but I make a eduated guesstimate above 10M



you r not elected coz you r to honest. you have to be a thief (300K+) like salsa to ghet elected
2Kool4Skewl (OP)
Sr. Member
****
Offline Offline

Activity: 644
Merit: 250



View Profile WWW
March 08, 2014, 09:34:00 AM
 #41780

No it directly critized Justabit and Nifty and portrayed them as working for this charity. They aren't working for this charity at all, they used it as a marketing tool. Back in December we sent JustaBit and Nifty to the Bitcoin conference in Miami where they made a lot of connections and helped put NXT on the map and this is how they are to be repayed?
If someone had issues iwth it they should've taken it public, sending PMs to people to get their votes while lying is downright fuckedup.

Same strategy Salsacz used against me. He quote mined shit and said things out of context to make people uncertain about certain things, while at the same time chatting with me on Skype about the same things acting like nothing Smiley This community is far from healthy.
But I no longer give a fuck as it has become beyond evident for anyone with a average IQ

What are you going to do?  I don't think people should talk behind other peoples' backs, but people are people.  This community is just as healthy as any other community.  Some people just aren't going to get along.



This statement makes 0% sense. You can't just say "oh this community is as healthy as any other community because they are both communities!"
We're talking about shady people using disgusting strategies to get in control of the marketing fund. That's pretty bad.

I know you own a lot of NXT so you want to downplay anything that could cause NXT to implode, but ignoring reality is not the way to go. I've talked to several good founders about this and they all agree and are sick of hoarders themselves.

Welcome to politics. If something is being voted on this is the kind of shit that happens. It's a candidates job to prepare and counter.
Sorry you lost the election.


Haha brush it under the rug as "politics", haha what a great community.
And no, I did not intend to counter at all. I was nominated and volunteered because I've been one of the main NXT proponents for 3 months and because I wanted to make sure the hardworkers of NXT get what they deserve; ACTUAL PAY.

I don't give a flying fuck if I'm in the committee or not. What I am saying is that if this shit keeps going then NXT is going to die. I've warned of this for over a month now and nothing has happened. No new devs, no new bounties, no new anything and we just lost 2 of our most important marketers to this bullshit.

What do you want us to do?  Redo the election?  We didn't tell them to bad mouth anyone.

There was just a 3-5 million NXT bounty by a large stakeholder.  What more do you want?


                      ▄████████▄
                  ▄████████████████▄
             ▄██████████████████████████▄
      ▄███████████████████████████████████████▄
 ███████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
 ███████████████████████████████████████████████████
 ███████████████████████████████████████████████████
 ███████████████████████████████████████████████████
  █████████████████████████████████████████████████
   ███████████████████████████████████████████████
   ███████████████████████████████████████████████
    █████████████████████████████████████████████
     ███████████████████████████████████████████
      █████████████████████████████████████████
       ███████████████████████████████████████
        █████████████████████████████████████
         ███████████████████████████████████
          █████████████████████████████████
           ▀█████████████████████████████▀
             ▀█████████████████████████▀
               ▀█████████████████████▀
                 ▀█████████████████▀
                   ▀█████████████▀
                      ▀███████▀
TRUSTEE 
Pages: « 1 ... 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 [2089] 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 ... 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!