Bitcoin Forum
July 02, 2024, 11:49:32 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 [161] 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 ... 330 »
3201  Alternate cryptocurrencies / Altcoin Discussion / [NXT] Reference materials for paper on pos algo on: March 05, 2014, 05:15:07 PM
Quote from: BCNext
In PoW currency you can remine a block to build a longer chain.  In Nxt the order of generating accounts is determined, you

can't create a long chain that contains blocks generated solely by you.  With 51% of the stake the odds to generate a

longer chain with 10 blocks are less than 0.1%.  If someone buys a car with NXT they can wait a little bit longer to

counteract even 90% attack.
Quote from: cunicula
I like that you plan to make things deterministic. My ideas for pure PoS have also been deterministic.

There is a potential problem here though.

How do you deal with AWOL coin-owners? If I can't make a winning chain with 51%, then can the chain continue at all if 49%

of coins are lost?

Looking forward to the details so I can see how you address this and other issues.
Quote from: BCNext
It's a good chance to tell the details...

Each block has "generationSignature" parameter.  An active account signs "generationSignature" of the previous block with

its private key.  This gives 64 bytes which are hashed with SHA256.  The first 8 bytes of the hash gives a number (I call

it a "hit").  The hit is compared to the current "target" (64bit number).  If the hit is lower than the target then next

block can be generated.

The target for each account is proportional to the balance.  Someone holding 1000 coins gets a 50 times bigger target than

someone with 20 coins. Thus the owner of 1000 coins will generate 50 times more blocks than the owner of 20 coins (in the

long run).

The target is not constant, it grows each second passed since the timestamp of the previous block.  If noone generated a

block on the first second then the target becomes 2 times bigger and so on.  The base target is the target on the 60 second

mark.  If there is only a few active accounts then after a long time someone will generate a block because the target will

become very big.  If you open the client and log with any funded account you can see a ticking timer in BLOCKS widget.  It

shows when the target will become greater than your hit.
Quote from: cunicula
Where does a block's generation signature parameter come from?
Quote from: BCNext
It's the generation signature of a previous block signed by the generator of a current block.
Quote from: cunicula
Do the block comtents affect the generation signature parameter (I.e. is it a signed message)?

Or is it just the public key of the generator of the previous block?
Quote from: BCNext
comtents == content?

Nth block generation signature = Ed25519.Sign([N-1]th block generation signature).

Edit:  The generator signs two messages each block, generation signature of the previous block and the header of this block

which contains payload hash.
Quote from: cunicula
Okay, so the txns included  in  each block do not affect the block's generation signature?
Quote from: BCNext
No.  Transactions do not affect the signature.

Someone may attempt an "attack" by sending their generated blocks with different transaction sets to different peers.  This

will just increase the rate of orphaned blocks.  A few blocks later the network

Quote from: Anon136
i really really really need someone to answer this question for me:

can anyone explain to me how it is determined who has the right to author the next block. i understand that the more nxt

you have the higher your chance, but specifically how is the "winner" selected?

I know all of you guys who have 40k+ invested in this thing have to have figured out the answer to this question before you

dropped that kind of cash.
Quote from: Come-from-Beyond
It's very similar to Bitcoin. Who gets correct nonce wins the block.
Quote from: Anon136
In bitcoin a nonce is hashed with the previous block until one gets a digest that is below the target threashold. There is

no POW in next so how are nonces used in this scheme? and where does the nonce come from? I really need as much detail as

you can give me. I will even send a tip if i come out of this conversation understanding what i hoping to understand.

Smiley
Quote from: Come-from-Beyond
Now I got ur question and answered in https://nextcoin.org/index.php/topic,866.msg7100.html#msg7100

TL;DR: Nxt mining algo is based on ur invention.

Edit: I've seen the date of ur post, it had been posted 1 day before Nxt released. Did u write about ur invention somewhere

else or earlier?
Quote from: Anon136
OH HECK YES! afk while i buy a million of these things Grin

oh but hey can you do me one more favor. can you link me to the original source where you got this information. i really

want to read more.
Quote from: Come-from-Beyond
Other guy has answered on nextcoin.org about that.
Quote from: Anon136
No that was the first time and I wrote about it the same day that i thought of it. But you say that I posted it 1 day

before nxt right? that technically makes it my invention right? Grin
Quote from: Come-from-Beyond
Right. And technically this makes me to suspect that u r BCNext.

Edit: I'd like to hear ur opinion regarding https://bitcointalk.org/index.php?topic=364218.0
Quote from: Anon136
haha no I'm a scrub programmer. my highest programming accomplishment to date is chess in the console with no AI. I'm much

better at conceptualizing higher level abstractions than the logistics of implementation.

actually this is a really common thing. inventions are more often than not invented by a half a dozen people all over the

world at the same time. we probably thought of it at the exact same time and i just wrote about it first. here is wikipedia

on the phenomena http://en.wikipedia.org/wiki/Multiple_discovery

ill check it out.

I think I'm starting to get it. Is it true that the generationSignatures are totally deterministic? If you wanted too you

could spend computing power to calculate who would win the right to author blocks far off into the future?
Quote from: Come-from-Beyond
Output of next signature depends only on input of previous one. For example:

F(x) = x*2

Then we have such a sequence of outcomes: 1, 2, 4, 8, 16, 32...

Transactions included into a block can't change it, there is a special "blockSignature" for them.
Quote from: Anon136
Great! im definitely beginning to understand.

So next question. What mechanism prevents people from purposefully creating accounts with public keys which will allow them

to author an upcoming block?

*edit* there is definitely a tip in this for you if you have good answers to all of my questions  Grin
Quote from: Come-from-Beyond
Cunicula (as attacker) and BCNext (as defender) came to the following algo:

1. Brand new accounts must wait 1440 blocks before they r given permission to forge blocks
2. Old accounts forge blocks as if their balance doesn't include coins received in the previous block

Amount that is used for forging is called "effective balance".
Quote from: Anon136
is it really that difficult to calculate out 1441 blocks ahead? it doesn't sound difficult. If it is so difficult now what

happens when computers become faster and more powerful in the future? is the plan to just fork it from time to time?

it seems like if the generationSignature was additionally a product of the hash of the public key of the account that

authored the previous block than that would add a measure of security for little additional cost. as in, unlike including

phony transactions to get the result you want out of the digest of a whole block, it would be difficult to coax the result

you wanted out of a public key funded with a large amount of cash 1441 blocks ahead of time.
Quote from: Come-from-Beyond
What should be calculated ahead to be able to generate all blocks?
Quote from: Anon136
My understanding is that the next generationSignatureB is a digest of generationSignatureA and generationSignatureC is a

digest of generationSignatureB ect... So what i mean is, what stops an attacker from calculating generationSignatures 1441

steps into the future and then creating and funding account that will win the right to author that 1441st block. It should

in theory be rather simple to generate 1441 signatures if it is a purely deterministic process right?
Quote from: Come-from-Beyond
U must predict amounts on other accounts in 1440 steps, coz time when u generate a block depends on ur effective balance.

It's possible only for empty blocks. If someone's account becomes larger then he will get chance to inject his block into

ur chain completely ruining all ur computations.
Quote from: Anon136
oooh so the generationSignature is a digest of the previous generationSignature + the time-stamp of the previous block?
Quote from: Come-from-Beyond
No. It's digest of prevGenSignature only.

How determined the generator (account) of the next block:

1. X = digest of prevGenSignature gives 256 bits
2. First 64 bits of X is a HIT
3. Target = BaseTarget (which is the same for all accounts) * Balance * Time_since_previous_block
4. If HIT < Target then next block can be generated

Edit: Target grows each second until it "crosses" HIT of one of the accounts
Quote from: Anon136
All you would have to do is brute force the creation of a key pair that digested the 1440th genSignature to a hit that was

below everyone elses target. It would be totally doable.

This problem is super solvable though. BTNext should make the BaseTarget adjustable with an algo similar to bitcoins re-

target algo. Then Increae the 1440 block (24 hours) restriction for effectiveBalance out to about 43200 (1 month) just to

be extra super safe (its best to pick absurdly safe parameters when dealing with billions or possibly even trillions of

dollars someday). Then finally make the nextGenSignature a digest of the prevGenSignature + the public key of the author of

the last block. You couldnt game it with intentionally selected keys because you would have to pick the key 1 month ahead

of time and there would be no way to predict who would author which blocks 1 month out since miners drop in and out of the

network at random.
Quote from: Come-from-Beyond
1440 blocks is safe number coz u have to know who will sign the 1439th block which depends on the signer of the 1438th

block and so forth. To know future signers u must know future balances. Even if u know future balances u must know future

topology of the network to predict which blocks will be orphaned.
Quote from: Anon136
im so sorry to keep pestering you. but why is this the case. inorder to do this all you would have to do is brute force the

creation of a key pair that digested the 1440th genSignature to a hit that was below everyone elses target. It would be

totally doable. why must you need to know future signers?
Quote from: Come-from-Beyond
Coz block 1440 winner is determined as Digest(Digest(Digest(...1435times...Digest(Signature_of_block_1)...))).
Quote from: Anon136
But that doesnt explain why you would need to know who future signers are. It only says that you would need to calculate

the 1440th generationSignature and pre-empt it by creating an account with a key-pair that would cause your hit to be lower

than everyone elses targets right? how do future signers effect that situation?
Quote from: Come-from-Beyond
Output of the last digest depends on ur public key and generating signature of previous block. It's deterministic but still

can't be guessed. Look at this example:

Alice signs block 1 - signature is A
Bob signs block 2 - signature is Digest(A + Bob_public_key)
Charlie signs block 3 - signature is Digest(Digest(A + Bob_public_key) + Charlie_public_key)

See? U can choose any Charlie_public_key but without knowing Bob_public_key in advance it gives no advantage at all.
Quote from: Anon136
yep! i do understand. we just weren't communicating properly. as soon as i thought i saw a problem what you wrote up there

is exactly the solution i proposed. Grin bcnext is a freaking genius. I worked so hard to try to figure something out like

this myself to no avail. What i proposed in my thread is a far cry from this much better solution.

Quote from: inbox
Quote from: Anon136
If the chain requires little computational resources to calculate,  what prevents an alternative massive chain from be injected?
Quote from: Come-from-Beyond
To inject an alt chain an adversary must own 51% of coins (90% with TF). Also there is a limit of 720 blocks for the max chain rollback depth.
Quote from: Anon136
ok but why? suppose I am one of the original 73 and i own 50 million nxt. What if i create an alt chain where my 50 million is spread into 50 1 million nxt account. Then i compute a chain where my 50 accounts author all of the blocks. Then i compute it to the point where that chain longer than the main chain. Specifically how do peoples clients know that this is not the real chain? All the maths would check out. The targets would update to the point where it didnt seem like transactions were coming in too quickly.

So then if you have a rule that says longest chain wins, and all the math was legit on this artificial chain that this guy created, everyone would adopt that chain. So you clearly need something more. If you make a rule that says the chain that, on average, has hits on lower targets wins than this would protect against the previously mentioned attack vector. But then if you use this rule clients would sometimes ignore longer but legitimate chains.

anyway just looking for some clarification here. thanks in advance.
Quote from: Come-from-Beyond
What do u mean by
Quote
What if i create an alt chain where my 50 million is spread into 50 1 million nxt account. Then i compute a chain where my 50 accounts author all of the blocks.
? This doesn't look feasible having only 50 accounts (if I got ur idea correctly).
Quote from: Anon136
Sure so you would just write the blockchain as if only those 50 accounts were forging. The targets would readjust and even though only 50million nxt was being used to forge that chain, the blocks would still come in at ~1 minute. Or atleast thats how you would record it having happened. technically you would just be computing it all and building the fake chain yourself.
Quote from: Come-from-Beyond
R u talking about a situation when TF penalizes forgers that skip their turn?

If no, then cumulative difficulty will be 20 times lower and blockchain won't be accepted as longest. (This is how it's now)

If yes, then nodes will choose a branch where their balance is higher.
Quote from: Anon136
So instead of longest chain, it uses cumulatively most difficult chain?
Quote from: Come-from-Beyond
Yes. "Longest" is just a convenient word used since Bitcoin times.
Quote from: Anon136
If we went for "chain that demonstrates the participation of most stake" rather than "chain that is longest" you can imagine a situation where a couple of confirmations could get rolled back. though you would see the risk coming because it would only come after a ridiculously slow block. so any time you have a really really really slow block, you just trust the confirmations a little less after that right? and after a few you still have strength.
Quote from: Come-from-Beyond
Actually, time gap between blocks doesn't matter when TF is enabled. We can use anisotropic time scale and forge blocks exactly each 60'000 ms. In the future when Internet becomes much faster we could process blocks at 2-3 blocks/min rate. Time between blocks is used only to choose the next forger, we don't have to wait that long. I've never mentioned this coz BCNext prefer that people don't realize full power of TF until Nxt network becomes strong enough to survive an attack from entities with billions of dollars in the pocket.
Quote from: Anon136
So what happens if the network is able to predict too far into the future? Too far being 24 hours. If you can make even reasonable guesses as to who will author a block 24 hours from now the entire system breaks down.
Quote from: Come-from-Beyond
This requires too much memory and computing power and still very non-reliable.

Cunicula offered to assign a unique id to each coin and do the lottery by choosing the owner of next winning coin. His approach requires only 1 computation for each block prediction. BCNext used other approach that requires to iterate thru all accounts to pick the winner, this greatly increases requirement to computing power necessary for prediction.
Quote from: Anon136
so ive been thinking more about how to clients can handle choosing the right chain. im not sure i still understand exactly how nxt does it. but i independently figured out how it could be done. so i thought maybe you would find some value in my independent evaluation.

Suppose you have a hand full of chains and we want to figure out which one is the real one. First compare the genesis block of the chain to a hash of the correct genesis block which is downloaded with the client. Discard any chains that have a genesis block that does not digest properly. Next look at the time that the genesis block was published. Then look at the targets that hit each block and reverse engineer the exact time of each block. Add all of those times up and make sure that the sum total is < the current time. Discard any chains that claim to be time traveling back from the future. Finally, from the chains that you have left, take an arbitrarily large number and subtract the target that was used to hit on each block from that arbitrarily large number. Add all of those values to-gather. Once added togather the chain with the largest summed value is proven to be the one with the greatest stake participation.

Maybe your way is better but if you happen to find anything wrong with it than atleast you have a backup plan now.
Quote from: Come-from-Beyond
Nxt works this way but that arbitrary number is ZERO. What benefit do we get when it > 0?
Quote from: Anon136
lets see:

(0-6)+(0-5)+(0-7)+(0-6)+(0-5)+(0-7)=-36

(0-5)+(0-4)+(0-6)+(0-5)+(0-4)+(0-6)=-30

-30>-36, the second chain is indeed the one with more stake. yep all checks out. didn't have a paper and pencil in hand at the time of figuring it out.

i just want to reiterate how brilliant this all is. it blows my mind.


Quote from: opticalcarrier
Anon136's video described it as the chain that had the most stake involved in forging the blocks was the 'correct' one, even though there may be a longer chain.
Quote from: Come-from-Beyond
It's slang. "Longer chain" == "chain with the most stake involved".
Quote from: ChuckOne
@Anon136
If so, could we stick to the 'longer chain' theme? It's just because it makes more sense to most people (even those that are familiar with graph theory).
Quote from: Anon136
i mean it works as slang but it is technically incorrect since its trivially easy to make a chain as long as you want. you could make a 1 million block long chain on my desktop computer in minutes if i wanted.
Quote from: ChuckOne
Err, so, what? Cheesy Sorry, but it's a bit confusing if you don't know what's right and what's wrong.

In plain english: what's the right way of finding consensus in NXT?
Quote from: Anon136
by looking for the chain that demonstrates the greatest stake participation without claiming to be from the future.
Quote from: ChuckOne
Ah, okay.

Just to get that sure:
 - the longest branch in the sense of graph theory is totally irrelevant
Quote from: Anon136
well idk anything about graph theory but yes the length of the chains is irrelevant.
Quote from: ChuckOne
Okay, so now we have:

Consensus in NXT is found by looking for the branch that demonstrates the greatest stake participation without claiming to be from the future.

This is achieved by summing up the targets on each branch and the branch with the smallest total is the correct one.

Got it right?
Quote from: Come-from-Beyond
No. U sum 1/target and want to get the highest value.
Quote from: Anon136
there we go cfb. thanks that clarifies what i was going to ask you about. thanks as usual.

additionally there is a conversation that i lost which deals with the fact that when we calculate who has the right to author the next block first, the two most acceptable submissions are considered equally valid. this means that when trying to calculate who will author blocks out into the future, you never know which one of those two eligible nodes will end up getting orphaned and which will become part of the main chain. meaning that when you try to calculate the hash chain out into the future it becomes

("how far out you want to calculate"^2)*"total number of stake holders"

potential outcomes. since you need to calculate 1440 blocks into the future to game the system by preemptively planting stake that will win in the future (due to the 1440 block holding period before stake becomes active). this becomes an imposable large space to make predictions in. especially since there is a fee for transactions set at 1NXT right now meaning each guess costs 1NXT.
3202  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN PoS+ PoW] eXocoin [EXO] - gen 2.0 - developed from scratch! Free Give-Away on: March 05, 2014, 04:40:17 PM
   I find Anon123 always online , dose he need sleep ?

Never. But sometimes he's got to do the kitchen...

rofl!


Cleaning the kitchen is very important! I'm married, I know what's up.

I married to not have to clean the kitchen or clothes.



yea but my wife goes to work and i dont
3203  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN PoS+ PoW] eXocoin [EXO] - gen 2.0 - developed from scratch! Free Give-Away on: March 05, 2014, 03:19:10 PM
4 days in kitchen  Huh

i haven't been offline for 4 days.
3204  Other / Politics & Society / Re: Dark Enlightenment on: March 05, 2014, 05:59:26 AM
It seems either you've lost the theme+plot of this thread or I misunderstood your reason for citing that guy.

The reason was to discover is he is an example of this dark enlightenment thing. It seems like the closest match to your description that i have experience with.
3205  Other / Politics & Society / Re: Dark Enlightenment on: March 05, 2014, 05:19:07 AM
so like this guy?

spawktalk: http://www.youtube.com/channel/UCK1Uk2f36aglexxLkfOWnEQ
3206  Alternate cryptocurrencies / Announcements (Altcoins) / Re: NXT :: descendant of Bitcoin - Updated Information on: March 05, 2014, 05:01:09 AM
You guys do realize Nxt is made in java right?  Cheesy

so is Amazon, Ebay and most likely your bank site that you use everyday.

Nice list of websites. To bad that has nothing to do with the proposed financial instrument (Nxt) that is looking to turn the world upside down.

You are the one who mentioned Java. What does that have anything to do with  the price of tea in China?

 

ironically probably a lot actually. java is used to build systems in most large corporate enterprises, such as the ones in china brokering tea. Cheesy
3207  Economy / Economics / Re: Blatant Price Manipulation on: March 05, 2014, 04:53:17 AM
Actually most of these BIG PLAYERS are doing the opposite keeping  the price down! sure they will let it rise a bit here and there but the price of Bitcoin should be well in the $1,000's with current network Difficulty and cost of mining it and The hardware to mine it it's far from cheap.......
They use FAKE BUY WALLS  to make sure it doesn't RISE there's a reason why these PUMP n DUMPS TACTICS are ILLEGAL with STOCKS and GOLd! just so they can buy it Cheaper! but they get away with it since it Bitcoin is unregulated and most the Public is too DUMB to realize Undecided But they are the first one's to loose all their Bitcoins to Hacking of Exchanges so they get what they deserve in THE END  Grin and if anyone says it should be this cheap obviously has NEVER MINED a day in their LIFE and just wants to  continue  too Pump n Dump! lol

THANKS for THE clarification FRIEND.
3208  Alternate cryptocurrencies / Announcements (Altcoins) / Re: NXT :: descendant of Bitcoin - Updated Information on: March 04, 2014, 09:09:00 PM
also this helps to protect against domain squatting. thats a really big deal since the person who acquires a domain is the monopoly provider meaning he has the leverage to charge outrageous prices as soon as he knows that someone wants it. if we didnt put a price on it than people would go crazy and reserve every domain imaginable and anyone who wanted to issue an asset would have to pay CRAZY prices. The net effect of making asset registration cheap would be that getting the asset you wanted would be orders of magnitude more expensive than if there was simply a cost for registering to begin with.

*edit* incidentally i really like the idea of having tiers of asset classes. that gives us the best of both worlds.

You're looking at a squatter here. Neither proud nor ashamed to admit it. Ok, maybe a little bit of shame, but I'll take that up with a future therapist if NXT ever goes lunar. Wink

I'm not sure if there are different 'types' of squatters. I've squatted aliases because 1) I see an opportunity and 2) I really have no other feasible way of expanding my NXT hodlings. None of my aliases were registered until after Dec 25, and some of the ones available were amazing.

How long have we been talking about Auroracoin? I registered AUR this morning. Squatting? Or people walking past a metaphorical bag of cash on a street corner? I'm asking this sincerely because I have mixed feelings about registering things I have no plans to personally use. With that said, on anything I have no plans to use, I'd never ransom them for exorbitant fees, or would simply give them away.

I'm torn on the AE fee of 1 vs. 1000. A fee of 1000 will stop people like me from issuing an asset; on the other hand, it will stop people like me from issuing an asset. Cheesy

It will definitely limit the number of assets I will issue (I hodl about 7900 NXT).

Having a fee of 1000 won't stop squatting. Mitigate, but not stop.

The fear, I think, is the people who are squatting will control assets to further their self-interest vs. that of the community/ecosystem. Hopefully, people that do sit on an asset/alias will realize that the strength of Nxt is in their self-interest and act accordingly.

i never blame people for responding rationally to incentives. if assets were free to register i would probably register as many as i could as well, while still disagreeing with the general premise. its just another example of the tragedy of the commons. my interest is not in blaming people for being rationally self interested, but in crafting an incentive structure where rational self interest leads to outcomes that maximize utility.

But you are addressing the problem in a way that restricts utility. If the AE is to be a free market, there should be no restrictions or constraints imposed on it other than the ones necessary for its safe and secure functionality.

 If you are worried that if making the fees so low that it is going to cause a problem with the number of issued asset making the AE a clusterfuck, I suggest that you plan on it being a clusterfuck anyway; because if it is truly successful that is what is going to be. Charging 1000 NXT issue fees isn't going to stop that.

The AE is a beautiful thing, symbolically, but it can't be considered to be a finished product as is. All of the reasons that I have seen for the fee for issuing assets being set at 1000 NXT are all things that could be and should be sighted as functionality issues with the AE, and if looked at this way are only problems that CAN be solved with out implementing any constraints to the free market.

The secure functionality of the AE is all we should concern ourselves with.

Trust me im a huge free market guy so you are preaching to the choir here. But if you will just leave those preconceptions behind think through the argument here.

Free markets work really well in competitive environments. That is the closer to perfect competition we have in a market the better the outcomes. Domain name registration is a unique case of what we might think of as a perfect monopoly. Its literally the exact opposite of perfect competition.

It's not about clusterfucking that i am worried. Its about people sweeping up every domain available , starting with AAAAAA through ZZZZZZ as quickly as they can inorder to be the monopolistic provider of the domain that someone else demands later. From their monopoly position they can charge outrageous rates. Its the competition that makes free markets work well, people cant charge outrageous prices because competitors will undercut them. But there can be no competing provider of a single domain name so that wonderful aspect of free markets breaks down in this particular unique case.
3209  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN PoS+ PoW] eXocoin [EXO] - gen 2.0 - developed from scratch! Free Give-Away on: March 04, 2014, 04:07:32 PM
   I find Anon123 always online , dose he need sleep ?

Never. But sometimes he's got to do the kitchen...

rofl!
3210  Alternate cryptocurrencies / Altcoin Discussion / Re: Should we start New Bitcoin? on: March 04, 2014, 02:40:36 AM
The reason for starting a new bitcoin is simple:
We can assume that 50% of all bitcoins mined are either held by wrong persons, or are lost.
A lot of people are burned by the MtGox theft, therefore they have nothing to lose on switching to a new coin.

If we start to use a new coin the miners can use their hardware to switch over as well, and effectively abandoning Old Bitcoin.
The value of Old Bitcoin will drop to zero which will punish preminers, thieves and FBI.

Bitcoin holders that will be punished most:
FBI: 10%
Satoshi: 10%
Thieves (from MtGox and other sites): 20%
Lost coins: 10%
Total = 50%



been done. see bytecoin.
3211  Alternate cryptocurrencies / Announcements (Altcoins) / Re: NXT :: descendant of Bitcoin - Updated Information on: March 04, 2014, 12:27:39 AM
What would differentiate a "Class A" asset from a "Class B" asset?

perhaps we could limit Class B Asset to not being able to have as many units/shares.


I see.

Although I like the idea, let us clarify what our goal is with this.

It's an interesting idea.

I think we should all remember BCNext's vision for NXT and his thoughts regarding fees.  I agree with BCNext wanting NXT fees to be low.  Imo, 1000 NXT for asset name registration is too high.  I think you should be able to register an asset name for 1 NXT.  By setting NXT fees high, we are excluding people from NXT because they cannot afford the registration price.  NXT should be for everyone.

you have to remember that what we are talking about here is self issued credit. i think its fair to expect that people who are issuing their own credit have SOME assets in reserve, leverage is good and useful but i don't think we want people leveraged at 0 percent.

I don't understand why not? Credit can't truly be self issued anyway. anyone can say "trust me, I am good for it" the credit is issued when someone else says, "OK, I trust you." at that point the fee is just inhibiting private business, which I am whole heartedly against. I can sort of understand the spam argument as a reason for a higher issuing price, as this potential for spam would have a universal effect on the whole community, But I highly disagree with using it as a means of policing private business, and that includes the name squatting arguments, the scam arguments. I could agree with raising trans fees for the AE, but I am with 2kewl on this. How are you going to charge NXT users more than people who are importing assets through gateways?

By charging such a fee anyone trying to sell anything on the market starts in the whole that much.Today About $50 bucks. So If you have something worth $100 it is not worth trying to sell. Really you would have to sell $1000 dollars worth of stuff to get the fee down to 5%. 5% is to high. Lower issue fees give more people more opportunity.

Think of the applicable uses this would eliminate. For example, If I were to want to sell a comic book collection by individual books, I would have to put a 1000 NXT mark up on every book. Any low cost per asset and high asset volume business would have no place on the AE.

Higher fees limit the versatility of the AE in the ways people can use it, restricts the number of users, and restricts the demographics of people who can use it. There are so many creative ways to use this feature if it is not restricted by high cost.



ok so perhaps self monetized credit is a better way of saying it.

i mean how many of this one type of comic book would you have? you dont need to build a market for 1 or 2 items only. you just sell the one or two items on something like ebay. you only need a market in a product that you either produce or have a lot of.

also this helps to protect against domain squatting. thats a really big deal since the person who acquires a domain is the monopoly provider meaning he has the leverage to charge outrageous prices as soon as he knows that someone wants it. if we didnt put a price on it than people would go crazy and reserve every domain imaginable and anyone who wanted to issue an asset would have to pay CRAZY prices. The net effect of making asset registration cheap would be that getting the asset you wanted would be orders of magnitude more expensive than if there was simply a cost for registering to begin with.

*edit* incidentally i really like the idea of having tiers of asset classes. that gives us the best of both worlds.

I mean absolutely no disrespect, or wish not to come across as attacking you personally, and intend nothing that implies any question of your character Anon136. To the contrary I owe you a debt of gratitude as far as what you have done to offer help and info to me in regards to this topic. But for the sake of being brief and out of respect for the users of this thread, I will be blunt. When it comes to this topic you are wrong.

I would like to suggest that this topic and any conversation or debate regarding it be moved to a topic specific forum or thread. This and other basic fundamental policies and applications regarding the AE should really be afforded discussion at length. Out of respect for the common usage of this thread, and due to the fact that this topic cannot be truly debated with the attention it deserves without writing pages and pages, we should continue this discussion in a more topic dedicated place. It seems as though you and others have thoughts about this that can't be expressed in a relatively brief manor, and I know I do. This topic deserves and needs to be discussed at length. Could you set us up a place to talk more about it with out disturbing the common usage of this thread, or suggest a place if one already exists?

I think my argument is pretty much entirely laid out in that previous paragraph, valid and bulletproof. however with that said, even though my argument is strong and valid, there could be advantages that i haven't considered which outweigh the mentioned disadvantages of free asset registration, or there could be other disadvantages which outweigh the mentioned advantages to a price on asset registration.

In the extremely unlikely event that my argument is flat out wrong or in the more likely event that it is correct but overlooking other advantages and disadvantages that outweigh those described in my previous post, i would very much like to hear about it. I created a thread specifically for discussion related to the asset exchange, tell me about it over there. https://bitcointalk.org/index.php?topic=460343

Also remember that i am in favor of tiers of asset classes. This would allow for the market to naturally determine what the right tradeoff is. I would even be in favor of having a tier for (basically) free registration (atleast the cost of a regular transaction to prevent completely senseless spamming) just in case i happened to be wrong.

3212  Alternate cryptocurrencies / Announcements (Altcoins) / Re: NXT :: descendant of Bitcoin - Updated Information on: March 03, 2014, 11:26:14 PM
Nxt Network: Energy and Cost Efficiency Analysis
by: hughmanwho et Secondleo
https://docs.google.com/document/d/1J8uhdshu9epGRrQHBaloGc4itdvuAHZDAUtNDjOhz-8/edit

Please don't show this "paper" to others. People will laugh and this will ultimately hurt us.

Do you mean it requires a re-write in a more classic peer-reviewed style, or there's something terribly wrong in the contents?

+1

yes please be more specific
3213  Alternate cryptocurrencies / Announcements (Altcoins) / Re: NXT :: descendant of Bitcoin - Updated Information on: March 03, 2014, 10:04:45 PM
does anyone know why the price of protoshares fell so much?

Most likely this - https://bitcointalk.org/index.php?topic=476312.0

There was a snapshot a few days ago, now people have Bitshares.

good call thanks!
3214  Alternate cryptocurrencies / Announcements (Altcoins) / Re: NXT :: descendant of Bitcoin - Updated Information on: March 03, 2014, 09:55:50 PM
does anyone know why the price of protoshares fell so much?


And why the price for Auroracoin raised so much?!
Is it even been released?
Can it be bought somewhere?!


they have an attractive model. it really appeals to "egalitarians".
3215  Other / Politics & Society / Re: Russia Invades Ukraine. Whats next? on: March 03, 2014, 09:52:37 PM
This whole thing is a big puppet show.  Governments love war, especially when population control is the goal.

they used to like it a lot more. now they are scared of getting nuked Grin
3216  Alternate cryptocurrencies / Announcements (Altcoins) / Re: NXT :: descendant of Bitcoin - Updated Information on: March 03, 2014, 09:43:39 PM
does anyone know why the price of protoshares fell so much?
3217  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN PoS+ PoW] eXocoin [EXO] - gen 2.0 - developed from scratch! Free Give-Away on: March 03, 2014, 08:13:46 PM
Summary - eXo_coin
Last Active:   February 28, 2014, 04:27:10 PM

thats not a good sign
I am sorry that I have been ~2 days offline.............................

As promised: we deliver V1.1 right now: Whitepaper V1.1


As for the LTC investments I feel you are right. We never told you how we would exchange LTC/BTC so it was not a rule change now but rather an additional information in my opinion. Anyway since some of you would interpret it differently we are going to set 50LTC = 1.5 BTC
We might only offer a BTC investment address for the 2nd stage to prevent those issues (it is not really fair either way).

As for the PMs and mails: They will be processed in about 12 hours since no one of us has time to do it now.

By the way: Why should I leave bitcointalk right now as you might feared because being 2 days offline? I/We would scam you immediatly after the first stage (obviously this did not happened and all investments are still untouched and will not be touched until some month after launch) or after the second stage. There is really no sense in quitting in between ;-) [and no, I and we do not want to scam you at all]

As promised, some code is included and more is going to follow in the next version(s). The screenshots are still the same and will be updated within the next version.

Have a nice day
eXocoin team

you have to understand our apprehension. you say 2 days with lots of dots but we have seen so many people like yourself run off with peoples funds. its like saying "why does the wildebeest flinch at every little ripple in the water................. the ripples are only ~ 2 millimeters tall............"
3218  Alternate cryptocurrencies / Announcements (Altcoins) / Re: NXT :: descendant of Bitcoin - Updated Information on: March 03, 2014, 07:58:55 PM
also this helps to protect against domain squatting. thats a really big deal since the person who acquires a domain is the monopoly provider meaning he has the leverage to charge outrageous prices as soon as he knows that someone wants it. if we didnt put a price on it than people would go crazy and reserve every domain imaginable and anyone who wanted to issue an asset would have to pay CRAZY prices. The net effect of making asset registration cheap would be that getting the asset you wanted would be orders of magnitude more expensive than if there was simply a cost for registering to begin with.

*edit* incidentally i really like the idea of having tiers of asset classes. that gives us the best of both worlds.

You're looking at a squatter here. Neither proud nor ashamed to admit it. Ok, maybe a little bit of shame, but I'll take that up with a future therapist if NXT ever goes lunar. Wink

I'm not sure if there are different 'types' of squatters. I've squatted aliases because 1) I see an opportunity and 2) I really have no other feasible way of expanding my NXT hodlings. None of my aliases were registered until after Dec 25, and some of the ones available were amazing.

How long have we been talking about Auroracoin? I registered AUR this morning. Squatting? Or people walking past a metaphorical bag of cash on a street corner? I'm asking this sincerely because I have mixed feelings about registering things I have no plans to personally use. With that said, on anything I have no plans to use, I'd never ransom them for exorbitant fees, or would simply give them away.

I'm torn on the AE fee of 1 vs. 1000. A fee of 1000 will stop people like me from issuing an asset; on the other hand, it will stop people like me from issuing an asset. Cheesy

It will definitely limit the number of assets I will issue (I hodl about 7900 NXT).

Having a fee of 1000 won't stop squatting. Mitigate, but not stop.

The fear, I think, is the people who are squatting will control assets to further their self-interest vs. that of the community/ecosystem. Hopefully, people that do sit on an asset/alias will realize that the strength of Nxt is in their self-interest and act accordingly.

i never blame people for responding rationally to incentives. if assets were free to register i would probably register as many as i could as well, while still disagreeing with the general premise. its just another example of the tragedy of the commons. my interest is not in blaming people for being rationally self interested, but in crafting an incentive structure where rational self interest leads to outcomes that maximize utility.
3219  Alternate cryptocurrencies / Announcements (Altcoins) / Re: NXT :: descendant of Bitcoin - Updated Information on: March 03, 2014, 06:25:16 PM
What would differentiate a "Class A" asset from a "Class B" asset?

perhaps we could limit Class B Asset to not being able to have as many units/shares.


I see.

Although I like the idea, let us clarify what our goal is with this.

It's an interesting idea.

I think we should all remember BCNext's vision for NXT and his thoughts regarding fees.  I agree with BCNext wanting NXT fees to be low.  Imo, 1000 NXT for asset name registration is too high.  I think you should be able to register an asset name for 1 NXT.  By setting NXT fees high, we are excluding people from NXT because they cannot afford the registration price.  NXT should be for everyone.

you have to remember that what we are talking about here is self issued credit. i think its fair to expect that people who are issuing their own credit have SOME assets in reserve, leverage is good and useful but i don't think we want people leveraged at 0 percent.

I don't understand why not? Credit can't truly be self issued anyway. anyone can say "trust me, I am good for it" the credit is issued when someone else says, "OK, I trust you." at that point the fee is just inhibiting private business, which I am whole heartedly against. I can sort of understand the spam argument as a reason for a higher issuing price, as this potential for spam would have a universal effect on the whole community, But I highly disagree with using it as a means of policing private business, and that includes the name squatting arguments, the scam arguments. I could agree with raising trans fees for the AE, but I am with 2kewl on this. How are you going to charge NXT users more than people who are importing assets through gateways?

By charging such a fee anyone trying to sell anything on the market starts in the whole that much.Today About $50 bucks. So If you have something worth $100 it is not worth trying to sell. Really you would have to sell $1000 dollars worth of stuff to get the fee down to 5%. 5% is to high. Lower issue fees give more people more opportunity.

Think of the applicable uses this would eliminate. For example, If I were to want to sell a comic book collection by individual books, I would have to put a 1000 NXT mark up on every book. Any low cost per asset and high asset volume business would have no place on the AE.

Higher fees limit the versatility of the AE in the ways people can use it, restricts the number of users, and restricts the demographics of people who can use it. There are so many creative ways to use this feature if it is not restricted by high cost.



ok so perhaps self monetized credit is a better way of saying it.

i mean how many of this one type of comic book would you have? you dont need to build a market for 1 or 2 items only. you just sell the one or two items on something like ebay. you only need a market in a product that you either produce or have a lot of.

also this helps to protect against domain squatting. thats a really big deal since the person who acquires a domain is the monopoly provider meaning he has the leverage to charge outrageous prices as soon as he knows that someone wants it. if we didnt put a price on it than people would go crazy and reserve every domain imaginable and anyone who wanted to issue an asset would have to pay CRAZY prices. The net effect of making asset registration cheap would be that getting the asset you wanted would be orders of magnitude more expensive than if there was simply a cost for registering to begin with.

*edit* incidentally i really like the idea of having tiers of asset classes. that gives us the best of both worlds.

Yes, tiers would be great.

Btw, if you look at the source of the nxt html page, you will see a reference to a both the "asset exchange" and "stores". So perhaps BCNext had a plan to make something like a storefront too, where a user could sell whatever item he wanted, decentralized. it would be great to have this....

yes that would be amazing. its definitely a different sort of functionality than we get with AE. i dont think a lot of people realize that.
3220  Alternate cryptocurrencies / Announcements (Altcoins) / Re: NXT :: descendant of Bitcoin - Updated Information on: March 03, 2014, 06:18:11 PM
What would differentiate a "Class A" asset from a "Class B" asset?

perhaps we could limit Class B Asset to not being able to have as many units/shares.


I see.

Although I like the idea, let us clarify what our goal is with this.

It's an interesting idea.

I think we should all remember BCNext's vision for NXT and his thoughts regarding fees.  I agree with BCNext wanting NXT fees to be low.  Imo, 1000 NXT for asset name registration is too high.  I think you should be able to register an asset name for 1 NXT.  By setting NXT fees high, we are excluding people from NXT because they cannot afford the registration price.  NXT should be for everyone.

you have to remember that what we are talking about here is self issued credit. i think its fair to expect that people who are issuing their own credit have SOME assets in reserve, leverage is good and useful but i don't think we want people leveraged at 0 percent.

I don't understand why not? Credit can't truly be self issued anyway. anyone can say "trust me, I am good for it" the credit is issued when someone else says, "OK, I trust you." at that point the fee is just inhibiting private business, which I am whole heartedly against. I can sort of understand the spam argument as a reason for a higher issuing price, as this potential for spam would have a universal effect on the whole community, But I highly disagree with using it as a means of policing private business, and that includes the name squatting arguments, the scam arguments. I could agree with raising trans fees for the AE, but I am with 2kewl on this. How are you going to charge NXT users more than people who are importing assets through gateways?

By charging such a fee anyone trying to sell anything on the market starts in the whole that much.Today About $50 bucks. So If you have something worth $100 it is not worth trying to sell. Really you would have to sell $1000 dollars worth of stuff to get the fee down to 5%. 5% is to high. Lower issue fees give more people more opportunity.

Think of the applicable uses this would eliminate. For example, If I were to want to sell a comic book collection by individual books, I would have to put a 1000 NXT mark up on every book. Any low cost per asset and high asset volume business would have no place on the AE.

Higher fees limit the versatility of the AE in the ways people can use it, restricts the number of users, and restricts the demographics of people who can use it. There are so many creative ways to use this feature if it is not restricted by high cost.



ok so perhaps self monetized credit is a better way of saying it.

i mean how many of this one type of comic book would you have? you dont need to build a market for 1 or 2 items only. you just sell the one or two items on something like ebay. you only need a market in a product that you either produce or have a lot of.

also this helps to protect against domain squatting. thats a really big deal since the person who acquires a domain is the monopoly provider meaning he has the leverage to charge outrageous prices as soon as he knows that someone wants it. if we didnt put a price on it than people would go crazy and reserve every domain imaginable and anyone who wanted to issue an asset would have to pay CRAZY prices. The net effect of making asset registration cheap would be that getting the asset you wanted would be orders of magnitude more expensive than if there was simply a cost for registering to begin with.

*edit* incidentally i really like the idea of having tiers of asset classes. that gives us the best of both worlds.
Pages: « 1 ... 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 [161] 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 ... 330 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!