Bitcoin Forum
May 23, 2024, 10:25:27 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Tau-Chain and Agoras Official Thread: Generalized P2P Network on: October 04, 2016, 08:08:26 AM
Sorry, I was incorrect when I said that Idris/Agra produce false negatives, I should have said that given a statement, the result can be undecidable whether it is valid or not.

Yes, the proof process taking too long is what I was getting at. So, you're talking about restricting the input so that the constructed statement considering the prior state and intput should be able to be determined valid or not within a reasonable period of time, correct?  

I'm trying to understand why restricting the possible input so nodes are able to process them all is better than just allowing the nodes to just reject inputs that can't be processed in a reasonable  time period (or in the case of undecidable languages causes the statement to be undecidable). My guess is that each individual node has their own internal state, which means that a scenario could exist where some nodes view an input as valid, others view it as undecidable, (or undecidable given a reasonable amount of processing time), and if that statement was part of a tau block chain it would cause a fork, which wouldn't be easy to reconcile. Is this the reason, or is it something else?

So then you are attempting to build tau with the following properties:

1. Uses a consistent, decidable logic
2. Has input restrictions that prevent a statement that is too complex from being accepted.
3. Has a prover that can take a statement derived by any input that passes the restriction in 2 and any internal state, and test for validity in a reasonable period of time.

Is this correct?

If so, then I'm curious about 3. Is it possible to prove that a prover can do this? If not, won't it be possible for Tau one day to be vulnerable to inputs that pass its restrictions but when combined with the internal state of a node still cause the prover to take too long?

2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Tau-Chain and Agoras Official Thread: Generalized P2P Network on: October 03, 2016, 10:52:20 PM
1. Ohad seems to think that all proofs must be automatic for Tau to prevent malicious actors from attacking Tau.
Couldn't the rules of the P2P nodes just require a proof of certain properties to be handed along with the rules for them to be acceptable? Be solvable in a certain amount of cycles using a given Resoner?

the proofs being automatic comes from the theory being decidable, and the manual requirements in idris/agda stem exactly from the undecidability problem. and indeed tau must be decidable as it must be a sound nomic game: the network should know when someone obey or break a rule, with no false positives or false negatives. under idris/agda, due to the undecidability, you can obey the rules yet not necessarily be able to prove it.

Yes, the alternatives described would also work with a Turing-complete language, as well, but so what if it did? If using MLTT or MSOL isn't substantially better than a Turing-complete language, then a Turing complete language should be used.

msol is substantially better as it is decidable (which also imples automatic proofs).

2. Just because MSOL can be solved automatically, this doesn't mean it can be done quickly enough to be useful in Tau, isn't it? I mean that if it takes an exponential amount of time to automatically solve a question proposed in MSOL (and it seems from what I'm read that it is N-EXPTIME), then it might as well be true that some expressions aren't solvable in MSOL, right? And if that is the case, you have the very same problems of MLTT.

complexity of proof is pretty much the same in both systems (i.e. unlimited complexity). it doesn't mean that even easy tasks will take very long time, it only means that it's able to solve even very hard problems. in addition, k-exptime for example is just a worst case bound. it is commonly said (e.g. by Ong) that this worst case should be achieved quite rarely, and not in common human programs.


Yes, but if a malicious actor attempts to add a rule to the system which, within the context of the system, can only be determined valid after an inordinate period of time, wouldn't this be a problem for a MSOL based Tau? It would be, for all intents and purposes, be undecidable, correct?

An undecidable system, such as Idris/Agra has false negatives (a valid program is not accepted), but not false positives (an invalid program is accepted), correct?

So, both systems, for all intents and purposes, have a false negative problem. When using Idris/Agra and the user inputs a program that is undecidable, the user is just asked to clarify. Similarly, it would seem, if after a certain period of processing, validity can't be determined by MSOL based Tau, then it would also need to ask the user to clarify, or reject the rule outright.
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Tau-Chain and Agoras Official Thread: Generalized P2P Network on: October 03, 2016, 11:37:49 AM
I don't know if I'm talking to anybody at this point, but the discussion with HMC and Ohad brings up the following questions:

1. Ohad seems to think that all proofs must be automatic for Tau to prevent malicious actors from attacking Tau. Couldn't the rules of the P2P nodes just require a proof of certain properties to be handed along with the rules for them to be acceptable? Be solvable in a certain amount of cycles using a given Resoner?

A general proof system that can solve all proofs automatically and quickly seems like a tall order. I mean without including the whole distributed computing P2P part of it, such a system would seem to be a major advance over what we have currently with Idris, coq and others.

Yes, the alternatives described would also work with a Turing-complete language, as well, but so what if it did? If using MLTT or MSOL isn't substantially better than a Turing-complete language, then a Turing complete language should be used.

2. Just because MSOL can be solved automatically, this doesn't mean it can be done quickly enough to be useful in Tau, isn't it? I mean that if it takes an exponential amount of time to automatically solve a question proposed in MSOL (and it seems from what I'm read that it is N-EXPTIME), then it might as well be true that some expressions aren't solvable in MSOL, right? And if that is the case, you have the very same problems of MLTT.
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Tau-Chain and Agoras Official Thread: Generalized P2P Network on: October 01, 2016, 05:12:28 AM
Unfortunately I can't tell who's right or wrong in this.
I think they're both protecting their ego. They are probably flaws in both ideas.
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Tau-Chain and Agoras Official Thread: Generalized P2P Network on: August 26, 2016, 09:37:46 AM

It has been 3 days since a member last posted on this thread.
I am thinking of investing, is this still going on or what?
 

going on full pace Smiley

I noticed the work has slowed down according to the commit log (last commit July 5th): https://github.com/naturalog/tauchain/graphs/commit-activity

Have you guys taken your work out of public view? Are you still working on optimizing the compiler?

Thanks.
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Tau-Chain and Agoras Official Thread: Generalized P2P Network on: March 09, 2016, 11:29:59 PM
It would be nice if the dev team would consider uploading their progress to github. It's been nearly four months since the source has been updated.

Also, could someone explain why the coding is being done privately now? For anyone thinking of helping out,  it makes it difficult to evaluate whether he/she the skills to do so.


there are uploads, but not to master branch. see other branches. in fact there's a first version of a working compiler. but im working on a design which i currently believe will turn out much faster.

Ah, great. Thanks
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Tau-Chain and Agoras Official Thread: Generalized P2P Network on: March 09, 2016, 11:25:06 PM
It would be nice if the dev team would consider uploading their progress to the github repository, https://github.com/naturalog/tauchain . It's been nearly four months since the source has been updated.

Also, could someone explain why the coding is being done privately now? For anyone thinking of helping out,  it makes it difficult to evaluate whether he/she the skills to do so.
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Tau-Chain and Agoras Official Thread: Generalized P2P Network on: February 12, 2016, 04:32:01 PM
Any news on the project?
I'm still wrapping my head around converging to the best compilation architecture for tau. It is a delicate and hard task.
BTW this is from today: http://bitcoinist.net/six-ethereum-projects-and-its-five-competitors/
You've been working on that for a long time. Have you considered working on the actual code to bootstrap Tau first, and come back to this later?

I know that when building something as complex as a new language, and pieces have to work together, but once you have the code that the Tau engine will compile, it will be a lot easier to create an efficient compiler, "A plan never survives first contact with the enemy", "Make it work, make it right, make it fast" and all that...

Also, having something to show, as slow and imperfect as it may be, would do well for getting the message out and help you raise funds. This as well as the effect on the community and helping draw smart people to be involved in the product, which I would expect to be invaluable...

I agree...


I really wish it was possible (beginning tau network without the 'best' compiler and finishing it later), and since the beginning we gave a decent thought to 'what is the bare minimum'. Obviously that'd make 'life much easier' for me.
But the execution path must be predetermined at genesis and beyond, so given a proof by one client, it can be verified by another client - at the very same proof flow. If we would give up rigid and predetermined proof flow, we won't be able to implement lambda-auth (hashing the proof tree in a way that leaves a short 'proof of correct proof' or 'proof of execution', relying on the fact that all clients have exact same flow).
So this underlying flow cannot be changed and must be finalized at the best possible performance. Which is nothing but the compilation architecture.

But wouldn't that leave room for a test network? A test network wouldn't require the best possible performance, and the code (logic? I'm not sure what to call the stuff that makes up the Tau network) should run as is on production once you get there, right? And that way, you could assign the creation of the code running on Tau off to some other people, because it would be mostly orthogonal, isn't it? And also, people could independently try and improve your engine/create their own, since they'd have a baseline to run theirs against.

9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Tau-Chain and Agoras Official Thread: Generalized P2P Network on: February 05, 2016, 12:35:23 AM
Any news on the project?
I'm still wrapping my head around converging to the best compilation architecture for tau. It is a delicate and hard task.
BTW this is from today: http://bitcoinist.net/six-ethereum-projects-and-its-five-competitors/
You've been working on that for a long time. Have you considered working on the actual code to bootstrap Tau first, and come back to this later?

I know that when building something as complex as a new language, and pieces have to work together, but once you have the code that the Tau engine will compile, it will be a lot easier to create an efficient compiler, "A plan never survives first contact with the enemy", "Make it work, make it right, make it fast" and all that...

Also, having something to show, as slow and imperfect as it may be, would do well for getting the message out and help you raise funds. This as well as the effect on the community and helping draw smart people to be involved in the product, which I would expect to be invaluable...
10  Bitcoin / Legal / [ANN] cryptocurrency capital gains calculator for ledger on: January 13, 2016, 07:48:57 AM
This is a little tool for helping with capital gain calculation for crypto currencies. It uses ledger-cli.org style account books and spits out a csv file like the following:

Short term Trades
SharesSymbolBuy DateSell DateSell PriceBuy PriceGainRunning Total GainRefs
XXXFOO2015-10-222015-10-22XXXXXXXXXXXXS: bittrex.dat:43 foo.dat:44 B: foo_adj.dat:7
XXXFOO2015-10-222015-10-22XXXXXXXXXXXXS: foo_adj.dat:7 B: foo_adj.dat:7
XXXBTC2015-09-272015-10-25XXXXXXXXXXXXS: poloniex_adj.dat:10 B: bittrex.dat:55
Long term Trades
SharesSymbolBuy DateSell DateSell PriceBuy PriceGainRunning Total GainRefs
XXXBTC2013-09-012015-04-29XXXXXXXXXXXXS: electrum_wallet1.dat:7-17 B: btc-e.dat:39
XXXBTC2013-09-012015-08-12XXXXXXXXXXXXS: electrum_wallet1.dat:24 kraken.dat:8-38 B: btc-e.dat:39
XXXBTC2013-09-012015-08-19XXXXXXXXXXXXS: electrum_wallet1.dat:33 B: btc-e.dat:39
Remaining balances:
SharesSymbolBuy DateBuy PriceRefs
XXXAUG2015-08-19XXXelectrum_wallet1.dat:33
XXXTAU2015-08-21XXXmasterxchange.dat:1
XXXTAU2015-08-31XXXmasterxchange.dat:6

The "Refs" column pointa to the file number, line number(s) of the individual ledger posting used, so it's easy to track what this program does. Each line shows the "S", sale, and "B", buy of the coin, and intra-day entries are combined. For example, on line 1, bittrex.dat:43 means the bittrex.dat ledger file, line 43, and an example ledger entry might be:

2015-10-22 12:45:01 * Trade
   Assets:bittrex           XXX BTC
   Assets:bittrex           -XXX FOO


WARNING: I just added a large portion to this for ledger and multi crypto currency support and am the only user as far as I know, so there may be bugs lurking. This is GNU licensed.

You can get it here: https://github.com/redfish64/bitcoin-tax-calculator
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Tau-Chain and Agoras Official Thread: Generalized P2P Network on: November 16, 2015, 01:01:18 AM
I had a dream about the regression theory in reverse.

In the dream, a sheep befriended me and magically teleported us to the end of universe. It was dark and empty.

“Heat death, baaa,” it bleated, “is the end of the universe. Your money is no good here. There is no energy to expend.. nothing can be accomplished no matter how much you want to give. Baaaa….”

The sheep then pulled out a watch it carried in its fur, looked at it for an instance and snapped it shut. The scene subtly changed, just slightly. “A moment before the last. Your money is no good here. In a moment it will be useless… if I take it now, I cannot spend it in the future, therefore it is useless now. Baaaaa.”

The sheep took out its watch, and again we went back a moment, and it repeated, “Baaaa, in moment your money will be useless. I won’t be able to spend your money in the future, therefore its useless now.”

And again and again, we did so, going back one moment in time, each time the sheep repeated the line. I was getting dizzy, so I said “Enough!”

It transported me back to the present, and said “All your kinds of money is useless one moment in the future, therefore it useless now!”

--

Is it possible that one day when there are automated agents in Tau, if I can prove something like "All money is worthless" to one of them, then I would be able to trade it a tiny sliver of computation time for all the wealth that it controls?

Could other bugs of logic similar to this exist in Tau?
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NeuCoin - Easy to use, free to try, focused on micropayments - Official on: October 26, 2015, 07:02:58 AM
I wonder what the Neucoin team thinks mining is buying them.

They are paying 164304 Neucoin per day to the miners, who just dump it on the market.

Each block that's mined has so such a small internal trust value that it can be wiped out on a whim (as shown by this latest fiasco), so its not helping with security at all. In fact, it hurts it because if people using Neucoin don't know the difference between PoW and PoS blocks, they won't realize that having 100 PoW confirmations of their transaction means nothing.
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NeuCoin - Easy to use, free to try, focused on micropayments - Official on: October 10, 2015, 11:04:26 PM


Here's another issue:

http://forum.neucoin.org/t/interesting-tidbits-learned-from-reading-neucoins-source-code/1640/5?u=timengler

If you want to see this in action, look here:

http://www.neucoin.io/transaction/d5c8a3496eb8340130e6c1fcd3c04f57634b9f69a398db0d226f460fcd9f7aea

and keep clicking on "Previous output". You'll notice the staking amounts have been splitting in half after every stake.

Which means the amount of interest Neucoin is getting is slowing down. Every time this happens, their UTXO's get smaller and take longer to stake. Eventually they'll lose most of their compounding effect, and will have around 45 days of unclaimed interest in their mega account that will disappear as soon as they try to make a transfer from it. I tried to explain this to them in that thread, but it seems they can't quite grasp the concept.

Another sign that their technical team today isn't really up to the task.



that's standard POS
if you have 2 inputs that are weighty enough you will have twice as much likelihood of staking.
- which means if one stakes, then you still have an input that is ready to stake and should do so,

in a healthy staking network
when your large input is divided into 8 inputs, those 8 inputs should give you roughly the same return over the same time frame as 1 input.
obviously there will be differnt timing involved as all inputs will take random time to actually stake


edit.
after some consideration i'm thinking i'm not talking about the same thing.

because there wallet will end up staking once /45 days all the inputs will end up much smaller hence they will receive less compound interest due to their entire balance staking less often than possible.

i think i agree with you Smiley i dont know of their motivations though, so perhaps either they are fine with not raping the staking or they are running different code

the code in question is wallet specific and the blockchain couldnt care less about these values, so they may well be aware of the issues and running a different code.
it would be easy to set the split time for anything you want.

.
i think you make it fairly clear what you mean in the last post on that thread.


If they are aware of it, they certainly aren't playing it that way. Arcansis still wasn't convinced after I explained it to him on the neucoin forum.

Here is another issue:

Neucoin decided to put cold minting in, but did you ever wonder where they got the original code? (Of course they didn't write it themselves)

Here:

https://github.com/sigmike/peercoin/commit/8df4a0360f3917e042cc0185dc39ed894c9f4148

Which is in an offshoot commit created over a year ago and has never been merged into Peercoin.

There is nothing about it in the whitepaper or anywhere to show they even considered the security implications of doing this.

For instance, if people start cold minting regularly, and begin to share each other's cold minting private keys to help each other mint, and an attacker can find these cold minting keys online and gather over 51% of network's hash power with them, he can then execute a double spend, or anything else.

Some more sloppy work from them.
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NeuCoin - Easy to use, free to try, focused on micropayments - Official on: October 10, 2015, 10:48:13 PM
Code:
            if (block.GetBlockTime() + STAKE_SPLIT_AGE > txNew.nTime)
                txNew.vout.push_back(CTxOut(0, scriptPubKeyOut)); //split stake

 this actually looks it will only split the input if it's over the time limit. not under.
else it will combine inputs to the combine threshold


The reason it splits if it's under the time limit is that:
* block.GetBlockTime() is actually the time the UTXO was staked.
* txNew.nTime is close to the current time

So as long as the current time is less than the time the UTXO was staked plus STAKE_SPLIT_AGE, then it's split.

curious. i always thought it was under

this is another version
Code:
                if (GetWeight(block.GetBlockTime(), (int64_t)txNew.nTime) < nStakeSplitAge)
                    txNew.vout.push_back(CTxOut(0, scriptPubKeyOut)); //split stake

perhaps i just dont c++ enough

I think it's just rather confusing code. I thought the same thing you did at first.
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NeuCoin - Easy to use, free to try, focused on micropayments - Official on: October 09, 2015, 11:50:59 AM
This just shows their incompetence.

Here's another issue:

http://forum.neucoin.org/t/interesting-tidbits-learned-from-reading-neucoins-source-code/1640/5?u=timengler

If you want to see this in action, look here:

http://www.neucoin.io/transaction/d5c8a3496eb8340130e6c1fcd3c04f57634b9f69a398db0d226f460fcd9f7aea

and keep clicking on "Previous output". You'll notice the staking amounts have been splitting in half after every stake.

Which means the amount of interest Neucoin is getting is slowing down. Every time this happens, their UTXO's get smaller and take longer to stake. Eventually they'll lose most of their compounding effect, and will have around 45 days of unclaimed interest in their mega account that will disappear as soon as they try to make a transfer from it. I tried to explain this to them in that thread, but it seems they can't quite grasp the concept.

Another sign that their technical team today isn't really up to the task.
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NeuCoin - Easy to use, free to try, focused on micropayments - Official on: October 07, 2015, 02:09:09 AM
Lol so you dont get growth accounts. Do you get cloud mining?

Same question to you: Why not weekly payouts?
IMO it's because Neucoin likes to lock people into an investment, so they can't say anything negative without knowing they are hurting their own chances for success. Anyone who signed up for the growth account has shutup and smile for the next 3 months, and that's how the Neucoin team likes it.

That's also why they won't update the neucoin-qt client. They want everyone using the growth account for the lock in.

It reminds me of the multi level marketing/pyramid scams that go around from time to time. Once you buy into it, if you say anything about how you're losing money, failing to get other people involved, etc., then you are just hurting your chances to get others signed up underneath you. So everyone involved has this weird fake plastic smile, while they all sell their souls on the inside.
17  Alternate cryptocurrencies / Altcoin Discussion / Decentralized democratic alt coin on: October 03, 2015, 03:40:20 AM
Hi, I've begun work on a PoS alt coin with the following features:

1. A pool of coins is collected and grows in value with each block.
2. Anyone can create a poll to spend from from the pool. The other users can then vote with their coins yea or nea.
3. Anyone can create a poll to upgrade the official client to a new version based on an md5sum. If enough votes are yea, then the official client will prompt the user to upgrade to the new client.
4. Anyone create a non-binding poll to gather information from the other coin owners. A question such as, "Would you support changing the PoS interest rate to X?" could be asked.

The point of #4 is to get ideas for 2 and 3.

The idea is that the coin can morph into anything. If people like proof of work better, it can become proof of work. If they want ethereum style turing complete scripting language features, they can ask someone to port it and pay for it with the money from the pool. If they want a commercial on the super bowl and the pool has enough funds, they can do that, etc.

I'm thinking of doing this with a single coin premine just to get started, and maybe 10 coins or so in the pool, and then vote the coin into other peoples' hands. I could go proof of work to start out with for the first few blocks, if people think that's more fair.

I'm still working out the details, but I don't want to duplicate work that's already been done.

Does anyone know of any other alt coin that does this? Thoughts?

18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NeuCoin - Easy to use, free to try, focused on micropayments - Official on: October 02, 2015, 08:39:37 AM
i dont want people thinking you are technial literate when you are not
you said that they dont want your code maybe its because its bad afaik regarding peercoin code, yours dont respect the coding style and you introduce weird calculation for math that you dont seem to comprehend... ask people here apparently they do the math lol you should look what peerunity did about that
What "math" do I not comprehend? What "weird calculation"? Again, did you even bother to look at anything I did? Can you even understand it?
i dont do review for free.
im talking about that https://github.com/redfish64/neucoin/blob/master/src/bitcoinrpc.cpp#L3264 and that https://github.com/redfish64/neucoin/blob/master/src/wallet.cpp#L2083-L2105
Oh alright, lol. Don't ask for specifics, right? I guess we'll all have to trust you as a position of authority about how I "introduce weird calculation" and the there is "math" I "dont seem to comprehend".

19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NeuCoin - Easy to use, free to try, focused on micropayments - Official on: October 02, 2015, 07:58:59 AM
i dont want people thinking you are technial literate when you are not
you said that they dont want your code maybe its because its bad afaik regarding peercoin code, yours dont respect the coding style and you introduce weird calculation for math that you dont seem to comprehend... ask people here apparently they do the math lol you should look what peerunity did about that
What "math" do I not comprehend? What "weird calculation"? Again, did you even bother to look at anything I did? Can you even understand it?
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NeuCoin - Easy to use, free to try, focused on micropayments - Official on: October 02, 2015, 07:23:04 AM
I even gave them a fork that would solve one of the biggest issues for anyone using the client, that no one can see whether they are minting or not, how long it will take to mint, and the reward they'd lose if they transfer their coins. But the Neucoin team hasn't done anything with it. I can only guess that they just don't have the expertise and the knowledge of how Peercoin works to be able to even figure out if my code works.

i was interested in readnig fork but apparently you deleted it, could you re-upload it ?
i don't think they will integrate it anyway, it would be like bitcoin showing how much time you have until a new block will be generated (or maybe neuteam are too noob to see it)
btw, don't you think that funny that liqio where not able to use your csv flie but still give his technical pov ??
Ok, it's back up. I took it down because I didn't want to people to see it as a show of support. I updated the README with my position.
im sorry to bring this to you but maybe it's a good thing you are nolonger in the bay area, the idea 1/3 of your commit s about editing the readme, 1/4 about merging (rebase anyone?) and the rest is copy/paste or commit message with weird statement like « I think I changed the future log message, not sure... »


looking ate the getneucoin (fucking 1998 webiste with sound enableb by defautl) & myneucoin (hdwallet anyone?) code is weird because they are two diffrent thing one is made with python the other php (apparently getneucoin is the faucet site (lol)) maybe is that the reason why they cant integrate it... no communication on it...

anyone tried to reach coin news site to know who paid them and did they paid them with neucoin bitcoin or $$$ ? this thread is fucking huge and im starting to sort thing out would be nice to know if its dank or a fundation that are paying for it

ill try to bring more asap
Geez, man... harsh. What does it matter how many changes I made to the README? I was tasked with learning how the code worked, what it did, and accomplish my task all at the same time. And yes, I was also learning how to use git and how to interface with github, too (I also didn't know how github displays README's in general. They're preview functionality kind of sucks). I just did it as a hack so I could mint effectively, and thought it would be nice to share.

And that commit message was before I was even considering releasing it to the public.

I noticed you didn't bring up anything about the changes I did implement. Did you even look at them? Read the README, where I go through the specific details on how to mint effectively? Most of the work actually was reading the code and figuring out exactly how Neucoin/Peercoin worked, which I was by no means an expert on before I started this. Doing all of that in the time I did so I could get ready to mint from day 1 was actually a pretty good accomplishment.

What's your goal here? Why'd you want to see my code if all you're going to do is tear apart the superficial stuff without taking a look at what I did do?
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!