phm
Full Member
Offline
Activity: 378
Merit: 110
DATABLOCKCHAIN.IO SALE IS LIVE | MVP @ DBC.IO
|
|
February 02, 2014, 05:10:05 PM |
|
I'm trying to compile wallet on Linux from most recent sources, and here's result: cd /home/metiscoin/metiscoin/src/leveldb && CC=gcc CXX=g++ make OPT="-pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2" libleveldb.a libmemenv.a make[1]: Entering directory `/home/metiscoin/metiscoin/src/leveldb' make[1]: `libleveldb.a' is up to date. make[1]: `libmemenv.a' is up to date. make[1]: Leaving directory `/home/metiscoin/metiscoin/src/leveldb' cd /home/metiscoin/metiscoin; /bin/sh share/genbuild.sh /home/metiscoin/metiscoin/build/build.h /bin/sh: share/genbuild.sh: No such file or directory make: *** [/home/metiscoin/metiscoin/build/build.h] Error 127
It looks like dev cleaned up too much in recent commits.
|
|
|
|
instacalm
|
|
February 02, 2014, 05:14:02 PM |
|
I'm trying to compile wallet on Linux from most recent sources, and here's result: cd /home/metiscoin/metiscoin/src/leveldb && CC=gcc CXX=g++ make OPT="-pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2" libleveldb.a libmemenv.a make[1]: Entering directory `/home/metiscoin/metiscoin/src/leveldb' make[1]: `libleveldb.a' is up to date. make[1]: `libmemenv.a' is up to date. make[1]: Leaving directory `/home/metiscoin/metiscoin/src/leveldb' cd /home/metiscoin/metiscoin; /bin/sh share/genbuild.sh /home/metiscoin/metiscoin/build/build.h /bin/sh: share/genbuild.sh: No such file or directory make: *** [/home/metiscoin/metiscoin/build/build.h] Error 127
It looks like dev cleaned up too much in recent commits. after git clone cd metiscoin/src chmod +x leveldb/build_detect_platform mkdir -p obj make -f makefile.unix USE_UPNP=-
|
|
|
|
phm
Full Member
Offline
Activity: 378
Merit: 110
DATABLOCKCHAIN.IO SALE IS LIVE | MVP @ DBC.IO
|
|
February 02, 2014, 05:26:48 PM |
|
I'm trying to compile wallet on Linux from most recent sources, and here's result: cd /home/metiscoin/metiscoin/src/leveldb && CC=gcc CXX=g++ make OPT="-pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2" libleveldb.a libmemenv.a make[1]: Entering directory `/home/metiscoin/metiscoin/src/leveldb' make[1]: `libleveldb.a' is up to date. make[1]: `libmemenv.a' is up to date. make[1]: Leaving directory `/home/metiscoin/metiscoin/src/leveldb' cd /home/metiscoin/metiscoin; /bin/sh share/genbuild.sh /home/metiscoin/metiscoin/build/build.h /bin/sh: share/genbuild.sh: No such file or directory make: *** [/home/metiscoin/metiscoin/build/build.h] Error 127
It looks like dev cleaned up too much in recent commits. after git clone cd metiscoin/src chmod +x leveldb/build_detect_platform mkdir -p obj make -f makefile.unix USE_UPNP=- ...and the result after some time is: /bin/sh ../share/genbuild.sh obj/build.h /bin/sh: ../share/genbuild.sh: No such file or directory make: *** [obj/build.h] Error 127
Developer removed the whole share directory from the project, but it looks like some necessary stuff was there.
|
|
|
|
mladen00
Legendary
Offline
Activity: 2124
Merit: 1013
K-ing®
|
|
February 02, 2014, 05:42:30 PM |
|
still nothing from cryptsy, coinedup?
|
IOTA
|
|
|
holimem
Newbie
Offline
Activity: 11
Merit: 0
|
|
February 02, 2014, 06:49:20 PM |
|
let's see something..
|
|
|
|
gigawatt
|
|
February 02, 2014, 07:11:01 PM |
|
I took the time to finally get xptMiner to compile with GCC for Windows. It was a nightmare for me, but what does that mean for you? Christmas may have come early. I've compiled my optimized code for each of the following architectures: generic, core2, corei7, corei7-avx, k8, k8-sse3, and barcelona (k10). The Windows x64 binaries are available from here:https://mega.co.nz/#F!YsZSHYKA!IC8LK_MBGwqC-gWOpO7zoQhttps://www.dropbox.com/sh/wtxvxvkirxax2vj/9P_Rxb9V1y (dropbox mirror) Use whichever corresponds to your processor architecture. If you're unsure, here's a quick guide based on your CPU manufacturer and age: Intel: [Older] core2 -> corei7 -> corei7-avx [Newer] AMD: [Older] k8 -> k8-sse3 -> barcelona (k10) [Newer] Worst case scenario, use generic. I will not be releasing any 32-bit builds. "High performance 32-bit" is an oxymoron. Let me know what sort of improvements you see! Some builds may be slightly slower than the stock jh00 miner. It all depends on your CPU.I've added another 5-10% optimization to the code and hopefully fixed the issue with AMD builds. It seems that mingw-gcc thinks that AMD processors don't support SSE, so it left them disabled. I've fixed that. The code optimizations have been pushed to the github repo. The new binaries have been uploaded. (same URLs) More good news! I've added support for more processor architectures! I've added support for core-avx-i (ivybridge), core-avx2 (haswell / 4th gen i7), bdver1 (Bulldozer), and bdver2 (Piledriver). Also, the optimized miner now has it's own thread: https://bitcointalk.org/index.php?topic=436583Hey hey! I've got an update on this little project. I've made a few cache and memory tweaks and squeezed out another 5%. I've also added AVX builds for Intel and AMD processors that support them. (I haven't fully tested these, so feedback is appreciated) The changes have been pushed to github. The files are now available for download. The Windows x64 binaries are available from here:https://mega.co.nz/#F!YsZSHYKA!IC8LK_MBGwqC-gWOpO7zoQhttps://www.dropbox.com/sh/wtxvxvkirxax2vj/9P_Rxb9V1y (dropbox mirror)
|
|
|
|
phm
Full Member
Offline
Activity: 378
Merit: 110
DATABLOCKCHAIN.IO SALE IS LIVE | MVP @ DBC.IO
|
|
February 02, 2014, 08:58:43 PM |
|
It seems that MTC had a panic sale in both exchanges. There are no more reasonable buy orders.
|
|
|
|
kuperis
|
|
February 02, 2014, 09:14:03 PM |
|
looks like there one or two persons selling their coins, and im got some... and still buying under 0.0007
|
|
|
|
kaene
|
|
February 02, 2014, 10:31:55 PM |
|
It seems that MTC had a panic sale in both exchanges. There are no more reasonable buy orders.
Best moment to buy I got some at 0.00068
|
|
|
|
hanki
Newbie
Offline
Activity: 18
Merit: 0
|
|
February 02, 2014, 10:38:31 PM |
|
It seems that MTC had a panic sale in both exchanges. There are no more reasonable buy orders.
Best moment to buy I got some at 0.00068 Me too
|
|
|
|
kuperis
|
|
February 03, 2014, 12:00:42 AM |
|
good, but... where all devteam? even website is empty
|
|
|
|
james218
Newbie
Offline
Activity: 1
Merit: 0
|
|
February 03, 2014, 12:55:23 AM |
|
What do people forsee as the future to this coin. There seems to be some belief in the coin as it is on ypool.net but there seems to be little to no info on the internet about it. I have been throwing alot of resources in to mining metiscoins and I just dont want it to be a fruitless effort.
What are your thoughts?
|
|
|
|
andyalex88
Newbie
Offline
Activity: 40
Merit: 0
|
|
February 03, 2014, 02:38:15 AM |
|
website has changed!!oh yeah!!take rocket, let's get started to the moon!!!
|
|
|
|
|
dezzuria
Newbie
Offline
Activity: 4
Merit: 0
|
|
February 03, 2014, 09:59:04 AM |
|
Its Dying I think the ~30k workers and 11000000 kH at Ypool tells a very different story. It just needs a decent exchange.
|
|
|
|
gardol
Newbie
Offline
Activity: 3
Merit: 0
|
|
February 03, 2014, 10:41:37 AM |
|
Its Dying I think the ~30k workers and 11000000 kH at Ypool tells a very different story. It just needs a decent exchange. I second dezzuria, no dying coin gets so much attention. I AM dying! I would like to have MUCH more MTC! This CPU coin has the right difficulty value trade-off, even better than primecoin. When (it is only a matter of time) it will hit cryptsy it will go up, up and up.
|
|
|
|
goodwish
Newbie
Offline
Activity: 10
Merit: 0
|
|
February 03, 2014, 05:15:11 PM |
|
Woow... New official site design.
|
|
|
|
Cryptoart
Newbie
Offline
Activity: 19
Merit: 0
|
|
February 03, 2014, 06:09:41 PM |
|
great time to buy before it hits a major exchange!
|
|
|
|
jrovins
Newbie
Offline
Activity: 6
Merit: 0
|
|
February 03, 2014, 06:31:25 PM |
|
I'm trying to compile wallet on Linux from most recent sources, and here's result: cd /home/metiscoin/metiscoin/src/leveldb && CC=gcc CXX=g++ make OPT="-pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2" libleveldb.a libmemenv.a make[1]: Entering directory `/home/metiscoin/metiscoin/src/leveldb' make[1]: `libleveldb.a' is up to date. make[1]: `libmemenv.a' is up to date. make[1]: Leaving directory `/home/metiscoin/metiscoin/src/leveldb' cd /home/metiscoin/metiscoin; /bin/sh share/genbuild.sh /home/metiscoin/metiscoin/build/build.h /bin/sh: share/genbuild.sh: No such file or directory make: *** [/home/metiscoin/metiscoin/build/build.h] Error 127
It looks like dev cleaned up too much in recent commits. after git clone cd metiscoin/src chmod +x leveldb/build_detect_platform mkdir -p obj make -f makefile.unix USE_UPNP=- ...and the result after some time is: /bin/sh ../share/genbuild.sh obj/build.h /bin/sh: ../share/genbuild.sh: No such file or directory make: *** [obj/build.h] Error 127
Developer removed the whole share directory from the project, but it looks like some necessary stuff was there. I got this failure too, I opened an issue on guthub, Perhaps they will notice & fix it quickly. If not we can always revert the commit locally that deleted the needed files.
|
|
|
|
DubFX
|
|
February 03, 2014, 07:44:47 PM |
|
Needs more exchanges...price on poloniex went really down in few last hours?
|
|
|
|
|