Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

charnacoin updates #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 8 additions & 56 deletions website/config.sample.js
Original file line number Diff line number Diff line change
@@ -1,76 +1,28 @@
var api = "http://poolhost.com:8113";

var api_blockexplorer = "http://daemonhost.com:18091";
var api_blockexplorer = "http://chrcvietnam.com:8081";

var poolHost = "poolhost.com";

var coinHost = "http://coinhost.com";
var coinHost = "https://www.charnacoin.com";

var irc = "irc.freenode.net/#poolhost";
var irc = "irc.freenode.net/#charnacoin";

var email = "support@poolhost.com";

var cryptonatorWidget = ["{symbol}-BTC", "{symbol}-USD", "{symbol}-EUR"];

var easyminerDownload = "https://github.com/zone117x/cryptonote-easy-miner/releases/";

var blockchainExplorer = "http://chainradar.com/{symbol}/block/{id}";
var blockchainExplorer = "http://chrcvietnam.com:8081/api/block/{id}";

var transactionExplorer = "http://chainradar.com/{symbol}/transaction/{id}";
var transactionExplorer = "c/api/transaction/{id}";

var themeCss = "themes/default-theme.css";

var networkStat = {
"bcn": [
["bcn.mypool.name", "http://bcn.mypool.name:8084"],
["democats.org", "http://pool.democats.org:7603"]
],
"bic": [
["bic.mypool.name", "http://bic.mypool.name:11886"],
["democats.org", "http://pool2.democats.org:7663"],
["bikercoin.acidminer.org", "http://bikercoin.acidminer.org:8119"],
["pool.bikercoin.org", "http://pool.bikercoin.org:8117"]
],
"bip": [
["bip.mypool.name", "http://bip.mypool.name:18874"],
["democats.org", "http://pool.democats.org:7693"],
["bip.cryptonotepool.com", "http://5.189.135.137:8121"],
["bip.ms-pool.net.ua", "http://bip.ms-pool.net.ua:8117"],
["bip.crypto-coins.club", "http://5.157.83.120:8118"]
],
"coal": [
["coal.mypool.name", "http://coal.mypool.name:7704"],
["democats.org", "http://pool.democats.org:7703"]
],
"dsh": [
["dsh.mypool.name", "http://dsh.mypool.name:29084"],
["democats.org", "http://pool.democats.org:7613"]
],
"fcn": [
["fcn.mypool.name", "http://fcn.mypool.name:24084"]
],
"krb": [
["krb.mypool.name", "http://krb.mypool.name:32351"],
["democats.org", "http://pool2.democats.org:7673"],
["pool.karbowanec.com", "http://pool.karbowanec.com:8117"],
["pool2.karbowanec.com", "http://pool2.karbowanec.com:8117"],
["krb.tfoto.com.ua", "http://krb.tfoto.com.ua:8117"],
["krb.sberex.com", "http://krb.sberex.com:7006"],
["amazon.sberex.com", "http://amazon.sberex.com:7006"],
["krb.crypto-coins.club", "http://krb.crypto-coins.club:8118"],
["xcrypto.org", "http://xcrypto.org:8117"],
["krb.cryptonotepool.com", "http://5.189.135.137:8618"]
],
"qcn": [
["qcn.mypool.name", "http://qcn.mypool.name:23084"]
],
"xci": [
["xci.mypool.name", "http://xci.mypool.name:42004"],
["democats.org", "http://pool3.democats.org:7713"],
["gorillapool.org", "http://gorillapool.org:8117"],
["xci.acidminer.org", "http://xci.acidminer.org:8117"],
["xci.cryptonotepool.com", "http://5.189.135.137:8119"],
["xci.ms-pool.net.ua", "http://xci.ms-pool.net.ua:8117"],
["xci.crypto-coins.club", "http://xci.crypto-coins.club:8118"]
"chrc": [
["Cryptopool.me", "http://cryptopool.me:8113"],
["Charnacoinchina.com", "http://ccharnacoinchina.com:8113"],
]
};
14 changes: 14 additions & 0 deletions website/pages/getting_started.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,22 @@ <h3>Mining Apps</h3>
<code>xmr-stak-cpu</code>
Please edit <code>config.txt</code> file to suit your needs.
</td>
</tr>
<tr>
<td class="miningAppTitle">XMR-Stak-Nvidia (by fireice_uk)</td>
<td>Nvidia</td>
<td><a target="_blank" href="https://github.com/fireice-uk/xmr-stak-nvidia/releases">Github</a></td>
<td><a target="_blank" href="https://www.reddit.com/r/Monero/comments/5zkvii/xmrstaknvida_first_secure_miner_for_nvida_cards/">Reddit</a></td>
<td><a target="_blank" href="https://github.com/fireice-uk/xmr-stak-nvidia">Github</a></td>
</tr>
<tr>
<td colspan="5">
<span>Example:</span>
<code>xmr-stak-nvidia</code>
Please edit <code>config.txt</code> file to suit your needs.
</td>
</tr>
<tr>
<td class="miningAppTitle">XMR-Stak-AMD (by fireice_uk)</td>
<td>OpenCL (AMD)</td>
<td><a target="_blank" href="https://github.com/fireice-uk/xmr-stak-amd/releases">Github</a></td>
Expand Down