Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.

Commit fc1b655

Browse files
author
Markus Behm
committed
Added default pool address
1 parent 7490a68 commit fc1b655

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xmrstak/jconf.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ xmrstak::coin_selection coins[] = {
110110
{ "sumokoin", {cryptonight_heavy, cryptonight_heavy, 0u}, {cryptonight_heavy, cryptonight_heavy, 0u}, nullptr },
111111
{ "turtlecoin", {cryptonight_lite, cryptonight_aeon, 255u}, {cryptonight_aeon, cryptonight_lite, 7u}, nullptr }
112112
*/
113-
{"ipbc", {cryptonight_ipbc, cryptonight, 1u}, {cryptonight_ipbc, cryptonight, 1u}, nullptr},
113+
{"ipbc", {cryptonight_ipbc, cryptonight, 1u}, {cryptonight_ipbc, cryptonight, 1u}, "pool.ipbc.io:13333"},
114114
};
115115

116116
constexpr size_t coin_alogo_size = (sizeof(coins)/sizeof(coins[0]));

0 commit comments

Comments
 (0)