How to change to testnet mode… and how to generate testnet address…
the link in the github generate an address start with 1 which is mainnet address .
you didn’t enable testnet mode in bitaddress.org.
after you go to bitaddress.org, then add ?testnet=true at the end of url, then you will see testnet edition activated.
2 Likes
and now i just put the address in the conf.ini then i run the cert-issuer ?
you put your private key in a file and specify the file path and file name in conf.ini
usb_name = /directory/path/to/privateKey/file/
key_file = pk_issuer.txt (file name)
1 Like