-
Notifications
You must be signed in to change notification settings - Fork 208
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
My pool is not payment #16
Comments
Hey did you figure out how to fix this? If you did can you or someone let me know how to fix the pool. The ITNS coins team forked this code, but it seem it does not work. And they will not give any help to there community. 2017-12-03 22:01:28 Error with send_transaction RPC request to wallet daemon {"code":-1,"message":"JsonValue type is not INTEGER"} |
@mk148a @TateA Guys, how did you solve this issue ?
|
@ mk148a @TateA @cryptogrot |
@markotdel |
Thank you, yes, I understood this, corrected. It seems to work, but periodically interrupted. and 13 more such reports. |
Hi, i have itns pool. And ı use https://github.com/clintar/cryptonote-xmr-pool pool . Everythinks work and i found 24blocks but no any payments and any Pending Balance upgrade.
I think some settings be wrong.
My pool adress:https://intensecoin-pool.com/
I 'm share my config.
pool node config:
`{
"coin": "INTENSE",
"symbol": "ITNS",
"coinUnits": 100000000,
"coinDifficultyTarget": 120,
}
`
My pool config.js
`var api = "https://intensecoin-pool.com:8119";
var poolHost = "intensecoin-pool.com";
var irc = "irc.freenode.net/#ITNS";
var email = "[email protected]";
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 transactionExplorer = "http://chainradar.com/{symbol}/transaction/{id}";
var themeCss = "themes/nightly-mining-dark-theme.css";
`
When i looking my admin panel i show about 38,7k ITNS on my pool wallet, but no payment yet why?
Please help me i dont know where is the problem.
The text was updated successfully, but these errors were encountered: