Pages:
Author

Topic: [ANN][XCOIN] xCoin - New Cryptocurrency - HMQ1725 - page 17. (Read 8875 times)

member
Activity: 280
Merit: 11
Read the comments instead of here!!!
windows wallet?
full member
Activity: 224
Merit: 100
Code:
error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory


Code:
updatedb && locate "libboost_system.so"
/root/boost_1_58_0/bin.v2/libs/system/build/gcc-4.9.2/debug/threading-multi/libboost_system.so.1.58.0
/root/boost_1_58_0/bin.v2/libs/system/build/gcc-4.9.2/release/threading-multi/libboost_system.so.1.58.0
/root/boost_1_58_0/stage/lib/libboost_system.so
/root/boost_1_58_0/stage/lib/libboost_system.so.1.58.0
/usr/lib/x86_64-linux-gnu/libboost_system.so
/usr/lib/x86_64-linux-gnu/libboost_system.so.1.62.0
/usr/local/lib/libboost_system.so
/usr/local/lib/libboost_system.so.1.58.0

what i need to compile?

These instructions should work for compiling from scratch:

Code:
sudo apt-get update
sudo apt-get upgrade

sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev
sudo apt-get install libboost-all-dev
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler
sudo apt-get install libqrencode-dev autoconf openssl libssl-dev libevent-dev
sudo apt-get install libminiupnpc-dev
sudo apt-get install git
sudo apt-get install autoconf

echo 'deb-src ftp://ftp.us.debian.org/debian/ sid main contrib non-free' >> /etc/apt/sources.list

git clone https://github.com/xcoinproject/xcoin.git

sudo apt-get build-dep bitcoin
sudo apt-get install -–install-recommends libbitcoin-dev
exit

mkdir xcoin/db4/
cd xcoin/db4/
wget 'http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz'
tar -xzvf db-4.8.30.NC.tar.gz
cd db-4.8.30.NC/build_unix/
../dist/configure --enable-cxx --disable-shared --with-pic --prefix=/home/USER/xcoin/db4/
make install

cd ~/xcoin/
./autogen.sh

./configure LDFLAGS="-L/home/USER/xcoin/db4/lib/" CPPFLAGS="-I/home/USER/xcoin/db4/include/"

make


thanks
member
Activity: 324
Merit: 10
windows wallet ?
newbie
Activity: 48
Merit: 0
Code:
error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory


Code:
updatedb && locate "libboost_system.so"
/root/boost_1_58_0/bin.v2/libs/system/build/gcc-4.9.2/debug/threading-multi/libboost_system.so.1.58.0
/root/boost_1_58_0/bin.v2/libs/system/build/gcc-4.9.2/release/threading-multi/libboost_system.so.1.58.0
/root/boost_1_58_0/stage/lib/libboost_system.so
/root/boost_1_58_0/stage/lib/libboost_system.so.1.58.0
/usr/lib/x86_64-linux-gnu/libboost_system.so
/usr/lib/x86_64-linux-gnu/libboost_system.so.1.62.0
/usr/local/lib/libboost_system.so
/usr/local/lib/libboost_system.so.1.58.0

what i need to compile?

These instructions should work for compiling from scratch:

Code:
sudo apt-get update
sudo apt-get upgrade

sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev
sudo apt-get install libboost-all-dev
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler
sudo apt-get install libqrencode-dev autoconf openssl libssl-dev libevent-dev
sudo apt-get install libminiupnpc-dev
sudo apt-get install git
sudo apt-get install autoconf

echo 'deb-src ftp://ftp.us.debian.org/debian/ sid main contrib non-free' >> /etc/apt/sources.list

git clone https://github.com/xcoinproject/xcoin.git

sudo apt-get build-dep bitcoin
sudo apt-get install -–install-recommends libbitcoin-dev
exit

mkdir xcoin/db4/
cd xcoin/db4/
wget 'http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz'
tar -xzvf db-4.8.30.NC.tar.gz
cd db-4.8.30.NC/build_unix/
../dist/configure --enable-cxx --disable-shared --with-pic --prefix=/home/USER/xcoin/db4/
make install

cd ~/xcoin/
./autogen.sh

./configure LDFLAGS="-L/home/USER/xcoin/db4/lib/" CPPFLAGS="-I/home/USER/xcoin/db4/include/"

make
full member
Activity: 152
Merit: 100
how to mine solo, or pool?

There's no pool mining currently, but you should be able to mine quite easily at the moment on your own with your CPU - give it a try!
What is the command to mine from the wallet?
newbie
Activity: 48
Merit: 0
how to mine solo, or pool?

There's no pool mining currently, but you should be able to mine quite easily at the moment on your own with your CPU - give it a try!
full member
Activity: 896
Merit: 108
always 8950block over and
solo mining status is
[Empty data received in json_rpc_call.]
full member
Activity: 224
Merit: 100
Code:
error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory


Code:
updatedb && locate "libboost_system.so"
/root/boost_1_58_0/bin.v2/libs/system/build/gcc-4.9.2/debug/threading-multi/libboost_system.so.1.58.0
/root/boost_1_58_0/bin.v2/libs/system/build/gcc-4.9.2/release/threading-multi/libboost_system.so.1.58.0
/root/boost_1_58_0/stage/lib/libboost_system.so
/root/boost_1_58_0/stage/lib/libboost_system.so.1.58.0
/usr/lib/x86_64-linux-gnu/libboost_system.so
/usr/lib/x86_64-linux-gnu/libboost_system.so.1.62.0
/usr/local/lib/libboost_system.so
/usr/local/lib/libboost_system.so.1.58.0

what i need to compile?
full member
Activity: 224
Merit: 100
newbie
Activity: 48
Merit: 0
That's good, but I didn't find the algo of your coin.

what's algo?

reserve

ALgo?

It's the same as bitcoin, SHA-256
newbie
Activity: 25
Merit: 0
ALgo?
full member
Activity: 224
Merit: 100
what's algo?

reserve
member
Activity: 108
Merit: 10
That's good, but I didn't find the algo of your coin.
newbie
Activity: 48
Merit: 0
xCoin [XCOIN]

http://xcoinproject.com/xcoin.png
Now Live!

Bounties!
Bounty1: If you can get this onto an exchange we can provide you with 20,000 XCOIN (negotiable depending on exchange)
Bounty2: Dev required - if you're interested join us on discord: https://discord.gg/z7w7Jzp

New Discord room: https://discord.gg/z7w7Jzp

We have created a new cryptocurrency which, because it's at the early stages, is extremely easy to mine, even using a CPU.

GitHub: http://github.com/xcoinproject/xcoin
Website: http://xcoinproject.com
Block Explorer: http://blockchain.xcoinproject.com/
Wallet software:
Mac High Sierra: http://xcoinproject.com/xcoin-Qt.dmg
Linux amd64: http://xcoinproject.com/xcoin_1.1-1_amd64.deb
...or compile your own using the GitHub link above

Paper Wallet:
A paper wallet is now available: http://paperwallet.xcoinproject.com
You can also download it to run locally: http://www.xcoinproject.com/paperwallet.zip

Windows Wallet has now been created by antx:
I've created a mirror here: http://xcoinproject.com/xcoin-0.1.1.zip
If you want to donate to him: xQ1oQXaFzJogzsLSfAcPG1CQhovuuE8ySQ

Specifications

Maximum Supply:
52.5 million XCOIN

Mining Reward:
256 XCOIN, halving every 100,000 blocks
The first 130 blocks received a 10,000 XCOIN bonus [1.3m premine - only 2.5%]

Block Spacing:
Approximately 5.25 minutes

Transaction Fees:
Very low transaction fees with no destruction (all fees are collected by the block finder)

Algorithm:
HMQ1725

P2P port:
27788

Regards,
xCoin Project

Pools:

Windows software that can be used with the below pools:
http://cryptomining-blog.com/8134-windows-binaries-for-the-cpuminer-opt-3-3-8-cpu-miner/
or
http://cryptomining-blog.com/7805-new-cpuminer-multi-fork-with-hmq1725-algorithm-support/

-----------
-=ArcPool=:https://arcpool.com
fee rate 0.9%, no need registration, payouts every 1 hour, welcome!
-a hmq1725 -o stratum+tcp://arcpool.com:3747 -u -p c=XCOIN
Block explorer: https://arcpool.com/explorer/XCOIN
List of Nodes: https://arcpool.com/explorer/peers?id=1962
e.g. run: cpuminer -a hmq1725 -o stratum+tcp://arcpool.com:3747 -u xT1m5UoWpVw9qypY9qD1zjPnNMXb2YsLpL -p c=XCOIN
-----------

-----------
http://bitcoin-pool.de
We changed Our MiningPool Server to New Hardware ( Xeon1230v6, 32gb DDR4 Ram, 480GB SSD in RAID and GIGABIT Upload!! )
stratum+tcp://85.214.211.186:3747 -u YOUR_WALLET_ADDRESS -p c=XCOIN

Fee: 0.5%, they also seem to take 5.12 XCOIN from each block.
e.g. run: cpuminer -a hmq1725 -o stratum+tcp://85.214.211.186:3747 -u xT1m5UoWpVw9qypY9qD1zjPnNMXb2YsLpL -p c=XCOIN
-----------

-----------
http://minerion.com
Fee: 0.2%
-a hmq1725 -o stratum+tcp://minerion.com:3747 -u YOUR_WALLET_ADDRESS -p c=XCOIN
e.g. run: cpuminer -a hmq1725 -o stratum+tcp://minerion.com:3747 -u xT1m5UoWpVw9qypY9qD1zjPnNMXb2YsLpL -p c=XCOIN
-----------

-----------
http://altcoin-pool.eu
Fee: 0.1%
ccminer-x64.exe -a hmq1725 -o stratum+tcp://altcoin-pool.eu:3747 -u XCOIN_WALLET_ADDRESS -p c=XCOIN

e.g. run: ccminer-x64.exe -a hmq1725 -o stratum+tcp://altcoin-pool.eu:3747 -u xT1m5UoWpVw9qypY9qD1zjPnNMXb2YsLpL -p c=XCOIN
-----------

Update 9/1: an experimental faucet is now available: http://xcoin.ddns.net:8081/faucet/

Donate to us:
Bitcoin   177ktXHFDQAU5XpWnQCB6WmMiArePsaDPc
BitcoinCash   177ktXHFDQAU5XpWnQCB6WmMiArePsaDPc
Dogecoin   D7ncqZ9FzUkMsHZUhq3eLvLFWJYa3qs4tW
Litecoin   LXEoXZ8SXVTrR82QFwQGwwssZDLpzHGFDe
Pages:
Jump to: