Bitcoin Forum
May 30, 2024, 05:55:55 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 ... 164 »
1641  Alternate cryptocurrencies / Mining (Altcoins) / Re: GUIMiner-scrypt: A GUIMiner fork for mining scrypt chains on: April 29, 2013, 11:27:55 PM
Update for 0.04 written, I will test it tomorrow and then probably release it tomorrow night

Then I can finally get back to MC2

(Also oh God my source code is ugly for guiminer-scrypt haha)
1642  Alternate cryptocurrencies / Altcoin Discussion / Re: Cryptocurrency with Finite "Mini-Blockchain" on: April 29, 2013, 05:53:11 PM
Yes, it would be a good idea to include the block height and also the depth in the block in which the last tx appears.
1643  Alternate cryptocurrencies / Altcoin Discussion / Re: Cryptocurrency with Finite "Mini-Blockchain" on: April 29, 2013, 04:48:49 PM
I had been thinking about similar idea independently and this is what I came up with:

Blockchain has two different functions.

1 ) Maintaining a distributed database
2 ) A way to know which view of this database is correct/most up to date

These two functions are independent. Distributed database can be almost anything you like as long as you define some basic rules for applying modification to it.

1) works this way:
There is some initial database state (genesis block). Every subsequent block contains some operations that modifies this state (in bitcoin these are transactions).

2) works as follows:
Block headers contains proof of work which is used to check which database view should be considered correct. Rule is simple: you find peer which have longest block header chain (in terms of proof of work) and you know what the correct database should look like (best block header contains hash of correct database). Then you download current database from peers and check whether it is correct.

Bitcoin uses somewhat peculiar database format: list of all transaction that happened from genesis block (block chain still needs to be stored at some nodes for the sake of history, but not all). I don't see any reason why database format can't be changed to something else. For example list of public keys with corresponding balances as you propose.

Here is my idea:

Database is just a list of accounts.
Every account consists of three things:
(public key, balance, block number of last spend operation)

Every block includes some number of transactions.
Transaction is (from_pubkey, from_last_spend_block, amount, destination_pub_key). You prove your ownership by signing it with private key of sending address.

Miners collects transactions, apply it to current database state and generates block.
In block header miner include hash of transactions and hash of database after applying all of these transactions.
Network validates that all included transaction are correct just like with bitcoin.

What is better than bitcoin is that block contents are not really needed after network reached consensus about database state, so after say 1000 blocks you can discard oldest block contents and just store account list at that moment.

This post is probably little chaotic but I can clarify my idea if you give questions.

Ideally the client should keep a ledger of addresses and amounts at the address to prevent double spending.  Then, miners could hash this ledger with modified transactions and include it in the block header so that all clients can verify that their ledger is the same.  You can use a consensus network via stake to do ledger verification, too.  I will be trying to integrate this into MC2/Netcoin, and hopefully bring the client load into the mb range, but I'm going to give no guarantees at this early point in time.
1644  Alternate cryptocurrencies / Mining (Altcoins) / Re: GUIMiner-scrypt: A GUIMiner fork for mining scrypt chains on: April 29, 2013, 03:34:46 PM
This week, code is about half done
1645  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: April 29, 2013, 02:19:13 AM
Implementing native stratum should be really low on the priority list.

There are stratum proxies anyone can use to connect to any pool that relies on stratum.

Please focus on the stuff that really makes this miner unique (CUDA/CPU code optimizations)! Smiley

I'm adding cudaminer to guiminer-scrypt right now, the stratum proxy is already there so you don't need to worry about it for now.
1646  Alternate cryptocurrencies / Mining (Altcoins) / Re: GUIMiner-scrypt: A GUIMiner fork for mining scrypt chains on: April 28, 2013, 08:20:52 PM
Reseat the GPU and the extender or try swapping the cards around
1647  Economy / Services / Re: Need web hosting on: April 28, 2013, 03:50:30 PM
Okay,
throw me a quote.
1648  Alternate cryptocurrencies / Altcoin Discussion / Re: gavin andreesen: what do you think of ripple? on: April 28, 2013, 03:42:03 PM
1649  Alternate cryptocurrencies / Altcoin Discussion / Re: Litecoin creator just as lazy as the others. on: April 28, 2013, 03:23:47 PM
Re-read my post again, I have named only one person, a single entity, and the "others" refers to the other altcoin creators if you couldn't comprehend it. It is you who can't read. Pooler is in fact a very good friend of mine, he has put a lot of work into Litecoin.

Since you're such good friends with pooler, who is helping coblee write the 0.8.1 update, why don't you ask him?
1650  Alternate cryptocurrencies / Altcoin Discussion / Re: Litecoin creator just as lazy as the others. on: April 28, 2013, 03:16:08 PM
Just saying, there are like around 10 commits in the past year and this guy hasn't even pulled the recent Bitcoin changes into Litecoin, as the code is similar. In fact, the Terracoin dev was waay more productive than this guy.

I guess he(coblee) is looking to disappear like Satoshi, so he doesn't plan to update the UI, add more features, optimization, nothing??

And just for reference, have a look see at the only change in the last 2 months https://github.com/litecoin-project/litecoin/commit/3aaa7ba5d05ff7ec35e2cd704e1e1b3da58b70b4

Way to cite a commit that coblee replied to within the last 24 hours.

If you want to discuss litecoin dev, come to #litecoin-dev on freenode.  Coblee, pooler, and the rest of the gang are all there.

http://webchat.freenode.net/
1651  Economy / Services / Need web hosting on: April 28, 2013, 03:08:15 PM
For LTC or BTC.

Require the following:

Domain name registration
Setup of simple machines forum similar to bitcointalk.org
Setup of Mibbit on-browser chat client using the WebIRC protocol (user IP/domains hidden by server)

Give me a quote
1652  Alternate cryptocurrencies / Altcoin Discussion / Re: MC2: A democratic cryptocurrency based on a hybrid PoW/PoS system on: April 28, 2013, 03:05:42 PM
What are the benefits of Proof of Activity vs Proof of Stake? Why not do a hybrid of all 3 to get the best of all 3?

In short,
no chain bloat from tons of PoS blocks and more secure.  Blocks come regularly as opposed to sporadically as per PPC.

Forums and chat coming soon.
1653  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Litecoin - a lite version of Bitcoin. Launched! on: April 28, 2013, 02:29:36 PM
When will the litecoin client be updated?

Around june, coblee wants to see if the may update for bitcoin breaks anything yet.
1654  Alternate cryptocurrencies / Altcoin Discussion / Re: MC2: A democratic cryptocurrency based on a hybrid PoW/PoS system on: April 28, 2013, 06:51:02 AM
Just to let everyone know, it's not dead and I'm still working on the theory.  It's taking me a while to develop the new proof of stake/proof of stake hybrid system, but I want to be confident that it can provide 4 minute secure confirmations to try to make it the fastest cryptocurrency available, without having to compromise security.  And that's honestly a hard task, but I think I might be onto something using a new system of secure block signing with stakeholders.  So, stay tuned.  It will not be anything like the PoW/PoS system that PPC uses and will not borrow code from that, but more similar to cunicula's proposed "Proof of Activity" system but faster and more efficient.
1655  Other / CPU/GPU Bitcoin mining hardware / Re: PSA: Malta 7990s are NOT suitable for mining! on: April 28, 2013, 06:32:23 AM
My 7970s at 901 MHz core / 1512 MHz RAM / 937 mV core pull about 170w AC (140w DC) per card while getting 630 KH/s.  This is without touching the power limiter.  I seriously doubt Malta will have a problem mining litecoins.  The 2x 8-pins themselves can give enough power to run the card at low clocks/volts, let alone the PCI-e slot.  The reference 7970 I have, by the way, runs at <60C load next a bunch of 6950s that run at 85C load.  Tahiti is insanely energy efficient when it comes to scrypt.
1656  Economy / Computer hardware / Re: WTB Someone to build a litecoin mining rig (get paid) on: April 28, 2013, 06:25:00 AM
I have an Asus M4A99X EVO with an FX-4200 if you want it, $200 shipped.  It's only a week old and works fine.

http://www.asus.com/Motherboards/M5A99X_EVO/
1657  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] [LTC] [PPS] [OTP 2FA] [Stratum only] LTCMine PPS mining pool (2.5%) on: April 28, 2013, 03:34:03 AM
I think the pool is still solving blocks, as there is about 1.5 MH/s unaccounted for right now: https://www.litecoinpool.org/pools

We'll probably get payouts when Balthazar wakes up and realizes the frontend is broken.  It also looks like the backend might be under DDoS as share submission appears to be slow.
1658  Alternate cryptocurrencies / Altcoin Discussion / Re: AES 512 coin ? - coin for nvidia or i7? on: April 27, 2013, 04:32:59 PM
Groestl's 256-bit implementation is vulnerable to collision attacks -- I think you end up with 2^64 possible hashes in the worst case.  If I remember right a lot of the AES-function utilizing secure hash functions suffer from this problem.
1659  Alternate cryptocurrencies / Mining (Altcoins) / Re: GUIMiner-scrypt: A GUIMiner fork for mining scrypt chains on: April 26, 2013, 04:56:22 PM
Dumb Question... as of 04-25-13 Is the latest version of this on the original first posting?

Yes

New version coming soon, I'm done my exams but am very sick so not as much work on this or MC2 has gotten done.  Sorry guys
1660  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] [LTC] [PPS] [Stratum only] ltcmine.ru - Litecoin PPS mining pool (2.5%) on: April 25, 2013, 05:35:22 AM
0 MH/s here, but shares still being accepted, hmm.
Pages: « 1 ... 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 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 ... 164 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!