Bitcoin Forum
May 26, 2024, 12:46:12 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 [45] 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 »
  Print  
Author Topic: [ANN] [Metiscoin] [MTS] Unique algorithm | NO PREMINE| NEW POOL! CPU/GPU  (Read 154451 times)
phm
Full Member
***
Offline Offline

Activity: 378
Merit: 110


DATABLOCKCHAIN.IO SALE IS LIVE | MVP @ DBC.IO


View Profile
February 02, 2014, 05:10:05 PM
 #881

I'm trying to compile wallet on Linux from most recent sources, and here's result:
Code:
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
Hero Member
*****
Offline Offline

Activity: 798
Merit: 500



View Profile
February 02, 2014, 05:14:02 PM
 #882

I'm trying to compile wallet on Linux from most recent sources, and here's result:
Code:
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
Code:
cd metiscoin/src
chmod +x leveldb/build_detect_platform
mkdir -p obj
make -f makefile.unix USE_UPNP=-
phm
Full Member
***
Offline Offline

Activity: 378
Merit: 110


DATABLOCKCHAIN.IO SALE IS LIVE | MVP @ DBC.IO


View Profile
February 02, 2014, 05:26:48 PM
 #883

I'm trying to compile wallet on Linux from most recent sources, and here's result:
Code:
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
Code:
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:
Code:
/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 Offline

Activity: 2124
Merit: 1013


K-ing®


View Profile
February 02, 2014, 05:42:30 PM
 #884

still nothing from cryptsy, coinedup?

IOTA
holimem
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
February 02, 2014, 06:49:20 PM
 #885

let's see something..
gigawatt
Full Member
***
Offline Offline

Activity: 168
Merit: 100



View Profile
February 02, 2014, 07:11:01 PM
 #886

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-gWOpO7zoQ
https://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=436583

Hey 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-gWOpO7zoQ
https://www.dropbox.com/sh/wtxvxvkirxax2vj/9P_Rxb9V1y (dropbox mirror)


BTC: 1E2egHUcLDAmcxcqZqpL18TPLx9Xj1akcV   Ψ: AWHJbwoM67Ez12SHH4pH5DnJKPoMSdvLz2   Primecoin All-In-One VPS Setup Script   Quarkcoin All-In-One VPS Setup Script   Metiscoin VPS Pool Mining Script
phm
Full Member
***
Offline Offline

Activity: 378
Merit: 110


DATABLOCKCHAIN.IO SALE IS LIVE | MVP @ DBC.IO


View Profile
February 02, 2014, 08:58:43 PM
 #887

It seems that MTC had a panic sale in both exchanges. There are no more reasonable buy orders.

kuperis
Sr. Member
****
Offline Offline

Activity: 357
Merit: 250



View Profile
February 02, 2014, 09:14:03 PM
 #888

looks like there one or two persons selling their coins, and im got some... and still buying under 0.0007
kaene
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1005


View Profile
February 02, 2014, 10:31:55 PM
 #889

It seems that MTC had a panic sale in both exchanges. There are no more reasonable buy orders.

Best moment to buy Wink   I got some at 0.00068
hanki
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
February 02, 2014, 10:38:31 PM
 #890

It seems that MTC had a panic sale in both exchanges. There are no more reasonable buy orders.

Best moment to buy Wink   I got some at 0.00068

Me too Smiley
kuperis
Sr. Member
****
Offline Offline

Activity: 357
Merit: 250



View Profile
February 03, 2014, 12:00:42 AM
 #891

good, but... where all devteam? even website is empty
james218
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
February 03, 2014, 12:55:23 AM
 #892

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 Offline

Activity: 40
Merit: 0


View Profile
February 03, 2014, 02:38:15 AM
 #893

website has changed!!oh yeah!!take rocket, let's get started to the moon!!!
aakashkumar
Full Member
***
Offline Offline

Activity: 157
Merit: 100



View Profile
February 03, 2014, 05:06:37 AM
 #894

Its Dying  Tongue
dezzuria
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
February 03, 2014, 09:59:04 AM
 #895

Its Dying  Tongue

I think the ~30k workers and 11000000 kH at Ypool tells a very different story. It just needs a decent exchange.
gardol
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
February 03, 2014, 10:41:37 AM
 #896

Its Dying  Tongue

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 Offline

Activity: 10
Merit: 0


View Profile
February 03, 2014, 05:15:11 PM
 #897

Woow... New official site design.
Cryptoart
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
February 03, 2014, 06:09:41 PM
 #898

great time to buy before it hits a major exchange!
jrovins
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
February 03, 2014, 06:31:25 PM
 #899

I'm trying to compile wallet on Linux from most recent sources, and here's result:
Code:
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
Code:
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:
Code:
/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
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
February 03, 2014, 07:44:47 PM
 #900

Needs more exchanges...price on poloniex went really down in few last hours?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 [45] 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!