Skip to content
#

Cryptocurrency

A cryptocurrency is a digital currency that only has value dependent on those who back it. For security, cryptocurrencies rely on blockchaining: a database organized in such a way that records are kept secure through peer-to-peer networks. Each record is kept within a block, and each block holds a timestamp and link to the block before it. The first cryptocurrency was Bitcoin, implemented in 2009 by Satoshi Nakamoto.

Here are 9,783 public repositories matching this topic...

freqtrade
lbry-sdk
C-Otto
C-Otto commented Nov 13, 2021

Background

If my node is asked to forward N sats to peer X via channel C, lnd is free to pick any other channel it might have to peer X. As far as I understand the code (switch.go:handlePacketForward), all channels to X (not just C) are checked for eligability, and a random eligable channel is then used for the actual forward.

As part of this eligability check (implemented in link.go:Che

nano-node
dsiganos
dsiganos commented Oct 22, 2021

The instructions and infrastructure for building on windows are not very good. It takes too long and there are too many manual steps and too much ambiguity and it takes too long between each manual step. We need to do better. I followed the instructions at build options on nano.org. I did not try to follow the steps taken by the CI build which maybe would been better because at least there would b

marbar3778
marbar3778 commented Nov 16, 2021

We should have a checklist of things to do when adding a new go.mod. Right now dependency management is a mess and importing over go.mods will have an app importing multiple versions of the same dependencies.

We should add all go.mods to dependabot.

Created by Satoshi Nakamoto

Released January 3, 2009

Wikipedia
Wikipedia