Bitcoin Forum
September 08, 2024, 05:15:52 AM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 »
  Print  
Author Topic: HPPCOIN : Egalitarian High Performance Computing Platform  (Read 52776 times)
bitnod
Full Member
***
Offline Offline

Activity: 434
Merit: 101


View Profile WWW
November 29, 2017, 06:03:30 AM
 #261

compile linux daemon+wallet..:

Quote
sudo apt-get install libdb4.8-dev libdb4.8++-dev
sudo apt-get update
sudo apt-get install libminiupnpc-dev libzmq3-dev
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev
git clone https://github.com/hppcoin/hppcoin
cd hppcoin
./autogen.sh && ./configure --without-gui && make

conf hppcoin.conf

cd ~/.hppcoin/
nano hppcoin.conf

Quote
rpcuser=hpprpc
rpcpassword=pass
rpcallowip=0.0.0.0/0
rpcport=.....
miningaddress=youraddress
server=1
daemon=1
gen=1 ( solo mining daemon ) or 0 (if compile cpuminer HPP )
genproclimit=..... ( nb threads )

addnode=67.170.34.149:28878
addnode=169.53.166.75:28878
addnode=45.63.53.98:28878
addnode=91.201.40.89:28878
addnode=51.255.53.134:28878

############

Windows :

Add hppcoin.conf User/AppData/roaming

############

compile cpuminer

dependencies:
libcurl http://curl.haxx.se/libcurl/
jansson http://www.digip.org/jansson/ (jansson source is included in-tree)
openssl libcrypto https://www.openssl.org/
pthreads
zlib (for curl/ssl)

Quote
git clone https://github.com/hppcoin/cpuminer-hpp
cd cpuminer-hpp
./autogen.sh
./configure CFLAGS="-march=native" --with-crypto --with-curl
make

Ex: ./cpuminer -o http://127.0.0.1:port --userpass=rpcuser:rpcpassword --coinbase-addr=yourHppaddress -t ( number thread ) ( solo )
or
Usage : ./cpuminer -o stratum+tcp://pool.hppcoin.com:3333 -u username.worker -p pass -t 32 (Diff 0.3) Low difficulty ( pool )

good day

hpp tip : hFFoRbYjXzNodfbEzGvy4urdZzmjZrh8Y4  Wink
bitnod
Full Member
***
Offline Offline

Activity: 434
Merit: 101


View Profile WWW
November 29, 2017, 07:56:16 AM
 #262

best perf solo
Cpuminer-hpp : big % hashpower lost
darklion84
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
November 29, 2017, 09:24:30 AM
Last edit: November 29, 2017, 10:13:31 AM by darklion84
 #263

Cant find any share with 4500 H/s for 15 minutes.
Is it normal?
And no info about worker on pool..
My login is darklion84, wallet hbeB98BmVFNoWRU2Fd267gNdZu3qcjbSGk

UPDATE:
** cpuminer-multi 1.3-dev by tpruvot@github **
BTC donation address: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd (tpruvot)

[2017-11-29 10:08:40] 1 miner threads started, using 'lyra2h' algorithm.
[2017-11-29 10:08:40] Starting Stratum on stratum+tcp://pool.hppcoin.com:3333
[2017-11-29 10:08:44] Stratum difficulty set to 0.4
[2017-11-29 10:08:59] CPU #0: 4517.55 H/s
[2017-11-29 10:10:10] CPU #0: 3821.32 H/s
[2017-11-29 10:11:14] CPU #0: 3572.36 H/s
[2017-11-29 10:12:05] CPU #0: 4170.27 H/s
[2017-11-29 10:13:11] CPU #0: 3788.34 H/s
[2017-11-29 10:14:16] pool.hppcoin.com:3333 lyra2h block 1631
[2017-11-29 10:14:16] CPU #0: 3448.14 H/s
[2017-11-29 10:15:00] CPU #0: 4745.40 H/s
[2017-11-29 10:16:05] CPU #0: 4391.94 H/s
[2017-11-29 10:17:12] CPU #0: 3944.35 H/s
[2017-11-29 10:18:04] CPU #0: 4533.38 H/s
[2017-11-29 10:18:51] stratum_recv_line failed
[2017-11-29 10:18:51] Stratum connection interrupted
[2017-11-29 10:18:51] CPU #0: 4116.68 H/s
[2017-11-29 10:19:53] CPU #0: 4288.54 H/s
[2017-11-29 10:20:54] pool.hppcoin.com:3333 lyra2h block 1632
[2017-11-29 10:20:54] CPU #0: 3645.00 H/s
[2017-11-29 10:21:44] CPU #0: 4408.14 H/s
[2017-11-29 10:22:45] CPU #0: 4342.43 H/s
[2017-11-29 10:23:42] CPU #0: 4538.94 H/s
[2017-11-29 10:24:46] CPU #0: 4257.40 H/s
[2017-11-29 10:25:50] CPU #0: 3996.43 H/s
[2017-11-29 10:26:48] CPU #0: 4160.39 H/s
[2017-11-29 10:27:46] CPU #0: 4290.09 H/s
[2017-11-29 10:28:52] CPU #0: 3872.45 H/s
[2017-11-29 10:29:09] stratum_recv_line failed
[2017-11-29 10:29:09] Stratum connection interrupted
[2017-11-29 10:29:09] CPU #0: 3381.46 H/s
[2017-11-29 10:29:27] CPU #0: 4541.83 H/s
[2017-11-29 10:29:27] accepted: 0/1 (0.00%), 4541.83 H/s booooo
[2017-11-29 10:29:27] reject reason: low difficulty share of 0.2064262280904619
[2017-11-29 10:29:27] factor reduced to : 0.67
[2017-11-29 10:30:33] CPU #0: 4116.35 H/s

22 minutes and 1 "boo" share. Sad.


UPDATE2: So... after 1 hour+ still not even 1 share. Valid or invalid. Just no shares.
I'm mining from 3 VPS via wallet (one of them via cpuminer compiled today) and my home PC with i7 via wallet. And there is not even one share or block. Just ZERO. Everywhere! For 5 days!
parkysik
Member
**
Offline Offline

Activity: 118
Merit: 10


View Profile
November 29, 2017, 11:39:41 AM
 #264

I can not handle computers well.
Build is too difficult.

★★★ INTENSE COIN ★★★
BLOCKCHAIN BACKED DECENTRALISED P2P VPN
MediumTwitterSlackDiscordRedditFacebookWhitepaperBitcointalk Ann
bitnod
Full Member
***
Offline Offline

Activity: 434
Merit: 101


View Profile WWW
November 29, 2017, 11:46:25 AM
 #265

Cant find any share with 4500 H/s for 15 minutes.
Is it normal?
And no info about worker on pool..
My login is darklion84, wallet hbeB98BmVFNoWRU2Fd267gNdZu3qcjbSGk

UPDATE:
** cpuminer-multi 1.3-dev by tpruvot@github **
BTC donation address: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd (tpruvot)

[2017-11-29 10:08:40] 1 miner threads started, using 'lyra2h' algorithm.
[2017-11-29 10:08:40] Starting Stratum on stratum+tcp://pool.hppcoin.com:3333
[2017-11-29 10:08:44] Stratum difficulty set to 0.4
[2017-11-29 10:08:59] CPU #0: 4517.55 H/s
[2017-11-29 10:10:10] CPU #0: 3821.32 H/s
[2017-11-29 10:11:14] CPU #0: 3572.36 H/s
[2017-11-29 10:12:05] CPU #0: 4170.27 H/s
[2017-11-29 10:13:11] CPU #0: 3788.34 H/s
[2017-11-29 10:14:16] pool.hppcoin.com:3333 lyra2h block 1631
[2017-11-29 10:14:16] CPU #0: 3448.14 H/s
[2017-11-29 10:15:00] CPU #0: 4745.40 H/s
[2017-11-29 10:16:05] CPU #0: 4391.94 H/s
[2017-11-29 10:17:12] CPU #0: 3944.35 H/s
[2017-11-29 10:18:04] CPU #0: 4533.38 H/s
[2017-11-29 10:18:51] stratum_recv_line failed
[2017-11-29 10:18:51] Stratum connection interrupted
[2017-11-29 10:18:51] CPU #0: 4116.68 H/s
[2017-11-29 10:19:53] CPU #0: 4288.54 H/s
[2017-11-29 10:20:54] pool.hppcoin.com:3333 lyra2h block 1632
[2017-11-29 10:20:54] CPU #0: 3645.00 H/s
[2017-11-29 10:21:44] CPU #0: 4408.14 H/s
[2017-11-29 10:22:45] CPU #0: 4342.43 H/s
[2017-11-29 10:23:42] CPU #0: 4538.94 H/s
[2017-11-29 10:24:46] CPU #0: 4257.40 H/s
[2017-11-29 10:25:50] CPU #0: 3996.43 H/s
[2017-11-29 10:26:48] CPU #0: 4160.39 H/s
[2017-11-29 10:27:46] CPU #0: 4290.09 H/s
[2017-11-29 10:28:52] CPU #0: 3872.45 H/s
[2017-11-29 10:29:09] stratum_recv_line failed
[2017-11-29 10:29:09] Stratum connection interrupted
[2017-11-29 10:29:09] CPU #0: 3381.46 H/s
[2017-11-29 10:29:27] CPU #0: 4541.83 H/s
[2017-11-29 10:29:27] accepted: 0/1 (0.00%), 4541.83 H/s booooo
[2017-11-29 10:29:27] reject reason: low difficulty share of 0.2064262280904619
[2017-11-29 10:29:27] factor reduced to : 0.67
[2017-11-29 10:30:33] CPU #0: 4116.35 H/s

22 minutes and 1 "boo" share. Sad.


UPDATE2: So... after 1 hour+ still not even 1 share. Valid or invalid. Just no shares.
I'm mining from 3 VPS via wallet (one of them via cpuminer compiled today) and my home PC with i7 via wallet. And there is not even one share or block. Just ZERO. Everywhere! For 5 days!

Hello,

no block since ~ 5 hours. I have more than 100Kh / s solo ^^
I also noticed that the network was unstable this morning (micro-cut) probably due to live corrections DEV
darklion84
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
November 29, 2017, 01:42:38 PM
 #266

WTF with this pool??
3 hours, 2 shares with "booo" cause of low difficulty:
[2017-11-29 14:15:05] accepted: 0/2 (0.00%), 5201.96 H/s booooo
[2017-11-29 14:15:05] reject reason: low difficulty share of 1.3330798985454877
[2017-11-29 14:15:05] factor reduced to : 0.44

For what heck it has three diff ports, if low and mid diff ports doesn't work?

F*ck this pool and this project. Nothing works for one week!
mrzeta
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile WWW
November 29, 2017, 03:46:11 PM
 #267

the officialpool not enough test,so do not mining any block  Undecided dev must to slove this problem quickly
Samuil
Member
**
Offline Offline

Activity: 152
Merit: 12


View Profile
November 29, 2017, 04:34:07 PM
 #268

Is There any chance mine hpp with Windows os cpu?
bitnod
Full Member
***
Offline Offline

Activity: 434
Merit: 101


View Profile WWW
November 29, 2017, 05:51:19 PM
 #269

with this current difficulty: "difficulty": 2.305253880824535.
do not get tired with your home computers

stat today: find 1 block with 10 servers 16 cores  lol

Dev stop your bullshit test GPU. you kill network
FreeZe_85
Member
**
Offline Offline

Activity: 130
Merit: 10


View Profile
November 29, 2017, 08:01:32 PM
 #270

What happend with CPU miner on Github? I can't download windows release. Error 404. Dev, can you replase miner on Github?
bitnod
Full Member
***
Offline Offline

Activity: 434
Merit: 101


View Profile WWW
November 30, 2017, 07:23:58 AM
 #271

limited offer
https://coinsmarkets.com/trade-BTC-HPP.htm#

i sell 695 HPP at 0.000011
already sold at the moment
Quote
11/30/2017 07:05:30   Buy   0.000011000 Bitcoin   0.002429481 Bitcoin   220.861909000 Hppcoin

hurry up  Wink
Alastord
Full Member
***
Offline Offline

Activity: 236
Merit: 100



View Profile
November 30, 2017, 09:52:10 AM
 #272

So hard blocks. Last 100 blocks generated for 945 minutes. Not 4min/block.
sdcloud
Full Member
***
Offline Offline

Activity: 126
Merit: 100

TjLn6fRQ3KrC9ceikidm8wAXaB6AHqA1YV


View Profile
November 30, 2017, 12:24:13 PM
 #273

Coin mine was very hard, and its cost is also not happy

▀     DeepOnion  |  TOR Integrated & Secured  [ Facebook  Telegram  Bitcointalk  Twitter  Youtube  Reddit ]     ▀
Your Anonymity Guaranteed  ★  Your Assets Secured by TOR  ★  Guard Your Privacy!   ❱❱❱ JOIN AIRDROP NOW!
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬  File Authenticity Guaranteed by DeepVault  ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
hppcoin (OP)
Copper Member
Member
**
Offline Offline

Activity: 258
Merit: 11

hppcoin : Egalitarian High Performance Computing


View Profile WWW
November 30, 2017, 05:25:06 PM
 #274

Coin mine was very hard, and its cost is also not happy

A lot of cpu miner, difficulty is still raising.

You can join the pool : http://pool.hppcoin.com

hppcoin (OP)
Copper Member
Member
**
Offline Offline

Activity: 258
Merit: 11

hppcoin : Egalitarian High Performance Computing


View Profile WWW
November 30, 2017, 05:44:21 PM
 #275

So hard blocks. Last 100 blocks generated for 945 minutes. Not 4min/block.

The network hashrate is not stable, sometimes it hits 30 MH/S and sometimes it decreases,  the difficulty is also changing, the block time is set to 4 min. it will stabilize day after day.

hppcoin (OP)
Copper Member
Member
**
Offline Offline

Activity: 258
Merit: 11

hppcoin : Egalitarian High Performance Computing


View Profile WWW
November 30, 2017, 06:51:35 PM
 #276

with this current difficulty: "difficulty": 2.305253880824535.
do not get tired with your home computers

stat today: find 1 block with 10 servers 16 cores  lol

Dev stop your bullshit test GPU. you kill network
Hi
We do all our tests on Testnet port 8878. None of our tests runs on mainnet

hppcoin (OP)
Copper Member
Member
**
Offline Offline

Activity: 258
Merit: 11

hppcoin : Egalitarian High Performance Computing


View Profile WWW
November 30, 2017, 06:54:32 PM
 #277

Maybe somebody have any things about this sht? http://prntscr.com/hfktst
A lot of Dedicated servers mining HPP with high hashrate.

FreeZe_85
Member
**
Offline Offline

Activity: 130
Merit: 10


View Profile
November 30, 2017, 08:07:31 PM
 #278

with this current difficulty: "difficulty": 2.305253880824535.
do not get tired with your home computers

stat today: find 1 block with 10 servers 16 cores  lol

Dev stop your bullshit test GPU. you kill network
Hi
We do all our tests on Testnet port 8878. None of our tests runs on mainnet

When miner for NVidia will be released?
Dmitry_RS
Full Member
***
Offline Offline

Activity: 178
Merit: 100



View Profile
December 01, 2017, 12:46:33 PM
 #279

with this current difficulty: "difficulty": 2.305253880824535.
do not get tired with your home computers

stat today: find 1 block with 10 servers 16 cores  lol

Dev stop your bullshit test GPU. you kill network
Hi
We do all our tests on Testnet port 8878. None of our tests runs on mainnet

When miner for NVidia will be released?

Join issue. Also waiting for the miner for NVidia.
Liss1
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
December 01, 2017, 02:50:22 PM
 #280

with this current difficulty: "difficulty": 2.305253880824535.
do not get tired with your home computers

stat today: find 1 block with 10 servers 16 cores  lol

Dev stop your bullshit test GPU. you kill network
Hi
We do all our tests on Testnet port 8878. None of our tests runs on mainnet

When miner for NVidia will be released?
For the CPU another miner did not do normal, because on the pool there is no one and not a single block found, but want for the GPU.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!