Bitcoin Forum
July 03, 2024, 11:47:46 PM *
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 »
41  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XMG] MAGI | CPU mining | mPoW | mPoS | [MagiPay] on: January 06, 2018, 06:23:13 AM
Just updated to 1.4.5.2 and started mining!

Here is my pool:

http://crypto.ngrok.majed.pro:9999/site/gomining?algo=m7m

username:root
password:toor



i trying both wallet and fails.. in linux and windows
42  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XMG] MAGI | CPU mining | mPoW | mPoS | [MagiPay] on: January 06, 2018, 06:11:38 AM
02:10:35

getinfo


02:10:35

{
"version" : "v1.4.5.2",
"protocolversion" : 71064,
"walletversion" : 60000,
"balance" : 6.16033995,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 1606986,
"timeoffset" : 9,
"moneysupply" : 7744266.88714873,
"connections" : 5,
"proxy" : "",

"ipv6" : "::",
"difficulty" : {
"proof-of-work" : 0.00153754,
"proof-of-stake" : 0.00100981
},
"testnet" : false,
"keypoololdest" : 1503018043,
"keypoolsize" : 101,
"mininput" : 0.00000000,
"paytxfee" : 0.00000000,
"errors" : ""
}
43  Alternate cryptocurrencies / Announcements (Altcoins) / Re: New mining pool for HTML5 coin ... v1 on: January 01, 2018, 04:48:45 AM
Cannot GET /%EF%BB%BF
44  Alternate cryptocurrencies / Mining (Altcoins) / Re: [GUIDE] Setup your own Ethereum mining pool. on: December 26, 2017, 04:02:26 PM
i deployed a eth pool but the page is blank.. i can't see the stats.. no error  in nginx.. what i can do?
45  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCOIN] xCoin - New Cryptocurrency - Easy to Mine (for now!) on: December 21, 2017, 01:20:03 PM
some Linux distro version recommend
46  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCOIN] xCoin - New Cryptocurrency - Easy to Mine (for now!) on: December 21, 2017, 01:05:30 PM
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
47  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCOIN] xCoin - New Cryptocurrency - Easy to Mine (for now!) on: December 21, 2017, 12:56:19 PM
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?
48  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCOIN] xCoin - New Cryptocurrency - Easy to Mine (for now!) on: December 21, 2017, 12:51:09 PM
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

how to mine solo, or pool?
49  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCOIN] xCoin - New Cryptocurrency - Easy to Mine (for now!) on: December 21, 2017, 12:42:05 PM
what's algo?

reserve
50  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [CPU mining] Yenten v1.2.1 [YTN] [YescryptR16] [Exchange avilable] on: December 20, 2017, 01:07:57 PM
Prophecised by coinmarketcap LOL..
http://prntscr.com/hq18kb
this is price in next week

LOOOOOL
51  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XMG] MAGI | CPU mining | mPoW | mPoS | [MagiPay] on: December 18, 2017, 10:03:53 AM
I have been trying to get friends to look at XMG but they google and don't find any social or talk about it, Magi need more PR to grow
You are right. Magi could use all help with that.
Marketcap shows almost 4 million now its a huge raise compared with the beginning of 2017.

Past time I knew magi at irc freenode, someone help me to set up mining first time in my life and got nice magi rain, until I move to new place. Now, I have internet connection again and workin with xmg mining again. But now, the channel is empty. Any other place for xmg community?
Telegram channel
52  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [CPU mining] Yenten v1.2.1 [YTN] [YescryptR16] [Exchange avilable] on: December 18, 2017, 09:20:50 AM
Is yenten list on bittrex, poloniex?!!
53  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [CPU mining] Yenten v1.2.1 [YTN] [YescryptR16] [Exchange avilable] on: December 16, 2017, 01:03:35 PM
hi guys, i'm mining yenten with ubuntu and xeon cpu, this work ok!! but, i have a AMD processor x6 phenom, when i run the minerd always the miner closed , any another version??
54  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ◉[ANN] OmiseGO Classic-OMGC| POS/POW | Airdrops | Masternode | A Vision Reborn◉ on: December 07, 2017, 09:17:14 AM
GPU mining?
55  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ◉[ANN] OmiseGO Classic-OMGC| POS/POW | Airdrops | Masternode | A Vision Reborn◉ on: December 07, 2017, 09:14:34 AM
Reserve
Spanish translate
56  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Expanse (EXP) - 1st Stable fork of Ethereum on: November 22, 2017, 01:24:19 AM
my System information

Version: 1.7.2-stable
Git Commit: 9c901ca
Architecture: amd64
Protocol Versions: [63 62]
Network Id: 1
Go Version: go1.7.5
Operating System: linux

Expected behaviour

Actual behaviour

Steps to reproduce the behaviour

Backtrace

[backtrace]
I updated my expnase pool, but the rewards is worng always is 8 exp.. i changed payouts/unlocker.go

var constReward = math.MustParseBig256("8000000000000000000")

to

var constReward = math.MustParseBig256("4000000000000000000")

but always show 8 exp.. what i can do?
57  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinN - Cryptonote POW- New Coin- Bounty Open ! on: November 21, 2017, 02:19:35 PM
You forgot to edit, hahahahahaha you just copied sikka what a shame, scamny tokens.

Bla bla bla bla bla
58  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [FNO] Fonero - CryptoNote v2, Unique Modified Stable Kernel on: November 16, 2017, 04:44:48 PM
Wallet?
59  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HLM] HELIUM - PRE NOTICE on: November 16, 2017, 04:42:16 PM
Any pool?
60  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay - New Coin Launch - Official Thread on: November 11, 2017, 10:04:16 PM
Any pool?
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!