Skip to content

Commit

Permalink
Temp shift up
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunmsh committed Jan 14, 2017
1 parent 33a0e56 commit 1abd77f
Show file tree
Hide file tree
Showing 415 changed files with 169,229 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
10 changes: 10 additions & 0 deletions .qmake.stash
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
QMAKE_DEFAULT_INCDIRS = \
/mnt/mxe/usr/lib/gcc/i686-w64-mingw32.static/4.9.4/include/c++ \
/mnt/mxe/usr/lib/gcc/i686-w64-mingw32.static/4.9.4/include/c++/i686-w64-mingw32.static \
/mnt/mxe/usr/lib/gcc/i686-w64-mingw32.static/4.9.4/include/c++/backward \
/mnt/mxe/usr/lib/gcc/i686-w64-mingw32.static/4.9.4/include \
/mnt/mxe/usr/lib/gcc/i686-w64-mingw32.static/4.9.4/include-fixed \
/mnt/mxe/usr/i686-w64-mingw32.static/include
QMAKE_DEFAULT_LIBDIRS = \
/mnt/mxe/usr/lib/gcc/i686-w64-mingw32.static/4.9.4 \
/mnt/mxe/usr/i686-w64-mingw32.static/lib
18 changes: 18 additions & 0 deletions First Debug
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
KashhCoin version v1.6.0.0 (2016-09-09 01:06:56 +0530)
Using OpenSSL version OpenSSL 1.0.1f 6 Jan 2014
Startup time: 10/16/16 03:04:26
Default data directory /home/arjun/.KashhCoin
Used data directory /home/arjun/.KashhCoin/testnet2
dbenv.open LogDir=/home/arjun/.KashhCoin/testnet2/database ErrorFile=/home/arjun/.KashhCoin/testnet2/db.log
Bound to [::]:22613
Bound to 0.0.0.0:22613
Loading block index...
CBlock(hash=0d77342ab26567637f2b7413b3a346045049ec2c169f44ba09893aee764fc431, ver=1, hashPrevBlock=0000000000000000000000000000000000000000000000000000000000000000, hashMerkleRoot=29271a33dccba47364efc967e1d5e0b27b35e81524700004d5527fd622678cdc, nTime=1473343982, nBits=1e0fffff, nNonce=13577531, vtx=1, vchBlockSig=)
Coinbase(hash=29271a33dc, nTime=1473351588, ver=1, vin.size=1, vout.size=1, nLockTime=0)
CTxIn(COutPoint(0000000000, 4294967295), coinbase 04ffff001d020f273053657074656d62657220392c20323031362c2041726a756e204d6973687261206275696c64732061766f6e636f696e2e)
CTxOut(empty)
vMerkleTree: 29271a33dc
block.GetHash() == 0d77342ab26567637f2b7413b3a346045049ec2c169f44ba09893aee764fc431
block.hashMerkleRoot == 29271a33dccba47364efc967e1d5e0b27b35e81524700004d5527fd622678cdc
block.nTime = 1473343982
block.nNonce = 13577531
9 changes: 9 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Building KashhCoin

See doc/readme-qt.rst for instructions on building KashhCoin QT,
the intended-for-end-users, nice-graphical-interface, reference
implementation of KashhCoin.

See doc/build-*.txt for instructions on building KashhCoind,
the intended-for-services, no-graphical-interface, reference
implementation of KashhCoin.
Loading

0 comments on commit 1abd77f

Please sign in to comment.