Bitcoin Forum
May 07, 2024, 11:24:18 AM *
News: Latest Bitcoin Core release: 27.0 [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 52730 times)
freedom_io
Member
**
Offline Offline

Activity: 105
Merit: 10

quarkchain.io


View Profile
November 23, 2017, 06:36:07 PM
 #101

Got three blocks in the first hour on Xeon with 4 cores. And 0 blocks on amd x2.

Now the diff is high, but I'm still trying Cheesy
1715081058
Hero Member
*
Offline Offline

Posts: 1715081058

View Profile Personal Message (Offline)

Ignore
1715081058
Reply with quote  #2

1715081058
Report to moderator
1715081058
Hero Member
*
Offline Offline

Posts: 1715081058

View Profile Personal Message (Offline)

Ignore
1715081058
Reply with quote  #2

1715081058
Report to moderator
1715081058
Hero Member
*
Offline Offline

Posts: 1715081058

View Profile Personal Message (Offline)

Ignore
1715081058
Reply with quote  #2

1715081058
Report to moderator
You can see the statistics of your reports to moderators on the "Report to moderator" pages.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715081058
Hero Member
*
Offline Offline

Posts: 1715081058

View Profile Personal Message (Offline)

Ignore
1715081058
Reply with quote  #2

1715081058
Report to moderator
1715081058
Hero Member
*
Offline Offline

Posts: 1715081058

View Profile Personal Message (Offline)

Ignore
1715081058
Reply with quote  #2

1715081058
Report to moderator
1715081058
Hero Member
*
Offline Offline

Posts: 1715081058

View Profile Personal Message (Offline)

Ignore
1715081058
Reply with quote  #2

1715081058
Report to moderator
freedom_io
Member
**
Offline Offline

Activity: 105
Merit: 10

quarkchain.io


View Profile
November 23, 2017, 07:06:06 PM
 #102

Dev Huh



https://imgur.com/a/c48GW
And...? Read first post.
hppcoin (OP)
Copper Member
Member
**
Offline Offline

Activity: 258
Merit: 11

hppcoin : Egalitarian High Performance Computing


View Profile WWW
November 23, 2017, 07:09:25 PM
Last edit: November 23, 2017, 07:23:10 PM by hppcoin
 #103

Dev Huh


Hi

this button is for Zerocoin? Zerocoin protocol is implemented in the wallet, the first implementation was proposed by zerocoin.org, we have integrated it in our wallet to enable anonymity coin mixing.

You can use this functionality to redeem your coins and send them anonymously

We will post a Wallet User Guide in the upcoming days.

ArtPetrov
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
November 23, 2017, 07:18:42 PM
 #104

Great! Thank you very much.
hppcoin (OP)
Copper Member
Member
**
Offline Offline

Activity: 258
Merit: 11

hppcoin : Egalitarian High Performance Computing


View Profile WWW
November 23, 2017, 07:23:38 PM
 #105

Great! Thank you very much.


you welcome !

Galturok
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
November 23, 2017, 08:17:21 PM
 #106

What is Zerocoin? And how does it work with this wallet?
hppcoin (OP)
Copper Member
Member
**
Offline Offline

Activity: 258
Merit: 11

hppcoin : Egalitarian High Performance Computing


View Profile WWW
November 23, 2017, 09:04:57 PM
 #107

What is Zerocoin? And how does it work with this wallet?

What is zerocoin ? is a protocol that permits coin mint / spend  see more details here : http://zerocoin.org

how does it work with this wallet?
  • first : You should have confirmed HPP coins in your wallet
  • second : Go to zerocoin tab :
  • select the value of HPP to mint (denominator)
  • click "mint zerocoin" button
a new transaction will be created with the total amount of HPP minted

you should wait for 7 confirmations at least to spend the mint HPP Coins.

you can give it a try on the HPP wallet

Xeon_Xeon
Full Member
***
Offline Offline

Activity: 184
Merit: 103


View Profile
November 23, 2017, 11:28:29 PM
 #108

Running make on Ubuntu 17.10 64bit fails with a qt error, don't remember which Undecided.

Make runs fine after you run " ./configure --without-gui " instead of "./configure"

When I run ./hppcoind I do not get any output.



Post plz the error, if you can repeat it  Wink
I had problems too, but only with libs.


I deleted the non gui install and reran ./configure then make.

Very end of make's output:

Code:
 GEN      qt/bitcoin.moc
  GEN      qt/bitcoinamountfield.moc
  GEN      qt/intro.moc
  CXX      qt/qt_hppcoin_qt-bitcoin.o
In file included from qt/paymentrequestplus.h:8:0,
                 from qt/paymentserver.h:35,
                 from qt/bitcoin.cpp:24:
qt/paymentrequest.pb.h:12:2: error: #error This file was generated by a newer version of protoc which is
 #error This file was generated by a newer version of protoc which is
  ^~~~~
qt/paymentrequest.pb.h:13:2: error: #error incompatible with your Protocol Buffer headers. Please update
 #error incompatible with your Protocol Buffer headers.  Please update
  ^~~~~
qt/paymentrequest.pb.h:14:2: error: #error your headers.
 #error your headers.
  ^~~~~
In file included from qt/paymentrequestplus.h:8:0,
                 from qt/paymentserver.h:35,
                 from qt/bitcoin.cpp:24:
qt/paymentrequest.pb.h:25:10: fatal error: google/protobuf/generated_message_table_driven.h: No such file or directory
 #include <google/protobuf/generated_message_table_driven.h>
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:7171: recipe for target 'qt/qt_hppcoin_qt-bitcoin.o' failed
make[2]: *** [qt/qt_hppcoin_qt-bitcoin.o] Error 1
make[2]: Leaving directory '/home/me/hppcoin/src'
Makefile:7293: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/me/hppcoin/src'
Makefile:684: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

It seems like you are missing the protobuf packages, check out the the GUI dependencies required here:
https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.md

for building qt wallets based on the bitcoin core.



Well I running Gitcoin Gold Qt wallet so it should have all dependencies needed already, i'll check later.

Been working on my daughters car all fricken day.
hppcoin (OP)
Copper Member
Member
**
Offline Offline

Activity: 258
Merit: 11

hppcoin : Egalitarian High Performance Computing


View Profile WWW
November 23, 2017, 11:36:50 PM
 #109

Running make on Ubuntu 17.10 64bit fails with a qt error, don't remember which Undecided.

Make runs fine after you run " ./configure --without-gui " instead of "./configure"

When I run ./hppcoind I do not get any output.



Post plz the error, if you can repeat it  Wink
I had problems too, but only with libs.


I deleted the non gui install and reran ./configure then make.

Very end of make's output:

Code:
 GEN      qt/bitcoin.moc
  GEN      qt/bitcoinamountfield.moc
  GEN      qt/intro.moc
  CXX      qt/qt_hppcoin_qt-bitcoin.o
In file included from qt/paymentrequestplus.h:8:0,
                 from qt/paymentserver.h:35,
                 from qt/bitcoin.cpp:24:
qt/paymentrequest.pb.h:12:2: error: #error This file was generated by a newer version of protoc which is
 #error This file was generated by a newer version of protoc which is
  ^~~~~
qt/paymentrequest.pb.h:13:2: error: #error incompatible with your Protocol Buffer headers. Please update
 #error incompatible with your Protocol Buffer headers.  Please update
  ^~~~~
qt/paymentrequest.pb.h:14:2: error: #error your headers.
 #error your headers.
  ^~~~~
In file included from qt/paymentrequestplus.h:8:0,
                 from qt/paymentserver.h:35,
                 from qt/bitcoin.cpp:24:
qt/paymentrequest.pb.h:25:10: fatal error: google/protobuf/generated_message_table_driven.h: No such file or directory
 #include <google/protobuf/generated_message_table_driven.h>
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:7171: recipe for target 'qt/qt_hppcoin_qt-bitcoin.o' failed
make[2]: *** [qt/qt_hppcoin_qt-bitcoin.o] Error 1
make[2]: Leaving directory '/home/me/hppcoin/src'
Makefile:7293: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/me/hppcoin/src'
Makefile:684: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

It seems like you are missing the protobuf packages, check out the the GUI dependencies required here:
https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.md

for building qt wallets based on the bitcoin core.



Well I running Gitcoin Gold Qt wallet so it should have all dependencies needed already, i'll check later.

Been working on my daughters car all fricken day.
Hi Xeon_Xeon
you should clean the working directory first :

cd hppcoin/

make clean
./autogen.sh
./configure --without-gui
make -j 8

hppcoin (OP)
Copper Member
Member
**
Offline Offline

Activity: 258
Merit: 11

hppcoin : Egalitarian High Performance Computing


View Profile WWW
November 23, 2017, 11:39:44 PM
 #110

@Xeon_Xeon
if you encounter problems making the deamon wallet from sources for linux server let us know, we will build a deb package for ubuntu server and post the link on the website.

Xeon_Xeon
Full Member
***
Offline Offline

Activity: 184
Merit: 103


View Profile
November 24, 2017, 12:46:56 AM
 #111

Running make on Ubuntu 17.10 64bit fails with a qt error, don't remember which Undecided.

Make runs fine after you run " ./configure --without-gui " instead of "./configure"

When I run ./hppcoind I do not get any output.



Post plz the error, if you can repeat it  Wink
I had problems too, but only with libs.


I deleted the non gui install and reran ./configure then make.

Very end of make's output:

Code:
 GEN      qt/bitcoin.moc
  GEN      qt/bitcoinamountfield.moc
  GEN      qt/intro.moc
  CXX      qt/qt_hppcoin_qt-bitcoin.o
In file included from qt/paymentrequestplus.h:8:0,
                 from qt/paymentserver.h:35,
                 from qt/bitcoin.cpp:24:
qt/paymentrequest.pb.h:12:2: error: #error This file was generated by a newer version of protoc which is
 #error This file was generated by a newer version of protoc which is
  ^~~~~
qt/paymentrequest.pb.h:13:2: error: #error incompatible with your Protocol Buffer headers. Please update
 #error incompatible with your Protocol Buffer headers.  Please update
  ^~~~~
qt/paymentrequest.pb.h:14:2: error: #error your headers.
 #error your headers.
  ^~~~~
In file included from qt/paymentrequestplus.h:8:0,
                 from qt/paymentserver.h:35,
                 from qt/bitcoin.cpp:24:
qt/paymentrequest.pb.h:25:10: fatal error: google/protobuf/generated_message_table_driven.h: No such file or directory
 #include <google/protobuf/generated_message_table_driven.h>
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:7171: recipe for target 'qt/qt_hppcoin_qt-bitcoin.o' failed
make[2]: *** [qt/qt_hppcoin_qt-bitcoin.o] Error 1
make[2]: Leaving directory '/home/me/hppcoin/src'
Makefile:7293: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/me/hppcoin/src'
Makefile:684: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

It seems like you are missing the protobuf packages, check out the the GUI dependencies required here:
https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.md

for building qt wallets based on the bitcoin core.



Well I running Gitcoin Gold Qt wallet so it should have all dependencies needed already, i'll check later.

Been working on my daughters car all fricken day.
Hi Xeon_Xeon
you should clean the working directory first :

cd hppcoin/

make clean
./autogen.sh
./configure --without-gui
make -j 8


I did that already and that seems to be working fine. I just deleted the directory and installed it to show the make error that I was asked above.

Using ./configure --without-gui works fine, but I could not seem to find the cli-wallet.
falcon72
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
November 24, 2017, 06:47:44 AM
 #112

the cli wallet is inside the src folder

cd hppcoin/src/
./hppcoin-cli -daemon

You can send a tip to : hYRMbkyu68feHqVYQYUgNycewFraz77Ame

thanks
henrynguyen
Member
**
Offline Offline

Activity: 120
Merit: 10


View Profile
November 24, 2017, 07:02:09 AM
 #113

How to mine

The crypto currency of the future!    ●           RACE            ●    ✔ Fast  ✔ Secure  ✔ Anonymous
▄▄▄███      Masternodes  |  PoW  |  Secure  |  ASIC resistant  |  Lyra2REv2      ███▄▄▄
DISCORD                TWITTER
minerja
Sr. Member
****
Offline Offline

Activity: 1248
Merit: 297


View Profile
November 24, 2017, 07:42:42 AM
 #114

How to mine

open console
type
"setgenerate true -1"   (to all all cores - or setgenerate true n where n is number of cores you want to use.)

use
"setgenerate false -1" to disable mining

J
johntwo
Member
**
Offline Offline

Activity: 154
Merit: 10


View Profile
November 24, 2017, 08:53:15 AM
 #115

Pretty complete wallet all in all, with zerocoin protocol already implemented.  Rare to see a new algo with a purpose and an advanced protocol like zerocoin already in place.

Any timeline on getting gpu miner and pool up?  The problem with the cpu mining is it seems like without a pool the interest will not be maintained.  We need a gpu mining + pool to bring in a larger community.  Then, with the difficulty and rarity and purpose and seemingly competent coding, we'll have a promising coin.

▰   SEMUX   -   An innovative high-performance blockchain platform   ▰
■▬▬▬▬▬      Powered by Semux BFT consensus algorithm      ▬▬▬▬▬■
Github   -   Discord   -   Twitter   -   Telegram   -   Get Free Airdrop Now!
ChPan
Newbie
*
Offline Offline

Activity: 68
Merit: 0


View Profile
November 24, 2017, 11:56:28 AM
 #116

I've been mining with the wallet miner for 3 days with no luck
Giving up untill a pool is created or gpu miner
epicfailman
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
November 24, 2017, 12:05:11 PM
 #117

Dev, need some info.

1. What about masternodes? When, what collateral, etc...

2. Exchanges. What exchanges in plans? Have you funds for listing, or donate system? When will be first exchange.

3. GPU miners. CLI and CUDA miners will be released in same time? If no, it will be not fair. And, yes, when?

4. Translations. Will be bounties for them?

5. Your team. Can you post more info about your team (maybe LinkedIn accounts, etc)

I repeated my questions.
This is info i need.
Liss1
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
November 24, 2017, 05:22:47 PM
 #118

A few minutes ago, the wallet came out with an error. After restarting, the purse after synchronization shows block 719, and at http://explorer.hppcoin.com/ only 498 blocks. How many blocks are now correct and how is it now normal to synronize under the explorer.
freedom_io
Member
**
Offline Offline

Activity: 105
Merit: 10

quarkchain.io


View Profile
November 24, 2017, 05:24:33 PM
 #119

Something went wrong? The wallet doesn't work, block Explorer also stopped giving information.
johntwo
Member
**
Offline Offline

Activity: 154
Merit: 10


View Profile
November 24, 2017, 05:32:18 PM
Last edit: November 24, 2017, 05:56:54 PM by johntwo
 #120

That doesn't make sense, wasn't the block height only 500ish a few hours ago?

If the blocks have truly jumped to 700+ it means someone figured out GPU mining and now has like 30% of the coins.  This is a huge error by the devs to not release a GPU miner with the coin, because it gives control of their network to someone who programmed one before them.  The coin is going to be dumped hard if some GPU miner took 200 blocks in an instant.  It's not "unfair" for someone to make their own GPU miner, but it is poor planning by the devs and will hurt the coin and network as a whole when devs easily could have waited to launch the coin until they had a public GPU miner ready.

But I am just guessing for now, let us wait for more info before we jump to conclusions.

EDIT: It seems I may have been wrong, people are saying that instead the difficulty just died down due to the botnet leaving.

▰   SEMUX   -   An innovative high-performance blockchain platform   ▰
■▬▬▬▬▬      Powered by Semux BFT consensus algorithm      ▬▬▬▬▬■
Github   -   Discord   -   Twitter   -   Telegram   -   Get Free Airdrop Now!
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!