https://github.com/monkeylord/MiniGate
A light weight metanet gateway for bitcoin.
https://github.com/monkeylord/MiniGate
Last synced: 8 months 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-09T13:43:50.000Z (about 5 years ago)
- Last Synced: 2025-04-10T19:40:09.433Z (9 months ago)
- Language: JavaScript
- Size: 70.3 KB
- Stars: 17
- Watchers: 2
- 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:50002
Now 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`