pallas (OP)
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
December 01, 2017, 09:03:21 AM |
|
I downloaded the mining program, but it doesn't do anything. There's no instructions and it just flashes up a command window that disappears just as quick! I also tried messaging the "Contact Us" on the website, but seems it either doesn't work, or I'm just being ignored I own a lot of XCN, I'd like to mine too, but everything feels like pulling teeth at the moment! Please use this thread or slack for support. If you make a bat file with "pause" command at the end, you can see the error message which is printed before the window closes. The error is saying it expects a URL.... Is there not normally a batch file supplied with a miner with all the required parameters? There's nothing in the zip file I downloaded.... Standard ccminer parameters: -a m7 -o [stratum url] -u [username] -p [password] Sorry, I've worked in IT for 30 years, but I've never mined coins before. That means nothing to me.... make a bat file containing: ccminer -a m7 -o [stratum url you get from the pool] -u [your username on that pool] -p [your password] pause
|
|
|
|
|
gnasirator
|
|
December 01, 2017, 08:05:14 PM |
|
nice! btw, is there anyone who knows how to open the project in eclipse? I'd like to get my hands dirty as well but really only know eclipse - preferrably in windows. Is anyone developing in that environment? (I know you're not, pallas^^)
|
XCN: CJSECkHi7tTTTA1ze9qYRkkUCKfFiF8EEG
|
|
|
robo2
Newbie
Offline
Activity: 56
Merit: 0
|
|
December 03, 2017, 09:51:30 PM |
|
HI
XCN Specyfication: ... ... ... Coin Maturity: instant <- Staking working? If yest what annual intrest?
|
|
|
|
pallas (OP)
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
December 03, 2017, 09:54:25 PM |
|
HI
XCN Specyfication: ... ... ... Coin Maturity: instant <- Staking working? If yest what annual intrest?
No, there is no staking.
|
|
|
|
rezed
Newbie
Offline
Activity: 15
Merit: 0
|
|
December 05, 2017, 07:30:56 AM |
|
Wallet on AEX "Temporarily closed", why and for how long?
|
|
|
|
gawlea
|
|
December 05, 2017, 09:09:01 AM Last edit: December 06, 2017, 07:58:33 PM by gawlea |
|
Wallet on AEX "Temporarily closed", why and for how long?
As @liuwei37645 linked the AEX announcement, maybe the "temporary closed" XCN wallet is related to this. Here is what they say about the XCN and other six projects: https://www.aex.com/page/news/notice/2017/1110/en_46.html
Maybe is time to search and try to get on another exchange.. stocks.exchange it seems to get some momentum and I think is free to get listed there, but I'm not sure.
|
|
|
|
pallas (OP)
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
December 05, 2017, 09:34:55 AM |
|
Wallet on AEX "Temporarily closed", why and for how long?
As @liuwei37645 linked the AEX announcement, maybe the "temporary closed" XCN wallet is related to this. Here is what they say about the XCN and other six projects: Maybe is time to search and try to get on another exchange.. stocks.exchange it seems to get some momentum and I think is free to get listed there, but I'm not sure. Aex support said they would open the xcn wallet regardless. I agree about stocks.exchange, we should try to be listed there while it's free/cheap since that exchange is growing. Any volunteer? :-)
|
|
|
|
pallas (OP)
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
December 05, 2017, 10:54:33 AM |
|
Thanks a lot! Sorry it took so much but I finally was able to have a look at your work. I thought less changes were needed :-/ In general it looks good; I will clone and compile it ASAP to see if I can find were the problem lies. A little note: bignum.cpp is added to a headers directive in Makefile.am, there is probably a more appropriate place to put it.
|
|
|
|
d5000
Legendary
Offline
Activity: 4102
Merit: 7590
Decentralization Maximalist
|
|
December 05, 2017, 05:19:32 PM Last edit: December 05, 2017, 07:07:32 PM by d5000 |
|
Sorry it took so much but I finally was able to have a look at your work. I thought less changes were needed :-/ In general it looks good; I will clone and compile it ASAP to see if I can find were the problem lies. A little note: bignum.cpp is added to a headers directive in Makefile.am, there is probably a more appropriate place to put it.
Yep, I thought also it were only a couple of easy replacements - and it turned out to be much more. But as I already started, I wanted to finish it ... The files where I suspect I did something wrong are those where I didn't make only simple replacements using the patches (because Cryptonite had significantly different code) and had to guess what to use instead: - chainparams.cpp (first replacement is specific to Cryptonite) - main.cpp (the part at line 980 where a fNegative/fOverflow variable is introduced, Cryptonite's code was somewhat different than Bitcoin's) - main.h (around line 736) - crypter.cpp - key.cpp (in these two files the original Peercoin patch didn't work fully, so I had to adapt it) PS: I think I spotted a possible error in this commit at line 305 in key.cpp, where I used (probably wrongly) the original Peercoin patch. I'll look into it. Edit: It still segfaults after correcting the values to those used in Cryptonite. :-( However, I commited the change to my fork because I think it was wrong anyway.
|
|
|
|
muf18
|
|
December 05, 2017, 09:40:57 PM |
|
Hope to see us in a group with same purposes for exchanges, and markets, with Slimcoin, and other innovative crypto projects. Hello to Cryptonite community, from one of the small supporters of Slimcoin.
|
|
|
|
..XyZ..
Newbie
Offline
Activity: 58
Merit: 0
|
|
December 05, 2017, 10:06:41 PM |
|
Aex support said they would open the xcn wallet regardless. I agree about stocks.exchange, we should try to be listed there while it's free/cheap since that exchange is growing. Any volunteer? :-)
Are they give any ETA for opening?
|
|
|
|
pallas (OP)
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
December 06, 2017, 10:02:44 AM |
|
Latest support reply version:
"Hello! Sorry, the current xcn wallet is still under test, to be open as soon as possible after the deployment of the test, but also you concerned about the news, I wish you have a good day."
At least there does seem to be an improvement ;-)
|
|
|
|
cyborgx
Newbie
Offline
Activity: 23
Merit: 0
|
|
December 07, 2017, 11:39:37 AM |
|
I downloaded the mining program, but it doesn't do anything. There's no instructions and it just flashes up a command window that disappears just as quick! I also tried messaging the "Contact Us" on the website, but seems it either doesn't work, or I'm just being ignored I own a lot of XCN, I'd like to mine too, but everything feels like pulling teeth at the moment! Please use this thread or slack for support. If you make a bat file with "pause" command at the end, you can see the error message which is printed before the window closes. The error is saying it expects a URL.... Is there not normally a batch file supplied with a miner with all the required parameters? There's nothing in the zip file I downloaded.... Standard ccminer parameters: -a m7 -o [stratum url] -u [username] -p [password] Sorry, I've worked in IT for 30 years, but I've never mined coins before. That means nothing to me.... make a bat file containing: ccminer -a m7 -o [stratum url you get from the pool] -u [your username on that pool] -p [your password] pause Thanks. Can you suggest any pools that support XCN mining?
|
|
|
|
pallas (OP)
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
December 07, 2017, 11:59:01 AM |
|
I downloaded the mining program, but it doesn't do anything. There's no instructions and it just flashes up a command window that disappears just as quick! I also tried messaging the "Contact Us" on the website, but seems it either doesn't work, or I'm just being ignored I own a lot of XCN, I'd like to mine too, but everything feels like pulling teeth at the moment! Please use this thread or slack for support. If you make a bat file with "pause" command at the end, you can see the error message which is printed before the window closes. The error is saying it expects a URL.... Is there not normally a batch file supplied with a miner with all the required parameters? There's nothing in the zip file I downloaded.... Standard ccminer parameters: -a m7 -o [stratum url] -u [username] -p [password] Sorry, I've worked in IT for 30 years, but I've never mined coins before. That means nothing to me.... make a bat file containing: ccminer -a m7 -o [stratum url you get from the pool] -u [your username on that pool] -p [your password] pause Thanks. Can you suggest any pools that support XCN mining? suprnova https://xcn.suprnova.cc/index.php
|
|
|
|
e.nexus
Member
Offline
Activity: 96
Merit: 25
|
|
December 09, 2017, 03:33:25 PM |
|
It's still alright to go solo if you have 10+MH
|
|
|
|
pallas (OP)
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
December 09, 2017, 05:07:54 PM |
|
It's still alright to go solo if you have 10+MH
Is it a question? Difficulty is pretty low now, I think you can.
|
|
|
|
esbrave789
|
|
December 09, 2017, 05:20:14 PM |
|
XCN I started from May this year, brought me a lot of wealth, it is familiar to me and affection, I sincerely suggest that the author can contact some trading platform, XCN need a broader platform
|
|
|
|
pallas (OP)
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
December 09, 2017, 05:30:53 PM |
|
XCN I started from May this year, brought me a lot of wealth, it is familiar to me and affection, I sincerely suggest that the author can contact some trading platform, XCN need a broader platform
Indeed. Aex.com promised to open their xcn wallet soon. If that is true, we will have much more volume!
|
|
|
|
e.nexus
Member
Offline
Activity: 96
Merit: 25
|
|
December 09, 2017, 11:41:17 PM |
|
It's still alright to go solo if you have 10+MH
Is it a question? Difficulty is pretty low now, I think you can. No just letting the newer people know. I go solo with 12MH if the net is below 2G and diff is below 200k.
|
|
|
|
|