azbuky / kaspium_wallet

Other
49 stars 31 forks source link

How to setup secure connection with own node #92

Open btclinux opened 10 months ago

btclinux commented 10 months ago

Hi! I using --rpccert and --rpckey in node parameters with self signed cert. Secure connection can be established but transactions fails to sent with unknown error. What I'm missing in node setup? Thank you!

azbuky commented 9 months ago

Hi! I don't think --rpccert and --rpckey are used/implemented in kaspad (go version).

Also if you want use a self signed certificate that is not from a public CA, you would also need to load the certificate in Kaspium (in code as there is no UI option to do so atm).

An alternative option is to configure a proxy like HAProxy in front of the Kaspa node, and set up secure connection using a certificate from a public CA (e.g. using letsencrypt)

I can provide some sample docker and HAProxy config files if you like.

btclinux commented 9 months ago

Hi! I don't think --rpccert and --rpckey are used/implemented in kaspad (go version).

Also if you want use a self signed certificate that is not from a public CA, you would also need to load the certificate in Kaspium (in code as there is no UI option to do so atm).

An alternative option is to configure a proxy like HAProxy in front of the Kaspa node, and set up secure connection using a certificate from a public CA (e.g. using letsencrypt)

I can provide some sample docker and HAProxy config files if you like.

Thanks for answer. Sample configs would be helpful, thank you!

casklas commented 6 months ago

Hi! I don't think --rpccert and --rpckey are used/implemented in kaspad (go version). Also if you want use a self signed certificate that is not from a public CA, you would also need to load the certificate in Kaspium (in code as there is no UI option to do so atm). An alternative option is to configure a proxy like HAProxy in front of the Kaspa node, and set up secure connection using a certificate from a public CA (e.g. using letsencrypt) I can provide some sample docker and HAProxy config files if you like.

Thanks for answer. Sample configs would be helpful, thank you!

Hi, could you tell me if you were able to solve the problem with sending coins? I have the same problem, the coins are not being sent, says try again later. And I reassembled the wallet for pyrin. It works on the Karlsenhash algorithm on all coins, but it is on the pytinhash algorithm that does not want to send coins!