It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
rpcuser=user
rpcpassword=x
rpcallowip=localhost
rpcport=80
daemon=1
server=1
gen=0
D:\Folder>identityd
Failed to parse arguments: unrecognised option 'rpcuser'
-->Download
--> extract
-->run identityd.exe
-->wait for it to synch
-->open simplewallet.exe (while still running identityd.exe)
--> press g (to create new wallet)
-->name wallet
-->create password
Congrats! you now are running the chain and created you own address
rpcuser=user
rpcpassword=x
rpcallowip=localhost
rpcport=80
daemon=1
server=1
gen=0
D:\Folder>identityd
Failed to parse arguments: unrecognised option 'rpcuser'
To run chain (make sure you are in the right directory E.G. cryptonote/build/release/src)
--> ./identityd
~Congrats you are now running the chain!
~ If you want to mine from here use:
--> start_mining (insert wallet address) (number of cpu)
--> stop_mining
If you need a wallet address look at section below. To create a wallet in second terminal use:
(make sure you are still running the chain)
--> ./simplewallet
It will give you the option to Make a new wallet or Open an existing one
Assuming you need a new one use:
--> g
--> (name your wallet)
--> (choose password)
Congrats you have your own wallet!
command list use:
--> help
typical commands used
--> address (this shows you your address)
--> start_mining (this starts mining to your wallet)
--> stop_mining (this stops mining)
--> balance (this shows you your balance)
rpcuser=user
rpcpassword=x
rpcallowip=localhost
rpcport=80
daemon=1
server=1
gen=0
D:\Folder>identityd
Failed to parse arguments: unrecognised option 'rpcuser'
On Windows:
Dependencies: MSVC 2013 or later, CMake 2.8.6 or later, and Boost 1.55 or later. You may download them from:
http://www.microsoft.com/
http://www.cmake.org/
http://www.boost.org/
To build, change to a directory where this file is located, and run this commands:
mkdir build
cd build
cmake -G "Visual Studio 12 Win64" ..
And then do Build.
Good luck!