Pages:
Author

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

legendary
Activity: 3164
Merit: 1116
I had a minor problem when compiling the latest version. I was unable to upgrade from my existing build. When I ran "git pull" then "make" I got:

Code:
aclocal-1.14: warning: couldn't open directory 'src/m4': No such file or directory
 cd . && /bin/bash /home/ubuntu/myriadcoin/src/build-aux/missing automake-1.14 --foreign
configure.ac:52: error: required file 'build-aux/compile' not found
configure.ac:52:   'automake --add-missing' can install 'compile'
configure.ac:15: error: required file 'build-aux/config.guess' not found
configure.ac:15:   'automake --add-missing' can install 'config.guess'
configure.ac:15: error: required file 'build-aux/config.sub' not found
configure.ac:15:   'automake --add-missing' can install 'config.sub'
configure.ac:25: error: required file 'build-aux/install-sh' not found
configure.ac:25:   'automake --add-missing' can install 'install-sh'
configure.ac:52: error: required file 'build-aux/ltmain.sh' not found
configure.ac:25: error: required file 'build-aux/missing' not found
configure.ac:25:   'automake --add-missing' can install 'missing'
configure.ac:11: error: required file 'src/config/bitcoin-config.h.in' not found
src/Makefile.am: error: required file 'build-aux/depcomp' not found
src/Makefile.am:   'automake --add-missing' can install 'depcomp'
parallel-tests: error: required file 'build-aux/test-driver' not found
parallel-tests:   'automake --add-missing' can install 'test-driver'
make: *** [Makefile.in] Error 1

Then I tried to rerun autogen and configure, and then make clean, but kept getting errors like:

Code:
:~/myriadcoin$ make
Making all in src
make[1]: Entering directory `/home/ubuntu/myriadcoin/src'
make[2]: Entering directory `/home/ubuntu/myriadcoin/src'
  CXX      crypto/libbitcoinconsensus_la-hmac_sha512.lo
  CXX      crypto/libbitcoinconsensus_la-ripemd160.lo
In file included from /usr/include/x86_64-linux-gnu/bits/byteswap.h:35:0,
                 from /usr/include/endian.h:60,
                 from /usr/include/x86_64-linux-gnu/bits/waitstatus.h:64,
                 from /usr/include/stdlib.h:42,
                 from ./crypto/ripemd160.h:9,
                 from crypto/ripemd160.cpp:5:
./compat/endian.h:111:17: error: expected unqualified-id before '__extension__'
 inline uint16_t htobe16(uint16_t host_16bits)
                 ^
./compat/endian.h:111:17: error: expected ')' before '__extension__'
./compat/endian.h:111:17: error: expected unqualified-id before ')' token
 inline uint16_t htobe16(uint16_t host_16bits)
                 ^
In file included from /usr/include/x86_64-linux-gnu/bits/waitstatus.h:64:0,
                 from /usr/include/stdlib.h:42,
                 from ./crypto/ripemd160.h:9,
                 from crypto/ripemd160.cpp:5:
./compat/endian.h:118:34: error: expected ')' before 'host_16bits'
 inline uint16_t htole16(uint16_t host_16bits)
                                  ^
In file included from /usr/include/x86_64-linux-gnu/bits/byteswap.h:35:0,
                 from /usr/include/endian.h:60,
                 from /usr/include/x86_64-linux-gnu/bits/waitstatus.h:64,
                 from /usr/include/stdlib.h:42,
                 from ./crypto/ripemd160.h:9,
                 from crypto/ripemd160.cpp:5:
./compat/endian.h:125:17: error: expected unqualified-id before '__extension__'
 inline uint16_t be16toh(uint16_t big_endian_16bits)
                 ^
./compat/endian.h:125:17: error: expected ')' before '__extension__'
./compat/endian.h:125:17: error: expected unqualified-id before ')' token
 inline uint16_t be16toh(uint16_t big_endian_16bits)
                 ^
In file included from /usr/include/x86_64-linux-gnu/bits/waitstatus.h:64:0,
                 from /usr/include/stdlib.h:42,
                 from ./crypto/ripemd160.h:9,
                 from crypto/ripemd160.cpp:5:
./compat/endian.h:132:34: error: expected ')' before 'little_endian_16bits'
 inline uint16_t le16toh(uint16_t little_endian_16bits)
                                  ^
./compat/endian.h: In function 'uint32_t __bswap_32(uint32_t)':
./compat/endian.h:139:17: error: redefinition of 'uint32_t __bswap_32(uint32_t)'
 inline uint32_t htobe32(uint32_t host_32bits)
                 ^
In file included from /usr/include/endian.h:60:0,
                 from /usr/include/x86_64-linux-gnu/bits/waitstatus.h:64,
                 from /usr/include/stdlib.h:42,
                 from ./crypto/ripemd160.h:9,
                 from crypto/ripemd160.cpp:5:
/usr/include/x86_64-linux-gnu/bits/byteswap.h:45:1: error: 'unsigned int __bswap_32(unsigned int)' previously define
 __bswap_32 (unsigned int __bsx)
 ^
In file included from /usr/include/x86_64-linux-gnu/bits/waitstatus.h:64:0,
                 from /usr/include/stdlib.h:42,
                 from ./crypto/ripemd160.h:9,
                 from crypto/ripemd160.cpp:5:
./compat/endian.h: At global scope:
./compat/endian.h:146:34: error: expected ')' before 'host_32bits'
 inline uint32_t htole32(uint32_t host_32bits)
                                  ^
./compat/endian.h: In function 'uint32_t __bswap_32(uint32_t)':
./compat/endian.h:153:17: error: redefinition of 'uint32_t __bswap_32(uint32_t)'
 inline uint32_t be32toh(uint32_t big_endian_32bits)
                 ^
In file included from /usr/include/endian.h:60:0,
                 from /usr/include/x86_64-linux-gnu/bits/waitstatus.h:64,
                 from /usr/include/stdlib.h:42,
                 from ./crypto/ripemd160.h:9,
                 from crypto/ripemd160.cpp:5:
/usr/include/x86_64-linux-gnu/bits/byteswap.h:45:1: error: 'unsigned int __bswap_32(unsigned int)' previously define
 __bswap_32 (unsigned int __bsx)
 ^
In file included from /usr/include/x86_64-linux-gnu/bits/waitstatus.h:64:0,
                 from /usr/include/stdlib.h:42,
                 from ./crypto/ripemd160.h:9,
                 from crypto/ripemd160.cpp:5:
./compat/endian.h: At global scope:
./compat/endian.h:160:34: error: expected ')' before 'little_endian_32bits'
 inline uint32_t le32toh(uint32_t little_endian_32bits)
                                  ^
./compat/endian.h: In function 'uint64_t __bswap_64(uint64_t)':
./compat/endian.h:167:17: error: redefinition of 'uint64_t __bswap_64(uint64_t)'
 inline uint64_t htobe64(uint64_t host_64bits)
                 ^
In file included from /usr/include/endian.h:60:0,
                 from /usr/include/x86_64-linux-gnu/bits/waitstatus.h:64,
                 from /usr/include/stdlib.h:42,
                 from ./crypto/ripemd160.h:9,
                 from crypto/ripemd160.cpp:5:
/usr/include/x86_64-linux-gnu/bits/byteswap.h:109:1: error: '__uint64_t __bswap_64(__uint64_t)' previously defined h
 __bswap_64 (__uint64_t __bsx)
 ^
In file included from /usr/include/x86_64-linux-gnu/bits/waitstatus.h:64:0,
                 from /usr/include/stdlib.h:42,
                 from ./crypto/ripemd160.h:9,
                 from crypto/ripemd160.cpp:5:
./compat/endian.h: At global scope:
./compat/endian.h:174:34: error: expected ')' before 'host_64bits'
 inline uint64_t htole64(uint64_t host_64bits)
                                  ^
./compat/endian.h: In function 'uint64_t __bswap_64(uint64_t)':
./compat/endian.h:181:17: error: redefinition of 'uint64_t __bswap_64(uint64_t)'
 inline uint64_t be64toh(uint64_t big_endian_64bits)
                 ^
In file included from /usr/include/endian.h:60:0,
                 from /usr/include/x86_64-linux-gnu/bits/waitstatus.h:64,
                 from /usr/include/stdlib.h:42,
                 from ./crypto/ripemd160.h:9,
                 from crypto/ripemd160.cpp:5:
/usr/include/x86_64-linux-gnu/bits/byteswap.h:109:1: error: '__uint64_t __bswap_64(__uint64_t)' previously defined h
 __bswap_64 (__uint64_t __bsx)
 ^
In file included from /usr/include/x86_64-linux-gnu/bits/waitstatus.h:64:0,
                 from /usr/include/stdlib.h:42,
                 from ./crypto/ripemd160.h:9,
                 from crypto/ripemd160.cpp:5:
./compat/endian.h: At global scope:
./compat/endian.h:188:34: error: expected ')' before 'little_endian_64bits'
 inline uint64_t le64toh(uint64_t little_endian_64bits)
                                  ^
make[2]: *** [crypto/libbitcoinconsensus_la-ripemd160.lo] Error 1
make[2]: Leaving directory `/home/ubuntu/myriadcoin/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ubuntu/myriadcoin/src'
make: *** [all-recursive] Error 1



Then I just cloned a fresh version and it seems to be compiling OK now tho...
ttx
full member
Activity: 150
Merit: 101
Price up. Maybe 60sat see again?
full member
Activity: 146
Merit: 100
Thanks to everyone that has upgraded we are now on 60% miner adoption.

Statistics are available here (thanks to cryptapus):

https://cryptap.us/myr/myrstat/

If you haven't upgraded yet, now would be a good time before the activation threshold is reached.

https://github.com/myriadcoin/myriadcoin/releases/tag/v0.11.3.1

Thanks
newbie
Activity: 5
Merit: 0
myriadcoin is at a very low price on poloniex...is anyone buying it from there at these prices ?

hero member
Activity: 2058
Merit: 538
Leading Crypto Sports Betting & Casino Platform
news on the MYR is? Huh
I sell a time of development and do not meet the slag currency
developers or gone missing Undecided

They helping develop the next update for digibyte.

Really? I must have missed that email.

Put up or shut up.

We will see what digibytes next update looks like. Anonymous Myriad developers can do whatever they want.
sr. member
Activity: 658
Merit: 251
legendary
Activity: 3164
Merit: 1116
hero member
Activity: 546
Merit: 500
member
Activity: 113
Merit: 10
news on the MYR is? Huh
I sell a time of development and do not meet the slag currency
developers or gone missing Undecided

They helping develop the next update for digibyte.

Really? I must have missed that email.

Put up or shut up.
sr. member
Activity: 658
Merit: 251
news on the MYR is? Huh
I sell a time of development and do not meet the slag currency
developers or gone missing Undecided

They helping develop the next update for digibyte.

8bitcoder is on reddit pretty frequently, think he just posted over the weekend. Cryptapus is usually in ##myriadcoin on freenode irc. Nzsquirrell is a bit more reclusive, but he is on reddit occasionally too, and usually in the slack channel.

There's an update that is in the process of activating right now. What do you want? Hard forks every week?



It's kind of funny, I count 57 individual commits in June and July on the core client alone (and not all from one dev):

https://github.com/myriadteam/myriadcoin/commits/master

When you compare other crap on coinmarketcap I think Myriad has had a good stretch lately.

But if you came here as an "investor" and thought you'd be rich by now.. Sorry, no sympathy. Smiley

FWIW, I don't work on pre-mined chains, so no DGB for me. If other devs are working on it, good for them I guess (viva la open source) but I don't really care.

people are making money on the news, I do not think that now your currency is popular, so it is better to make news and videos
hero member
Activity: 626
Merit: 504
news on the MYR is? Huh
I sell a time of development and do not meet the slag currency
developers or gone missing Undecided

They helping develop the next update for digibyte.

8bitcoder is on reddit pretty frequently, think he just posted over the weekend. Cryptapus is usually in ##myriadcoin on freenode irc. Nzsquirrell is a bit more reclusive, but he is on reddit occasionally too, and usually in the slack channel.

There's an update that is in the process of activating right now. What do you want? Hard forks every week?



It's kind of funny, I count 57 individual commits in June and July on the core client alone (and not all from one dev):

https://github.com/myriadteam/myriadcoin/commits/master

When you compare other crap on coinmarketcap I think Myriad has had a good stretch lately.

But if you came here as an "investor" and thought you'd be rich by now.. Sorry, no sympathy. Smiley

FWIW, I don't work on pre-mined chains, so no DGB for me. If other devs are working on it, good for them I guess (viva la open source) but I don't really care.
legendary
Activity: 1974
Merit: 1010
Agreed.  Devs are quite active.  Do some basic research before you start calling peeps out.
legendary
Activity: 3164
Merit: 1116
news on the MYR is? Huh
I sell a time of development and do not meet the slag currency
developers or gone missing Undecided

They helping develop the next update for digibyte.

8bitcoder is on reddit pretty frequently, think he just posted over the weekend. Cryptapus is usually in ##myriadcoin on freenode irc. Nzsquirrell is a bit more reclusive, but he is on reddit occasionally too, and usually in the slack channel.

There's an update that is in the process of activating right now. What do you want? Hard forks every week?

hero member
Activity: 2058
Merit: 538
Leading Crypto Sports Betting & Casino Platform
news on the MYR is? Huh
I sell a time of development and do not meet the slag currency
developers or gone missing Undecided

They helping develop the next update for digibyte.
full member
Activity: 135
Merit: 100
I just found this EUR/MYR exchange: https://www.litebit.eu/en/buy/myriadcoin

Is this legit? If so, very good news. Seems they quietly added MYR.
sr. member
Activity: 658
Merit: 251
news on the MYR is? Huh
I sell a time of development and do not meet the slag currency
developers or gone missing Undecided
hero member
Activity: 626
Merit: 504
I've had to revert to using the v9 client on all my nodes now - the resource usage on the v11 client is just too high. I hope the devs reconsider forking v9 clients off the network....

Oh no.... Myriad Classic?  Grin

This is actually mildly interesting... Something like Myriad classic would require the classic fork to overcome the difficulty of at least 2 algos (all 5 eventually)... Plus, this fork is not trying to alter a supposedly immutable transaction so it might not end up with much support.

IconFirm, your vote is noted via consensus, but please do add some more information if you are seeking assistance. What pool software are you using? Any pool logs? Are you still having block submission issues or is this a complaint due to resource usage? We have upgraded blocks on all algos (including aux-pow) so there are solutions out there somewhere...

edit: the difference in your logs is expected, there were quite a few changes in daemon status logs from 0.9 -> 0.11. Also, did you try seeking help from /u/nzsquirrell on reddit? He has some input regarding getwork vs. getblocktemplate:

https://www.reddit.com/r/myriadcoin/comments/4sl6d7/solomining_setup_in_latest_version_of_core/
sr. member
Activity: 658
Merit: 251
I've had to revert to using the v9 client on all my nodes now - the resource usage on the v11 client is just too high. I hope the devs reconsider forking v9 clients off the network....

Oh no.... Myriad Classic?  Grin

Lol please no Cheesy

Seriously tho, any ideas what is causing this issue?
Myriad Classic awesome idea Grin
legendary
Activity: 3164
Merit: 1116
I've had to revert to using the v9 client on all my nodes now - the resource usage on the v11 client is just too high. I hope the devs reconsider forking v9 clients off the network....

Oh no.... Myriad Classic?  Grin

Lol please no Cheesy

Seriously tho, any ideas what is causing this issue?
Pages:
Jump to: