简体   繁体   English

如何使用 Ganache 连接到远程区块链网络?

[英]How can I use Ganache to connect to a remote blockchain network?

I am using ganache-cli to launch a private blockchain in a remote ubuntu server.我正在使用ganache-cli在远程 ubuntu 服务器中启动私有区块链。 I'd like to use Ganache GUI to connect to that server from my desktop.我想使用Ganache GUI从我的桌面连接到该服务器。 By looking at the configuration it only supports launching a network on local.通过查看配置,它只支持在本地启动网络。 Does it work as a client to explorer remote blockchain network?它是否可以作为浏览器远程区块链网络的客户端工作?

在此处输入图像描述

Ganache is local ethereum blockchain node with GUI. Ganache 是带有 GUI 的本地以太坊区块链节点。 It does not provide gateway to connect to other blockchain network (ropsten, rinkeby, Mainnet).它不提供连接到其他区块链网络(ropsten、rinkeby、Mainnet)的网关。 Its more like a development server/node so you can deploy and test stuff quickly.它更像是一个开发服务器/节点,因此您可以快速部署和测试东西。 It cannot be used to make a priavte blockchain它不能用于制作私人区块链

Where as what you are looking for is Geth an open-source ethereum-client that can be used to start your own private customised blockchain https://geth.ethereum.org/docs/interface/private-network您正在寻找的是Geth一个开源以太坊客户端,可用于启动您自己的私人定制区块链https://geth.ethereum.org/docs/interface/private-network

or you can connect it to a running ethereum network like或者您可以将其连接到正在运行的以太坊网络,例如
Mainnet.主网。
Ropsten.罗普斯滕。
Rinkeby林克比

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM