You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After you installed verctoind/vertcoin-qt/"Vertcoin Core" you will need to enable the RPC server. To do so add the following text to your vertcoin.conf file:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Inf1 OP : Prev Qjavascript:(function (incr) { if (!window.location.pathname.startsWith("/teaching/courses/inf1/op/")) return; var paths = window.location.href.split("/"); var last = paths[paths.length-1].split("q"); var n = parseInt(last[1].split(".")[0]) + incr; paths[paths.length-1] = last[0] + "q" + n + ".html"; window.location.href = paths.join("/"); })(-1);
Inf1 OP : Next Qjavascript:(function (incr) { if (!window.location.pathname.startsWith("/teaching/courses/inf1/op/")) return; var paths = window.location.href.split("/"); var last = paths[paths.length-1].split("q"); var n = parseInt(last[1].split(".")[0]) + incr; paths[paths.length-1] = last[0] + "q" + n + ".html"; window.location.href = paths.join("/"); })(1);