-
tiberiusmaximus[Does monero plan to add a lighting network?
-
Ingedoes it need a lightning network?
-
IngeActually, this can be discussed in #monero (currently no specific plans for any lightning network)
-
sech1
-
sech1TLDR: no
-
DanrdarkIsnotthelol
-
DanrdarkIsnotthechain is bloat
-
tiberiusmaximus[<Inge> "does it need a lightning network..." <- Yeah for future scaling right? Also for speeding up transactions
-
detherminal[m]hey
-
detherminal[m]does anyone know private key integer is derived from hexadecimal seed in Monero?
-
recanman[m]
-
recanman[m]This describes it pretty well.
-
recanman[m]* This describes it.
-
detherminal[m]Yeah
-
detherminal[m]should I make sc_reduce on hexadecimal seed like this: 5b6757f977f82eb0aef2bfb81ffd9adbda4126e7c125843ad1769a6c38719a79
-
recanman[m]Not too familiar with Monero's math, but I believe so, yes.
-
recanman[m]This will give you the private key
-
detherminal[m]<recanman[m]> "gist.github.com..." <- I have looked and tried to implement this in golang but it doesnt describe how private key's INTEGER is derived from HEX SEED, can someone help me up?