Pages:
Author

Topic: [ANN] [Metiscoin] [MTS] Unique algorithm | NO PREMINE| NEW POOL! CPU/GPU - page 14. (Read 154480 times)

newbie
Activity: 16
Merit: 0
Tossed a dual 290x on that pool.

It's only using 1 GPU, I tried doing -d 0,1 but it's not working.

Showing some shares already.
legendary
Activity: 2296
Merit: 1170
Advertise Here - PM for more info!
NEW POOL -- BETA TESTERS WANTED

For the eager ones: http://pool.girino.org/
Miners can be downloaded here: http://girino.org/metisminer/


Hi all,

As you know, whenever ypool is down (and it happened a lot last week) we are left without any way to mine (and the network stops confirming transactions, since no mining is done). So, to address this problem i developed this new pool, based on pushpool and MPOS, and i am trying to test it. But alone, it's like solo mining: completely useless. So please, pretty please, tho who can spare some of your time and miners, please mine in this new pool.

It uses a different protocol from ypool (getwork, while ypool uses x-pushtrough, that AFAIK is only used by them and was probably developed by them). So you will need to download a new miner.

IT IS STILL EXPERIMENTAL, I NEED BETA TESTERS SO WE CAN BREAK OUR FIRST BLOCK AND SEE IF EVERYTHING WORKS!

Please report any problems you find, send me any advice you have about running a pool, and anything you want, either at [email protected] or by PM here.

If everything works great, I'll be launching it officially and asking the dev to include it in the coin's page...

Thanks to all!

And please, test, test and retest! We need to make it work!
legendary
Activity: 2296
Merit: 1170
Advertise Here - PM for more info!
Wow, premature much?

Fear mongering.  Probably wanting to drive the price down just to buy up a bunch.

Surely not dead! I'll be announcing a new pool in a few hours (finishing setting everything up) and uploading the miners, source code for the server, etc...
newbie
Activity: 16
Merit: 0
Wow, premature much?

Fear mongering.  Probably wanting to drive the price down just to buy up a bunch.
sr. member
Activity: 1106
Merit: 255
Betking.io - Best Bitcoin Casino
sr. member
Activity: 364
Merit: 250
i don't see dev here  rip MTS
sr. member
Activity: 499
Merit: 250
newbie
Activity: 16
Merit: 0
Now the Price is 0.000042 after few days it will be 0.0000 .
MTS will die in  Few days  Huh

There's still 12 gH worth of miners on ypool.  I doubt it will just suddenly disappear, it's just growing pains.
full member
Activity: 157
Merit: 100
Now the Price is 0.000042 after few days it will be 0.0000 .
MTS will die in  Few days  Huh
legendary
Activity: 2296
Merit: 1170
Advertise Here - PM for more info!
cant you just post solo miner.

Difficulty is high for solo mining...

And as such, without a pool, i cannot see if the miner works, because it gets me no blocks at all, but that's what's expected!
sr. member
Activity: 444
Merit: 250
Life is a bitch, get used to it...
Difficulty is high for solo mining...
full member
Activity: 196
Merit: 100
cant you just post solo miner.
legendary
Activity: 2296
Merit: 1170
Advertise Here - PM for more info!
Poloniex was hacked/robed https://bitcointalksearch.org/topic/btc-stolen-from-poloniex-499580

Please, someone get in touch with the developer of MTS. We need a new exchange ASAP...

Also, i'm still looking for someone that has already set up a pool to help me set up a new one. ypool cannot be the only one. I already prepared a miner based on pooler/cpuminer that can connect to getwork or stratum pools. So we only need to set up the pool and we're done. This would greatly improve the coin value, folks. Please help!
full member
Activity: 196
Merit: 100
Is anything happening to this coin?
Value dropped by 10x
legendary
Activity: 2296
Merit: 1170
Advertise Here - PM for more info!
GPU Miner by girino, NEW VERSION RELEASED - Build 8

This time my focus was on networking, stability and 32 bits systems. No more crashes, works on 64 and 32 bits, linux and windows!

The networking code from ypool's latest xptminer was merged back. Several changes and tests were made to ensure stability (no more "0kh/s" after some hours, no more closing on network disconnect or server down).

Faster than ever, and two new hidden options: -s to set the step size (in powers of 2, defaults to 2^20), and -a to set variations on algorithm. Currently supports "-a 1" for lookup tables in constant memory and "-a 2" (default) for tables in global memory. -a 2 is faster in most systems.

The code for metis was reverted to a previous version since it is 2x slower on some NVidia GPUs. Binaries and code available, as always, on the links above.

Source code is available at:

https://github.com/girino/xptMiner

and Binaries (for windows only at present, will add linux later tonight)

https://www.dropbox.com/sh/2wv2awwgebpdo0m/STzOU5tlXa

Enjoy.

Will not allow me to initiate both cards. Will only initiate 1 card.

I tried copying the example.bat and altering -d 0 to -d 1... and it still initializes card 0.

Help?

Also... whenever it closes... it crashes my nvidia display driver.

to initiate both cards, use -d 0,1
sr. member
Activity: 499
Merit: 250

Thanks a lot Im user of r9 280x im getting 19200 to 19500 kash

can you make gpu miner RIC Coin?

I get 22100 on my r9 280x (over clocked to gpu freq: 1100, mem freq: 1500).

About RIC. I am thinking about it, but i'd need a lot of time. RIC uses an arbitrary precision library (gmp) that does not run on GPUs, so i'd have to implement all the arbitrary precision operations (multiplication, sum, long division, etc) and maybe some more sofisticated algorithms (primality tests), that take a lot of time to implement and test. My fear is to step into such a long enterprise just to find out that someone else finished before me and took all the profit from it.

Im changed overclock then also its a 19500 kash only.. i dono whats the prob
full member
Activity: 182
Merit: 100
Yeah... I mined your mom last night.
GPU Miner by girino, NEW VERSION RELEASED - Build 8

This time my focus was on networking, stability and 32 bits systems. No more crashes, works on 64 and 32 bits, linux and windows!

The networking code from ypool's latest xptminer was merged back. Several changes and tests were made to ensure stability (no more "0kh/s" after some hours, no more closing on network disconnect or server down).

Faster than ever, and two new hidden options: -s to set the step size (in powers of 2, defaults to 2^20), and -a to set variations on algorithm. Currently supports "-a 1" for lookup tables in constant memory and "-a 2" (default) for tables in global memory. -a 2 is faster in most systems.

The code for metis was reverted to a previous version since it is 2x slower on some NVidia GPUs. Binaries and code available, as always, on the links above.

Source code is available at:

https://github.com/girino/xptMiner

and Binaries (for windows only at present, will add linux later tonight)

https://www.dropbox.com/sh/2wv2awwgebpdo0m/STzOU5tlXa

Enjoy.

Will not allow me to initiate both cards. Will only initiate 1 card.

I tried copying the example.bat and altering -d 0 to -d 1... and it still initializes card 0.

Help?

Also... whenever it closes... it crashes my nvidia display driver.
newbie
Activity: 29
Merit: 0

Thanks a lot Im user of r9 280x im getting 19200 to 19500 kash

can you make gpu miner RIC Coin?

I get 22100 on my r9 280x (over clocked to gpu freq: 1100, mem freq: 1500).

About RIC. I am thinking about it, but i'd need a lot of time. RIC uses an arbitrary precision library (gmp) that does not run on GPUs, so i'd have to implement all the arbitrary precision operations (multiplication, sum, long division, etc) and maybe some more sofisticated algorithms (primality tests), that take a lot of time to implement and test. My fear is to step into such a long enterprise just to find out that someone else finished before me and took all the profit from it.
I support you.
legendary
Activity: 2296
Merit: 1170
Advertise Here - PM for more info!

Thanks a lot Im user of r9 280x im getting 19200 to 19500 kash

can you make gpu miner RIC Coin?

I get 22100 on my r9 280x (over clocked to gpu freq: 1100, mem freq: 1500).

About RIC. I am thinking about it, but i'd need a lot of time. RIC uses an arbitrary precision library (gmp) that does not run on GPUs, so i'd have to implement all the arbitrary precision operations (multiplication, sum, long division, etc) and maybe some more sofisticated algorithms (primality tests), that take a lot of time to implement and test. My fear is to step into such a long enterprise just to find out that someone else finished before me and took all the profit from it.
sr. member
Activity: 499
Merit: 250
Girino's GPU MINER NEW RELEASE, 35% faster on R9 280x, SOLVED LOST CONNECTION PROBLEM WHEN YPOOL DOWN!!!

Build 9 tries to maximize use of local memory. Really fast on GPUs with fast local memory and lots of it (newer AMD cards).

If this version is slower in your GPU (NVidia or older cards), use option "-a 2" on the command line to revert to the old OpenCL code.

Also, no more freezing on connection lost. (useful on those times of ypool instability). Technical details bellow.

EVERYBODY SHOULD UPGRADE TO AVOID FREEZING!!! Very important now that ypool is being constantly DDoSed...

Links for download are the same as always, source code is available at:

https://github.com/girino/xptMiner

and Binaries (linux 32 and 64 bits, windows 64 bits and OSX):

https://www.dropbox.com/sh/2wv2awwgebpdo0m/STzOU5tlXa

For those more into the technical issues, the changes are:
1- use of local memory instead of global memory to pass hashes between the several hashing functions (keccak -> shavite -> fugue). This improves performance on machines where local memory is at least 64 * work_group_size + 8K.
2- Linux (and cygwin, for the matter) do not set an error on socket disconnect when calling recv. It just returns a 0 size. Since the original (windows code) was expecting that an error is sent on those cases, the linux code just kept trying forever to receive data in a closed connection.  So now, when checking for errors, it is also checking if return size is 0 to mark connection as lost. This solves the "freezing disconnect" bug that was haunting all of us.

Enjoy!

Thanks a lot Im user of r9 280x im getting 19200 to 19500 kash

can you make gpu miner RIC Coin?
Pages:
Jump to: