Browsed by
Tag: blockchain

How to enable RPC in your Gridcoin Wallet?

How to enable RPC in your Gridcoin Wallet?

Hi everyone, Today, I want to tell you how to enable Gridcoin’s RPC protocol to use apps like Gridcoin Remote on Android phones. This allows you to check stuff like your Gridcoin balance, magnitude, CPID, and more! Here’s how you can enable it. There are 2 options: Option 1: Gridcoin Remote Configuration Tool for Windows Download the Gridcoin Remote Configuration Tool for Windows available in Github. This tool will let you specify the IP Addresses allowed to connect, the Port…

Read More Read More

A very simple commit done today to the Gridcoin New User Report Generator software

A very simple commit done today to the Gridcoin New User Report Generator software

Hi everyone, Today, I was looking at the Gridcoin New User Report Generator Software code and I did a simple mistake with one variable. Turns out I had a StreamReader object with the name MySQLFile in the GenerateReport.vb module. That object should have been named AccountFile as that StreamReader reads the account information to which the report will get posted. So I went and fixed it. The commit I made today is the following: Of course, this doesn’t affect the software functionality, but it does make…

Read More Read More