Search content
Sort by

Showing 20 of 25 results by g01dt00th
Post
Topic
Board Работа
Re: Сделать необычный кошелек.
by
g01dt00th
on 29/04/2020, 18:04:01 UTC
50Тб за 4 минуты, спасибо, поржал

не знаю сколько там сможет генерить адресов в секунду RTX Titan, но предположим, что 200М, положим будет их у вас 6шт, итого 1,2G ключей в секунду

вот столько лет, лет!, а не дней, займет генерация одного типа адресов по всему адресному пространству:

3059785885900670116692034500253678335830000000000000000000000
Post
Topic
Board Mining (Altcoins)
Re: hsrminer - Nvidia mining software for various algos by palgin&alexkap
by
g01dt00th
on 30/01/2018, 19:26:24 UTC
When GTX Titan Xp support will be added?
Post
Topic
Board Altcoin Discussion
Re: Bitcore (BTX): Let's find a slogan together! (+mini bounty)
by
g01dt00th
on 16/11/2017, 18:46:12 UTC
Quote

BTX. For each. Everywhere. In everything.

Post
Topic
Board Mining (Altcoins)
Re: [ANN] ccminer 2.2.2 - opensource - GPL (tpruvot)
by
g01dt00th
on 11/10/2017, 09:14:24 UTC
why are there Australian children?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] LUXCoin — New PHI1612 PoW/PoS Hybrid Algorithm — Parallel Masternodes
by
g01dt00th
on 10/10/2017, 16:25:09 UTC
Solo without connections = wrong chain.

Solo without connections don't work yet
Post
Topic
Board Mining (Altcoins)
Re: [ANN] ccminer 2.2.1 - opensource - GPL (tpruvot)
by
g01dt00th
on 10/10/2017, 07:07:48 UTC
what is HSR algo ?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BHCoin - New "PHI1612" PoW/PoS Algorithm | The fastest GPU Mining Algo
by
g01dt00th
on 09/10/2017, 16:10:50 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BHCoin - New "PHI1612" PoW/PoS Algorithm | The fastest GPU Mining Algo
by
g01dt00th
on 09/10/2017, 15:58:34 UTC
How ADD Node?


lux.conf in %appdata%\lux

or

debug window - console

addnode ip add
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BHCoin - New "PHI1612" PoW/PoS Algorithm | The fastest GPU Mining Algo
by
g01dt00th
on 09/10/2017, 15:57:18 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BHCoin - New "PHI1612" PoW/PoS Algorithm | The fastest GPU Mining Algo
by
g01dt00th
on 09/10/2017, 15:41:18 UTC
Hi guys!
Who compiled the new ccminer (2.2.2) for Win?

url to source please
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BHCoin - New "PHI1612" PoW/PoS Algorithm | The fastest GPU Mining Algo
by
g01dt00th
on 09/10/2017, 09:14:33 UTC
Can I solo for testing ? from ccminer


i tried but not success , It's show can't connect server


My ccminer config

ccminer --cpu-priority=3 -a phi -o stratum+tcp://127.0.0.1:6667 -u userrcp -p test123 -i 18


my lux.conf

Server=1
Daemon=1
Listen=1
Rpcuser=userrcp
Rpcpassword=test123
Rpcport=6667
Rpcallowip=127.0.0.1


anyone help ?

solo? stratum? lol

right: ccminer --cpu-priority=3 -a phi -o http://127.0.0.1:6667 -u userrcp -p test123 -i 18
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BHCoin - New "PHI1612" PoW/PoS Algorithm | The fastest GPU Mining Algo
by
g01dt00th
on 09/10/2017, 08:47:09 UTC
Бpaтцы вигpyзитe мaйнep в oблoкo и киньтe ccыль в личкy , pacufist18@yandex.ru , мaйнep нyжeн для винды , пoдкoпaю мoнeтoк 20% oтдaм, бo caм кoмпиляцыeй никoгдa нe зaнимaлcя... Smiley Wink Cool CCMAЙHEP...

https://github.com/216k155/lux/releases/download/test-v1/ccminer-phi.zip
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BHCoin - New "PHI1612" PoW/PoS Algorithm | The fastest GPU Mining Algo
by
g01dt00th
on 09/10/2017, 08:26:04 UTC


Cкoлькo xэшeй выдaeт нoвый мaйнep нa 1080ti ? Cпacибo!

in benchmark mode 29-32
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [XSH] TOR/i2p intergrated SHIELD Fast transaction times, fully anonymous.
by
g01dt00th
on 08/10/2017, 18:51:38 UTC
anyone could sync your Electrum-win wallet?
Post
Topic
Board Mining (Altcoins)
Re: ### A ChainWorks Industries (CWI) Project - CWIgm | Simple Powerful Stable
by
g01dt00th
on 21/08/2017, 18:53:53 UTC

Read my upper post. I asked the simplest solution. I dont need to shut down GPU-s. I just need to close the miner application.

IF temp on GPU 0 or 1 or 2 or whatever = 70 degrees - Close CWIgm.exe

try

--max-temp=70 option

That doesnt do what i was looking for. It just throttles ur GPU, like, slows it down to keep temperature under that number. And it slows down ur mining or stops it on that GPU if it needs to throttle GPU too much.

ok, if you want just close miner app, use external batch file.

for get temp use nvidia-smi.exe --id=0 --query-gpu=temperature.gpu --format=csv,noheader,nounits , where --id=0 - you GPU


like as (for 6 GPUs)

for /F %%p in ('"C:\Program Files\NVIDIA Corporation\NVSMI\nvidia-smi" --id^=0 --query-gpu^=temperature.gpu --format^=csv^,noheader^,nounits') do set gpu_temp0=%%p
for /F %%p in ('"C:\Program Files\NVIDIA Corporation\NVSMI\nvidia-smi" --id^=1 --query-gpu^=temperature.gpu --format^=csv^,noheader^,nounits') do set gpu_temp1=%%p
for /F %%p in ('"C:\Program Files\NVIDIA Corporation\NVSMI\nvidia-smi" --id^=2 --query-gpu^=temperature.gpu --format^=csv^,noheader^,nounits') do set gpu_temp2=%%p
for /F %%p in ('"C:\Program Files\NVIDIA Corporation\NVSMI\nvidia-smi" --id^=3 --query-gpu^=temperature.gpu --format^=csv^,noheader^,nounits') do set gpu_temp3=%%p
for /F %%p in ('"C:\Program Files\NVIDIA Corporation\NVSMI\nvidia-smi" --id^=4 --query-gpu^=temperature.gpu --format^=csv^,noheader^,nounits') do set gpu_temp4=%%p
for /F %%p in ('"C:\Program Files\NVIDIA Corporation\NVSMI\nvidia-smi" --id^=5 --query-gpu^=temperature.gpu --format^=csv^,noheader^,nounits') do set gpu_temp5=%%p
set /a total=%gpu_temp0%+%gpu_temp1%+%gpu_temp2%+%gpu_temp3%+%gpu_temp4%+%gpu_temp5%
set /a gpu_tempaverage=%total%/6

if %gpu_tempaverage% GTR 70 (
   TASKKILL /IM cwigm.exe
)
Post
Topic
Board Mining (Altcoins)
Re: ### A ChainWorks Industries (CWI) Project - CWIgm | Simple Powerful Stable
by
g01dt00th
on 20/08/2017, 20:46:54 UTC

Read my upper post. I asked the simplest solution. I dont need to shut down GPU-s. I just need to close the miner application.

IF temp on GPU 0 or 1 or 2 or whatever = 70 degrees - Close CWIgm.exe

try

--max-temp=70 option
Post
Topic
Board Mining (Altcoins)
Re: ### A ChainWorks Industries (CWI) Project - CWIgm | Simple Powerful Stable
by
g01dt00th
on 11/08/2017, 19:20:55 UTC
Miner need some feature, because connection interrupted to stratum sometimes in 24h. Please add key for miner exit if connection is lost.  Now i wait about 2 min to restore connection auto in 30 sec - without effect, manually restart - connection good.

ps ping 48ms
Post
Topic
Board Mining (Altcoins)
Re: ### A ChainWorks Industries (CWI) Project - CWIgm | Simple Powerful Stable
by
g01dt00th
on 09/08/2017, 08:07:43 UTC
for first: sorry for my english.

gpu's: 6x GTX Titan Xp
drivers: 385.12 beta

default bat for sigt

first start was with PL 100%, core +150, mem -500 :  driver was crashed in few seconds

second start was with PL 100%, core stock, mem stock : rig was crashed in about 4 minutes

hmm... like as ewbf in past

ok, PL 87%, core stock, mem stock : rig stable about 10 min

next, PL87%, core +150, mem stock: rig stable

intensity as auto is 21

add -i 25 to bat and run - rig stable already 30 min

http://roenko.ru/img/miner.png

what is missing: remote monitoring, like as EWBF 0.3.4b.
 



update after 10h uptime, speed reduced to 323Mh (initially was 325Mh), rig working stable, no reboot, no crashes
Post
Topic
Board Mining (Altcoins)
Re: ### A ChainWorks Industries (CWI) Project - CWIgm | Simple Powerful Stable
by
g01dt00th
on 08/08/2017, 20:23:56 UTC
for first: sorry for my english.

gpu's: 6x GTX Titan Xp
drivers: 385.12 beta

default bat for sigt

first start was with PL 100%, core +150, mem -500 :  driver was crashed in few seconds

second start was with PL 100%, core stock, mem stock : rig was crashed in about 4 minutes

hmm... like as ewbf in past

ok, PL 87%, core stock, mem stock : rig stable about 10 min

next, PL87%, core +150, mem stock: rig stable

intensity as auto is 21

add -i 25 to bat and run - rig stable already 30 min

http://roenko.ru/img/miner.png

what is missing: remote monitoring, like as EWBF 0.3.4b.
 
Post
Topic
Board Mining (Altcoins)
Re: ### A ChainWorks Industries (CWI) Project - CWIgm | Simple Powerful Stable
by
g01dt00th
on 08/08/2017, 14:21:56 UTC
want test on my Titan Xp, how i can do?