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
BoardRomâ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
BoardMining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019
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.
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
BoardMining (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