Pink2Dev / Pink2

Pinkcoin 2 Qt wallet and daemon
https://getstarted.with.pink/
MIT License
29 stars 22 forks source link

Fixes for Network issues #38

Open aistrych opened 3 years ago

aistrych commented 3 years ago

Change API used for displaying current prices in Qt wallet

Replace old CoinMarketcap API for retrieving current prices with new one from coingecko: https://www.coingecko.com/en/api

Fix NTP for Windows

Fix NTP issues on Windows platform: rewrite NTP implementation using comparability layer for sockets.