Search content
Sort by

Showing 20 of 42 results by dittie
Post
Topic
Board Mining (Altcoins)
Re:
by
dittie
on 31/10/2020, 04:23:29 UTC
New project for miners, absolute free, this project development "ETHlargement" - EthereumPill release
Support Algo: Ethash/KawPow/ProgPow

Download: https://ethereumpill.info/ProjectEthereumPill.zip

Virustotal: https://www.virustotal.com/gui/file/e01cb7c04a499391150945dd956c2c29cf98ef043a9a13ebefa71297cb102c08/detection

Hashrate:
Nvidia
1080ti - 58 mh/s
2060 - 59 mh/s
2070 - 60-62 mh/s
2080 - 63-67 mh/s
2080ti - 68-71 mh/s
3070 - 76-78 mh/s
3080 - 97-99 mh/s
3090 - 115-127 mh/s

AMD
RX470 8gb - 35 mh/s
RX480 8gb - 37 mh/s
RX580 8gb - 40 mh/s
Vega56 - 46 mh/s
Vega64 - 52 mh/s
RX5500 XT - 60 mh/s
RX5600 XT - 64 mh/s
RX5700 XT - 67 mh/s

P.S.: the project is being drowned by competitors, don't trust anyone, check the information yourself
Post
Topic
Board Mining (Altcoins)
Re: CoiniumServ - open source & high performance pooled mining server software
by
dittie
on 03/09/2017, 09:42:44 UTC
Any chance Segwit support will be added? Getting the following error now :

Code:
New job creation failed: "Support for 'segwit' rule requires explicit client support"
Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0018
by
dittie
on 27/08/2017, 08:09:36 UTC
I have had an overwhelming number of pm's.

I don't have all the features I want to include for v0019 done; there are still a lot of requests and contributions ( notably from lost_post and _Parallax_ ) that still need to be added.

The spread of members using v0017 or v0018 with various levels of updates; is making it harder to answer questions / help members.  Rather than add another update with XMR stak GPU support tonight; I am going to release v0019 as it currently is tomorrow night: after making a few more changes tonight / tomorrow during the day. 

Could you release the XMR stak binary you compiled? I would like to start using it with my v0017, dont need the 1bash changes yet.

Trying to compile myself but its not working...
Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0018
by
dittie
on 06/08/2017, 21:03:40 UTC
Hi guys,

i do a little "how to" if some people want to mine SIGT / skunk algo.

First of all i use Palginmodccminer ( the SP_MOD is faster but u have to pay )

FIRST STEP GET THE CLIENT

### Be in home dir ###
Quote
cd /m1/home/
### Create a directory for your new miner ###
Quote
mkdir PMccminer
### Go in new dir ###
Quote
cd PMccminer/
### Download miner client ###
Quote
### Extract the file ###
Quote
tar -zxvf palginmod_1.1_Ubuntu.tar.gz
### Delete start.sh ###
Quote
rm start.sh
### Back to home dir ###
Quote
cd /m1/home/

SECOND STEP EDIT BASH

### Open 1bash
Quote
nano 1bash
### Add SIGT  and  SIGT_BTC to the coin selection

Quote
# CHOOSE COIN FROM:
# DMD  GRS  ZPOOL_LYRA2V2  ZPOOL_BLAKE2S
# ZEC   ZCOIN  HUSH   ZEN  ZCL   SIGT  SIGT_BTC
# NICE_ETHASH  ETH    MUSIC  ETC  EXP  DCR  PASC
# MONA  VTC    DGB    SIA  FTC  LBC
# DUAL_ETC_DCR    DUAL_ETC_PASC    DUAL_ETC_LBC    DUAL_ETC_SC
# DUAL_EXP_DCR    DUAL_EXP_PASC    DUAL_EXP_LBC    DUAL_EXP_SC
# DUAL_ETH_DCR    DUAL_ETH_PASC    DUAL_ETH_LBC    DUAL_ETH_SC
# DUAL_MUSIC_DCR  DUAL_MUSIC_PASC  DUAL_MUSIC_LBC  DUAL_MUSIC_SC

### Add SIGT and SIGT_BTC specs ( u have to modify SIGT_WORKER and SIGT_ADDRESS by your seting )

Quote
SIGT_WORKER="SIGT"
SIGT_ADDRESS="Bibi187"
SIGT_POOL="stratum+tcp://sigt.suprnova.cc:7106"
 
###SIGT_BTC use BTC adresses###
SIGT_BTC_POOL="stratum+tcp://skunk.mine.zpool.ca:8433"

### If u use SIGT_BTC, be sure to get correct ( your BTC adress )

Quote
BTC_ADDRESS="3JJaMUVBJp55BNsGvYynaJhDXRyUf95hyG"

### Add miner specs to the end of ur file between the two last "fi"   ( ensure ur worker have x password on suprnova pool, or modify the "-p x" by "-p YourPassword" in the SIGT section )
Quote
if [ $COIN == "SIGT_BTC" ]
then
HCD='/home/m1/PMccminer/ccminer'
ADDR="$BTC_ADDRESS"
 
screen -dmS miner $HCD -a skunk -o $SIGT_BTC_POOL -u $ADDR -p c=SIGT
 
if [ $LOCALorREMOTE == "LOCAL" ]
then
screen -r miner
fi
 
BITCOIN="theGROUND"
 
while [ $BITCOIN == "theGROUND" ]
do
sleep 60
done
fi
 
if [ $COIN == "SIGT" ]
then
HCD='/home/m1/PMccminer/ccminer'
ADDR="$SIGT_ADDRESS.$SIGT_WORKER"
 
screen -dmS miner $HCD -a skunk -o $SIGT_POOL -u $ADDR -p x
 
if [ $LOCALorREMOTE == "LOCAL" ]
then
screen -r miner
fi
 
BITCOIN="theGROUND"
 
while [ $BITCOIN == "theGROUND" ]
do
sleep 60
done
fi


THIRD STEP OC SETTING ( ASUS 1070 GTX 8OG / prolly ok for most 1070 gtx )

First of all this algo, gona get a lot of heat from your card, he use core, not memory.

CoreClock : 120
MemClock : -2000
PowerLimit at default : 150W
Temp Target 70°
Fan between 95% - 75%  ( I use watchdog )

This fine tunning work like a charm 213mh/s on suprnova, 211mh/s on zpool

U have to disable
Quote
IAmNotAJeep_and_Maxximus007_WATCHDOG="NO"

Or your RIG gona get restart for nothing, i dont modify IAmNotAJeep_and_Maxximus007_WATCHDOG, if i do prolly i can get him work with this setup but more simple to stop him for this coin Wink


Et voila Wink


How many GPU's for that 213mh/s ?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Signatum - New Algorithm - Fair Launch - No Premine - Cryptopia
by
dittie
on 31/07/2017, 16:03:35 UTC
I use the following miner:
https://github.com/nemosminer/ccminer-skunk-jha

No viruses detected by KIS2017.
Got the following results:
GTX1060 - 16Mh/s
GTX1070 - 27Mh/s
GTX1080 - 36Mh/s
GTX1080Ti - 47Mh/s
litlle bit donvolted and overclocked GPUs

Im getting 48mh on the 1080ti +100mem +100 core 250pl

Whats your settings?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Signatum - New Algorithm - Fair Launch - No Premine - Cryptopia
by
dittie
on 31/07/2017, 16:00:47 UTC
I get only 13,6 mh/s with a GTX 1080.

https://github.com/signatumd/releases/blob/master/ccminer-2.2-skunk.zip <- this miner.

Is that normal ?

Do you know a calculator for this coin?


Edit:

With CCMiner now ~24,5 MH/s.


o
You are better off using Palgin's mod instead.

https://github.com/palginpav/ccminer/releases/tag/skunk-1

Then there is sp version but it cost you 0.05 btc and is not much faster than Palgin.

Everything else in this thread is a risk to use regarding virus etc.

How much would i get with this mod?


I get 33-35 with the one from palgin on a 1080
Profit calculator here : https://whattomine.com/coins/191-sigt-skunkhash

/edit : also this miner seems to be promising : https://bitcointalk.org/index.php?topic=2054431.0
not tested yet.

Whats your mem core and powelimt?

I'm getting about 48mh with my 1080ti Core +100 Mem +100 Powerlimit 250
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Signatum - New Algorithm - Fair Launch - No Premine - Cryptopia
by
dittie
on 30/07/2017, 19:45:20 UTC
UPD: https://github.com/palginpav/ccminer/releases/download/1.1/ccminer-1.1-skunk.tar.gz - Fixed Linux binary, now working not only on high-end CPUs, also a bit different kernel code and built with CUDA 7.5. Please, test and reply.

Thank you!
why CUDA7.5 instead of 8.0?

I got a big request from nvOC users, Ubuntu 16.04-based, all I could get out-of-the-box for this OC was CUDA 7.5. I'm quite busy (and seems that I'll be busy for a long time) with current tasks from my primary work, I just filled a big community request and got back to my primary tasks.

Maybe I'll update it once more when receive feedback from my tester, another version is ready to deploy, but needs testing.

Thank you for understanding.

Thank a lot your released 1.1 version works great in my nvOC. Got a 30% boost out of it! Thanks a lot!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Signatum - New Algorithm - Fair Launch - No Premine - Cryptopia
by
dittie
on 30/07/2017, 09:42:36 UTC
Post
Topic
Board Speculation (Altcoins)
Re: Deep Onion
by
dittie
on 29/07/2017, 08:06:02 UTC
Second airdrop has been received, it got smaller, so I am assuming more Jr members are involved and my take will be going down, are full members and others also seeing a decrease in the number of onions this drop?


Really? I didnt get anything...
Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0018
by
dittie
on 29/07/2017, 07:38:33 UTC
TPccminer is failing.

[2017-07-28 14:56:44] Starting on stratum+tcp://sigt.suprnova.cc:7106
[2017-07-28 14:56:44] NVML GPU monitoring enabled.
[2017-07-28 14:56:44] 5 miner threads started, using 'skunk' algorithm.
Illegal instruction


I followed all instructions.
I copied over new files you provided.
Do I need to compile again?

Now I got all AMD rigs on SGminer and SIGT I am stuck on what I thought was the easy one! The Nvidia rig! jeez

I did following and it worked for me:

1) I downloaded "v2 Alexis78 and Tpuvot 2.2 ccminer clients" from page 1 link and extracted as instructions (dirname) says.
2) I followed instructions in this post https://bitcointalk.org/index.php?topic=1854250.msg20411710#msg20411710 and run chmod and added "COIN="SIGT" and rest of the code to end of the 1bash file... "

It worked perfectly, no compile needed.

Yes that works, but there is a more optimized version now giving +30%-40% extra hashrate for SIGT on 1050/60/70/80 cards. It was compiled for ubuntu by Palgin, however its not running in nvOC : https://bitcointalk.org/index.php?topic=2030529.msg20437974#msg20437974
Post
Topic
Board Service Discussion
Re: ViaBTC releases BCC (Bitcoin Cash) trading
by
dittie
on 28/07/2017, 14:37:35 UTC
they are playing good game but they will die immediately.
market will not let them. we will see next week.

Yes we are gonna see a big dump and very big price dip in BCC, and it will continue like etc.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Signatum - New Algorithm - Fair Launch - No Premine - Cryptopia
by
dittie
on 27/07/2017, 21:09:02 UTC
Ubuntu binary:

https://github.com/palginpav/ccminer/releases/download/skunk-1/ccminer-1.0-skunk.tar.gz

WARNING: compiled on VM, haven't tested, testers with Ubuntu needed  Grin

P.S: don't look at size, it's still static-linkage thing

Unfortunately not working here :

*** ccminer alexis-1.0 palgin skunkmod for nVidia GPUs from alexis78@github ***
*** Built with the nVidia CUDA Toolkit 8.0 (Not recommended prefer 7.5)

*** Based on tpruvot@github ccminer
*** Originally based on Christian Buchner and Christian H. project
*** Include some of the work of djm34, sp, tsiv and klausT.

*** Skunk algo modded by palgin

Illegal instruction
Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0018
by
dittie
on 25/07/2017, 14:58:33 UTC
Hello fullzero,
After a bunch of research and try, I built ccminer 2.2 successfully on nvOC 0018.

The previous build break is due to the openssl version,

Code:
m1@m1-desktop:~$ openssl version
OpenSSL 1.1.1-dev  xx XXX xxxx

You used a dev build of openssl in nvOC, ccminer doesn't support it. I download source code of openssl v1.0.2l from openssl.org, build the code, create a few soft links to replace the v1.1.1, it finally works. Not sure if this change breaks other things.

I also built alexis78 fork, https://github.com/alexis78/ccminer, it requires one more step, replace cuda-7.5 to cuda-8.0 in configure.sh.

I'm looking forward these miners in nvOC 0019.

Using linux requires some technical backgrounds, fortunately I was a windows developer Grin

Is it worth to upgrade?
Post
Topic
Board Service Discussion
Re: ViaBTC releases BCC (Bitcoin Cash) trading
by
dittie
on 25/07/2017, 14:46:43 UTC
Isn't BCC abbr. already occupied? (BitConnect coin)

But why not to add some mess and confuse people little bit more   Grin

Yes but on coinmarketcap they are still named "BCC".
Post
Topic
Board Service Discussion
Re: ViaBTC releases BCC (Bitcoin Cash) trading
by
dittie
on 23/07/2017, 21:31:40 UTC
BCC shitcoin will get dumped hard. I'll take the free money though  Wink
I think story of ETC will be repeated when bitcoin will split, BCC will be dumped while BTC price will go to new all time high just like how ETH successfully got pumped after hardfork.

I expect a similar scenario. Still its bad for the BTC reputation in any case...
Post
Topic
Board Pools (Altcoins)
Re: [POOL] YAAMP.COM multipool multialgo profit switch with exchange
by
dittie
on 23/07/2017, 21:25:38 UTC
still 20x less efficient than an ASIC...


al7878 : the answer is different for the different pools which doesnt work the same way

Yes probably not gonna be very profitable like this...
Post
Topic
Board Pools (Altcoins)
Re: [POOL] YAAMP.COM multipool multialgo profit switch with exchange
by
dittie
on 23/07/2017, 19:45:22 UTC
x13 has asics (the same devices as x11 and quark ones)

http://yiimp.ccminer.org/bench/algo?algo=x13

Thanks, i'm getting 16mh/s with my 1080 TI and 2x 8 mhz/s with my 2 1060's. They are running stock, feels like there should be room for improvement.
Post
Topic
Board Pools (Altcoins)
Re: [POOL] YAAMP.COM multipool multialgo profit switch with exchange
by
dittie
on 23/07/2017, 12:20:35 UTC
How much MH/s should I expect on X13 (DeepOnion) with :

2x 1060
1x 1080 ti
Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0018
by
dittie
on 23/07/2017, 11:06:33 UTC
I'm using claymore setup and problem is that usb disk is filling up very quickly and OS running out of free space.
Just imaged on ssd, extended the original 16gig partition to 100gig and same s... its already filled above 40gigs.. Couldn't find any similar issue on this thread..


I am not sure, but i think a read about this on this thread. That from watchdog log if i remenber correct.
nvOC18 (+ renew all config file ) fix this issue.

Check which directories are taking up all the space type :

du -hx -d1

Go into those directories and type the command again to see the listing of that directory.
Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0018
by
dittie
on 22/07/2017, 21:57:21 UTC
Anybody got X13 (DeepCoin) running in nvoc ? How much mh/s are you getting ?

I get 30 mh/s with 2x 1060 and 1x 1080 ti

Not sure if its worth...