Search content
Sort by

Showing 17 of 17 results by dc_lose
Post
Topic
Board Альтернативные криптовалюты
Re: [ANN][pre-ICO] FinTab – система учета крипто портфелей
by
dc_lose
on 25/11/2017, 09:51:03 UTC
На прошлой неделе совместно с нашими партнерами мы посетили конференцию Moscow Blockchain Conf.
Конференцию хорошо организовали, наш стенд имел успел и все два дня мы отвечали на вопросы по сервису.

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

Приятно было и то, что уже некоторые из участников конференции пользуются нашим сервисом

https://image.ibb.co/kma18R/iq3_MEqv_TOl4.jpg

https://image.ibb.co/bXXg8R/g1u2_Bba_Rr7_Y.jpg
Видел вас на конференции, вы совместно со старт айсо были как я понимаю?
Post
Topic
Board Альтернативные криптовалюты
Re: [ANN][pre-ICO] FinTab – система учета крипто портфелей
by
dc_lose
on 18/10/2017, 14:26:24 UTC
А что на счет бонуса? Почему он 0%? Как и относительного чего он считается?
Post
Topic
Board Альтернативные криптовалюты
Re: [ANN][pre-ICO] FinTab – система учета крипто портфелей
by
dc_lose
on 17/10/2017, 17:07:38 UTC
Ребят, а каким образом вы хотите хотите передавать данные от биржи?
Post
Topic
Board Альтернативные криптовалюты
Re: [ANN][pre-ICO] FinTab – система учета крипто портфелей
by
dc_lose
on 16/10/2017, 16:42:22 UTC
Я отправил вам деньги, почему моя заявка находится уже несколько часов в статусе InProgress?

Укажите в личном кабинете кошелек ETH на который должны быть зачислены деньги, ваша операция зависла в статусе «InProgress».

Ок, спасибо.
Post
Topic
Board Альтернативные криптовалюты
Re: [ANN][pre-ICO] FinTab – система учета крипто портфелей
by
dc_lose
on 16/10/2017, 16:35:14 UTC
Я отправил вам деньги, почему моя заявка находится уже несколько часов в статусе InProgress?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [pre-ICO] FinTab – The Accounting System for Cryptocurrency Portfolios
by
dc_lose
on 10/10/2017, 06:19:45 UTC
On Thursday, pre-ICO has time to invest

Perfect! I plan to participate, I hope everything goes well
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [pre-ICO] FinTab – The Accounting System for Cryptocurrency Portfolios
by
dc_lose
on 05/10/2017, 12:12:43 UTC
We decided on the platform on which we will mange our pre-ICO:
http://startico.net/
What advantages does the platform give to investors:
— Two-factor identification at the entrance to the personal account (plug-in function at the request of the user).
— The software provides maximum reliability and security of payment acceptance. Software does not store private keys for wallets and hacking the software does not make sense.
— Inability to change payment addresses and details, each transaction is one-time.
— Acceptance of payments with automatic tracking of the fact of payment and delivery of the token.
— Acceptance of payments in various crypto-currencies.
— The software provides to investor an opportunity to change the address of Ethereum wallet to where the purchased token will be delivered.
— Output of investment statistics and order list.
— Contact form with sending messages to the organizer ICO.
Now we are actively engaged in the preparation of a smart contract.


Good!
But does this platform already work or not? It seems that they themselves conduct the ICO?
Post
Topic
Board Bounties (Altcoins)
Re: [ANN] [BOUNTY] [pre-ICO] FinTab – The Accounting System for Cryptocurrency
by
dc_lose
on 02/10/2017, 06:28:13 UTC
Question about facebook - in the topic it is written:
"Make 5 own posts per week in other groups with the hashtag #FinTab and #CryptocurrencyPortfolio."

In which groups do the posts? Only in cryptocurrency?
One post per day?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [pre-ICO] FinTab – The Accounting System for Cryptocurrency Portfolios
by
dc_lose
on 02/10/2017, 06:18:51 UTC
Quote
In FinTab tokens, a smart contract will be implemented to return tokens to the market

Why return tokens to the market?
Post
Topic
Board Mining
Re: small gpu load (poclbm.py, 3x6950 under ubuntu 11.04)
by
dc_lose
on 04/06/2011, 20:59:04 UTC
thanks mate
I've installed SDK 2.4 but gpu usage is still ~50% Sad

Crap. Now try underclocking your memory to 300 MHz, maybe that helps...
I've tried this already

Did you try leaving it alone(logoff or unplugmonitor or..) and calculate from "2^32 * share/s = hash/s" from your pool site(~3hours to get most accurate). I know there's some variance, but should clearly see if they are still running 50% or 99%.
and this too

Another idea, burn a LinuxCoin cd and try mining in their live environment. If it still stays low, we'll know it's probably hardware related.
http://forum.bitcoin.org/?topic=7374.0
ok, I will try, thanks
Post
Topic
Board Mining
Re: small gpu load (poclbm.py, 3x6950 under ubuntu 11.04)
by
dc_lose
on 04/06/2011, 18:26:32 UTC
thanks mate
I've installed SDK 2.4 but gpu usage is still ~50% Sad
Post
Topic
Board Mining
Re: small gpu load (poclbm.py, 3x6950 under ubuntu 11.04)
by
dc_lose
on 04/06/2011, 17:53:49 UTC
CPU usage is about 50%

I'm trying to install SDK 2.4
Code:
wget http://download2-developer.amd.com/amd/APPSDK/AMD-APP-SDK-v2.4-lnx64.tgz
sudo tar zxfv AMD-APP-SDK-v2.4-lnx64.tgz -C /opt
export LD_LIBRARY_PATH=/opt/AMD-APP-SDK-v2.4-lnx64/lib/x86_64/:$LD_LIBRARY_PATH
wget http://pypi.python.org/packages/source/p/pyopencl/pyopencl-0.92.tar.gz
tar zxfv pyopencl-0.92.tar.gz
cd pyopencl-0.92
./configure.py --cl-inc-dir=/opt/AMD-APP-SDK-v2.4-lnx64/include/ --cl-lib-dir=/opt/AMD-APP-SDK-v2.4-lnx64/lib/x86_64
make
sudo make install
cd poclbm
./poclbm.py

Code:
/poclbm$ ./poclbm.py
Traceback (most recent call last):
  File "./poclbm.py", line 27, in
    platforms = cl.get_platforms()
pyopencl.LogicError: clGetPlatformIDs failed: invalid/unknown error code

What am I doing wrong?
Post
Topic
Board Mining
Re: small gpu load (poclbm.py, 3x6950 under ubuntu 11.04)
by
dc_lose
on 04/06/2011, 16:42:17 UTC
Didn't the Hardware Mining comparison wiki page state that SDK's 2.2 and 2.3 had a bug causing them to hog CPU resources?

Check your CPU load while mining, and change to 2.4 if possible.
Ok I'll check it later
Post
Topic
Board Mining
Re: small gpu load (poclbm.py, 3x6950 under ubuntu 11.04)
by
dc_lose
on 04/06/2011, 16:32:38 UTC
What are your miner command line settings?

Also, is your power supply large enough?


If possible, try downclocking the memory to 300 MHz, that might lift some strain on the PSU.

miner settings -v -w128
How to downcloack the memory in ubuntu 1104?

Looks like your cards are highly restricted in over/underclocking range, aticonfig won't do. AMDOverdriveCtrl, on the other hand, might just do that.
Get it here:
http://sourceforge.net/projects/amdovdrvctrl/files/C%2B%2B%20sources/AMDOverdriveCtrl.1.2.0.tar.bz2/download

If you don't run headless, just start it and adjust the values. If you do, post, and I'll be back Wink
http://img43.imageshack.us/img43/3699/screenshotfxx.jpg
with 3 x 6970
Post
Topic
Board Mining
Re: small gpu load (poclbm.py, 3x6950 under ubuntu 11.04)
by
dc_lose
on 04/06/2011, 12:49:10 UTC
What are your miner command line settings?

Also, is your power supply large enough?


If possible, try downclocking the memory to 300 MHz, that might lift some strain on the PSU.

miner settings -v -w128
How to downcloack the memory in ubuntu 1104?
Post
Topic
Board Mining
Re: small gpu load (poclbm.py, 3x6950 under ubuntu 11.04)
by
dc_lose
on 04/06/2011, 12:46:31 UTC
Do you have enough power on your PSU for the three cards?  You probably need at minimum a 750W or so to handle that, preferably with a single rail or you'll overload the rails.  I've seen GPU's throttle if they aren't getting enough power.
I have 1200W PSU and everything works fine in win7
Yea PSU is not the problem
Post
Topic
Board Mining
Re: small gpu load (poclbm.py, 3x6950 under ubuntu 11.04)
by
dc_lose
on 04/06/2011, 12:33:20 UTC
i have the same problem! 10 btc if you help me to solve it