Author

Topic: BiblePay - New Coin Launch - Official Thread - page 140. (Read 119833 times)

hero member
Activity: 906
Merit: 500
Network number is khash/sec.

Yes i had to make that one executable before making the build.

Im using Ubuntu 16.04.2

I must be pretty close because its going pretty far...
sr. member
Activity: 497
Merit: 251
I'd really like to see some people establish a BiblePay Community within our share of the Movement

Who's in this with me? Smiley
jr. member
Activity: 55
Merit: 1
Network number is khash/sec.
jr. member
Activity: 47
Merit: 1
Ive been able to compile the bitcoin wallet, but no luck with biblepay.  I did went closer by copying the depends folder from bitcoin to biblepay, seems like you're missing a Makefile in there. 

But the error i have now is farther and it's errors like this one:

.libs/libbitcoinconsensus_la-utilstrencodings.o:(.data.DW.ref.__gxx_personality_v0[DW.ref.__gxx_personality_v0]+0x0): undefined reference to `__gxx_personality_v0'

it seems to be related to the libstdc++ library.

Which i have run a few apt-get to make sure it was installed...



I believe the share/gen_build.sh script needs to be made executable. Not sure if that will help you.
What OS/distro are you using?

I have attempted to start mining Biblepay coin but am a little confused. The following is my output, it seems to say that the entire network only has 2791 hashps.. am I incorrectly synced? Thanks

./biblepay-cli getmininginfo
{
  "blocks": 1990,
  "currentblocksize": 1000,
  "currentblocktx": 0,
  "difficulty": 0.002771990490086734,
  "errors": "",
  "genproclimit": -1,
  "networkhashps": 2791.17862773225,
  "hashps": 1801.955219173762,
  "minerstarttime": 1502040202021,
  "pooledtx": 0,
  "testnet": false,
  "chain": "main",
  "biblepay-generate": true
}



hero member
Activity: 906
Merit: 500
Ive been able to compile the bitcoin wallet, but no luck with biblepay.  I did went closer by copying the depends folder from bitcoin to biblepay, seems like you're missing a Makefile in there. 

But the error i have now is farther and it's errors like this one:

.libs/libbitcoinconsensus_la-utilstrencodings.o:(.data.DW.ref.__gxx_personality_v0[DW.ref.__gxx_personality_v0]+0x0): undefined reference to `__gxx_personality_v0'

it seems to be related to the libstdc++ library.

Which i have run a few apt-get to make sure it was installed...

newbie
Activity: 10
Merit: 0
can someone point me to a guide to mine this(with windows)? I've tried google, but can't find anything.

1. Download windows wallet from http://biblepay.org
2. Run biblepay-qt and...
3. Close this programm
4. Go to the C:\Users\...\AppData\Roaming\BiblepayCore
5. Edit file biblepay.conf
   gen=1
   genproclimit=10
   addnode=node.biblepay.org:40000
6. Run the bibblepay-qt again
7. Waiting for synchronization and pray




Is there a way to show hashrate?

edit nvm I found it.
newbie
Activity: 2
Merit: 0
can someone point me to a guide to mine this(with windows)? I've tried google, but can't find anything.

1. Download windows wallet from http://biblepay.org
2. Run biblepay-qt and...
3. Close this programm
4. Go to the C:\Users\...\AppData\Roaming\BiblepayCore
5. Edit file biblepay.conf
   gen=1
   genproclimit=10
   addnode=node.biblepay.org:40000
6. Run the bibblepay-qt again
7. Waiting for synchronization and pray

full member
Activity: 171
Merit: 100
I have a few blocks. Just https://c-cex.com in August 2017.  Smiley
sr. member
Activity: 445
Merit: 250
in console
setgenerate true
newbie
Activity: 10
Merit: 0
can someone point me to a guide to mine this(with windows)? I've tried google, but can't find anything.
member
Activity: 69
Merit: 10
Didn't get any block since 3 days.
Need pool 😐



same here looks like catching solo the pidgeon is over for me ehehehe
full member
Activity: 442
Merit: 100
Didn't get any block since 3 days.
Need pool 😐
newbie
Activity: 21
Merit: 0
gitian is the way to go, everything else is a waste of time
full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
Hi dev, trying to compile myself the windows wallet on ubuntu and im following this: https://github.com/biblepay/biblepay/blob/master/doc/build-windows.md

and when i try to make i got this:

giga@ubuntu:~/dev/coins/biblepay/depends$ make HOST=i686-w64-mingw32 -j4
make: *** No targets specified and no makefile found.  Stop.

Was able to build the linux version without a problem thou...

Any idea?
First, do you definitely have the mingw64 toolchain installed?

sudo apt-get install g++-mingw-w64-i686 mingw-w64-i686-dev g++-mingw-w64-x86-64 mingw-w64-x86-64-dev






Yup here's the result:

Reading package lists... Done
Building dependency tree
Reading state information... Done
g++-mingw-w64-i686 is already the newest version (5.3.1-8ubuntu3+17).
g++-mingw-w64-x86-64 is already the newest version (5.3.1-8ubuntu3+17).
mingw-w64-i686-dev is already the newest version (4.0.4-2).
mingw-w64-x86-64-dev is already the newest version (4.0.4-2).
0 upgraded, 0 newly installed, 0 to remove and 147 not upgraded.





Hmm, interesting.  My nix box is tied up in a build right now, but Ill try to reproduce asap.

In the mean time the only thing I can suggest is to pull down the bitcoin latest in a separate dir and try their cross compile build and see if we are missing anything.  Most likely whatever the cause is there will fix ours.  Im doing cross compiling builds now but inside gitian.  Also if anyone else has any suggestion please offer us suggestions.


hero member
Activity: 906
Merit: 500
Hi dev, trying to compile myself the windows wallet on ubuntu and im following this: https://github.com/biblepay/biblepay/blob/master/doc/build-windows.md

and when i try to make i got this:

giga@ubuntu:~/dev/coins/biblepay/depends$ make HOST=i686-w64-mingw32 -j4
make: *** No targets specified and no makefile found.  Stop.

Was able to build the linux version without a problem thou...

Any idea?
First, do you definitely have the mingw64 toolchain installed?

sudo apt-get install g++-mingw-w64-i686 mingw-w64-i686-dev g++-mingw-w64-x86-64 mingw-w64-x86-64-dev



Yup here's the result:

Reading package lists... Done
Building dependency tree
Reading state information... Done
g++-mingw-w64-i686 is already the newest version (5.3.1-8ubuntu3+17).
g++-mingw-w64-x86-64 is already the newest version (5.3.1-8ubuntu3+17).
mingw-w64-i686-dev is already the newest version (4.0.4-2).
mingw-w64-x86-64-dev is already the newest version (4.0.4-2).
0 upgraded, 0 newly installed, 0 to remove and 147 not upgraded.
full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
Hi dev, trying to compile myself the windows wallet on ubuntu and im following this: https://github.com/biblepay/biblepay/blob/master/doc/build-windows.md

and when i try to make i got this:

giga@ubuntu:~/dev/coins/biblepay/depends$ make HOST=i686-w64-mingw32 -j4
make: *** No targets specified and no makefile found.  Stop.

Was able to build the linux version without a problem thou...

Any idea?
First, do you definitely have the mingw64 toolchain installed?

sudo apt-get install g++-mingw-w64-i686 mingw-w64-i686-dev g++-mingw-w64-x86-64 mingw-w64-x86-64-dev

hero member
Activity: 906
Merit: 500
Hi dev, trying to compile myself the windows wallet on ubuntu and im following this: https://github.com/biblepay/biblepay/blob/master/doc/build-windows.md

and when i try to make i got this:

giga@ubuntu:~/dev/coins/biblepay/depends$ make HOST=i686-w64-mingw32 -j4
make: *** No targets specified and no makefile found.  Stop.

Was able to build the linux version without a problem thou...

Any idea?
full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
Old xeon 2x6 = 12 cores 24 threads
  "hashps": 117180.9035022312,



Wow, that is a lot buddy.  I think we inadvertently created a coin that rewards for having PC hardware that can perform math functions fast.  (The future - raising the bar per se would eventually include diskindex lookups also but would not necessarily slow down these guys with fast servers and raid arrays and ramdisks etc).  

Anyway to make a comment as I have not studied the xeon yet, I am making the assumption that his speed is coming from being able to perform the AES512 encrypt and the md5 quickly in the CPU- these are math based functions.  The xeon is apparently doing this 10* faster than us in parallel, somehow.

Good luck.  These are interesting aspects.

 =-=-=-=-=-=-=-=-

On the progress of our two projects:

On the Pool:  We need a customized pool as our miner wont run outside of qt.  We are in the process of writing one.  Its now 90% complete and in pre-alpha testing.  I will start a new thread for testnet pool testing soon, and we can test this out.  I think it should be ready for testing within a couple days now- need to do a lot of calibration testing next.


On the Exchange:  I did get a-hold of ccex, and during Skype everything was positive so far, but we were cut off before we could do a build test.  Im trying to reach him again.  Hes on the other side of the world so please be patient.  If I were to guess, I would think within 7 more days we will potentially have a presence on ccex, but I cant guarantee it yet.


full member
Activity: 237
Merit: 100
We need some pool and exchange.

i agree we def need these can anyone reach a pool owner?
member
Activity: 142
Merit: 10
We need some pool and exchange.
Jump to: