Bitcoin Forum
June 19, 2024, 11:26:50 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14 »
241  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ZEC] ZCASH - All coins are created equal. Discussion Thread (Unofficial) on: April 12, 2017, 12:19:34 AM
Hi Zcash miners,

Introducing the new Zcash mining pool - http://zcash-neonpool.ddns.net. Welcoming miners to join the pool and spread the hashing power of Zcash. Feel free to contact me if you are facing any issues connecting to the pool.

Pool Features

No fee (0%) anonymous mining pool. No fee intro offer!!
No Account Required! Use your address as your username.
Block Transaction Fee Rewards are paid to miners.
Optimized Variable Diff Pool with full Stratum support.
Dual mining ports for low Diff & high Diff mining.
Mining pool server located in Canada.

Minimum Payments

Zcash Min Payout is 0.01 per miner.
Payouts every hour.

Sample mining instructions

Claymore's miner: ZecMiner64.exe -zpool zcash-neonpool.ddns.net:3032 -zwal <your_taddr>.<rigName> -zpsw x -allpools 1
EWBF miner: miner.exe --server zcash-neonpool.ddns.net --user <your_taddr>.<rigName> --pass x --port 3032 --cuda_devices 0
Optiminer: optiminer-zcash -s zcash-neonpool.ddns.net:3032 -u <your_taddr>.<rigName> -p x
NiceHash miner: nheqminer.exe -l zcash-neonpool.ddns.net:3032 -u <your_taddr>.<rigName> -p x
242  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Global $MUSIC Repertoire based on Musicoin blockchain (Chapter II) on: April 11, 2017, 03:42:58 PM
Hi fellow miners,

My pool is currently running low on hash rate and need support from you guys to keep the pool up and running. Let me know here if anyone is facing any issues connecting to the pool or missing payouts. I will be checking this thread from time to time.

http://neonpool.ddns.net

Min payout: 1 MC.
Payout interval: 60 mins.
Pool fee: 0.5%

Ethminer:
OpenCL(AMD/Nvidia): ethminer.exe --farm-recheck 200 -G -SP 1 -S neonpool.ddns.net:8008 -O <Your_Musicoin_Address>.<RigName>
CUDA(Nvidia): ethminer.exe --farm-recheck 200 -U -SP 1 -S neonpool.ddns.net:8008 -O <Your_Musicoin_Address>.<RigName>

Claymore's:
EthDcrMiner64.exe -epool neonpool.ddns.net:8008 -ewal <Your_Musicoin_Address> -eworker <RigName> -allpools 1 -esm 0




Sending a little hash power to your pool. I did notice last week, that even though gpumine and your pool were getting identical hash rate, my earnings from gpumine were more regular and i felt i was making more there. As of right nw, there are only 2 miners on your pool and this is a nice experiment for me instead of solo mining! Lets hope the pool gets more lucky than it has been!
Thanks. Looks like I need to bring up the minimum payout back to 10 MCs to reduce the frequent tx charges getting wasted. As hash concentration is more on the main pool, its just the luck that runs the show on other pools  Wink
Hi, I've updated the pool fee & payment strategy to provide a more stable payout. Please try it out and let me know if you feel it's an improvement.
243  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Global $MUSIC Repertoire based on Musicoin blockchain (Chapter II) on: April 11, 2017, 02:55:45 PM
Trying solo mining, downloaded gmc-windows-4.0-amd64.exe and followed the instructions on musiccoin web site, i.e. started gmc like this:


gmc-windows-4.0-amd64.exe --rpc --rpcaddr "192.168.1.4" --rpcport 8545

...
0410 22:05:23.322342 node/node.go:366] HTTP endpoint opened: http://192.168.1.4:8545
...

It synced the whole block chain, then I tried genoil ethminer-0.9.41-genoil-1.1.7

ethminer -G -F  http://192.168.1.4:8545 -O 0x...... --opencl-platform 1

But it consistently gives this error:

Found suitable OpenCL device [Ellesmere ] with 4294967296 bytes of GPU memory
  m  22:07:36|main  Getting work package...
JSON-RPC problem. Probably couldn't connect. Retrying in 1...
  m  22:07:38|main  Getting work package...
JSON-RPC problem. Probably couldn't connect. Retrying in 1...
  m  22:07:40|main  Getting work package...
JSON-RPC problem. Probably couldn't connect. Retrying in 1...
  m  22:07:42|main  Getting work package...

What am I missing ?




erase this = --opencl-platform 1

Without that switch it doesn't recognize my AMD rx470's

You shouldn't have to setup the RPC port to 8545 specifically.

Try just running: gmc-windows-4.0-amd64.exe --rpc console in a command window or a batch file.

Allow for full chain sync.

Then on your miner use: ethminer.exe --farm-recheck 200 -G -F http://localhost:8545  -O <Your_Musicoin_Address>

-G is graphics and -F is the getwork proto that will look to your local IP.

Didn't make any difference, I even disabled windows firewall, still doesn't connect. Perhaps this latest gmc release has a problem ?
Just try this one:
gmc-windows-4.0-amd64.exe --rpc --rpccorsdomain localhost
ethminer.exe --farm-recheck 200 -G -F http://localhost:8545  -O <Your_Musicoin_Address> --opencl-platform 1
244  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Global $MUSIC Repertoire based on Musicoin blockchain (Chapter II) on: April 11, 2017, 02:45:21 PM
Hi fellow miners,

My pool is currently running low on hash rate and need support from you guys to keep the pool up and running. Let me know here if anyone is facing any issues connecting to the pool or missing payouts. I will be checking this thread from time to time.

http://neonpool.ddns.net

Min payout: 1 MC.
Payout interval: 60 mins.
Pool fee: 0.5%

Ethminer:
OpenCL(AMD/Nvidia): ethminer.exe --farm-recheck 200 -G -SP 1 -S neonpool.ddns.net:8008 -O <Your_Musicoin_Address>.<RigName>
CUDA(Nvidia): ethminer.exe --farm-recheck 200 -U -SP 1 -S neonpool.ddns.net:8008 -O <Your_Musicoin_Address>.<RigName>

Claymore's:
EthDcrMiner64.exe -epool neonpool.ddns.net:8008 -ewal <Your_Musicoin_Address> -eworker <RigName> -allpools 1 -esm 0




Sending a little hash power to your pool. I did notice last week, that even though gpumine and your pool were getting identical hash rate, my earnings from gpumine were more regular and i felt i was making more there. As of right nw, there are only 2 miners on your pool and this is a nice experiment for me instead of solo mining! Lets hope the pool gets more lucky than it has been!
Thanks. Looks like I need to bring up the minimum payout back to 10 MCs to reduce the frequent tx charges getting wasted. As hash concentration is more on the main pool, its just the luck that runs the show on other pools  Wink
245  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Global $MUSIC Repertoire based on Musicoin blockchain (Chapter II) on: April 10, 2017, 06:44:45 PM
Hi fellow miners,

My pool is currently running low on hash rate and need support from you guys to keep the pool up and running. Let me know here if anyone is facing any issues connecting to the pool or missing payouts. I will be checking this thread from time to time.

http://neonpool.ddns.net

Min payout: 1 MC.
Payout interval: 60 mins.
Pool fee: 0.5%

Ethminer:
OpenCL(AMD/Nvidia): ethminer.exe --farm-recheck 200 -G -SP 1 -S neonpool.ddns.net:8008 -O <Your_Musicoin_Address>.<RigName>
CUDA(Nvidia): ethminer.exe --farm-recheck 200 -U -SP 1 -S neonpool.ddns.net:8008 -O <Your_Musicoin_Address>.<RigName>

Claymore's:
EthDcrMiner64.exe -epool neonpool.ddns.net:8008 -ewal <Your_Musicoin_Address> -eworker <RigName> -allpools 1 -esm 0

246  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Global $MUSIC Repertoire based on Musicoin blockchain (Chapter II) on: April 07, 2017, 02:28:13 PM
Musicoin dev, please share the coin dev fund address over here as I am planning to update my pool fee strategy to donate some % of it for musicoin development. This is important as the coin started out with 0% premine and only the funding keeps it moving forward.

http://neonpool.ddns.net
247  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Global $MUSIC Repertoire based on Musicoin blockchain (Chapter II) on: April 06, 2017, 08:06:05 PM
Currently my pool is running low with below 1 GHz hashing power (2 miners!) and is still managing to find blocks at regular intervals. Inviting miners to join the pool and level the playing field.

http://neonpool.ddns.net

Minimum payout: 1 MC.
Payouts run every 1 hour.
Pool fee: 0.5%
248  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Global $MUSIC Repertoire based on Musicoin blockchain (Chapter II) on: April 06, 2017, 05:22:03 AM
Hi All,

n00b here, downloaded the musicoin wallet, how do i know if syncing is complete? There is no indicator that shows this information. It looks like there are no peers available right now either. I started mining to this wallet address, but i don't see any of the coins that have been paid out from the pool. The block explorer also does not show me whether the tx is confirmed or still under process. Is there a way to validate if the wallet is currently synced up to the blockchain? I suspect the wallet is not synced completely, which is why i do not see my payouts. I am trying to mine to my bittrex wallet now to see if there is any difference.
Check your balance using block explorer url - http://orbiter.musicoin.org/addr/<Musicoin_Address>
If it shows up there, probably your wallet is still syncing and would show the balance once its full synced.



Thank you for your reply! Yes, i can see the balance on the block explorer by input of my musicoin address. My concern is that i am unable to get the wallet synced up as it shows 0 peers. Im using the Musicoin PiV0.4 client. Do you know how to add peers manually? Thanks in advance.
Try this link instructions - https://github.com/Musicoin/go-musicoin/wiki/Boostrap-enodes
Happy to help!

Thanks again, i am using a windows wallet. I think these instructions are specific to Linux, please correct me if i am wrong. Alternatively, if there is a bootstrap file available which has been synced up, could you please share the location, so i can copy it into the Musicoin folder under Roaming. I tried disabling my firewall too, in case it is blocking the connection to the peers, but that does not seem to have any impact either. Don't know what to do next Sad
Sorry, haven't tried windows wallet yet. Someone here would provide you the details soon enough.
249  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Global $MUSIC Repertoire based on Musicoin blockchain (Chapter II) on: April 06, 2017, 04:57:29 AM
Hi All,

n00b here, downloaded the musicoin wallet, how do i know if syncing is complete? There is no indicator that shows this information. It looks like there are no peers available right now either. I started mining to this wallet address, but i don't see any of the coins that have been paid out from the pool. The block explorer also does not show me whether the tx is confirmed or still under process. Is there a way to validate if the wallet is currently synced up to the blockchain? I suspect the wallet is not synced completely, which is why i do not see my payouts. I am trying to mine to my bittrex wallet now to see if there is any difference.
Check your balance using block explorer url - http://orbiter.musicoin.org/addr/<Musicoin_Address>
If it shows up there, probably your wallet is still syncing and would show the balance once its full synced.



Thank you for your reply! Yes, i can see the balance on the block explorer by input of my musicoin address. My concern is that i am unable to get the wallet synced up as it shows 0 peers. Im using the Musicoin PiV0.4 client. Do you know how to add peers manually? Thanks in advance.
Try this link instructions - https://github.com/Musicoin/go-musicoin/wiki/Boostrap-enodes
Happy to help!
250  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Global $MUSIC Repertoire based on Musicoin blockchain (Chapter II) on: April 06, 2017, 04:44:47 AM
Hi All,

n00b here, downloaded the musicoin wallet, how do i know if syncing is complete? There is no indicator that shows this information. It looks like there are no peers available right now either. I started mining to this wallet address, but i don't see any of the coins that have been paid out from the pool. The block explorer also does not show me whether the tx is confirmed or still under process. Is there a way to validate if the wallet is currently synced up to the blockchain? I suspect the wallet is not synced completely, which is why i do not see my payouts. I am trying to mine to my bittrex wallet now to see if there is any difference.
Check your balance using block explorer url - http://orbiter.musicoin.org/addr/<Musicoin_Address>
If it shows up there, probably your wallet is still syncing and would show the balance once its full synced.
251  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Global $MUSIC Repertoire based on Musicoin blockchain (Chapter II) on: April 05, 2017, 07:59:50 PM
I can confirm that it is great pool,48 hrs no problem,payouts on time...but i go back to eth so hash will drop for 1ghs. Till musicoin show on poloniex we cant expect to become popular. Devs should do something about it. It is great coin.
Thanks for supporting the pool. I can see a drop of 1 ghs now  Smiley
252  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Global $MUSIC Repertoire based on Musicoin blockchain (Chapter II) on: April 05, 2017, 05:02:16 PM
I did some minor improvements to NeonPool (http://neonpool.ddns.net) as part of increased popularity and higher mining difficulty to Musicoin.

Changes:
  • Reduced minimum payout to 1 Musicoin so that mid/low hash rate miners can earn coins within short duration.
  • Miner's pool balance will be updated faster now so that miners need not wait for longer duration for payouts.
  • Payouts will continue to run once per hour.
  • Pool fees remain at 0.5%
  • Some minor cosmetic changes.

Ethminer:
OpenCL(AMD/Nvidia): ethminer.exe --farm-recheck 200 -G -SP 1 -S neonpool.ddns.net:8008 -O <Your_Musicoin_Address>.<RigName>
CUDA(Nvidia): ethminer.exe --farm-recheck 200 -U -SP 1 -S neonpool.ddns.net:8008 -O <Your_Musicoin_Address>.<RigName>

Claymore's:
EthDcrMiner64.exe -epool neonpool.ddns.net:8008 -ewal <Your_Musicoin_Address> -eworker <RigName> -allpools 1 -esm 0

Currently pool is running at ~2GH hash power and inviting miners to help spread & increase the hash power for consistent block generation.

253  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Global $MUSIC Repertoire based on Musicoin blockchain on: April 03, 2017, 06:05:17 PM
with claymore does not work
Try something like this:
EthDcrMiner64.exe -epool neonpool.ddns.net:8008 -ewal <Your.Musicoin.Address> -allpools 1 -eworker <RandomRigName> -allcoins 1 -esm 0
254  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] $MUSIC on: April 03, 2017, 02:51:33 AM
Your pool http://musicoin2.nomnom.technology/#/ is not making any payouts.

You are welcome to join my pool - http://neonpool.ddns.net which is running at ~2 GH hashing power now with ~10 miners. Pool manages to find blocks at short intervals with consistent payouts every hour with minimum 10 musicoins.

To join mining:

ethminer.exe --farm-recheck 200 -G -SP 1 -S neonpool.ddns.net:8008 -O <Your_Musicoin_Address>.<RigName>
OR
EthDcrMiner64.exe -epool neonpool.ddns.net:8008 -ewal <Your_Musicoin_Address>.<RigName> -allpools 1
255  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] $MUSIC on: April 02, 2017, 04:00:41 PM
Thanks everyone for supporting neonpool. Feel free to PM me if you are facing any issues connecting to the pool or missing payouts. I am checking the pool health at regular intervals from my side as well.

http://neonpool.ddns.net/
256  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] $MUSIC on: April 01, 2017, 12:16:35 AM
Fellow miners, help spread out the hashing power by joining the pool - http://neonpool.ddns.net
Coin dev, please add it to the OP.

Payouts every hour with minimum 10 Musicoins. 0.5% pool fees to support pool maintenance.
257  Alternate cryptocurrencies / Mining (Altcoins) / Re: Which altcoin is worth for mining? on: March 31, 2017, 08:09:02 PM
Hello miners....
I want to start mining but I don't know how to start and  which altcoin was profitable to mine. Someone suggested me to mine ethereum as it was trusted and etc..what do you think which altcoin is bet to mine ?
And anyone from India who is mining altcoin ethereum or any other.?
Thanks sorry for leet English 😉😉☺☺
You can try pool mining Musicoin (https://musicoin.org). I have a pool running for the same at http://neonpool.ddns.net

Download miner from here - https://github.com/Genoil/cpp-ethereum/blob/master/releases/ethminer-0.9.41-genoil-1.1.7.zip
To start miner, use: ethminer.exe --farm-recheck 200 -G -SP 1 -S neonpool.ddns.net:8008 -O <Your_Musicoin_Address>


258  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] $MUSIC on: March 31, 2017, 04:42:08 AM
New Musicoin miners welcome to the pool: http://neonpool.ddns.net

AMD GPUs: ethminer.exe --farm-recheck 200 -G -SP 1 -S neonpool.ddns.net:8008 -O <Your_Musicoin_Address>.<RigName>
NVIDIA GPUs: ethminer.exe --farm-recheck 200 -U -SP 1 -S neonpool.ddns.net:8008 -O <Your_Musicoin_Address>.<RigName>

Server location: Canada.
259  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] $MUSIC on: March 30, 2017, 02:37:53 PM
My new pool was pretty stable and mined around 6 blocks yesterday by 2 miners with ~70 MH of mining power. Payouts also ran fine with no pending balance.
More miners welcome: http://neonpool.ddns.net

OpenCL: ethminer.exe --farm-recheck 200 -G -SP 1 -S neonpool.ddns.net:8008 -O <Your_Musicoin_Address>.<RigName>
CUDA: ethminer.exe --farm-recheck 200 -U -SP 1 -S neonpool.ddns.net:8008 -O <Your_Musicoin_Address>.<RigName>
260  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] $MUSIC on: March 29, 2017, 09:52:55 PM
can some one give some  mining detaills ano and ago ric
Its built on Ethereum platform. Use Genoil's ethminer or Claymore's miner for mining.

For pool mining -
Stratum for OpenCL:
ethminer --farm-recheck 200 -G -SP 1 -S neonpool.ddns.net:8008 -O <Your_Musicoin_Address>.<RandomRigName>

Stratum for CUDA:
ethminer --farm-recheck 200 -U -SP 1 -S neonpool.ddns.net:8008 -O <Your_Musicoin_Address>.<RandomRigName>
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!