Bitcoin Forum
June 25, 2024, 09:58:22 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Widecash (WCH Coin) on: May 11, 2018, 10:46:04 AM
How to mine this coin!? Any pools!?
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Pigeoncoin (PGN) – a cryptocurrency network with a new X16S (shuffle) algo on: May 09, 2018, 05:09:57 AM

The firewall is disabled ... the walled was restarted after the config file was saved. I`ve tried this

Code:
ccminer -a x16s --no-gbt --no-stratum -o http://127.0.0.1:8757 -u username -p pass

but still dosen`t work!

Well it looks like solo mining is disabled for this coin. Though I'm not 100% sure because I'm mining this on a pool and haven't tried solo mining.

I, too, recommend that you try to mine this on a pool. It's quite like solo mining and the rewards (minus the pool fee) are roughly the same.

So i`ve managet to make it run :

conf file :

Code:
rpcuser=user
rpcpassword=password
rpcbind=192.168.1.100:8756 (change to you ip)
rpcallowip=192.168.1.1/24
server=1
daemon=1
listen=1

CCMiner

Code:
ccminer.exe -a x16s -o http://192.168.1.3:8756 -u user -p, --pass=password --coinbase-addr=your pigeon coin adress
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Pigeoncoin (PGN) – a cryptocurrency network with a new X16S (shuffle) algo on: May 08, 2018, 05:22:24 AM
Hello,

I`m trying to solo mine with gpu!
This is my conf file :

rpcuser=username
rpcpassword=pass
rpcallowip=127.0.0.1
rpcport=8757
server=1
listen=1

And this is the bat file : ccminer -a x16s -o http://127.0.0.1:3333 -u username -p pass

But i can`t make it run ... what i`m doing wrong?!

Thanks

Hi,

You made a little and easy to overlook mistake in your .bat file. The "3333" part does not match with the value for "rpcport=8757" in your .conf file.

Just change your .bat file to this and you should be set!

Code:
ccminer -a x16s -o http://127.0.0.1:8757 -u username -p pass



dosen`t work ... i get "empty data received in json_rpc_call get_work failed!  Undecided Undecided

OK, now here's some things you should check off the top of my head:

  • Is your firewall or anti-virus software allowing access to the port 8757 in your computer?
  • Is your miner updated to the latest version? (I'd recommend Suprminer for Nvidia cards https://github.com/ocminer/suprminer/releases/tag/1.5)
  • Have you restarted the wallet after saving those settings in your .conf file and let it sync before executing the .bat file?


If you've checked all these steps and are still unable to solo mine, try to add --no-gbt and --no-stratum to your .bat file, restart the wallet, and run the .bat file again.

So now your .bat file should look like this:

Code:
ccminer -a x16s --no-gbt --no-stratum -o http://127.0.0.1:8757 -u username -p pass


Hope this solves your problem!

The firewall is disabled ... the walled was restarted after the config file was saved. I`ve tried this

Code:
ccminer -a x16s --no-gbt --no-stratum -o http://127.0.0.1:8757 -u username -p pass

but still dosen`t work!
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Pigeoncoin (PGN) – a cryptocurrency network with a new X16S (shuffle) algo on: May 07, 2018, 03:59:04 PM
Hello,

I`m trying to solo mine with gpu!
This is my conf file :

rpcuser=username
rpcpassword=pass
rpcallowip=127.0.0.1
rpcport=8757
server=1
listen=1

And this is the bat file : ccminer -a x16s -o http://127.0.0.1:3333 -u username -p pass

But i can`t make it run ... what i`m doing wrong?!

Thanks

Hi,

You made a little and easy to overlook mistake in your .bat file. The "3333" part does not match with the value for "rpcport=8757" in your .conf file.

Just change your .bat file to this and you should be set!

Code:
ccminer -a x16s -o http://127.0.0.1:8757 -u username -p pass



dosen`t work ... i get "empty data received in json_rpc_call get_work failed!  Undecided Undecided
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Pigeoncoin (PGN) – a cryptocurrency network with a new X16S (shuffle) algo on: May 07, 2018, 02:44:26 PM
Hello,

I`m trying to solo mine with gpu!
This is my conf file :

rpcuser=username
rpcpassword=pass
rpcallowip=127.0.0.1
rpcport=8757
server=1
listen=1

And this is the bat file : ccminer -a x16s -o http://127.0.0.1:3333 -u username -p pass

But i can`t make it run ... what i`m doing wrong?!

Thanks
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!