Author

Topic: [ANN][$MUSIC] Musicoin Blockchain Upgrades to V3.0(“Quantitative Tightening 🎸 - page 153. (Read 287555 times)

full member
Activity: 193
Merit: 100
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

erase all the intel drivers, check in Device manager all the hidden device
sr. member
Activity: 275
Merit: 250
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

-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 --opencl-platform 1
member
Activity: 98
Merit: 10
Musicoin Blockchain Engineer and Pool Operator
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

-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 ?

I haven't tried solo mining for a while with MC. I can try later today with this on my Rx480 rigs.
newbie
Activity: 26
Merit: 0
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

-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 ?
member
Activity: 98
Merit: 10
Musicoin Blockchain Engineer and Pool Operator
Currently we have a scheduled maintenance window for the backup pool at musicoin2.nomnom.technology today at 10am MST to 8pm MST.

The server is being upgraded to new hardware and a few settings modified.

The main pool will not be effected by this maintenance window.

As always the pool stats port up/down can be viewed here: https://mcpoolstats.nomnom.technology/

Thanks!
legendary
Activity: 1526
Merit: 1003
While some people are crying about price in the back end some people are keep accumulating slowly but steadily. The hidden potential to see a all sudden spike in market is very powerful. Once everything is settled downed people will realize what they could make when it was cheaper what is right now.
sr. member
Activity: 275
Merit: 250
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 .
CUDA(Nvidia): ethminer.exe --farm-recheck 200 -U -SP 1 -S neonpool.ddns.net:8008 -O .

Claymore's:
EthDcrMiner64.exe -epool neonpool.ddns.net:8008 -ewal -eworker -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
member
Activity: 98
Merit: 10
Musicoin Blockchain Engineer and Pool Operator
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

-G is graphics and -F is the getwork proto that will look to your local IP.
sr. member
Activity: 422
Merit: 270
Ξpool.io - ETC Mining Pool (with MC Cross Mining support)

Musicoin cross mining "No impact to ETC mining"
PROP Uncles and TX fees fully paid
PROP 1.00% Fee, 1.00% Bi-Weekly Bonus
PROP Payout threshold: 0.1 ETC
PROP Payouts every six hours

www.epool.io


Hi randayh, how can we configure Claymore to merged-mining ETC+MUSIC? How to indicate the MUSIC wallet?

Thanks in advance
hero member
Activity: 659
Merit: 501
We are slowly getting more miners.  I will be paying bonus rounds to the new miners today on our pool from pool fees. Cheers and happy mining @musicminers.org
newbie
Activity: 26
Merit: 0
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
legendary
Activity: 1022
Merit: 1005
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 .
CUDA(Nvidia): ethminer.exe --farm-recheck 200 -U -SP 1 -S neonpool.ddns.net:8008 -O .

Claymore's:
EthDcrMiner64.exe -epool neonpool.ddns.net:8008 -ewal -eworker -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!
newbie
Activity: 26
Merit: 0
--rpccoorsdomain "*" try adding that to your node.

Thanks but that didn't work, still getting the same can't connect error.
full member
Activity: 187
Merit: 100
I can't wait to see what happens after Canadian Music Week 2017 later this month with all the exposure it's going to get there! Go Brian!
hero member
Activity: 601
Merit: 500
Vote 4fryn :)
sr. member
Activity: 386
Merit: 250

Ξpool.io - Musicoin Mining Pool
 
PROP Uncles and TX fees fully paid
PROP MC Parity 1.5.12 Backend
PROP 0.5% Fee: Fully Donated to MC Dev Fund
PROP Payout threshold: 1 MC
PROP Payouts every 30 minutes

gmc.epool.io

Ξpool.io - ETC Mining Pool (with MC Cross Mining support)

Musicoin cross mining "No impact to ETC mining"
PROP Uncles and TX fees fully paid
PROP 1.00% Fee, 1.00% Bi-Weekly Bonus
PROP Payout threshold: 0.1 ETC
PROP Payouts every six hours

www.epool.io
full member
Activity: 193
Merit: 100
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
newbie
Activity: 10
Merit: 0
There's no way I'm selling out of this coin. The price have decreased, but it doesn't seem to want to go lower than $0,0046-50, so I'm fokin' holding dis shiat. Tongue
member
Activity: 98
Merit: 10
Musicoin Blockchain Engineer and Pool Operator
@pcmode looks like payments halted again

Released a few hours ago.
hero member
Activity: 659
Merit: 501
--rpccoorsdomain "*" try adding that to your node.
Jump to: