Drokzid
|
|
August 06, 2017, 08:38:54 PM |
|
Will there be a paid or free distribution or is this coin only purchasable via exchanges? I would welcome your response.
|
BTC IS KING!
|
|
|
jc12345
Legendary
Offline
Activity: 1638
Merit: 1013
|
|
August 06, 2017, 08:50:17 PM |
|
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...
If you are still struggling, you can try these compiled versions for Ubuntu 16.04 (at your own risk of course). You might still be missing a dependency though on your side. Ill look into posting a full list of dependencies I used to compile shortly. biblepay-cli v1.0.1.7 Download linkVirustotal linksha256 hash 148e93975996a987e7b8bc90f74d9ffe290e74ebd043faee0af85caede964fcd biblepayd v1.0.1.7 Download link Virustotal link sha256 hash b9fb4a5705dfb777464d1069169aa7b7f3c75d675afcc3bb5cb68be2780a13ef biblepay-tx v1.0.1.7 Download linkVirustotal linksha256 hash 17c6cfbce648d72b32a6e16aab09f970c6030665ca5bc6f1739842d6dca19aa5 biblepay-qt v1.0.1.7 Download linkVirustotal linksha256 hash 5b2ce146875e8328ab2d1186e91a65268e3214f65628354707e8dd16b3cbe6ce
|
|
|
|
gigabyted
|
|
August 06, 2017, 09:17:54 PM |
|
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...
If you are still struggling, you can try these compiled versions for Ubuntu 16.04 (at your own risk of course). You might still be missing a dependency though on your side. Ill look into posting a full list of dependencies I used to compile shortly. biblepay-cli v1.0.1.7 Download linkVirustotal linksha256 hash 148e93975996a987e7b8bc90f74d9ffe290e74ebd043faee0af85caede964fcd biblepayd v1.0.1.7 Download link Virustotal link sha256 hash b9fb4a5705dfb777464d1069169aa7b7f3c75d675afcc3bb5cb68be2780a13ef biblepay-tx v1.0.1.7 Download linkVirustotal linksha256 hash 17c6cfbce648d72b32a6e16aab09f970c6030665ca5bc6f1739842d6dca19aa5 biblepay-qt v1.0.1.7 Download linkVirustotal linksha256 hash 5b2ce146875e8328ab2d1186e91a65268e3214f65628354707e8dd16b3cbe6ce Thanks my goal was to build from source, i already run the binaries, but i would rather build my own. Call my paranoid! Now the cli is building but im stuck at an error while building the daemon: CXXLD biblepayd.exe libbitcoin_zmq.a(libbitcoin_zmq_a-zmqnotificationinterface.o):zmqnotificationinterface.cpp:(.text+0x47d): undefined reference to `__imp_zmq_ctx_destroy' libbitcoin_zmq.a(libbitcoin_zmq_a-zmqnotificationinterface.o):zmqnotificationinterface.cpp:(.text+0x6a6): undefined reference to `__imp_zmq_strerror' and a couple more undefined ref about the zmq implementation... Im close...
|
|
|
|
jc12345
Legendary
Offline
Activity: 1638
Merit: 1013
|
|
August 06, 2017, 09:28:10 PM |
|
Thanks my goal was to build from source, i already run the binaries, but i would rather build my own. Call my paranoid! Now the cli is building but im stuck at an error while building the daemon: CXXLD biblepayd.exe libbitcoin_zmq.a(libbitcoin_zmq_a-zmqnotificationinterface.o):zmqnotificationinterface.cpp:(.text+0x47d): undefined reference to `__imp_zmq_ctx_destroy' libbitcoin_zmq.a(libbitcoin_zmq_a-zmqnotificationinterface.o):zmqnotificationinterface.cpp:(.text+0x6a6): undefined reference to `__imp_zmq_strerror' and a couple more undefined ref about the zmq implementation... Im close... Ok then try sudo apt-get install libzmq3-dev
|
|
|
|
Yoshi24517
Full Member
Offline
Activity: 126
Merit: 100
★777Coin.com★ Fun BTC Casino!
|
|
August 06, 2017, 09:43:52 PM |
|
Still stuck on block 2013, another block has not been mined for 45+ minutes. That explains why my node will not sync.
EDIT: Wallet synced. Block mined literally 1 minute later.
|
|
|
|
gigabyted
|
|
August 06, 2017, 09:44:14 PM |
|
Thanks my goal was to build from source, i already run the binaries, but i would rather build my own. Call my paranoid! Now the cli is building but im stuck at an error while building the daemon: CXXLD biblepayd.exe libbitcoin_zmq.a(libbitcoin_zmq_a-zmqnotificationinterface.o):zmqnotificationinterface.cpp:(.text+0x47d): undefined reference to `__imp_zmq_ctx_destroy' libbitcoin_zmq.a(libbitcoin_zmq_a-zmqnotificationinterface.o):zmqnotificationinterface.cpp:(.text+0x6a6): undefined reference to `__imp_zmq_strerror' and a couple more undefined ref about the zmq implementation... Im close... Ok then try sudo apt-get install libzmq3-dev Yeah already did that: giga@ubuntu:~/dev/coins/biblepay/src$ sudo apt-get install libzmq3-dev Reading package lists... Done Building dependency tree Reading state information... Done libzmq3-dev is already the newest version (4.1.4-7). The following package was automatically installed and is no longer required: snap-confine Use 'sudo apt autoremove' to remove it. 0 upgraded, 0 newly installed, 0 to remove and 21 not upgraded.
|
|
|
|
kotbi
|
|
August 06, 2017, 09:54:58 PM |
|
It seems now its' hard enough for solo mining. I used to get one or two blocks every day using my i7 4 cores and 8 threads computers. Now two days passed and not a single one block.
|
|
|
|
gigabyted
|
|
August 06, 2017, 09:57:59 PM |
|
It seems now its' hard enough for solo mining. I used to get one or two blocks every day using my i7 4 cores and 8 threads computers. Now two days passed and not a single one block.
Diff gave not really changed alot in the last days, but you need to consider luck factor as well.
|
|
|
|
KGBx
|
|
August 06, 2017, 10:02:18 PM |
|
Will there be a paid or free distribution or is this coin only purchasable via exchanges? I would welcome your response.
BiblePay will be on C-Cex in a week or something like that according to dev. I expect the price will be over 1 sato (which is really nice), maybe even over 10-20 satoshi. Low number of blocks and incredibly hard to mine!
|
|
|
|
m4tsby
Member
Offline
Activity: 126
Merit: 10
|
|
August 07, 2017, 12:54:23 AM |
|
i jacked around with my conf. file trying to squeeze more hash out of my opterons on Mint and now cant launch the app. Doh! I was going to get in terminal and edit it but cant locate the biblepay.conf. Anyone know what directory its in or how to reverse my error?
this is what i used in terminal but got 3 results - none of which is my conf file -
locate -i "biblepay-conf"
/home/matt/biblepay/src/biblepay-config1.h /home/matt/biblepay/src/config/biblepay-config.h /home/matt/biblepay/src/config/biblepay-config.h.in /home/matt/biblepay/src/config/biblepay-config.h.in~
|
|
|
|
bible_pay (OP)
Full Member
Offline
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
|
|
August 07, 2017, 01:21:59 AM |
|
i jacked around with my conf. file trying to squeeze more hash out of my opterons on Mint and now cant launch the app. Doh! I was going to get in terminal and edit it but cant locate the biblepay.conf. Anyone know what directory its in or how to reverse my error?
this is what i used in terminal but got 3 results - none of which is my conf file -
locate -i "biblepay-conf"
/home/matt/biblepay/src/biblepay-config1.h /home/matt/biblepay/src/config/biblepay-config.h /home/matt/biblepay/src/config/biblepay-config.h.in /home/matt/biblepay/src/config/biblepay-config.h.in~
On mac it might be in: ~/.biblepaycore Anyway, if you do a find, try : find -f biblepay.conf Good luck.
|
|
|
|
Yoshi24517
Full Member
Offline
Activity: 126
Merit: 100
★777Coin.com★ Fun BTC Casino!
|
|
August 07, 2017, 01:36:42 AM |
|
Hi guys, So i downloaded the Wallet Let it sync then opened the debug console and typed in 'setgenerate true 2' and the the next line was 'getgenerate' which returned true. Also i sent a 'getmininginfo' and got the following
{ "blocks": 1991, "currentblocksize": 1000, "currentblocktx": 0, "difficulty": 0.00580225551959311, "errors": "", "genproclimit": 2, "network_khashps": 2813.731059902567, "hashps": 3904.196392532182, "minerstarttime": 1502042033559, "pooledtx": 0, "testnet": false, "chain": "main", "biblepay-generate": true }
And then a 'getinfo' and got this
{ "version": 1000107, "protocolversion": 70707, "walletversion": 61000, "wallet_fullversion": "1.0.1.7", "balance": 0.00000000, "privatesend_balance": 0.00000000, "blocks": 1991, "timeoffset": 0, "connections": 3, "proxy": "", "difficulty": 0.000580225551959311, "testnet": false, "keypoololdest": 1502026134, "keypoolsize": 1008, "paytxfee": 0.00000000, "relayfee": 0.00010000, "errors": "" }
So the miner has been on for about 3 hours straight and i have 0 bbp. What is the matter?
I also opened the conf file on notepad and it was blank and i inserted the following piece of code
gen=1 genproclimit=10 addnode=node.biblepay.org:40000
Still have no response...
I run an i5 6th generation on my HP laptop. Can someone help me out please? I have 2 outgoing connections and 0 incoming. I also have 0 masternodes.
Please help me out here.
I can see @bible_pay being active here...
Quite happy to see a Dev work it out.
If someone would help.. I would be really happy.
Thanks in Advance, Akaash
You have to be patient. There are more than just you mining. You have to find the EXACT right hash. I've been mining for 3 hours and I still don't have a block yet.
|
|
|
|
m4tsby
Member
Offline
Activity: 126
Merit: 10
|
|
August 07, 2017, 01:52:14 AM |
|
found it - didnt realize hidden files werent on by default on Mint. if anything with crypto- im learning linux and how to fast tap road signs and dresses on captchas.
|
|
|
|
happy_merchant
Member
Offline
Activity: 70
Merit: 10
|
|
August 07, 2017, 01:57:44 AM |
|
Over 260 peers connected to the block explorer node. I think the network broke 3MH/s hashrate at one point, and I've seen Biblepay pop up in discussions on a couple other crypto forums that I browse.
The project definitely seems to be getting some attention even at these stages without being actively marketed or anything. Will be interesting to see where it goes after a little more development.
|
|
|
|
bible_pay (OP)
Full Member
Offline
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
|
|
August 07, 2017, 02:06:09 AM |
|
Over 260 peers connected to the block explorer node. I think the network broke 3MH/s hashrate at one point, and I've seen Biblepay pop up in discussions on a couple other crypto forums that I browse.
The project definitely seems to be getting some attention even at these stages without being actively marketed or anything. Will be interesting to see where it goes after a little more development.
Yeah I saw that I had over 400 connections this morning on the external node, so I had to set maxconnections to 450. Definitely gaining interest. I wish I had time to buy a XEON server and do some hps benchmarks between linux and windows. We will need to do this soon...
|
|
|
|
bible_pay (OP)
Full Member
Offline
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
|
|
August 07, 2017, 02:13:14 AM |
|
Hi Everyone! Biblepay Volunteers needed for TestNet Pool Testing:https://bitcointalk.org/index.php?topic=2070177.new#newNote: I am still in the process of deploying the pool now - so please wait until I edit the topic to inform everyone that 1.0.1.8 is ready to download and the poolurl is actually ready for traffic (ETA : 4-16 hours).
|
|
|
|
m4tsby
Member
Offline
Activity: 126
Merit: 10
|
|
August 07, 2017, 02:33:58 AM |
|
nice! wish i hadnt used my Azure free trial... would like to see what new Xeons can do.
|
|
|
|
dejarumlights
Jr. Member
Offline
Activity: 55
Merit: 1
|
|
August 07, 2017, 03:33:08 AM |
|
Sweet.
Been mining since the 23rd, and even though I've only snagged 6 blocks over the duration, I am going to stick with this one since it's been relatively set/forget after the initial working out of bugs. Strongly considering operating a sanctuary when the time comes if everything continues on the current trend.
|
|
|
|
ArkMage
|
|
August 07, 2017, 09:26:23 AM |
|
Hi Everyone! Biblepay Volunteers needed for TestNet Pool Testing:https://bitcointalk.org/index.php?topic=2070177.new#newNote: I am still in the process of deploying the pool now - so please wait until I edit the topic to inform everyone that 1.0.1.8 is ready to download and the poolurl is actually ready for traffic (ETA : 4-16 hours). Great news! I'd like to mine on a pool, can't find blocks anymore Can't wait for mainnet pool.
|
|
|
|
viljy
Legendary
Offline
Activity: 1988
Merit: 1328
|
|
August 07, 2017, 11:23:37 AM |
|
Will there be a paid or free distribution or is this coin only purchasable via exchanges? I would welcome your response.
BiblePay will be on C-Cex in a week or something like that according to dev. I expect the price will be over 1 sato (which is really nice), maybe even over 10-20 satoshi. Low number of blocks and incredibly hard to mine! Maybe 100-200 sat? Look at DRXNE - 80 million coins, POS, 100% premine, trades started from ~ 4000 sat, now ~ 1000. And here the blocks are rare, the difficulty is high, mining CPU. The fact that the total number of coins is several billion is not so important, since they still need to be extracted and it will take years. And most importantly, the coin has a charity function.
|
|
|
|
░░░▄████████████████████████ ░▄████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ████████████████████████████▀ ██████████████████████████▀ ██████████████████████ ██████████████████████ ██████████████████████ ░░███████████████████▀ | | █████████████████████████ █████████████████████████ █████░▄▄█████████████████ █████░███████████████████ █████░███████░███████████ ████████████░████████████ ███████████░█████████████ ██████████░██████████████ ██████████░██████████████ ██████████░██████████████ ████████░████████████████ █████████████████████████ █████████████████████████ | 100% WELCOME BONUS | UP TO 15% CASHBACK | NO KYC PROVABLY FAIR | █████████████████████████ █████████████████████████ █████████████████████████ █████░██░░██░██░░██░█████ ████░████████████████████ █████████░░███░░█████████ █████░░██████████████████ ███████░░████████████████ █████████░███████████████ █████████████████████████ █████████████████████████ █████████████████████████ █████████████████████████ | Play Now |
|
|
|
|