Scheduled downtime: n/a
It is an High Available (HA) public and free API service and seed node for the GRIN community see: https://grinnode.live/
_$ cat grin-server.toml [..] peers_preferred = ["213.239.215.236:3414"]
-
Setup a GRIN Wallet e.g. https://github.com/mimblewimble/docs/wiki/How-to-use-the-Grin-wallet
-
Use it as API Endpoint or add it to your grin-wallet.toml
CLI:
./grin-wallet --api_server_address "https://grinnode.live:3413"
grin-wallet.toml :
check_node_api_http_addr = "https://grinnode.live:3413"
When using the Grinnode Wallet API , you are trusting us to run a Grin node. It is recommended to run your own Grin-Node and use it instead of our API which is better for your privacy.
Tested wallets | can use grinnode.live | problems |
---|---|---|
grin-wallet 2.1.0 | yes | no known problems |
grin-wallet 3.0.X-beta.1 | yes | no known problems |
niffler version 0.5.0 | yes | no known problems |
grin++ | not tested | please open an issue if tested |
Wallet 713 | not tested | please open an issue if tested |
Wimble | not tested | please open an issue if tested |
IronBelly | not tested | please open an issue if tested |
No! All API's can be used without any API secret or owner secrets.
Port 3414 is for connecting GRIN nodes
Port 3413 is for connecting GRIN wallets
peers_preferred = [213.239.215.236:3414]
#maximum number of inbound peer connections
peer_max_inbound_count = 30
#maximum number of outbound peer connections
peer_max_outbound_count = 10
#preferred minimum number of outbound peers (we'll actively keep trying to add peers
#until we get to at least this number)
peer_min_preferred_outbound_count = 10
#amount of incoming connections temporarily allowed to exceed peer_max_inbound_count
peer_listener_buffer_count = 5
You can download an example grin-server.toml here: https://github.com/MCM-Mike/grinnode.live/blob/master/grin-server.toml
as of December 2019 CORS on the HTTP(s) API is disabled and can be used from your application or website 01/2020 - enabled API v2 on all high-available public GRIN-Node
We try to keep all servers high-available using at least two (2) geo-redunant datacenters accross Europe.
Any questions, suggestions or requests?
https://github.com/MCM-Mike/grinnode.live/blob/master/contact.md .