ktru19
Jr. Member
Offline
Activity: 181
Merit: 1
|
|
May 05, 2018, 05:52:30 AM |
|
why would you spend time help battling asic when there is no time for own coin
|
|
|
|
niksoftware
Newbie
Offline
Activity: 2
Merit: 0
|
|
May 05, 2018, 06:10:05 AM |
|
hi guys the wallet is just auto mining.
go to the console an do "setgenerate true 0"
this will sort out the cpu usage on wallet
|
|
|
|
TheHas
|
|
May 05, 2018, 06:14:29 AM |
|
there's literally 1 (one) DEV working on this project...
or better to say one student ;-) One should have more skills than forking BTC/RVN GIT and build it to be called Dev ;-) One student should have access to lots of other students with similar interests to plug gaps. Really need to get more developers, website and graphic designer, community manager etc to get the ball rolling. Those handful of people who mined the hell out of this in the first five days should be pitching in with whatever they can offer. I mean, it has been over a month and I'm not sure what their plan is, or even when they'll be ready to announce plans.
|
|
|
|
moofone
Newbie
Offline
Activity: 65
Merit: 0
|
|
May 05, 2018, 05:49:34 PM |
|
🇨🇦 icemining 🇨🇦 M I N I N G P O O L Dedicated Servers with Raid NVMe ❄️ 1GBps with Anti-DDoS ❄️ Friendly and Responsive Support Low 0.25% Fee for the first month -a x16s -o stratum+tcp://mine.icemining.ca:3663 -u <WALLET ADDRESS> -p c=PGN
|
|
|
|
Kmine82
Newbie
Offline
Activity: 54
Merit: 0
|
|
May 05, 2018, 06:12:50 PM |
|
The Best Pigeoncoin Mining POOL - Lions Pool Clubhttps://lionspool.clubUntil May 31 all profits of the pool are going straight to the developers organizing.* Pool fees is on 0.25% And stay that way. * Automatic payouts every 3 hour. * No registration required for pool.⤧ Profitable ⤧ Reliable ⤧ ProfessionalHow to start mining:Go to https://lionspool.club select and download your miner And set the right miner config for you: Pigeoncoin Nvidia CCminer/CPUminer command: -a x16s -o stratum+tcp://lionspool.club:3663 -u WALLET -p WORKER Pigeoncoin AMD SGminer command: -k x16s -o stratum+tcp://lionspool.club:3663 -u WALLET -p WORKER Come with us to support this year's promising Stratup !You can also find us in the mining channel on the official discore of the Pigeon And receive real-time updates about the Pigeon project at:https://discord.gg/SZcf63h Welcome all and happy mining !
|
|
|
|
Blockmunch
|
|
May 05, 2018, 08:25:17 PM |
|
BlockMasters.co (Formally BlockMunch) has added PigeonCoin to it's Multi-Pool! Only 0.25% Fee's!We are now a Multi-Pool! We mine the most profitable coin always, and maximize your return!Choose your payout style. We pay out in this coin, BTC, LTC, and any coin we currently have listed on the pool!You can also use your ASIC's in our SHA256, X11, & Scrypt ports and get paid in this coin or BTC! Just change the algo and the port number in the example belows! Example Config is Below for PigeonCoin Pay: Over 100 coins on the pool, with more added regularly!-a x16s -o stratum+tcp://blockmasters.co:3663 -u PJYHL8dx98GrwL4KVnGTa6VqcTA7Y28L99 -p c=PGN Example Config Below for BTC Pay-a x16s -o stratum+tcp://blockmasters.co:3663 -u 1JFx3fE462vMsTeYkNK5yvdWeg2wpmxvBD -p c=BTC Example Config Below for LTC Pay-a x16s -o stratum+tcp://blockmasters.co:3663 -u LRgQk63NRnJQ8PBTU8yyHAm5aGfNjzhMZu -p c=LTC Block Explorer Link: blockmasters.co/explorer/PGN Peer List: blockmasters.co/explorer/peers?id=2871 BlockMasters.Co Discord Link: https://discord.gg/RNnVAB4
BlockMasters.Co BitcoinTalk thread: https://bitcointalk.org/index.php?topic=2362982.0Welcome to BlockMasters!
|
|
|
|
nick1492
|
|
May 06, 2018, 01:54:10 AM |
|
Difficulty of pigeon coin to mine is going up and up. Starting to be not profitable. But the miners numbers continuous to rise. I'm predicting, movement on the price of pigeon coin is coming. I hope it could reach the level price of ravencoin or even higher. Go devs, we are all here to support your project.
|
|
|
|
KL0nLutiy1
Newbie
Offline
Activity: 88
Merit: 0
|
|
May 06, 2018, 11:24:32 PM |
|
|
|
|
|
micutzu
Newbie
Offline
Activity: 5
Merit: 0
|
|
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
|
|
|
|
AdamCampbell
Newbie
Offline
Activity: 77
Merit: 0
|
|
May 07, 2018, 03:42:16 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! ccminer -a x16s -o http://127.0.0.1:8757 -u username -p pass
|
|
|
|
micutzu
Newbie
Offline
Activity: 5
Merit: 0
|
|
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! 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!
|
|
|
|
AdamCampbell
Newbie
Offline
Activity: 77
Merit: 0
|
|
May 07, 2018, 05:00:39 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! 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! 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: ccminer -a x16s --no-gbt --no-stratum -o http://127.0.0.1:8757 -u username -p pass Hope this solves your problem!
|
|
|
|
chimei47
Newbie
Offline
Activity: 19
Merit: 0
|
|
May 07, 2018, 06:55:00 PM |
|
pigeon.conf rpcuser=user rpcpassword=password rpcallowip=127.0.0.1 rpcport=3333 server=1 listen=1 daemon=1 gen=0 ccminer-solomine.bat :start ccminer -a x16s -o http://127.0.0.1:3333 -u user -p password --coinbase-addr=PDiZ89gk5HMqwrcGp6Hs9WdgFALzLbD4HG -i 19 goto start hope it can help u~
|
|
|
|
Sergiose
|
|
May 07, 2018, 08:10:18 PM |
|
Generally on the bottom left, though there was, why are these coins? To who? Well, if there is no capital, then why create it, who will mine it for thank you? I do not understand.
|
|
|
|
urbancloud
Newbie
Offline
Activity: 20
Merit: 0
|
|
May 07, 2018, 08:52:07 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 Or just mine on a pool with no other miners, nobody is mining PGN here so it would be like solo mining: https://urban-clouds.com/site/mining
|
|
|
|
micutzu
Newbie
Offline
Activity: 5
Merit: 0
|
|
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! 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! 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: 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 ccminer -a x16s --no-gbt --no-stratum -o http://127.0.0.1:8757 -u username -p pass but still dosen`t work!
|
|
|
|
AdamCampbell
Newbie
Offline
Activity: 77
Merit: 0
|
|
May 08, 2018, 06:15:17 AM |
|
The firewall is disabled ... the walled was restarted after the config file was saved. I`ve tried this 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.
|
|
|
|
jafu
Newbie
Offline
Activity: 52
Merit: 0
|
|
May 08, 2018, 09:01:42 AM |
|
hi guys my wallet is not connecting to peers ,anybody has the same problem?
Let me know how to resolve?
|
|
|
|
|
AdamCampbell
Newbie
Offline
Activity: 77
Merit: 0
|
|
May 08, 2018, 10:00:06 AM |
|
hi guys my wallet is not connecting to peers ,anybody has the same problem?
Let me know how to resolve?
Go to C:\Users\<username>\AppData\Roaming\Pigeon\ and create a new text file, rename it to "pigeoncoin.conf" and put these lines in it: addnode=131.215.166.149 addnode=135.19.75.147 addnode=159.203.91.35 addnode=159.65.100.176:8757 addnode=165.227.200.154 addnode=165.227.203.111:8757 addnode=167.99.144.206 addnode=188.165.244.7 addnode=91.154.83.16 addnode=99.252.164.118:8757 Save the file and restart the wallet. It seems that not many nodes are online at the moment though, so it might take a while for the wallet to sync.
|
|
|
|
|