Skip to content

Commit

Permalink
update dns refs
Browse files Browse the repository at this point in the history
  • Loading branch information
smartinsider committed Apr 1, 2020
1 parent 3ca43a2 commit d4b9568
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 19 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,3 @@ YEN Core integration/staging repository
<tr><td>PoS</td><td>0,75 YEN</td><td>15%</td></tr>
<tr><td>YTM (YouTube Mining)</td><td>0,75 YEN</td><td>15%</td></tr>
</table>

#main seeds
- seed1.cryptoyen.icu
- seed2.cryptoyen.icu
- seed3.cryptoyen.icu
- seed4.cryptoyen.icu
- seed5.cryptoyen.icu
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ define(_CLIENT_VERSION_MINOR, 1)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2019)
define(_COPYRIGHT_YEAR, 2020)
AC_INIT([CryptoYen Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[cryptoyen.icu],[cryptoyen])
AC_CONFIG_SRCDIR([src/main.cpp])
AC_CONFIG_HEADERS([src/config/cryptoyen-config.h])
Expand Down
11 changes: 2 additions & 9 deletions src/qt/forms/governancepage.ui
Original file line number Diff line number Diff line change
Expand Up @@ -84,22 +84,15 @@
</size>
</property>
<property name="text">
<string>The wallet is not currently ready for the use of YouTube mining,</string>
<string>Youtube mining supporting only in HD web wallet:</string>
</property>
</widget>
</item>
<item row="2" column="0">

<widget class="QLabel" name="YtmL3">
<property name="text">
<string>however you can still visit the tab in the wallet and see where it will be. </string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="YtmL4">
<property name="text">
<string>It will be ready to use hopefully in an update in the coming weeks.</string>
<string>https://wallet.cryptoyen.icu</string>
</property>
</widget>
</item>
Expand Down
3 changes: 1 addition & 2 deletions src/util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -533,8 +533,7 @@ void ReadConfigFile(map<string, string>& mapSettingsRet,
strHeader += "\nforcednsseed=1";
strHeader += "\nrpcallowip=127.0.0.1";
strHeader += "\nlisten=1";
strHeader += "\naddnode=seed1.divinelive.club\naddnode=seed2.divinelive.club\naddnode=seed3.divinelive.club\naddnode=seed4.divinelive.club\naddnode=seed5.divinelive.club\n";
strHeader += "txindex=1\ncryptoyenstake=1\n";
strHeader += "\ntxindex=1\ncryptoyenstake=1\n";
fwrite(strHeader.c_str(), std::strlen(strHeader.c_str()), 1, configFile);
fclose(configFile);
}
Expand Down

0 comments on commit d4b9568

Please sign in to comment.