Search content
Sort by

Showing 20 of 229 results by youngcave
Post
Topic
Board 中文 (Chinese)
Re: DELL通过coinbase接受比特币支付!
by
youngcave
on 19/07/2014, 14:54:02 UTC
有了比特币,就不需要.cn了!直接在美国买,shipping到中国,加上关税也便宜的
关税倒是便宜,可要是海关不让过直接把你发回去就爽歪歪了
Post
Topic
Board 山寨币
Re: 从零开始丨新手自学制作第一个山寨币全纪录
by
youngcave
on 19/07/2014, 14:42:51 UTC
楼主,开挖时通知我帮你测试挖一挖,最好还是用X11算法的吧,别用S算法的了

这次最好的结果是出来一个SHA256算法的比特币钱包。。。。

Post
Topic
Board 山寨币
Re: 从零开始丨新手自学制作第一个山寨币全纪录
by
youngcave
on 19/07/2014, 10:42:54 UTC
楼主,没发现这个和制作新的山寨币有多大关系?
我也还没发现有什么关系,研究中..................
Post
Topic
Board 山寨币
Re: 从零开始丨新手自学制作第一个山寨币全纪录
by
youngcave
on 18/07/2014, 14:27:23 UTC
发现一个好币真是越来越难了
你这个和楼主说的制作一个山寨币有关系吗?
楼主你还是在ubuntu下编译吧!
谢谢推荐,百度了下,是个好系统,适合新手,改天我去写一个新手自学linux全记录
Post
Topic
Board 山寨币
Re: 从零开始丨新手自学制作第一个山寨币全纪录
by
youngcave
on 18/07/2014, 08:07:44 UTC
你不是在virtualbox下安装linux的吗?你若不会linux,还要写一个“新手自学linux全纪录”呢!
Grin
没用过linux,直接安装XP了,只是为了弄个纯净的系统防止编译出错
Post
Topic
Board 山寨币
Topic OP
从零开始丨新手自学制作第一个山寨币全纪录
by
youngcave
on 18/07/2014, 07:46:22 UTC
上次发的帖子不算,从LTC和一个已死的山寨币里拷出来的纪录,照着做了下,难度很大,已放弃

现在重新从百度上学习,计划一周时间,一周不能编译出原版BTC钱包就放弃,如果你能给我提供任何帮助,请回复

第一步:安装个虚拟机:32位XP SP3 原版 纯净版

使用Oracle VM VirtualBox 安装好,很简单,第一次使用,不会,继续百度,发现需要下载操作系统镜像,花半小时下载好,安装中。。。。。

终于把虚拟机的共享文件夹设置好了,晚上十点了,为这共享文件夹共花掉了十个小时,我X

第二步:安装msys系统

下载包文件卡住了,我XX,关不掉MinGW管理器,直接关虚拟机也不知道会不会出错,我XXX,等一小时了

关虚拟机重开,搞定

第三步:安装perl系统

第四步:安装python

第五步:安装MinGW

第六步:设置环境变量

第七步:检测编译环境是否正确

在cmd中输入gcc -v

正确,哈哈,总算看到点成果了

----------------------------------------------------------------------

编译相关文件包

第一个:编译openssl

挂机中,好像也要很长时间

第二个:Berkeley DB

又是很长的时间

第三个:轮到Boost喽,据说这个花的时间很长,前面两个据前辈说很快就搞定

只花了几分钟就完了,很可能搞错了,求教:下面这几行命令有没有错?盘符是对的,最下面b2这一行有没有什么地方是错的?

cd C:\deps\boost_1_55_0\
bootstrap.bat mingw
b2 --build-type=complete --with-chrono --with-filesystem --with-program_options --with-system --with-thread toolset=gcc variant=release link=static threading=multi runtime-link=static stage

搞不定,回头再弄,先继续下面几步

第四个:Miniupnpc

简单搞定

第四个:protoc和libprotobuf

照样花很长时间,搞定

第五个:libpng

这个最快,一下子就搞定

第六个:qrencode

这个也花了很长时间


Post
Topic
Board 山寨币
Re: 从零开始丨新手制作完全属于自己的虚拟币
by
youngcave
on 17/07/2014, 08:06:00 UTC
Copyright (c) 2009-2012 Bitcoin Developers
Distributed under the MIT/X11 software license, see the accompanying
file license.txt or http://www.opensource.org/licenses/mit-license.php.
This product includes software developed by the OpenSSL Project for use in
the OpenSSL Toolkit (http://www.openssl.org/).  This product includes
cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP
software written by Thomas Bernard.


See readme-qt.rst for instructions on building BlackCoin QT, the
graphical user interface.

WINDOWS BUILD NOTES
===================

Compilers Supported
-------------------
TODO: What works?
Note: releases are cross-compiled using mingw running on Linux.


Dependencies
------------
Libraries you need to download separately and build:

                default path               download
OpenSSL         \openssl-1.0.1b-mgw        http://www.openssl.org/source/
Berkeley DB     \db-4.8.30.NC-mgw          http://www.oracle.com/technology/software/products/berkeley-db/index.html
Boost           \boost-1.47.0-mgw          http://www.boost.org/users/download/
miniupnpc       \miniupnpc-1.6-mgw         http://miniupnp.tuxfamily.org/files/

Their licenses:
OpenSSL        Old BSD license with the problematic advertising requirement
Berkeley DB    New BSD license with additional requirement that linked software must be free open source
Boost          MIT-like license
miniupnpc      New (3-clause) BSD license

Versions used in this release:
OpenSSL      1.0.1b
Berkeley DB  4.8.30.NC
Boost        1.47.0
miniupnpc    1.6


OpenSSL
-------
MSYS shell:
un-tar sources with MSYS 'tar xfz' to avoid issue with symlinks (OpenSSL ticket 2377)
change 'MAKE' env. variable from 'C:\MinGW32\bin\mingw32-make.exe' to '/c/MinGW32/bin/mingw32-make.exe'

cd /c/openssl-1.0.1b-mgw
./config
make

Berkeley DB
-----------
MSYS shell:
cd /c/db-4.8.30.NC-mgw/build_unix
sh ../dist/configure --enable-mingw --enable-cxx
make

Boost
-----
DOS prompt:
downloaded boost jam 3.1.18
cd \boost-1.47.0-mgw
bjam toolset=gcc --build-type=complete stage

MiniUPnPc
---------
UPnP support is optional, make with USE_UPNP= to disable it.

MSYS shell:
cd /c/miniupnpc-1.6-mgw
make -f Makefile.mingw
mkdir miniupnpc
cp *.h miniupnpc/

BlackCoin
-------
DOS prompt:
cd \blackcoin\src
mingw32-make -f makefile.mingw
strip blackcoind.exe
Post
Topic
Board 山寨币
Topic OP
从零开始丨新手制作完全属于自己的虚拟币
by
youngcave
on 17/07/2014, 07:41:53 UTC
*******************
** 安装 MinGW **
*******************

1.  打开网站: https://sourceforge.net/downloads/mingw
2.  下载安装 mingw-get-setup.exe
3.  Complete the installation wizard leaving default values

*********************
** Configure MinGW **
*********************

1.  Launch the MinGW Installation Manager
2.  Select Basic Setup on the left
3.  Mark the following packages for installation: mingw-developer-toolkit, mingw32-base, mingw-gcc-g++, and msys-base
4.  Select All Packages on the left
5.  Mark the following packages for installation: mingw32-pthreads-w32 (dev), mingw32-libpdcurses (dev), mingw32-pdcurses (bin), msys-libopenssl (dev)
6.  Click Installation > Apply Changes
7.  Click Apply
8.  Wait...
9.  Click Close
10. Close MinGW Installation Manager

************************
** MinGW Post-Install **
************************

1.  Check your Start menu for “MinGW Shell”
2.  If the shortcut exists, continue to the next section, otherwise:
3.  Navigate to C:\MinGW\msys\1.0\postinstall
4.  Run pi.bat & answer the questions
5.  Navigate to C:\MinGW\msys\1.0
6.  Right-click msys.bat and click Copy
7.  Click the Start button
8.  Right-click All Programs and click Open
9.  Right-click on the opened folder and click “Paste shortcut”
10. Right-click the new shortcut and click Properties
11. On the General tab, rename the shortcut to “MinGW Shell”
12. On the Shortcut tab, change Start in to C:\MinGW\msys\1.0\bin
13. Click OK

******************************************
** Install YASM (optional - CPU mining) **
******************************************

1.  Visit http://yasm.tortall.net/Download.html
2.  Download the Win32 or Win64 .exe, depending on your version of Windows
3.  Rename the downloaded executable to yasm.exe
4.  Copy the executable to C:\MinGW\bin

********************
** Install uthash **
********************

1.  Visit http://troydhanson.github.io/uthash/
2.  Download the uthash-master.zip file
3.  Extract the contents of the uthash-master/src folder into C:\MinGW\include

******************************
** Install GTK+ for Windows **
******************************

1.  Visit http://sourceforge.net/projects/gtk-win/
2.  Download and execute the gtk2-runtime installer
3.  Complete the installation wizard leaving default values
4.  Copy libglib-2.0-0.dll from C:\Program Files\GTK2-Runtime\bin to C:\MinGW\bin

************************
** Install pkg-config **
************************

1.  Visit http://www.gtk.org/download/win32.php
2.  Search for a version of pkg-config that includes both the Tool and Dev downloads
3.  Click and download both the Tool link and the Dev link
4.  Open the pkg-config zip file and extract the bin folder to C:\MinGW
5.  Open the pkg-config-dev zip file and extract the share folder to C:\MinGW

*********************
** Install libcurl **
*********************

1.  Visit http://curl.haxx.se/download.html#Win32
2.  Look for the Win32 - Generic heading
3.  Download the link that indicates both *libcurl* (not just binary) and *SSL*
4.  Open the zip file and extract the lib, include, and bin folders to C:\MinGW
5.  Edit C:\MinGW\lib\pkgconfig\libcurl.pc
6.  Change "-lcurl" to "-lcurl -lcurldll"

************************
** Install libjansson **
************************

1.  Visit http://www.digip.org/jansson/releases/
2.  Download the latest .tar.gz file (not doc.tar.gz)
3.  Open the .tar.gz file and extract the jansson folder to C:\MinGW\msys\1.0\home\USER (where USER is your user name)
4.  Click Start and launch MinGW Shell
5.  Type the following (replace X.X with actual version):

   cd ~/jansson-X.X
   ./configure --prefix=/MinGW
   make
   make check
   make install

********************
** Install libusb **
********************

1.  Visit http://git.libusb.org/?p=libusb.git;a=snapshot;h=master;sf=zip
2.  Download and open the resulting zip file
3.  Extract the libusb-master folder to C:\MinGW\msys\1.0\home\USER
4.  Return to the MinGW Shell
5.  Type the following (replace XYZ with actual identifier):

   cd ~/libusb-master-XYZ
   ./autogen.sh --disable-debug-log --prefix=/MinGW
   make
   make install

******************************************************
** Install libmicrohttpd (optional - Stratum Proxy) **
******************************************************

1.  Visit http://ftp.gnu.org/gnu/libmicrohttpd/
2.  Download the latest w32.zip file
3.  Open the zip file and extract the share, lib, include, and bin folders to C:\MinGW

*************************************************
** Install libevent (optional - Stratum Proxy) **
*************************************************

1.  Visit http://libevent.org/
2.  Download the latest stable.tar.gz file
3.  Open the .tar.gz file and extract the libevent-X.Y.Z-stable folder to C:\MinGW\msys\1.0\home\USER
4.  Return to the MinGW Shell
5.  Type the following (replace X.Y.Z with actual version):

   cd ~/libevent-X.Y.Z-stable
   ./configure --disable-openssl --prefix=/MinGW
   make
   make install

*******************************************************
** Install HIDAPI (optional - Hashbuster & Nanofury) **
*******************************************************

1.  Visit https://github.com/signal11/hidapi
2.  Click Releases and download the latest zip file
3.  Open the zip file and extract the hidapi-hidapi folder to C:\MinGW\msys\1.0\home\USER
4.  Return to the MinGW Shell
5.  Type the following (replace X.Y.Z with actual version):

   cd ~/hidapi-hidapi-X.Y.Z
   ./bootstrap
   ./configure --prefix=/MinGW
   make
   make install

*****************
** Install Git **
*****************

1.  Visit http://git-scm.com/downloads
2.  Click the Download for Windows
3.  Run the resulting installer once downloaded
4.  Complete the installation wizard leaving default values

****************************
** Configure Git in MinGW **
****************************

1.  Navigate to C:\MinGW\msys\1.0\home\USER
2.  Create a new text file with Notepad called profile.txt with the contents:

PATH=$PATH:/c/Program\ Files/Git/bin

3.  Return to the MinGW Shell
4.  Type the following:

   mv ~/profile.txt ~/.profile

5.  Restart the MinGW Shell

******************
** OS Header(s) **
******************

1.  Navigate to C:\MinGW\include
2.  Use Notepad to create a new file called mstcpip.h (not .txt) with the contents:

struct tcp_keepalive
{
    u_long onoff;
    u_long keepalivetime;
    u_long keepaliveinterval;
};

#ifndef USE_WS_PREFIX

#define SIO_KEEPALIVE_VALS    _WSAIOW(IOC_VENDOR, 4)

#else

#define WS_SIO_KEEPALIVE_VALS    _WSAIOW(WS_IOC_VENDOR, 4)

#endif

**********************
** Compile bfgminer **
**********************

1.  Return to the MinGW Shell
2.  Type the following:

   cd ~/
   git clone git://github.com/luke-jr/bfgminer.git
   cd bfgminer/
   ./autogen.sh
   ./configure
   make

* Note: see the README for bfgminer ./configure options

**********************
** Package Binaries **
**********************

Create a new folder anywhere and copy the following items there:

C:\MinGW\msys\1.0\home\USER\bfgminer

   bfgminer.exe
   bfgminer-rpc.exe
   *.cl
   COPYING
   LICENSE
   README*

C:\MinGW\msys\1.0\home\USER\bfgminer\libblkmaker\.libs 

   libblkmaker-0.1-0.dll
   libblkmaker_jansson-0.1-0.dll

C:\MinGW\bin

   libcurl.dll
   libjansson-4.dll
   libmicrohttpd-10.dll
   libpdcursesw.dll
   pthreadGC2.dll
   libusb-1.0.dll
   libidn-11.dll
   libeay32.dll
   ssleay32.dll
   libgcc_s_dw2-1.dll
   libgnutls-28.dll
   libgcrypt-11.dll
   libplibc-1.dll
   libgmp.dll
   libintl-8.dll
   libgpg-error-0.dll
   libiconv-2.dll
   libevent-2-0-5.dll
Post
Topic
Board 山寨币
Re: [翻译贴][FVZ] FVZCOIN 快速稀有 X11 POW
by
youngcave
on 13/07/2014, 11:12:00 UTC
Quote
超级难货币
超级难是什么意思?
Post
Topic
Board 山寨币
Re: 【金牌警告】Crypti是个骗局!
by
youngcave
on 13/07/2014, 09:31:29 UTC
到时它们花0.5BTC找人随便做个币发给你,你能怎么样?
所以就算比特儿担保了,也是屁用没有
Post
Topic
Board 山寨币
Re: 对于平台疯狂上币,随意下币,大家有什么看法?
by
youngcave
on 13/07/2014, 09:29:54 UTC
上币还情有可原,因为大家都上币,你不上,你这个交易平台就会淘汰,大势所趋
但是下币是万万不能的,哪怕这个币跌了多少倍,或者没交易量,但是用户在你们这儿买币,相当于买的你们网站平台的产品,不管产品本身如果,但是是绝对不能下币的
希望交易平台  不要出现下币的事
在上币前你能保证这些平台没提前大量买入,让后宣传在高位出售给接盘的?
这个你能阻止吗,平台就是这样,怎么办呢
看着吧,只上币不下币是不可能的,交易平台是大头,随便提前买入,上币,抛货,这样赚钱不亦乐乎
是啊,交易平台永远不亏本的

币下得多了谁还敢去它那交易
Post
Topic
Board Announcements (Altcoins)
Re: [PRE] [ANN] [GRYF] - GryfenCoin
by
youngcave
on 12/07/2014, 02:13:04 UTC
I came here to FUD.
Left impressed.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CommunityCoin (COMM) | Pure PoS | Original COMM MultiPools Coming Soon
by
youngcave
on 10/07/2014, 01:25:56 UTC
Dev, look at other coins dev, you are too little active here. Don't be so lazy and do something according to the coin at last. Another way community will not help you.
there is no hope, comm is dead.

Dev is alive with his another coin.
Post
Topic
Board 山寨币
Re: Plankton-浮游生物-11%免费分发-14%悬赏任务-QQ群343357178
by
youngcave
on 08/07/2014, 03:39:47 UTC
这还QQ群发币????
我一个币都没,不是超级看好的山寨币,再不投入了
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][FOOD]Plankton - Promotions/ Bounties - Don't trade on empty!
by
youngcave
on 08/07/2014, 03:36:42 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN][POS] PosCoin | X15 | PoW + PoS | NO Premine | 7 days PoW
by
youngcave
on 07/07/2014, 15:53:43 UTC
Poscoin don't need POW phase
Let's cut POW phase
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [eTaler] ElectricTaler | Launch 11/7 - 18UTC
by
youngcave
on 07/07/2014, 15:13:35 UTC
I like mine with no software tool rig

Solo is the best method of mine
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][TDY] Teddycoin-15%Free+75%IPO(Escrow)+10%Bounties丨100% POS丨Big Bounties丨
by
youngcave
on 07/07/2014, 14:30:36 UTC
@Dev,

which account of yours is alive now?

This is a new account.
  I really don't know why.   
IPO will ends 2 hours later.     Send coin will beginning two and a half hours later.

It looks like some moderator don't like you.   Angry
More than five users are blocked.
Even so, I still would not give up. Coin would normally launch, add in a big exchange.
Thank you for your support.

IPO will end 1 hours later.


Good luck
Hope you have a sucess IPO
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][FOOD]Plankton - Promotions/ Bounties - Don't trade on empty!
by
youngcave
on 07/07/2014, 14:16:44 UTC
looks like I missed the big chance, but never give up...
Whale, where can I trade some FOOD already?

https://alcurex.com


Need to set a buy order at 0.00000002 if you want to get Food
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][FOOD]Plankton - Promotions/ Bounties - Don't trade on empty!
by
youngcave
on 07/07/2014, 10:26:11 UTC
There QQ group. I went to see.
The first QQ group for whales. 343357178 Welcome you to chat

come here to see see