Bitcoin addresses monitoring for incoming transactions

Bitcoin addresses monitoring for incoming transactions

Intro Let’s take a look a specific use-case. If a user is sending bitcoin to my bitcoin address, how can I keep track the status of the transaction, for example, when the user send the coins and when the transaction gets confirmed? The solution is the system will generate a unique address for every user who is trying to send bitcoin. And the system will listen any transactions in the network, which related to this address. ...

June 9, 2022 · 3 min · Vadzim Belski

Game for blockchain presentation in ScienceSoft

Ethereum blockchain roulette implementation using smart contracts and Web3. Prepared for blockchain presentation. This project is a proof of concept of a game for blockchain presentation. The aim is to engage people in the blockchain community and to show how blockchain can be used in a real world application. The game is based on the roulette game. Technologies used: Solidity Ethereum blockchain JavaScript Web3 HTML/CSS To take part in game you will need metamask extension installed. To download it go to Metamask website. Please use Chrome browser. ...

May 30, 2022 · 2 min · Vadzim Belski

Setup own WireGuard VPN on DigitalOcean for 5$/month

Intro Currennt world is rapidly evolving towards the use of VPNs. Different companies are offering different solutions for the same problem. However you can manage everuthing yourself. You can use your own VPN server and host on service like DigitalOcean. This gives the following advantages: you control the server and can use it for your own purposes there is no 3rd party companies involved easy to Setup hight speed and low latency because you are the only user on your own server high privacy and security you can use it for your own purposes IPV6 support Please follow the instruction on my github to setup your own WireGuard VPN server in a couple of minutes. ...

May 12, 2022 · 2 min · Vadzim Belski