Bitcoin Forum
May 24, 2024, 04:44:00 AM *
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 »
341  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitGrin (XBG) – MimbleWimble with Bitcoin economics – Windows wallet! on: June 01, 2020, 06:41:27 PM
After bullshitting [1] their way out of an earlier scam [2].
[3] shows one of the 48 devfee coinbases that is supposedly unspendable until Sep 29, 2020,
but a full node query [4] on the UTXO set shows that all of the devfees (total of 1M XBG) are in fact spent.
The line of code they point to in [1] is a red herring. The actual code used for maturity verification is at [5] which shows all coinbases treated uniformly with a 1 day maturity.

[1] https://bitgrin.substack.com/p/the-bitgrinio-takeover

[2] https://web.archive.org/web/20190727183718/http://bitgrin.io/

[3] https://explorer.bitgrin.dev/block/64c07b8ec36724ba537523f4adbdaa561c6bf56b1a5bbc0c2c39bfa80e6f49f4

[4] http://localhost:8513/v1/txhashset/outputs?start_index=1 on any machine running a full node with the API enabled

[5] https://github.com/bitgrin/bitgrin/blob/master/chain/src/txhashset/utxo_view.rs#L130
342  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Grin | PoW Mining | Electronic transactions for all. Community driven. on: June 01, 2020, 07:20:20 AM

Why is Cuckatoo32 missing?
343  Bitcoin / Development & Technical Discussion / Re: Proof of Individual Work (PoIW) on: May 25, 2020, 03:35:05 PM
Normal computers cannot factor extremely large prime numbers in a reasonable amount of time.

Factoring extremely large prime numbers is quite trivial.

Factoring extremely large composite numbers on the other hand...
344  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Grin | PoW Mining | Electronic transactions for all. Community driven. on: May 24, 2020, 07:00:18 AM
The Rust code appeared to be written by someone with very little Rust programming experience.[/i]

Among the core devs, I am one of the few with little Rust programming experience.

I wrote large parts of https://github.com/mimblewimble/grin/blob/master/core/src/consensus.rs and https://github.com/mimblewimble/grin/blob/master/core/src/core/pmmr/pmmr.rs but most of my efforts are in the Cuckoo Cycle repository.

The twitter author would do well to substantiate their criticism on code quality.

I agree our documentation is below par and we hope to make improvements in the coming years as the code stabilizes.
345  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Grin | PoW Mining | Electronic transactions for all. Community driven. on: April 28, 2020, 03:24:27 PM
Final CuckARoo tweak announced at

https://forum.grin.mw/t/introducing-the-final-tweak-cuckarooz
346  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PoW] Ergo - Welcome to Smart Money! on: March 04, 2020, 11:51:24 AM
The project looks interesting of course, the ideas are very good, but where is the guarantee that this is not really another scam?

A scam is a low effort money grab.

Writing a blockchain from scratch is a substantial effort (which is why there's only a few dozen such codebases).

Launching fairly, without any premine or instamine, leaves devs incapable of a money grab.

Projects with both of these qualities are few and far between...
347  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PoW] Ergo - Welcome to Smart Money! on: February 21, 2020, 03:49:49 PM
  - New Proof-of-Work scheme, Autolykos – a variant of Equihash with better ASIC-resistance

How does it have better ASIC resistance, when Equihash is claimed to have superlinear time-memory tradeoffs (TMTO)
while Autolykos can be solved with no memory and constant slowdown?

IMHO it's closer to Ethash than to Equihash.

Autolykos is pretty close to Equihash, it is based on k-sum problem , but also adds a signature component for somewhat pool-resistance. Parameters are chosen in order to be much more memory-intensive (and memory-bandwidth intensive) than ZCash's and other popular Equihash coins PoWs.

Autolykos is very different from Equihash in memory requirements.

Equihash searches for an arbitrary size 2^k subset of indices,
whose corresponding items must xor to 0 (as well as satisfy
other conditions on the ordered binary tree of indices and items).
Memory is needed to sort and combine partial solutions.
Without memory, finding a solution would take longer than the age of the universe.

Autolykos instead generates the possible subsets as genIndexes(m||nonce),
as shown in Algorithm 1 of https://docs.ergoplatform.com/ErgoPow.pdf
The element at an index j is trivially computed as H(j||M||pk||m||w)
No memory at all is required for that.
It could be used to cache the hash computation of elements, but that is at best
a constant factor speedup.

348  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Grin | PoW Mining | Electronic transactions for all. Community driven. on: February 20, 2020, 02:58:52 PM

2. If you're already making ASICs for every other algo, why not c29? It would just make sense so you can squeeze every penny out of your production line.

Because a mean ASIC would need over 4GB of external DRAM, limiting its advantage over a GPU
Because a lean ASIC, while still needing 128MB of on-chip SRAM, incurs a computational overhead of having to compute 64 siphashes even if only one is needed.
And last but not least, because each Cuckaroo29 variant only lasts for 6 months before being replaced by a substantially different one, leaving no time to ROI.
349  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Grin | PoW Mining | Electronic transactions for all. Community driven. on: February 16, 2020, 06:20:09 PM
All you need to do for a deterrent is to prove you are willing to do what it takes, mutually assured destruction is the ultimate form of this (I.E. a Doomsday machine) and it is 100% effective.

Just like the death penalty is 100% effective at preventing homocides?

The more serious your readiness to switch PoW, the more stealthy the ASICs will be operated...
until you're not sure whether they operate at all.
Or whether they're FPGAs, that will be very unimpressed with your PoW switch.
350  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PoW] Ergo - Welcome to Smart Money! on: February 12, 2020, 06:22:45 PM
  - New Proof-of-Work scheme, Autolykos – a variant of Equihash with better ASIC-resistance

How does it have better ASIC resistance, when Equihash is claimed to have superlinear time-memory tradeoffs (TMTO)
while Autolykos can be solved with no memory and constant slowdown?

IMHO it's closer to Ethash than to Equihash.
351  Bitcoin / Development & Technical Discussion / Re: Blockchain Development Mega Guide on: February 12, 2020, 04:34:24 PM
...about mining
In practice, mining isn't really about looking for a hash starting with serval '0' bits. Mining actually requires finding a hash that has a numerical value is less than a target hash (this results in a number of '0' bits).

There's more to mining than hashing:

http://cryptorials.io/beyond-hashcash-proof-work-theres-mining-hashing/
352  Alternate cryptocurrencies / Mining (Altcoins) / Re: NBMiner v26.2, GPU Miner for CKB, GRIN, AE, SERO, BTM, ETH, SWAP on: February 06, 2020, 09:06:17 AM
Grin no longer uses cuckarood...
353  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Grin | PoW Mining | Electronic transactions for all. Community driven. on: February 04, 2020, 09:15:47 AM
@tromp. Would Grin's monetary policy not end similar to the diamond market where different groups come into agreement and does artificial scarcity by controling the supply of diamonds released in the market?

Release of Grin into the market is controlled by mathematics dictating 1 Grin/sec, which is beyond the control of any cartel.

A cartel of all chip manufacturers, by TSCM, Samsung, Intel, etc. could produce superior Grin ASICs and keep them all to themselves, running them in their own data centers, and thus mine a majority of Grins. It would still be 1 Grin per second.
There would be little point in doing that for Grin (at a huge loss) when it could be done for Bitcoin instead (at a smaller loss).
In any case, in that exceedingly unlikely event, Grin could then change PoW.

Quote
I reckon Asic miners might form a similar type of understanding. Would it not be the best for the Grin project if it copied Monero's exploration on Asic resistance to avoid formation of similar power groups?

Monero is just one ASIC away from realizing that their quest for ASIC resistance is futile.
354  Alternate cryptocurrencies / Altcoin Discussion / Re: Proof of Stake technical dicussion on: January 21, 2020, 11:12:43 PM
And if you want to see the results of endless rewards and why it is a failure,
look at mooncoin or newyorkcoin, both PoW coins.

Mooncoin claims to have an eventual emission of

INT(0.29531*INT(19697202017/(INT(nHeight/100000)*100000)))

which becomes 0 at height 19697300000, so it's not not endless rewards.

Anyway, your argument would be better served by looking at less obscure coins with uncapped emission, such as Monero. Please explain how Monero is a failure.
355  Alternate cryptocurrencies / Altcoin Discussion / Re: Proof of Stake technical dicussion on: January 21, 2020, 09:40:29 AM

One thing they learn is PoW has to end rewards and switch to a Transaction fee based economic model.
*Which causes all kinds of problems for miner profitability , due to the winner take all design in PoW.*

There's no written rule, Dogecoin has infinite supply. Unpopular opinion, but I believe Bitcoin could hard fork, and change supply rules IF there was consensus.


Dogecoin and Monero have tail emissions, i.e. after an initial period of decreasing rewards, at some time they switch to constant rewards.

Grin is the first example of a coin with a never changing reward, from launch and forever at 1 Grin per second.
356  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Grin | PoW Mining | Electronic transactions for all. Community driven. on: January 20, 2020, 10:13:21 PM
The forum moved to http://forum.grin.mw/ as we had lost control of the old domain.
Please update your bookmarks and if possible, notify websites of the update when you spot the old domain.
357  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Grin | PoW Mining | Electronic transactions for all. Community driven. on: January 10, 2020, 08:56:16 AM
Beam is a premined dev taxed scam that can afford to pay off exchanges for listings, maybe thats why.

Where did you find information about that beam is a scam?
Or is it just your opinion?

He's calling anything with a premine or mining tax a scam.

Btw, while Beam does have a dev tax of 12% over all emission, they did not have any premine.
358  Bitcoin / Development & Technical Discussion / Re: I don't believe Quantum Computing will ever threaten Bitcoin on: January 09, 2020, 11:53:41 AM
> I know how to calculate the genesis private key

Sign the message "i no money" with said key as proof of knowledge, or take your scam elsewhere.
359  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Grin | PoW Mining | Electronic transactions for all. Community driven. on: January 01, 2020, 10:30:46 PM
Hey, what happened to the website forums?

https://grin-forum.org/

I don't frequent them but thought I'd check whats up and nothing is there.

Try adding www, i.e. https://www.grin-forum.org/
360  Bitcoin / Development & Technical Discussion / Re: Why is amount of private keys that can generate the exact address not a concern? on: December 24, 2019, 03:10:34 PM
Hi.

79228162514264300000000000000 (2^96) private keys can generate the exact same Bitcoin address.

Why is this not a concern?


Because in all likelihood no-one will ever be able to find two different private keys mapping to the same address.
And if they do (against all odds), then in all likelihood the address will not have a balance.
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!