Bitcoin Forum
May 09, 2024, 03:37:17 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 15 16 17 18 19 20 21 »
221  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.30 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: May 31, 2012, 06:46:45 PM
OK, so, little problem with 0.30.

crash... crash... crash... crash... crash... crash...
Fixed in the 0.31.
Great thanks for bug report.
Latest ASM code was not tested under x64.
222  Bitcoin / Wallet software / Re: Ufasoft Coin - Multi-currency client for Windows 0.30 on: May 28, 2012, 10:30:24 PM
Version 0.30 released.
223  Local / Бизнес / Re: Ufasoft Coin - Мульти-валютный клиент для Windows 0.28 on: May 28, 2012, 10:18:27 PM
Выпущена версия 0.30:

Формат БД стал более компактным, 50% от размера базы стандартного клиента
Более быстрая закачка блоков
UI переписан на WPF
224  Bitcoin / Bitcoin Discussion / Re: Yet another Block Explorer on: May 15, 2012, 05:26:43 PM
Firstbits support?
It is easy to implement.
If enough people want that feature.
225  Bitcoin / Bitcoin Discussion / Yet another Block Explorer on: May 15, 2012, 05:14:56 PM
We present a new Multi-currency Block Explorer:

http://ufasoft.com/coin/blockexplorer
226  Local / Новички / Yet another Block Explorer on: May 07, 2012, 11:49:53 PM
http://ufasoft.com/coin/blockexplorer

Пока в статическом режиме (БД не обновляется). Включен полный режим с 5-ю валютами и обновлением

P.S.
Предложение Web-дизайнерам:

Весь UI к BlockExplorer определяется XSLT-файлом: http://ufasoft.com/coin/coin-blockexplorer.xsl
Сейчас он в самом примитивном виде.

Если кто спроектирует красивый UI наподобие
http://blockchain.info/block-index/219014/0000000000000a09276bb6d6eebdf32857499b279a1a552431d333784a506c9a

то взамен готовы предложить ссылку на его Web-сайт с каждой страницы BlockExplorer, показанной в его дизайне.

227  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.28 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: May 07, 2012, 04:44:51 PM
You mean search Functions declarations in the internet, right? Because i didn't find them at the project files.

No. for example:
void CuEngine::Init() is in the file
Code:
el/comp/gpu-cuda.cpp

and you need CUDA and AMD APP, Display SDKs.
Download them from AMD, NVidia sites
228  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.28 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: May 07, 2012, 12:40:04 AM
Thanks again Smiley

I sucessfully build /cpu/  miner after adding  util.cpp.

Now i set "Exclude from project" to false at the .cpp-s  in "GPU support" and i'm trying  to build it again Roll Eyes
I added all of the necessary  files from the  SDK-s but again, i received errors at the linker.


Remove "exclude" attribute of all GPU-supporting files (some of them at "comp" branch).
or find them by Function Names and add them to project
229  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.28 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: May 06, 2012, 09:41:55 PM

1>miner.obj : error LNK2019: unresolved external symbol "class Ext::Blob __cdecl Coin::CalcSha256Midstate(struct Ext::ConstBuf const &)" (?CalcSha256Midstate@Coin@@YA?

Add src\util.cpp to the project.

Thank you for your errors report. I'm fixing them in the .vcxproj for next Source code release.
230  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.28 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: May 06, 2012, 11:05:29 AM
\ufasoft_bitcoin-miner-0.29\el/libext.h(107): fatal error C1083: Cannot open include file: 'sys/cdefs.h': No such file or directory
replace error code line to following:


Code:
#ifdef _MSC_VER
# ifdef __cplusplus
# define __BEGIN_DECLS extern "C" {
# define __END_DECLS }
# else
# define __BEGIN_DECLS
# define __END_DECLS
# endif
#else
#    include "sys/cdefs.h"
#endif
231  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.28 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: April 03, 2012, 03:01:17 AM
It's just a stub for future.
CUDA code is present in the .tar, but never tried to build in under linux.

how much work will it be to enable the cuda part?
Not much. My Linux PC have not PCI-E slot. So I can't test CUDA/OpenCL implementation.
232  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.28 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: March 21, 2012, 06:20:00 PM
Is there a windows binary of this available? It's not exactly easy to build from source since dependencies aren't included and the README and INSTALL files are missing important detailed instructions.
0.29 is Linux-only update. It fixes a bug, which is not related to Windows version. So no need to update binaries.
233  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.28 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: March 19, 2012, 08:22:13 PM
I saw that there's an --enable-cuda flag for ./configure of the ufasoft miner.
How does that work?
I did a ./configure --enable-cuda but running bitcoin-miner it just detected my CPUs.
It's just a stub for future.
CUDA code is present in the .tar, but never tried to build in under linux.



234  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.28 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: March 18, 2012, 10:05:48 AM
Could it be the version of Ufasoft? Or is it something else?
Version 0.29 available: http://ufasoft.com/files/ufasoft_bitcoin-miner-0.29.tar.lzma
Previous versions are worse.
235  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.28 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: March 08, 2012, 10:19:12 PM

Its an ARM 7v2 "Gumstix" with ubuntu 11.04 customised.
Never tested on ARM platform.
You can comment out absent #include from source code.
236  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.28 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: March 08, 2012, 09:20:04 PM
Code:
[quote author=O_Shovah link=topic=3486.msg791038#msg791038 date=1331240692]
./el/libext.h:231:24: fatal error: cmnintrin.h: No such file or directory
compilation terminated.
make[1]: *** [bitcoin-miner.o] Error 1
make[1]: Leaving directory `/home/gumstix/Desktop/ufasoft'
make: *** [all] Error 2

Obviously "cmnintrin.h" is missing but i have not found a source yet to manually add it .
[/quote]
What is platform and GCC version?
237  Local / Альтернативные криптовалюты / Re: DIANNA vs Namecoin on: March 08, 2012, 05:49:25 PM
Namecoin сделан на базе устаревшей версии bitcoin, и там все довольно запущено.

А что конкретно устарело в namecoin?
На мой взгляд: всё namecoin-related вынесено в отдельный файл, поэтому легко будет сделать Merge с последней версией Bitcoin. Ничего сломаться не должно.
238  Local / Кодеры / Re: Пора разобраться с Merged Mining on: March 07, 2012, 05:40:50 PM
Формат блока при Merged Mining  расширен. То есть некоторые блоки NameCoin содержат в себе еще Header-ы Bitcoin-блоков

Ну так я ж написал
Quote
При этом к AUX блоку цепляется куча левой инфы для верификации:
а) Меркль ветка AUX блока в AUX Tree
б) Индекс а) в AUX Tree (зачем, если ветка есть?)
в) Нулевая транзакция биткоин в найденом блоке, конкретно интересует ее scriptSig с рутом AUX Tree.
г) Меркль ветка предыдущего пункта в дереве Bitcoin блока
д) Хидер блока биткоин

непонятно где здесь это дерево хранится.
Merkle-дерево само не хранится, оно строится из TxHash-ей. Ну в Namecoin-блоке же присутствуют namecoin транзакции, так же как в bitcoin-блоке.  Суть в том, чтобы два параллельных блока разных сетей ссылались друг на друга.
239  Local / Альтернативные криптовалюты / Re: MMM Coin on: March 07, 2012, 01:08:25 PM
если сверять номер в заголовке полученного блока с последним имеющимся в локальной копии цепочки, то можно режектить все блоки, номера которых ниже текущего последнего блока в цепочке и банить IP адреса узлов, которые их отправили. С такой фичей даже доверенных узлов не надо, имхо.

Так нельзя делать. Потому что если изначально выкачан тупиковый branch, то клиент никогда не реорганизует цепь на основной block-chain.
240  Local / Кодеры / Re: Пора разобраться с Merged Mining on: March 07, 2012, 01:00:48 PM
А где хранится весь AUX Tree?

Формат блока при Merged Mining  расширен. То есть некоторые блоки NameCoin содержат в себе еще Header-ы Bitcoin-блоков


Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 15 16 17 18 19 20 21 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!