Jaya Sai

default-avatar

Software Engineer

He loves working on crypto space, researching, learning and implementing. He is found contributing to opensource projects during spare time.

Recent Posts

Upgrade Your MongoDB Safe And Securely

Mongo upgrade on Ubuntu

01-29-2020    Jaya Sai

An upgrade is a living activity as every software tool will have one or the other improvements throughout the lifetime.   Pre - Process/Steps: Take the Database backup. Stop the Mongodb server.    sudo service mongod ...

Read More

Implement Crypto Wallet Connections Using Nodejs In Lessthan 5 Minutes

Implement connection to the crypto wallets (BTC, Dash, Zcash, LTC, and BCH) in Nodejs.

01-29-2020    Jaya Sai

I’ll walk you through the initial setup and help you with the Nodejs code that is needed for creating the public address, getting wallet balance and few more primary wallet interactions. What is RPC in Crypto: Remote Procedure Call is a...

Read More

BTC and LTC Full Node Installation Guide on Ubuntu

BTC and LTC Full Node Installation Guide on Ubuntu

01-24-2020    Jaya Sai

What is the full node? A full node accepts the transactions and blocks after validating. The full node relays the accepted transactions to other full nodes in the network. Full nodes are light weighted and allow the transmitting of the transac...

Read More

Obfuscate nodejs Code In Less Than 5 Minutes

Obfuscate nodejs Code In Less Than 5 Minutes

01-23-2020    Jaya Sai

Companies are increasingly selling the software as a service,  so it is more and more important to protect the source code from hackers or from people stealing the heartfully build software and reverse engineer it.   As we know most...

Read More