Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FairCoin.Co
jsonrpc-api
7a33022121e0cad3d020b570d12d3a5951ee4530
7a33022121e0cad3d020b570d12d3a5951ee4530
Switch branch/tag
jsonrpc-api
setenv.sh
Find file
Normal view
History
Permalink
setenv.sh
92 Bytes
Newer
Older
add electrumfair wallet support
TonyFord
committed
Feb 25, 2021
1
2
3
4
#!/bin/bash
export
RUNNER_UID
=
`
id
-u
`
export
RUNNER_GID
=
`
id
-g
`
export
LH_PORT_jsonrpc
=
4003