Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monkeylord/MiniGate
A light weight metanet gateway for bitcoin.
https://github.com/monkeylord/MiniGate
Last synced: about 1 month ago
JSON representation
A light weight metanet gateway for bitcoin.
- Host: GitHub
- URL: https://github.com/monkeylord/MiniGate
- Owner: monkeylord
- License: mit
- Created: 2019-04-01T02:04:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-09T13:43:50.000Z (about 4 years ago)
- Last Synced: 2024-10-12T18:55:44.092Z (2 months ago)
- Language: JavaScript
- Size: 70.3 KB
- Stars: 16
- Watchers: 3
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bitcoin-sv - miniGate - launch your personal light-weight gateway. (Infrastructure / Applications)
README
# MiniGate
A light weight metanet gateway for bitcoin.### Install
#### Install Nodejs
Download Nodejs [here](https://nodejs.org/).
#### Install MiniGate
1. Open a command line.
2. `npm install -g minigate`### Usage
Use command
~~~shell
minigate
~~~You will see
>MiniGate Listening on 8000 ...
> Version: 0.0.1
> Electrum Server: electrumx.bitcoinsv.io:50002Now you can browse metanet B protocol resources at http://127.0.0.1:8000/[txid]
### Advanced
You can specify which ElectrumX server minigate should connect to, by `-e` option.
like `minigate -e sv.satoshi.io`:50002
To find ElectrumX server, just open your electrum wallet, `Tools` -> `Network` -> `Server`, then you can see a list of server.
You can also specify which local port minigate should listen to, by `-p` option.
like `minigate -p 8080`