Alex
Alex
It is a Prysmatic Labs' Goerli faucet address. Probably just copied the wrong one and haven't noticed. xD
Oh, ok. Why only legacy addresses are being generated then?
How to do that? (I'm running the daemon via CLI, not calling it from the code FYI)
`./btcwallet --testnet --btcdusername xxx --btcdpassword xxx -u xxx -P xxx`
`getnewaddress` RPC method generates a legacy address, not P2SH segwit or native bech32 address. ```json { "jsonrpc": "1.0", "result": "n12UeNcL4ruCiHbmgEgieAwXVbFNZrobQh", "error": null, "id": 1 } ```
Oh, okay. Thank you. Also I had no idea that I can use `btcwallet` programmatically without running the actual CLI daemon.
You are right, the port should be automatically incremented. What OS is this? (Apologies for the delayed response.)
Looks dope. @ecdsa, you should take a look.
Fixed in https://github.com/AlexSSD7/linsk/commit/750028af5ba6cb96371d838f9464a0a0c811f1cf, in the `master` branch. I would appreciate it if you could pull the latest `master` and test it. If it works, please close the issue. (My apologies...
@kuriot Thanks for confirming!