Skip to content

Commit

Permalink
VIVO support (#179)
Browse files Browse the repository at this point in the history
Add support for VIVO masternodes
https://bitcointalk.org/index.php?topic=2110690
  • Loading branch information
hashrefinery authored and tpruvot committed Sep 3, 2017
1 parent 0520257 commit 6927be1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stratum/coinbase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ void coinbase_create(YAAMP_COIND *coind, YAAMP_JOB_TEMPLATE *templ, json_value *

if(strcmp(coind->symbol, "SIB") == 0 ||
strcmp(coind->symbol, "MUE") == 0 || // MUEcore-x11
strcmp(coind->symbol, "VIVO") == 0 || // VIVO coin
strcmp(coind->symbol, "DASH") == 0 || strcmp(coind->symbol, "DASH-TESTNET") == 0) // Dash 12.1
{
char script_dests[2048] = { 0 };
Expand Down

0 comments on commit 6927be1

Please sign in to comment.