Pages:
Author

Topic: [ANN][XMY] Myriad | Multi-Algo, Fair, Secure - page 43. (Read 849993 times)

legendary
Activity: 3164
Merit: 1116
OK, this isn't good.

CPU = 20-25%
RAM = 1GB+
Merge mining broken.

I think I'll revert back to the older v9 client in order to get everything working again, as I'm seeing quite a few v9 clients still in use. Can someone tell me if I'll have to redownload the entire blockchain again - or can I use the one I'm using with v11?

Thanks.

Might work now but I believe all v0.9.x clients are going to get forked off the network when new one activates.
hero member
Activity: 1438
Merit: 574
Always ask questions. #StandWithHongKong
OK, this isn't good.

CPU = 20-25%
RAM = 1GB+
Merge mining broken.

I think I'll revert back to the older v9 client in order to get everything working again, as I'm seeing quite a few v9 clients still in use. Can someone tell me if I'll have to redownload the entire blockchain again - or can I use the one I'm using with v11?

Thanks.
hero member
Activity: 626
Merit: 504
Is there any way to reduce the CPU, memory usage from new version?

It consumes too much CPU at startup and eating more than 1GB of memory during running.
Do I have to tweak some numbers?

We have observed that CPU usage will be high until at least 8 nodes are connected. Once enough peers are found it seems to settle down. Memory use is high though, and I suspect that will be difficult to limit. You could try to set a ulimit on your daemon user and experiment though... Undoubtedly more work needs to be done on this front.
hero member
Activity: 1438
Merit: 574
Always ask questions. #StandWithHongKong
Latest version seems to have broken merge mining with p2pool - I've not had a single payment since upgrading it. I'll revert back to the older version to double check.

I noticed that I didn't get a unitus block for a few days but thought maybe it was just high unitus hashrate or bad luck. Please report if older version is working.

Will do, compiling 0.11.2 now......

Running 0.11.2 now, but I don't think it works either judging by the debug log, it looks the same as 0.11.3 ie no accepted blocks. Weather this is because there was a fork with 0.11.2 or simply because everyone else is using 0.11.3 I'm not sure.

I hope this isn't another case of updating a coin which breaks p2pool merge mining, which seems to be the trend lately - first NMC, then SYS, then ARG & now XMY. Soon there won't be any merge minable coins left to mine - even though they're all supposed to be...... Roll Eyes
legendary
Activity: 1456
Merit: 1006
Mining Pool Hub
Is there any way to reduce the CPU, memory usage from new version?

It consumes too much CPU at startup and eating more than 1GB of memory during running.
Do I have to tweak some numbers?
hero member
Activity: 1438
Merit: 574
Always ask questions. #StandWithHongKong
Latest version seems to have broken merge mining with p2pool - I've not had a single payment since upgrading it. I'll revert back to the older version to double check.

I noticed that I didn't get a unitus block for a few days but thought maybe it was just high unitus hashrate or bad luck. Please report if older version is working.

Will do, compiling 0.11.2 now......
legendary
Activity: 3164
Merit: 1116
Latest version seems to have broken merge mining with p2pool - I've not had a single payment since upgrading it. I'll revert back to the older version to double check.

I noticed that I didn't get a unitus block for a few days but thought maybe it was just high unitus hashrate or bad luck. Please report if older version is working.
hero member
Activity: 1438
Merit: 574
Always ask questions. #StandWithHongKong
Latest version seems to have broken merge mining with p2pool - I've not had a single payment since upgrading it. I'll revert back to the older version to double check.
full member
Activity: 209
Merit: 100
Is it true that 8bitcoder is the second coming of Satoshi...Huh
hero member
Activity: 1438
Merit: 574
Always ask questions. #StandWithHongKong
MYR falls need to sell

it's XMY actually - & I'll buy yours if you don't want them...... Roll Eyes
full member
Activity: 135
Merit: 100
when the hard fork will be updated?
how much time is left?

http://myriad.nutty.one/home

Quote
Upcoming Hard Fork! Replace Qubit with Yescrypt fork occurring at block 1764000, in approximately 30 days, 5 hours, 12 minutes.
Update to version 0.11.3.1 - Please see https://redd.it/4rgidn
sr. member
Activity: 658
Merit: 251
when the hard fork will be updated?
how much time is left?
hero member
Activity: 742
Merit: 505

Hmmm, im mindblown by why i cant get my solomining working with this..
...

Any suggestions?

You can't solo mine with regular sg/cgminer with new Bitcoin codebase. They don't have getwork, I think, only getblocktemplate. Either you need to rework sg/cgminer and recompile to work with getblocktemplate, or just use p2pool, which if you run your own node is basically the same as solomining (plus it makes it easier to mergemine unitus).


Im having the same problems with both CGminer and SGMiner

Both works nicely vs pool.

edit:
I feel like blaming the wallet. But the ports are reported to be listening.

wtf.

That's what I said - it's the wallet. It uses a modern bitcoin codebase that does not contain getwork functionality, which most cg and sgminer programs require to function, instead it uses getblocktemplate, which most cg and sgminer programs don't support. A pool will work fine, which is why I recommended p2pool and running your own node. If you really want to make it work and directly solomine to the wallet you can see what groestlcoin did to fix sgminer to work with it:
https://github.com/GroestlCoin/sgminer
See latest commits, such as:
Fix for garbage byte at the end of coinbase sig, and fixed GBT solo mining on Windows.
and:
Super sloppy initial port of GBT solo support.
GBT = getblocktemplate

Aha!
Thanks for info
legendary
Activity: 3164
Merit: 1116

Hmmm, im mindblown by why i cant get my solomining working with this..
...

Any suggestions?

You can't solo mine with regular sg/cgminer with new Bitcoin codebase. They don't have getwork, I think, only getblocktemplate. Either you need to rework sg/cgminer and recompile to work with getblocktemplate, or just use p2pool, which if you run your own node is basically the same as solomining (plus it makes it easier to mergemine unitus).


Im having the same problems with both CGminer and SGMiner

Both works nicely vs pool.

edit:
I feel like blaming the wallet. But the ports are reported to be listening.

wtf.

That's what I said - it's the wallet. It uses a modern bitcoin codebase that does not contain getwork functionality, which most cg and sgminer programs require to function, instead it uses getblocktemplate, which most cg and sgminer programs don't support. A pool will work fine, which is why I recommended p2pool and running your own node. If you really want to make it work and directly solomine to the wallet you can see what groestlcoin did to fix sgminer to work with it:
https://github.com/GroestlCoin/sgminer
See latest commits, such as:
Fix for garbage byte at the end of coinbase sig, and fixed GBT solo mining on Windows.
and:
Super sloppy initial port of GBT solo support.
GBT = getblocktemplate
hero member
Activity: 742
Merit: 505

Hmmm, im mindblown by why i cant get my solomining working with this..
...

Any suggestions?

You can't solo mine with regular sg/cgminer with new Bitcoin codebase. They don't have getwork, I think, only getblocktemplate. Either you need to rework sg/cgminer and recompile to work with getblocktemplate, or just use p2pool, which if you run your own node is basically the same as solomining (plus it makes it easier to mergemine unitus).


Im having the same problems with both CGminer and SGMiner

Both works nicely vs pool.

edit:
I feel like blaming the wallet. But the ports are reported to be listening.

wtf.
hero member
Activity: 591
Merit: 501
Scavenger of Crypto Sorrow
Welcome digitrolls. Thanks for bumping the thread. Please continue blathering until your fit of trollepilepsy has subsided Cheesy

Sorry mate, Danslip is one of your supporters, he constantly trolls the Digibyte thread along with your other embarrassment, Myraidcoins.

Most of the Digibyte community don't want this sort of rubbish to dribble into either of the coins threads.

Myriad coin has done a great job with this latest upgrade and I look forward to watching it develop more in the future. Smiley

Its an exciting time to see lots of the older coins continue to innovate and develop.

All I am saying is digibyte is able to market the innovation they copy from other coins. New users to crypto will assume digibyte was the creator of Multi Algo.

Myriad devs have helped digibyte in the past, this is no secret.

Jared doesn't copy. He pays to get something copied. Not sure if he can code really. His Github commits look like newbie work.
legendary
Activity: 3164
Merit: 1116

Hmmm, im mindblown by why i cant get my solomining working with this..
...

Any suggestions?

You can't solo mine with regular sg/cgminer with new Bitcoin codebase. They don't have getwork, I think, only getblocktemplate. Either you need to rework sg/cgminer and recompile to work with getblocktemplate, or just use p2pool, which if you run your own node is basically the same as solomining (plus it makes it easier to mergemine unitus).
hero member
Activity: 742
Merit: 505

Hmmm, im mindblown by why i cant get my solomining working with this..


Miners get "slow/down or URL or credentials invalid"

[01:36:34] Pool: 0  URL: http://10.0.0.1:10889  User: user  Password: pass
[01:36:34] Pool: 1  URL: http://10.0.0.9:10889  User: user Password: pass
[01:36:34] Press any key to exit, or sgminer will try again in 15s.
[01:36:49] 10.0.0.1 slow/down or URL or credentials invalid
[01:36:49] 10.0.0.9 slow/down or URL or credentials invalid
[01:36:49] No servers were found that could be used to get work from.


Even though ive tried everything from default user/pass to custom and ports.
Have tried 2 servers.. same behaviour.
Firewalls off

conf:

server=1
listen=1
daemon=1
rpcuser=user
rpcpassword=pass
rpcallowip=10.0.0.22  (my testminer)
rpcport=10889
algo=skein




Any suggestions?
legendary
Activity: 1974
Merit: 1010
The question I put forward is why invest in Myriad if dgb will do a copy of Myriad code. Instead have the developers drop this project and go work for Jared because a person who is capable of selling ice to Eskimos will get far more value from a coin then innovators

These copies are a real problem...

Why invest in Apple after Microsoft came out with Surface?

Why invest in McDonalds when so many others make hamburgers?

Why invest in dollars when there is other paper money with more beautiful colors?

Why invest in a child when so many others have children?

Yes...tough questions.   Roll Eyes

full member
Activity: 276
Merit: 101
Welcome digitrolls. Thanks for bumping the thread. Please continue blathering until your fit of trollepilepsy has subsided Cheesy

Sorry mate, Danslip is one of your supporters, he constantly trolls the Digibyte thread along with your other embarrassment, Myraidcoins.

Most of the Digibyte community don't want this sort of rubbish to dribble into either of the coins threads.

Myriad coin has done a great job with this latest upgrade and I look forward to watching it develop more in the future. Smiley

Its an exciting time to see lots of the older coins continue to innovate and develop.
Pages:
Jump to: