Search content
Sort by

Showing 20 of 71 results by k5opt
Post
Topic
Board Трейдеры
Re: BTC-E.com Биржа по торговле BTC/NMC/LTC/NVC/TRC/PPC/FTC/XPM (комиссия 0.2%)
by
k5opt
on 19/03/2014, 16:35:33 UTC

Я написал вам в скайп дорогие наши конкуренты, если вы будите продолжать в том же духе, то будет опубликована информация кто вы и зачем это сделали.

Не надо устраивать грязного пиара.


Вот мои контакты
skype: vlaage
телефон у вас в личке
свяжитесь со мной
я уже и не знаю как с вами поговорить
Post
Topic
Board Трейдеры
Re: Новая эпоха в торговле криптовалютами
by
k5opt
on 12/03/2014, 05:43:58 UTC
авл, а можно по подробней, че случилось то.

Что случилось - это биржа должна объяснить.
А так со вчерашнего вечера кто-то сначала все ларки скупал почти до 30 рублей, потом битки по 35000 продавал, а потом вообще  вплоть до рубля слили. Заявки на покупку по 100000 битков стояли. А суппорты биржи в небытие впали и все им по барабану.
сейчас слава богу вроде устаканилось - откатили всё. Первый блин старт комом что ли Smiley)
Post
Topic
Board Трейдеры
Re: АВТОМАТ: BTC-E ввод/вывод рублей через Z-Payment
by
k5opt
on 16/02/2014, 17:43:05 UTC
А если у меня рубли на бтц-е.
То как быть?
Post
Topic
Board Бизнес
Topic OP
Меняю BTC-E коды на рубли
by
k5opt
on 11/02/2014, 04:39:36 UTC
Если вам нужно внести рубли на BTC-e  биржу - обращайтесь!

Меняю BTC-E коды на Qiwi или на Yandex.

От меня бонус +2% от сделки Smiley

пишите PM или в SKYPE: vlaage
Post
Topic
Board Mining (Altcoins)
Topic OP
MAXCOIN pool (GPU mining: reaper and cgminer support) ! Welcome Camrades!
by
k5opt
on 10/02/2014, 09:02:40 UTC
Attention!!!
Pool for Maxcoin is openned now!


http://max.dragonspool.com:8080/
- just register. Create workers. Add you wallet and go.



Supporting GPU miners:

Reaper :
- download our package http://max.dragonspool.com:8080/files/maxcoin_reaper.zip
- fill you workers and password (by default pass is 0000)


Cgminer:
- download our package http://dragonspool.com:8080/files/cgminer-maxcoin.rar
- fill you workers and password in *.bat file (by default pass is 0000 so fix it in *.bat file)


English support on chat 24h: http://max.dragonspool.com:8080/chat


Enjoy!
Post
Topic
Board Mining (Altcoins)
Topic OP
Looking for a coder to compile cgminer with our small change (0.1 BTC)
by
k5opt
on 09/02/2014, 10:15:28 UTC

need to compile cgminer
from https://github.com/Eropi4/cgminer_keccak/
with following function change in file keccak.c

from:

Code:
void Hash3(uint256 *pResult, unsigned char const *pbegin, unsigned char const *pend)
{
 uint256 hash1;
 uint256 hash2;
 crypto_hash((unsigned char*)&hash1, pbegin, (pend - pbegin) * sizeof(pbegin[0]));
 crypto_hash((unsigned char*)&hash2, (unsigned char*)&hash1, sizeof(hash1));
 *pResult = hash2;
}

to:

Code:
void Hash3(uint256 *pResult, unsigned char const *pbegin, unsigned char const *pend)
{
 uint256 hash1;
 crypto_hash((unsigned char*)&hash1, pbegin, (pend - pbegin) * sizeof(pbegin[0]));
 *pResult = hash1;
}

in fact its just to remove 2nd hashing


PM me  or use Skype: vlaage
Post
Topic
Board Mining (Altcoins)
Topic OP
compile Cgminer (0.1btc)
by
k5opt
on 09/02/2014, 08:03:11 UTC
Hello
I need you compile Cgminer from

https://github.com/Eropi4/cgminer_keccak/


You have to change in file keccak.c

old function
void Hash3(uint256 *pResult, unsigned char const *pbegin, unsigned char const *pend)
{
 uint256 hash1;
 uint256 hash2;
 crypto_hash((unsigned char*)&hash1, pbegin, (pend - pbegin) * sizeof(pbegin[0]));
 crypto_hash((unsigned char*)&hash2, (unsigned char*)&hash1, sizeof(hash1));
 *pResult = hash2;
}


to that one:

void Hash3(uint256 *pResult, unsigned char const *pbegin, unsigned char const *pend)
{
 uint256 hash1;
 crypto_hash((unsigned char*)&hash1, pbegin, (pend - pbegin) * sizeof(pbegin[0]));
 *pResult = hash1;
}


Idea is to remove double hashing.
Skype for connection vlaage
give 0.1 BTC
Post
Topic
Board Кодеры
Topic OP
Собрать cgminer c небольшими изменениями (0.1btc)
by
k5opt
on 09/02/2014, 07:25:29 UTC
Нужно скомпилировать cgminer из
https://github.com/Eropi4/cgminer_keccak/

изменив в файле keccak.c
функцию
void Hash3(uint256 *pResult, unsigned char const *pbegin, unsigned char const *pend)
{
 uint256 hash1;
 uint256 hash2;
 crypto_hash((unsigned char*)&hash1, pbegin, (pend - pbegin) * sizeof(pbegin[0]));
 crypto_hash((unsigned char*)&hash2, (unsigned char*)&hash1, sizeof(hash1));
 *pResult = hash2;
}

на

void Hash3(uint256 *pResult, unsigned char const *pbegin, unsigned char const *pend)
{
 uint256 hash1;
 crypto_hash((unsigned char*)&hash1, pbegin, (pend - pbegin) * sizeof(pbegin[0]));
 *pResult = hash1;
}

по сути убрать второе хеширование.

Скайп для связи: vlaage
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ECN] eCoin {SHA-3 Hashing}{Unique Economic System}{GPU} LAUNCHED
by
k5opt
on 31/01/2014, 07:43:50 UTC
Bounties:

Pools:
10,000 ECN Per Pool First 1
5000 ECN Per Pool for next 3
2000 ECN Per Pool for next 3

Block Explorer:
20,000 ECN First Block Explorer
10,000 ECN Per Explorer After that

Pool for E-coin isn't a problem for me.
But 10k from  7 000 000 000  Ecoins  - is it joke?

500k ECN - and we realize pool for E-coins. It's not a problem. PM me If you wish.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ECN] eCoin {SHA-3 Hashing}{Unique Economic System}{GPU} LAUNCHED
by
k5opt
on 22/01/2014, 17:35:13 UTC
Very very interesting...
CopperLark was created in start of 2013

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ECN] eCoin {SHA-3 Hashing}{Unique Economic System}{GPU} LAUNCHED
by
k5opt
on 22/01/2014, 17:29:22 UTC
I'm happy to see fork of CopperLark, which the most popular cryptocoin  in Eastern Europe , especially in Russia Smiley
It's funny Smiley

All information about mining and so on you could find on copperlark.com, flylark.net
Post
Topic
Board Altcoin Discussion
Re: CoinChoose - alternative site to show respective profitability of the alt coins
by
k5opt
on 06/11/2013, 02:35:00 UTC
Hello guys!
Could you add CopperLark Coin

Here is general data about the coin:
https://copperlark.com/en
Exchanges on which trading:
https://upbit.org/en
https://mcxnow.com
https://www.cryptsy.com
Client-purse:
https://copperlark.com/en/download
Where there are already statistics:
http://cryptometer.org


If you need some additional information - just ask me.
Thank you very much!

CopperLark community.
no its a CPU coin (even if it has a GPU miner, it cant be measured in the same way as scrypt and sha)

It has fast miner GPU, just need to fix scrypt for mesauring sha3 - it isn't great problem - believe me.
Post
Topic
Board Altcoin Discussion
Re: CoinChoose - alternative site to show respective profitability of the alt coins
by
k5opt
on 02/11/2013, 09:53:21 UTC
Hello guys!
Could you add CopperLark Coin

Here is general data about the coin:
https://copperlark.com/en
Exchanges on which trading:
https://upbit.org/en
https://mcxnow.com
https://www.cryptsy.com
Client-purse:
https://copperlark.com/en/download
Where there are already statistics:
http://cryptometer.org


If you need some additional information - just ask me.
Thank you very much!

CopperLark community.
Post
Topic
Board Altcoin Discussion
Re: CRAZY Pennies giveaway 1,000,000,000 divided between CENT addy posters!
by
k5opt
on 30/10/2013, 18:18:33 UTC
PG8xVukr2RdPA9cyBDucjnM2bJgfJCqXpG
Ty very much!
Post
Topic
Board Altcoin Discussion
Re: [POLL] -=- Which coin would you like to see on PhenixEx ? -=-
by
k5opt
on 10/09/2013, 07:38:01 UTC
Add please to the list of coins CopperLark [CLR] (copperlark.com). This coin is very popular in Russia and Eastern Europe.
Some technical details:
1. algorithm sha-3
2. network power more than 50 GHs
Coins already trading on upbit.org and mcxnow.com
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XNC] XenCoin | Instant | Stable | Long term Support - New UPDATE!!!
by
k5opt
on 28/06/2013, 09:05:52 UTC
Actually this would be good to trade into ltc. 1000000 per ltc would be a realistic start
LOL your methmatics skills are so bad
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XNC] XenCoin | Instant | Stable | Long term Support - New UPDATE!!!
by
k5opt
on 28/06/2013, 08:28:19 UTC
Interesting which exchange rate is actual for this great coin?

I think 0.00009 is good for start.

Yes It seems true
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XNC] XenCoin | Instant | Stable | Long term Support - New UPDATE!!!
by
k5opt
on 28/06/2013, 07:21:12 UTC
Interesting which exchange rate is actual for this great coin?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XNC] XenCoin | Instant Transactions | Stable | Long term Support | Usable
by
k5opt
on 25/06/2013, 03:08:18 UTC
we shouldn't sell xencoin so cheap. it's strong coin I prefer to save it.
Post
Topic
Board Altcoin Discussion
Re: [Testnet BITCOIN: BT3] FREE BITCOINS just post your address!
by
k5opt
on 14/06/2013, 08:31:19 UTC
1Pwh8xKofVuCLdy1z3MsrKkWZ8rfs7AKTV