Bitcoin Forum
May 08, 2024, 12:10:00 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Collectibles / Re: [Auction]Litecoin Foundation LTC Blocks - LTC Block Reward - .999 Silver Card on: August 14, 2020, 01:57:11 PM
Lot 1 - 35 LTC

Lot 1 - 36 LTC

Come at me, bro.
2  Economy / Collectibles / Re: [Auction]Litecoin Foundation LTC Blocks - LTC Block Reward - .999 Silver Card on: August 13, 2020, 04:26:06 PM
Lot 1 - 20 LTC

Lot 1 - 20.5 LTC

I've got deeper pockets than you, Charlie. Bring it on!
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Litecoin - a lite version of Bitcoin. Launched! on: June 02, 2020, 04:16:11 PM
May Mimblewimble Progress Update:

* Blocks with mimblewimble transactions can now be attached to the chain.
* Work has started on the mempool logic.
* Tentative plan shared for the remainder of the work necessary to launch the testnet.

Details here:
https://litecointalk.io/t/mimblewimble-progress-update-thread/26678/34
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Litecoin - a lite version of Bitcoin. Launched! on: April 03, 2020, 04:11:15 AM
March Mimblewimble progress update:

* Merkle Mountain Range (MMR) logic implemented and tested
* Block validation logic written
* Started the long process of integrating with the existing ltc codebase.

Details here:
https://litecointalk.io/t/mimblewimble-progress-update-thread/26678/24
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Litecoin - a lite version of Bitcoin. Launched! on: February 01, 2020, 09:54:42 AM
January Mimblewimble progress update:

* I found a way to support one-sided transactions in Mimblewimble!
* The database framework is written and block update and query functionality implemented
* LTC block and header models defined
* Grin++ audit nearly complete and auditor suggestions applied to Grin++ and libmw-core/libmw-ltc

Details here:
https://litecointalk.io/t/mimblewimble-progress-update-thread/26678/13
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Litecoin - a lite version of Bitcoin. Launched! on: December 30, 2019, 11:27:37 AM
But even he only posts like every 2-3 months. Sigh!

Monthly actually, but you're always welcome to reach out to me at any time  Grin

Speaking of which, here's my update for the month of December: https://litecointalk.io/t/mimblewimble-progress-update-thread/26678/8

The TL;DR is:

* The design has been published at https://litecointalk.io/t/mimblewimble-design-libmw/26915 (feedback welcome)

* The code is being written https://github.com/GrinPlusPlus/libmw-core and https://github.com/GrinPlusPlus/libmw-ltc

* Next month I will setup a build system, design a new fast-sync mechanism, and work on the database code

Thanks everyone for your continued support!
7  Bitcoin / Development & Technical Discussion / Re: Origins of IRC Bootstrapping on: April 27, 2018, 03:04:54 AM
If you searching just on the Internet then you are missing around 50 years of history of networking and software in general.

Unfortunately, the internet is the only resource I have readily accessible.

One more avenue for search is to look at the nearby code, not just strictly IRC-related. There were multiple methods used to discover node's own external IPv4 address. Those also aren't all invented by Satoshi, but borrowed/copied from the pre-existing code. Those were the other things that tended to trigger false-positives.

There are indeed several methods used to discover a node's external IPv4 address, but I expect any engineer who has used sockets before would be able to write them. I have found no reason to think they were copied from anywhere. It's odd that they would trigger false-positives. [https://github.com/trottier/original-bitcoin/blob/92ee8d9a994391d148733da77e2bbc2f4acc43cd/src/net.cpp]

Are you a CS history researcher associated with an accredited university? Because if you are really into history of CS I may be able to put you in touch with people who may be willing to donate their personal archives fairly soon. But you would really need to be able to read obsolete media like open-reel magnetic tapes or U-Matic and SVHS video cassettes with PAL/SECAM color.

Sadly, I am not. Just a curious software engineer.
8  Bitcoin / Development & Technical Discussion / Re: Origins of IRC Bootstrapping on: April 27, 2018, 01:44:28 AM
It's interesting you say that. I've searched for origins of Satoshi's code many times in the past, thinking if I could just find that one time he reused an old piece of code, I could retrace some of his footsteps to better understand his thought process. I was never successful. Of course, it's entirely possible I was just looking in all the wrong places.
9  Bitcoin / Development & Technical Discussion / Re: Origins of IRC Bootstrapping on: April 27, 2018, 12:26:32 AM
Bitcoin used Base58Check to encode the ip address and port[1]. The Base58 used by bitcoin was invented by Satoshi. Can you point to any specific code that used a similar IPv4 obfuscation scheme?

[1]https://github.com/trottier/original-bitcoin/blob/master/src/irc.cpp
10  Bitcoin / Development & Technical Discussion / Origins of IRC Bootstrapping on: April 26, 2018, 11:55:59 PM
I’m trying to understand the origin of bitcoin and where some of Satoshi’s ideas came from. I was curious if anyone knew of any earlier p2p software that used IRC to bootstrap? The earliest mention I could find of p2p bootstrapping using IRC was in a paper written in 2007 called “Decentralized Bootstrapping in Pervasive Applications.” [1] Has the idea been around longer than that, or is it more likely Satoshi got his ideas from these guys?
Someone had suggested to me that they believed bittorrent used that mechanism before, but i was unable to find any corroboration for that claim.

[1] M.Knoll, A.Wacker, G.Schiele, and T.Weis - "Decentralized Bootstrapping in Pervasive Applications" http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.869.9975&rep=rep1&type=pdf
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!