IRCaBot 2.1.0
GPLv3 © acetone, 2021-2022
#dev
/2026/03/30
~AreEnn_
~R4SAS
~acetone
~orignal
~villain
&N00B
+Xeha
Allahamora
Guest77668
Lan_
Most_
Nos4-Group
OfficialCIA
Opax
SOS
WebClient20
ahiru
ananas
anonuser
astur
duanin2
fidoid
hc
hypn__
hypn_desk
hypn_nb
karamba_i2p
leopold
mareki2p
mu
n1
negative_rock127
nyaa2pguy
ololosha
phanter
poriori
profetikla
ps_
qend
rumpelstilzchen
teeth
tensor
un
urist_
user
vade
void
плаZскуф
OfficialCIA i2pd-tools vain(the vanity address gen) getting GPU acceleration?
orignal gpu miner is not public
orignal for now to not feed AI shit
cry4me villain has made python vain gen it's for cpu but easy to change it to gpu
orignal we have vanity miners for cuda and opencl
orignal we just don't publish
cry4me let ppl use it
OfficialCIA orignal: how does it feed into AI?
orignal cry4me what for? to let AI shot steal it?
orignal they should GFY
orignal OfficialCIA AI steals everything without even mentioning the sources
orignal same way like Monero people did before
OfficialCIA how is gpu accelerated vanity addresses related to AI?
orignal hence it's not published
orignal not realated at all
orignal but AI shit steals all available code
cry4me ahh i see
cry4me nvm then
OfficialCIA could you give me a way to access it?
cry4me aint no way lol
cry4me (or not)
orignal for cuda
orignal opencl
OfficialCIA thank you
cry4me the sites are down
orignal gostcoin.i2p?
orignal let me check
OfficialCIA its up for me
cry4me no it's working
orignal it's fine
cry4me it's my end
orignal 5 connections right now
nyaa2pguy *decompiles the miner and uploads to github* jk
orignal decomlie?
orignal it's source code
orignal it's for older generations of GPU anyway
orignal like 10 years ago
OfficialCIA does it work on RTX?
orignal it should work ebeywhere
orignal but it might not be most efficient
orignal because newer GPUs have new feautures
orignal I run it on GTX1060 and RX580
orignal because don't have anythign else
OfficialCIA is usage just "./compiled 'startingword'" like vain?
orignal look int the code
orignal I don't remeber
orignal for compilation look what's inside Makefile
nyaa2pguy if you ever upload to github add prompt injection attacks
orignal I also have whitei2p that plain C router
orignal never published it
orignal and seems I was right
orignal everybody donloaded?
orignal going to restart that routers
orignal *router
nyaa2pguy 48 seconds to find 8 characters on rtx 3090, not bad
orignal nyaa2pguy look at b32 address of kkk.i2p ))
orignal mined on 1060
nyaa2pguy lmao nice
OfficialCIA yeah i think something is wrong,im running(./vanitygen ./mykeys cool 0 20), 1.5GH/s , 130W of dedicated power on a 3060, and it couldn't find a key for a 8m(i then stopped it). am i tweaking?
orignal try another address
orignal I thing there is a bug somewhere
OfficialCIA pp takes real 0m0.622s user 0m0.246s sys 0m0.327s
orignal sometimes it can't find nonce for good
orignal didn't debug this case
OfficialCIA this is a weird output
OfficialCIA Using GPU device 0: NVIDIA GeForce RTX 3060
OfficialCIA 2000: Hash rate 1572 Gh/s
OfficialCIA 3000: Hash rate 1571 Gh/s
OfficialCIA 4000: Hash rate 1562 Gh/s
OfficialCIA 5000: Hash rate 1562 Gh/s
OfficialCIA 6000: Hash rate 1562 Gh/s
OfficialCIA 7000: Hash rate 1561 Gh/s
OfficialCIA 8000: Hash rate 1561 Gh/s
OfficialCIA 9000: Hash rate 1562 Gh/s
OfficialCIA real 0m6.671s
OfficialCIA user 0m6.295s
OfficialCIA sys 0m0.345s
orignal it also might be worng
orignal you want to fix it
OfficialCIA yeah but i don't know how to fix it tbh
OfficialCIA oh shit i know why
OfficialCIA intensity 20 becomes 2^20 threads, my gpu is only capable of ~60k
OfficialCIA my bad for not figuring it out earlier
orignal I doubt that 3060 is 60k
orignal I would start with 18 anyway
OfficialCIA nevermind i have no idea, lowering it a bit helped slightly, i just noticed wrong addresses are repeating tho
OfficialCIA Wrong address u6mpcti62uk4hd7jrhamyf45h2ioutq2k7yqhmgihmos7wcole4a
OfficialCIA Wrong address u6mpcti62uk4hd7jrhamyf45h2ioutq2k7yqhmgihmos7wcole4a
OfficialCIA Wrong address u6mpcti62uk4hd7jrhamyf45h2ioutq2k7yqhmgihmos7wcole4a
OfficialCIA Wrong address u6mpcti62uk4hd7jrhamyf45h2ioutq2k7yqhmgihmos7wcole4a
OfficialCIA yea idk whats wrong but it still can't find anything within a reasonable time
orignal start mining with 6 chars and see if it works
orignal it should mine in few secs
nyaa2pguy comment out code for wrong address
orignal maybe it's wrong version there
orignal I remeber that I was fixing this issue
OfficialCIA nyaa2pguy: i'll try that rn. but whats weird is its outputting wrong address for the same address for ~24k lines
orignal no, that's right one
OfficialCIA commented out the printf"wrong address" code and ran it a few times and it made no diffirence
orignal you shoulld debug and fix
OfficialCIA i feel like my compiling of the file is wrong: nvcc -lcrypto -o vanitygen vminer.cu
orignal you must use -m64
orignal GENCODE_SM61 := -gencode=arch=compute_61,code=\"sm_61,compute_61\"
orignal GENCODE_FLAGS := $(GENCODE_SM61)
orignal %.o: %.cu
orignal $(NVCC) -m64 -g $(EXTRA_NVCCFLAGS) -I$(CUDA_INC_PATH) $(GENCODE_FLAGS) -o $@ -c $<
orignal from my makefile
orignal hence you do need to specify arch
nyaa2pguy i used nvcc -O3 -arch=sm_86 -cudart shared -o cudaminer vminer.cu -lcrypto
nyaa2pguy outside of makefile
nyaa2pguy (this is for 3090 so also should work for 3060?)
OfficialCIA tbh i have no idea where to get the makefile from
OfficialCIA nyaa2pguy: still same result
orignal write yourself
nyaa2pguy also needed to use real key file (generate one with keygen first)
nyaa2pguy using empty file = doesn't work properly
OfficialCIA give me a bit, i gotta figure out how to build i2pd-tools on my obscure OS
OfficialCIA oh shit it just took a while because i forgot to run the prerequest commands thats on the github instructions
OfficialCIA generated key file then ran miner and it still made no change