Posts

Showing posts with the label Bcoin node and testnet faucet

Bcoin node and testnet faucet

Bcoin node and testnet faucet I started bcoin in daemon mode (s I understand it is the same as full-node) with specifying network: testnet. As I understand it connected to the world-wide testnet. Now I want to get some test BTC. Running bcoin wallet get and getting this response: { "network": "testnet", "wid": 1, "id": "primary", "initialized": true, "watchOnly": false, "accountDepth": 2, .............. "account": { "name": "default", "initialized": true, "witness": false, "watchOnly": false, "type": "pubkeyhash", "m": 1, "n": 1, ............ "receiveAddress": "mz8iAEUBM6WueVgCzRsTht5wWjfyYxTF9c", "nestedAddress": null, "changeAddress": "mvSa7AnTQDTyWPBe6EbuB6KT5rLSrSgRP8", ............. ...