Search content
Sort by

Showing 12 of 12 results by jotun
Post
Topic
Board Bounties (Altcoins)
Re: [BOUNTY] FOR ALL CRYPTO ENTHUSIASTS!!! “HASH HODLER” AIRDROP: 10 000 HASH TOKENS
by
jotun
on 24/07/2021, 11:21:42 UTC
Give me some Hash
Post
Topic
Board Română (Romanian)
Re: Ce banci din Romania accepta tranzactii initiate de kraken
by
jotun
on 08/09/2020, 07:23:16 UTC
Stie cineva sa imi zica ce banci din romania nu sunt deranjate de depozitele care vin din kraken?

Nu stiu precis care banci nu sunt deranjate, dar stiu ca in general mai toate sunt sau devin deranjate. Insa intrebarea mea este: de ce ai vrea sa te expui in fata statului, lucrand cu bancile? Nu iti este de ajuns ca ti-ai expus deja toate datele personale, lucrand cu un exchange centralizat? Acum, pe langa ca risti sa te trezesti ca datele tale personale ajung pe dark net, vrei sa risti si sa iti bata la usa ANAF sau DIICOT?

Datele mele sunt deja pe net pentru ca nu am fost destul de disciplinat, mai nimeni nu era, prin 90 cand am dat prima oara de net, ANAFul nu vine peste mine pentru ca inca nu stie cum, si daca ar sti, se poate usor contesta decizia inspectorului pentru ca nu avem cadru legal ca lumea legat de crypto, e usor sa spui ca veniturile din cont sunt rezultate din vanzarea bunurilor din "patrimoniul personal altele decât câștigurile din transferul titlurilor de valoare și/sau aurului financiar prevăzute la cap. V – Venituri din investiții, precum și altele decât cele definite la cap. IX – Venituri din transferul proprietăților imobiliare din patrimoniul personal;" unde crypto se incadreaza momentan.

Motivul pentru care consider kraken->banca din romania e ca celalate variante mai cypherpunk de transformat crypto in fiat urmat de utilizat fiat, ori au costuri mai mari ori sunt considerabil mai complicate. Alt motiv pentru intrebarea mea e ca cred ca ar fi util sa stim despre atitudinea fiecarei banci din romania fata de crypto.
Post
Topic
Board Română (Romanian)
Topic OP
Ce banci din Romania accepta tranzactii initiate de kraken
by
jotun
on 07/09/2020, 08:15:23 UTC
Salut,

Stie cineva sa imi zica ce banci din romania nu sunt deranjate de depozitele care vin din kraken? Stiu sigur ca Banca Transilvania nu vrea. Unicredit pare sa mearga(nu e pe blacklist-ul kraken), dar nu am testat inca.


Merci!
Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019
by
jotun
on 09/09/2017, 21:13:09 UTC
this may have been asked, but I can't seem to find it.

I know nvoc is made for the 10 series cards but has anyone tried 970's or 980's ?

tested nvOC on my PC that has a gtx 970, I get 290-300 Sols/s
Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019
by
jotun
on 08/09/2017, 06:39:46 UTC
in 3main
Code:
pkill -e miner
I know it is used to kill the miner process, but what does -e mean? Cannot find this argument in
Code:
man pkill

-e echoes the processes that were killed
Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019
by
jotun
on 06/09/2017, 06:39:31 UTC
can not get this to work on one of my rig... in not a linux guru  Grin

you don't need to be a linux guru to make nvOC work, you need to be a usb stick plug in and switch the power on guru though

also, we need more details in order to help...
Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019
by
jotun
on 30/08/2017, 17:23:22 UTC
Did anyone successfully set up teamviewer with custom resolutions without monitor(or dummy plug) on a headless rig?

Try
http://imgur.com/a/mzMNB

Interesting; have you confirmed this works helpme85?
I'm also not sure, when I used teamviewer at that time I connected to the monitor.

I did, doesn't work.
Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019
by
jotun
on 29/08/2017, 12:48:57 UTC
Did anyone successfully set up teamviewer with custom resolutions without monitor(or dummy plug) on a headless rig?

Try
http://imgur.com/a/mzMNB

doesn't work on headless machine, resolution is 640X480
Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019
by
jotun
on 29/08/2017, 06:46:31 UTC
Did anyone successfully set up teamviewer with custom resolutions without monitor(or dummy plug) on a headless rig?
Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0018
by
jotun
on 28/08/2017, 18:43:55 UTC
Dont know if its been asked/suggested or not
I thought it would be good to implement some thing similar to nicehash oc settings for manual mine too
So when we change coin, 1bash automatically switch oc profile

Looking for something similar, maybe we can narrow down it to based on algo which is going to be used!?

not to elegant but for now I do this(v0018):
Code:
INDIVIDUAL_CLOCKS="YES"         # YES NO

if [ $COIN == "ETH" -o $COIN == "ETC" ]
then
    if [ $INDIVIDUAL_CLOCKS == "NO" ]
    then
        __CORE_OVERCLOCK=0
        MEMORY_OVERCLOCK=1210
    elif [ $INDIVIDUAL_CLOCKS == "YES" ]
    then
        __CORE_OVERCLOCK_0=0
        MEMORY_OVERCLOCK_0=1300
        __CORE_OVERCLOCK_1=0
        MEMORY_OVERCLOCK_1=1300
        __CORE_OVERCLOCK_2=0       
        MEMORY_OVERCLOCK_2=1200
        __CORE_OVERCLOCK_3=0
        MEMORY_OVERCLOCK_3=1200
        __CORE_OVERCLOCK_4=0
        MEMORY_OVERCLOCK_4=1600
        __CORE_OVERCLOCK_5=0
        MEMORY_OVERCLOCK_5=1200
        __CORE_OVERCLOCK_6=0       
        MEMORY_OVERCLOCK_6=1200
    fi
elif [ $COIN == "DUAL_ETH_SC" ]
then
    __CORE_OVERCLOCK=110
    MEMORY_OVERCLOCK=1100
elif [ $COIN == "ZEC" ]
then
    if [ $INDIVIDUAL_CLOCKS == "NO" ]
    then
        __CORE_OVERCLOCK=105   
        MEMORY_OVERCLOCK=1200
    elif [ $INDIVIDUAL_CLOCKS == "YES" ]
    then
        __CORE_OVERCLOCK_0=104
        MEMORY_OVERCLOCK_0=1230
        __CORE_OVERCLOCK_1=104
        MEMORY_OVERCLOCK_1=1225
        __CORE_OVERCLOCK_2=120
        MEMORY_OVERCLOCK_2=1300
        __CORE_OVERCLOCK_3=104
        MEMORY_OVERCLOCK_3=1225
        __CORE_OVERCLOCK_4=105
        MEMORY_OVERCLOCK_4=1300
        __CORE_OVERCLOCK_5=105
        MEMORY_OVERCLOCK_5=1235
        __CORE_OVERCLOCK_6=104
        MEMORY_OVERCLOCK_6=1235
    fi
fi
 
# Set individual clocks here if INDIVIDUAL_CLOCKS="YES"
#__CORE_OVERCLOCK_0=100
#MEMORY_OVERCLOCK_0=1230
#__CORE_OVERCLOCK_1=100
#MEMORY_OVERCLOCK_1=1230
#__CORE_OVERCLOCK_2=100
#MEMORY_OVERCLOCK_2=1230
#__CORE_OVERCLOCK_3=100
#MEMORY_OVERCLOCK_3=1230
#__CORE_OVERCLOCK_4=130
#MEMORY_OVERCLOCK_4=1310
#__CORE_OVERCLOCK_5=100
#MEMORY_OVERCLOCK_5=1220
#__CORE_OVERCLOCK_6=100
#MEMORY_OVERCLOCK_6=1215
...etc

we need to modularise 1bash, 1 settings file for each coin(or a settings db) would be nice, don't have to much time on my hands right now but when I do I'll think of something and ask my man fullzero to include it if he likes it.
Post
Topic
Board Mining (Altcoins)
Re: Can't get ethermine.org to accept shares
by
jotun
on 14/07/2017, 10:39:53 UTC
I can't get ethermine.org to accept my shares for ETH/ETC, nanopool works ok tho. any help is greatly appreciated.

Code:
  ℹ  04:00:58|stratum  Connecting to stratum server eu1.ethermine.org:14444
  ℹ  04:00:59|stratum  Connected to stratum server eu1.ethermine.org : 14444
  ℹ  04:00:59|stratum  Subscribed to stratum server
  ✘  04:00:59|stratum  Read response failed: End of file
  ℹ  04:00:59|stratum  Reconnecting in 3 seconds...
  ℹ  04:01:02|stratum  Connecting to stratum server eu1.ethermine.org:14444
Could not resolve hosteu1.ethermine.org:14444, Operation canceled  ℹ  04:01:02|stratum  Reconnecting in 3 seconds...

onebash settings:
Code:
COIN="ETC"
USE_ENVIRONMENTAL_VARIBLES="YES"   #YES  NO
ETHERMINEdotORG="YES"
GENOILorCLAYMORE="GENOIL"  # choose GENOIL  or  CLAYMORE
ETC_WORKER="$IP_AS_WORKER"
ETC_ADDRESS="0x23a3d73843ee4fef1702c5d6ce78e43d960f4d79"
ETC_POOL="eu1.ethermine.org:14444"
ETC_EXTENTION_ARGUMENTS=""    # add any additional claymore arguments desired here

For ETC you need to use:

Code:
ETC_POOL="eu1-etc.ethermine.org:4444"

or

Code:
ETC_POOL="eu1-etc.ethermine.org:14444"

thanks for pointing out my dumb mistake, everything works now \0/
Post
Topic
Board Mining (Altcoins)
Can't get ethermine.org to accept shares
by
jotun
on 14/07/2017, 08:04:12 UTC
I can't get ethermine.org to accept my shares for ETH/ETC, nanopool works ok tho. any help is greatly appreciated.

Code:
  ℹ  04:00:58|stratum  Connecting to stratum server eu1.ethermine.org:14444
  ℹ  04:00:59|stratum  Connected to stratum server eu1.ethermine.org : 14444
  ℹ  04:00:59|stratum  Subscribed to stratum server
  ✘  04:00:59|stratum  Read response failed: End of file
  ℹ  04:00:59|stratum  Reconnecting in 3 seconds...
  ℹ  04:01:02|stratum  Connecting to stratum server eu1.ethermine.org:14444
Could not resolve hosteu1.ethermine.org:14444, Operation canceled  ℹ  04:01:02|stratum  Reconnecting in 3 seconds...

onebash settings:
Code:
COIN="ETC"
USE_ENVIRONMENTAL_VARIBLES="YES"   #YES  NO
ETHERMINEdotORG="YES"
GENOILorCLAYMORE="GENOIL"  # choose GENOIL  or  CLAYMORE
ETC_WORKER="$IP_AS_WORKER"
ETC_ADDRESS="0x23a3d73843ee4fef1702c5d6ce78e43d960f4d79"
ETC_POOL="eu1.ethermine.org:14444"
ETC_EXTENTION_ARGUMENTS=""    # add any additional claymore arguments desired here