Author

Topic: Lightning Network (Read 356 times)

legendary
Activity: 2772
Merit: 4110
March 25, 2018, 04:04:05 AM
#7
I decided to start experimenting and playing around with Lightning network. Which wallet would you recommend for Windows? I'm only aware of Zap, any other ones? Preferably usable in both mainnet and testnet.
I will talk about Lightning-App Since everyone talked about Zap Desktop:

1. Create a folder: C:\Users\username\Desktop\Lightning-App
press ENTER
2. open RUN(windows+R) type cmd (run as an administrator) then type:
cd C:\Users\username\Desktop\Lightning-App
press ENTER
3. type: "git clone https://github.com/lightninglabs/lightning-app.git"
press ENTER
4. type: "cd lightning-app" then "npm run setup" Wait 2–4 minutes then "npm run package-electron"(this will creat .exe)
5. close cmd and open "release" folder (will find it inside Lightning-App folder).
6. open lightning.exe
copper member
Activity: 81
Merit: 0
Look around you , nothing is secure
March 25, 2018, 12:27:06 AM
#6
There should be mate.
you just gotta be careful before installing anything.
make sure it has and actual community of users

also ensure the url is not malicious from virus total
legendary
Activity: 1498
Merit: 1117
March 24, 2018, 06:57:21 AM
#5
is there something for OSX? i mean. something with a GUI.
i just found this.
http://dev.lightning.community/guides/installation/

legendary
Activity: 1624
Merit: 2509
March 24, 2018, 06:29:26 AM
#4
Zap seems the best looking one and pretty easy, unless i didnt miss something: "All Zap releases will be testnet only until further notice"

Zap can be configured to run on mainnet.

You simply have to open the folder ../lightningnetwork/lnd and edit one line of the file chainparams.go from

Code:
var activeNetParams = bitcoinTestNetParams

to
Code:
var activeNetParams = bitcoinMainNetParams


Additionally you have to add this to the file:

Code:
var bitcoinMainNetParams = bitcoinNetParams{ Params: &bitcoinCfg.MainNetParams, rpcPort: “8334”, }



For a full guide on how to set up zap on mainnet you can take a look at this: https://medium.com/@zaptrem/mainnet-lightning-run-lnd-zap-desktop-on-windows-f73cf78dd633
legendary
Activity: 1078
Merit: 1042
www.explorerz.top
March 23, 2018, 02:41:57 PM
#3
Zap seems the best looking one and pretty easy, unless i didnt miss something: "All Zap releases will be testnet only until further notice"

I am currently running a node on main net, seems like i should start a second on test as i am missing all the fun. most people are still pretty careful.
legendary
Activity: 3948
Merit: 3191
Leave no FUD unchallenged
March 23, 2018, 10:06:42 AM
#2
The impression I get is that Zap is probably the only one with a simple, user-friendly GUI at the moment, unless someone's working on another one I haven't heard of yet.  Zap is based on lnd by Lightning Labs, which does now have a mainnet beta release, so you could use that by itself if you wanted, but it's likely a little more complex than Zap.  Or, you can also use c-lightning or eclair, but (and I could be wrong here) you might have to change some settings to get those running on mainnet.  I'd say Zap is the best choice unless you're a particularly tech-savvy user.
legendary
Activity: 1568
Merit: 1031
March 23, 2018, 08:12:40 AM
#1
I decided to start experimenting and playing around with Lightning network. Which wallet would you recommend for Windows? I'm only aware of Zap, any other ones? Preferably usable in both mainnet and testnet.
Jump to: