Michel Kansou
Michel Kansou
Or even better to add mini introduction ( multiple slides ) for first time users that explain each section here's an example of a friendly way to inform user https://dribbble.com/shots/5592262-Supertext-App-Tutorial
@steelsparrow I used blockstream API and it works fine ``` if testnet: return 'https://blockstream.info/testnet/api/' else: return 'https://blockstream.info/api/' ```
@chanhosuh I'm currently in chapter 10 where you need to make a network handshake with testnet.programmingbitcoin.com but I guess the server is still down do you think I need a...
@chanhosuh thank you I already have a full node running so I will use it 😁
@chanhosuh yesterday I was trying to use my remote full node but I'm getting a RuntimeError `Connection reset!` which mean my stream is empty or my full node can't be...
@chanhosuh I just found out I needed to configure my router to enable 8333 Port Forwarding and also add `upnp=1` in my bitcoin.conf 😅 https://bitcoin.org/en/full-node#port-forwarding