Bitcoin Forum
May 25, 2024, 02:36:16 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 [49] 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 ... 164 »
961  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Ethereum: 2nd gen cryptocurrency with contract programming, "dagger" hashing on: January 13, 2014, 04:48:32 AM
Interesting project with a novel algorithm. From what I understand, the algorithm (Dagger) is memory-hard not necessarily in bandwidth, but in space; using something like a GPU (with many threads) would benefit most from having lots of system memory:

Quote
This algorithm provides a proof of work mining function with memory hardness properties that are not ideal, but that are nevertheless a massive improvement over anything available previously. It takes 512 MB to evaluate, 112 KB memory and 4078 hashes to verify, and even the tinest time-memory tradeoff is not worthwhile to implement because of the bottom-level branching adjustment. These parameters allow Dagger to be much more daring in its memory requirements than Primecoin or scrypt, asking for 512 MB of RAM for a single thread. Because the primary determinant of hardness is memory, and not computation, specialized hardware has only a tiny advantage; even an optimal Dagger mining ASIC would have little to offer over a hobbyist purchasing hundreds of gigabytes of memory cards off the shelf and plugging them into a medium-power GPU. And even in such an equilibrium, mining with ordinary CPUs will likely continue to be practical.

512MB per thread .. wow.

I'll remain skeptical of possible speculation about the absence of TMTO solutions, as I've certainly heard this one before.
962  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Ethereum: 2nd gen cryptocurrency with contract programming, "dagger" hashing on: January 13, 2014, 04:46:52 AM
OK, so if I am interested on it, what to do now?

Register for the mailing list on the website or go the the Miami Bitcoin conference I assume, the group hasn't been putting out a lot of information (most of this was dug up from reddit or via Google).

I would speculate from the at least 3-5 people currently hacking on GitHub (and the rumoured current staffing of 5-20 people), that they already have a massive amount of funding running into the millions of dollars.
963  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Ethereum: 2nd gen cryptocurrency with contract programming, "dagger" hashing on: January 13, 2014, 04:37:47 AM
Can it be mined with GPU?

Probably, the memory hard algorithms tend to favour whatever has the most memory bandwidth.
964  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Ethereum: 2nd gen cryptocurrency with contract programming, "dagger" hashing on: January 13, 2014, 04:34:59 AM
...

This is not MC2 and I am not involved in its development, but I am closely watching this to see where it goes!

...
I am glad we have the giant distraction of altcoins a'mundo. This is the one to watch... It goes back to simple protocols and a wishlist of many great features. (I hope we can code the superstructure and basic apps before everyone else figures what this "alt" coin is.) Wink
For everyone who felt like they missed out on bitcoin's run - get ready, go!
PS. I think I'm going to relearn assembly language and get back into python/go...

Hi.  I put in the disclaimer because someone in the first post seemed to think I was involved and it's typical for devs/crew themselves to make the ANN threads.  I don't really want people hassling me w/r/t this alt chain either.
965  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Ethereum: 2nd gen cryptocurrency with contract programming, "dagger" hashing on: January 13, 2014, 12:49:04 AM
The sites front page now has a countdown running: http://ethereum.org/

11 days 22 hours

It's like it's counting down to the miami bitcoin conference or something Wink
966  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Ethereum: 2nd gen cryptocurrency with contract programming, "dagger" hashing on: January 12, 2014, 11:14:22 PM
i cannot understand if it will be mineable..

Yes, it is mineable.  The focus of the hashing algorithm was on memory hardness, so I suspect CPU or GPU mining.
967  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Ethereum: 2nd gen cryptocurrency with contract programming, "dagger" hashing on: January 12, 2014, 11:06:32 PM
Interesting project. Glad you are supplying the information before an IPO. Gives you a lot of credibility

Just to make it clear, I'm not involved in the development of this project -- just forwarding the information to you guys in case you wanted to get in on the IPO.  They're technically a competitor, but I don't want to look at this field as something in which we're working against each other.  Rather, I see all cryptocurrency developers as working with each other to generate a financial system for the benefit of the future.
968  Alternate cryptocurrencies / Announcements (Altcoins) / Ethereum: 2nd gen cryptocurrency with contract programming, "dagger" hashing on: January 12, 2014, 10:51:20 PM
There was no [ANN] for this, so I figured I'd throw it up for you guys.

As with the other "2nd gens," this is not a fork but rather a complete rewrite of all the foundational code.  It does however use some commonalities, for instance the C++ implementation includes usage of leveldb and boost.

http://ethereum.org/

Whitepaper
Source code repository
Forums

Features:
- Novel "memory-hard" hashing algorithm specification
- Use of GHOST blocktrees instead of a traditional blockchain for PoW data propagation
- Use of Patricia trees in block data structures
- Transactions which contain loop-enabled programmable instructions for the creation of novel derivatives and functions within the blocktree; these are deemed "contracts"
- New fees algorithm which adjusts based on several different parameters
- New difficulty adjustment algorithm
- Data in objects is encoded in recursive length prefix (RLP) notation
- Crowdfunding model

The author is Vitalik Buterin, among others.

Vitalik and co., contact me if you plan to make an official ANN here and I'll close this thread.

Please note:
This is not MC2 and I am not involved in its development, but I am closely watching this to see where it goes!
969  Alternate cryptocurrencies / Altcoin Discussion / Re: MC2: A cryptocurrency based on a hybrid PoW/PoS system on: January 12, 2014, 09:49:53 PM
A quick update;

There are a lot of so-called "next gen" cryptocurrencies coming to the forefront.  We are watching these closely to see how they fare, including:
- nxt
- ethereum (source code)
- maako's UTXO ledger system/ultimate blockchain compression and his work towards contract scripting for Freicoin (Freimarkets)
- bitshares

Probably ethereum is the most interesting because it has a new "memory hard" hash algorithm (dagger) and a transaction scripting language that operates like a programming language.  The latter may turn out to be totally and crazily dangerous, but I'll keep an eye on it.  I contacted one of the lead devs behind it as we live close by, but I haven't heard back from him yet.

I want to keep MC2 dynamic, that is, if a new feature becomes something incredibly useful for a chain, we can place it into it with a hardfork.  I think modularity is key in keeping up with the ever-changing and rapidly growing world of cryptocurrency.  Beneath a layer of modularity I hope to maintain a robust, stable cryptocurrency system that addresses some of the fundamental shortcomings of Bitcoin.

I will get back to the remaining BMs/PGP keys later tonight.
970  Alternate cryptocurrencies / Altcoin Discussion / Re: Opinions on non-mineable coins Nxt and Ripple on: January 10, 2014, 05:22:13 AM
I have more Ripple than nxt, because I have no nxt.

The reason I have no nxt is this:

Quote
Can I print a paper wallet like I can with Bitcoin?
No.  The only wallet in Nxt is the network itself -- all accounts are stored there.  The only thing you need to protect is your private key, which is also your passphrase.
Is it possible to store Nxt offline?
No.

http://wiki.nxtcrypto.org/wiki/FAQ#Is_it_possible_to_store_Nxt_offline.3F

It's kind of neat from a security perspective, though.
971  Alternate cryptocurrencies / Altcoin Discussion / Re: MC2: A cryptocurrency based on a hybrid PoW/PoS system on: January 09, 2014, 01:48:55 PM
Everyone has been messaged who has contacted me.

Ι'll set up Bitmsg and contact you too!

Sure.  It's a really easy way to do public key encryption, easier for most new users than PGP.

Everyone else has been replied to.
972  Alternate cryptocurrencies / Mining (Altcoins) / Re: GUIMiner-scrypt: A GUIMiner fork for mining scrypt chains on: January 09, 2014, 03:11:44 AM
Just downloaded the source from GitHub and when I run it, it says version 0.2; however, the compiled executable is v0.4

Have you updated the sources?

Oh, my bad, I forgot to commit 0.04 alpha

I'll do that tomorrow

Hey Tacotime,

Can you commit 0.04 alpha?

Thanks!

pushed
973  Alternate cryptocurrencies / Altcoin Discussion / Re: MC2: A cryptocurrency based on a hybrid PoW/PoS system on: January 09, 2014, 02:19:56 AM
Everyone has been messaged who has contacted me.
974  Alternate cryptocurrencies / Altcoin Discussion / Re: MC2: A cryptocurrency based on a hybrid PoW/PoS system on: January 07, 2014, 08:21:52 PM
Oh they know man. They are just trying to get some traffic to their coin.

Also hey Taco. Radio silence over?

Marginally.

People who have been following this thread and posting in it in the last year, please PM me your BitMessage address or PGP keys if you are interesting in helping provide so this chain will go forward.  I will be sending out information regarding the model of crowdfunding and the distribution, and when and how much you will be allowed to invest.
975  Alternate cryptocurrencies / Mining (Altcoins) / Re: r9 290x only 500khash? on: January 07, 2014, 05:14:33 AM
Those are the low usage settings from guiminer-scrypt.  You can use high usage, but >90C is dangerously hot.  You need to turn down your card voltages and adjust your card clocks.

guiminer-scrypt also includes the latest cgminer version, so you should get the same speeds in it you do with cgminer itself.
976  Bitcoin / Development & Technical Discussion / Re: Golang BIP 32 implementation on: January 06, 2014, 07:59:41 PM
Looks good!

I love seeing Bitcoin Go projects. It is just such a nicer language to write compares to c++

You'll like MC2 then, we're coding it entirely in Go. Wink
977  Alternate cryptocurrencies / Altcoin Discussion / Re: Nxt source code analysis (QA) on: January 05, 2014, 09:20:37 PM
For the people who don't code, this is essentially, "if you see some kind of error, just ignore it."

Grin

Actually not. This is a paradigm heavily used in Erlang. If u tried to recover after an exception or even logged it, u would just consume resources without real profit.

No,  it's more like, if I see some kind of error,  let me keep quiet about it!
Can you explain how that would effect the actual functionality of the system.  Isn't it the same as someone submitting improperly signed transactions so those should be ignored?  You keep bringing up issues with the code but without actual explanations of how those issues are supposed to screw things up.

It depends where you put it... it's dangerous in most places though because it doesn't class or report the exception and prevent you from seeing any other bugs that might arise while a function is executing.  Basically: "Regardless of the error that arises, keep running and do not report it."

http://stackoverflow.com/questions/2416316/why-is-the-catchexception-almost-always-a-bad-idea

It's what I write when I'm in a rush and don't really care when I get some kind of error so long as the program does more or less what I want it to; ideally you would address it properly, but if you're writing something like a program for something non-critical it doesn't really matter.
978  Alternate cryptocurrencies / Altcoin Discussion / Re: Nxt source code analysis (QA) on: January 05, 2014, 08:53:29 PM
My favorite snippet of code:

Code:
catch (Exception e) { }

More than 18 times in the code.

Reminds me of all these coin holders who have their head in the sand.

For the people who don't code, this is essentially, "if you see some kind of error, just ignore it."
979  Bitcoin / Hardware / Re: HashFast announces specs for new ASIC: 400GH/s on: January 01, 2014, 02:37:05 AM
Order prior to 15 AUG had no mention of Dec 31.  They have been in violation of their original TOS for months now.

This has been curious for me.  I e-mailed Samantha numerous times about this, and she eventually said she would be 100% for sure returning a resolution from the company sometime in November.  Then she never got back to me about it and quit shortly thereafter.
980  Bitcoin / Hardware / Re: HashFast announces specs for new ASIC: 400GH/s on: January 01, 2014, 02:31:19 AM
Quote
The Golden Nonce is:

The fastest Bitcoin mining chip in the world today — up to 735 Ghash/s per chip!
The most energy efficient mining chip in the world today — 0.59 watts per Ghash when run for maximum efficiency
The most silicon-efficient chip in the world — producing up to an astonishing 2.27 Ghash out of every square millimeter of silicon!
We couldn’t be prouder of these results – and can’t wait to see what the community can do with it.

Well, if mine ever manage to materialize they sound kind of nice.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 [49] 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 ... 164 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!