Neoblock8
Neoblock8
> Make sure rpc listen is open? https://github.com/alexbosworth/run-lnd#install-lnd > > does telnet to the address on that port yield a response? I got a response from telnet
> @Neoblock8 is your node fully synced with version 0.20.2? What does `getblockchaininfo` return? Node is fully synced. if i check blockcount with rpc it will return nothing. RPC command:...
> > @Neoblock8 is your node fully synced with version 0.20.2? What does `getblockchaininfo` return? > > Node is fully synced. **Deamon command:** qtumd **Cli command:** qtum-cli getblockcount > **RPC...
> Hi @Neoblock8 , > > It is hard to tell as we don't know the setup you are using, It is very likely because your docker is not opening...
> I don't think you can change it with the dev mode directly. > > Your options are either: > > 1. modify the dev mode code to use a...
How to relaunch moonbeam with new chainid? On Thu, Dec 28, 2023, 7:33 PM Alan Sapede ***@***.***> wrote: > the development network is using the moonbase runtime, so I think...
> ./target/release/moonbeam --dev --rpc-external --sealing 3000 --rpc-port 9944 Hi @crystalin, The above command works. But can't connect local node in https://polkadot.js.org/apps The error is Failed to construct 'WebSocket': An insecure...
> After doing a `cargo build --release` you can run it with: `./target/release/moonbeam --dev --rpc-external --sealing 3000 --rpc-port 9944` Hi @crystalin, Where to modify the currency name?