Bitcoin Forum
April 26, 2024, 02:03:10 PM *
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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 ... 164 »
  Print  
Author Topic: BiblePay - New Coin Launch - Official Thread  (Read 119792 times)
Drokzid
Sr. Member
****
Offline Offline

Activity: 930
Merit: 257


HAIL THE KING!


View Profile WWW
August 06, 2017, 08:38:54 PM
 #501

Will there be a paid or free distribution or is this coin only purchasable via exchanges? I would welcome your response.

BTC IS KING!
Transactions must be included in a block to be properly completed. When you send a transaction, it is broadcast to miners. Miners can then optionally include it in their next blocks. Miners will be more inclined to include your transaction if it has a higher transaction fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714140190
Hero Member
*
Offline Offline

Posts: 1714140190

View Profile Personal Message (Offline)

Ignore
1714140190
Reply with quote  #2

1714140190
Report to moderator
1714140190
Hero Member
*
Offline Offline

Posts: 1714140190

View Profile Personal Message (Offline)

Ignore
1714140190
Reply with quote  #2

1714140190
Report to moderator
1714140190
Hero Member
*
Offline Offline

Posts: 1714140190

View Profile Personal Message (Offline)

Ignore
1714140190
Reply with quote  #2

1714140190
Report to moderator
jc12345
Legendary
*
Offline Offline

Activity: 1638
Merit: 1013


View Profile
August 06, 2017, 08:50:17 PM
 #502

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 link
Virustotal link
sha256 hash 148e93975996a987e7b8bc90f74d9ffe290e74ebd043faee0af85caede964fcd

biblepayd v1.0.1.7
Download link
Virustotal link
sha256 hash b9fb4a5705dfb777464d1069169aa7b7f3c75d675afcc3bb5cb68be2780a13ef

biblepay-tx v1.0.1.7
Download link
Virustotal link
sha256 hash 17c6cfbce648d72b32a6e16aab09f970c6030665ca5bc6f1739842d6dca19aa5

biblepay-qt v1.0.1.7
Download link
Virustotal link
sha256 hash 5b2ce146875e8328ab2d1186e91a65268e3214f65628354707e8dd16b3cbe6ce
gigabyted
Hero Member
*****
Offline Offline

Activity: 906
Merit: 500



View Profile
August 06, 2017, 09:17:54 PM
 #503

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 link
Virustotal link
sha256 hash 148e93975996a987e7b8bc90f74d9ffe290e74ebd043faee0af85caede964fcd

biblepayd v1.0.1.7
Download link
Virustotal link
sha256 hash b9fb4a5705dfb777464d1069169aa7b7f3c75d675afcc3bb5cb68be2780a13ef

biblepay-tx v1.0.1.7
Download link
Virustotal link
sha256 hash 17c6cfbce648d72b32a6e16aab09f970c6030665ca5bc6f1739842d6dca19aa5

biblepay-qt v1.0.1.7
Download link
Virustotal link
sha256 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! Smiley

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 Offline

Activity: 1638
Merit: 1013


View Profile
August 06, 2017, 09:28:10 PM
 #504


Thanks my goal was to build from source, i already run the binaries, but i would rather build my own. Call my paranoid! Smiley

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 Offline

Activity: 126
Merit: 100


★777Coin.com★ Fun BTC Casino!


View Profile
August 06, 2017, 09:43:52 PM
 #505

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
Hero Member
*****
Offline Offline

Activity: 906
Merit: 500



View Profile
August 06, 2017, 09:44:14 PM
 #506


Thanks my goal was to build from source, i already run the binaries, but i would rather build my own. Call my paranoid! Smiley

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
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile WWW
August 06, 2017, 09:54:58 PM
 #507

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.

████→→       ● BitMEX, trade bitcoin and altcoins using 100X leverage   Use this link to sign up and get 10% off fees for 6 months

████→→       ● BitMEX, 100倍杠杆交易比特币和山寨币  设在香港,提供中文支持, 用此链接开户前6个月节省10%的交易费
gigabyted
Hero Member
*****
Offline Offline

Activity: 906
Merit: 500



View Profile
August 06, 2017, 09:57:59 PM
 #508

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
Full Member
***
Offline Offline

Activity: 364
Merit: 100



View Profile
August 06, 2017, 10:02:18 PM
 #509

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!

▀▀▀▀▀▀     SWIPE  │ Monetizing mobile engagement data, on the blockchain    ▀▀▀▀▀▀
▄▄▄▄         Whitepaper       Telegram       Twitter       Medium       Reddit          ▄▄▄▄
m4tsby
Member
**
Offline Offline

Activity: 126
Merit: 10


View Profile
August 07, 2017, 12:54:23 AM
 #510

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 Offline

Activity: 1176
Merit: 215


Jesus is the King of Kings and Lord of Lords


View Profile WWW
August 07, 2017, 01:21:59 AM
 #511

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.

🕇 BiblePay 🕇
🕇  Announcement | ForumSlackDiscordRedditTwitter | SouthXChange  🕇
🕇 A Christian cryptocurrency | Supporting orphans through a decentralized autonomous charity 🕇
Yoshi24517
Full Member
***
Offline Offline

Activity: 126
Merit: 100


★777Coin.com★ Fun BTC Casino!


View Profile
August 07, 2017, 01:36:42 AM
 #512

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 Offline

Activity: 126
Merit: 10


View Profile
August 07, 2017, 01:52:14 AM
 #513

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. Smiley
happy_merchant
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
August 07, 2017, 01:57:44 AM
 #514

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 Offline

Activity: 1176
Merit: 215


Jesus is the King of Kings and Lord of Lords


View Profile WWW
August 07, 2017, 02:06:09 AM
 #515

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...



🕇 BiblePay 🕇
🕇  Announcement | ForumSlackDiscordRedditTwitter | SouthXChange  🕇
🕇 A Christian cryptocurrency | Supporting orphans through a decentralized autonomous charity 🕇
bible_pay (OP)
Full Member
***
Offline Offline

Activity: 1176
Merit: 215


Jesus is the King of Kings and Lord of Lords


View Profile WWW
August 07, 2017, 02:13:14 AM
 #516

Hi Everyone!

Biblepay Volunteers needed for TestNet Pool Testing:

https://bitcointalk.org/index.php?topic=2070177.new#new

Note: 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).


🕇 BiblePay 🕇
🕇  Announcement | ForumSlackDiscordRedditTwitter | SouthXChange  🕇
🕇 A Christian cryptocurrency | Supporting orphans through a decentralized autonomous charity 🕇
m4tsby
Member
**
Offline Offline

Activity: 126
Merit: 10


View Profile
August 07, 2017, 02:33:58 AM
 #517

nice! wish i hadnt used my Azure free trial... would like to see what new Xeons can do.
dejarumlights
Jr. Member
*
Offline Offline

Activity: 55
Merit: 1


View Profile
August 07, 2017, 03:33:08 AM
 #518

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
Full Member
***
Offline Offline

Activity: 170
Merit: 100


View Profile
August 07, 2017, 09:26:23 AM
 #519

Hi Everyone!

Biblepay Volunteers needed for TestNet Pool Testing:

https://bitcointalk.org/index.php?topic=2070177.new#new

Note: 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 Sad
Can't wait for mainnet pool.

   SEMUX   -   An innovative high-performance blockchain platform   
▬▬▬▬▬      Powered by Semux BFT consensus algorithm      ▬▬▬▬▬
Github    -    Discord    -    Twitter    -    Telegram    -    Get Free Airdrop Now!
viljy
Hero Member
*****
Offline Offline

Activity: 1736
Merit: 857



View Profile
August 07, 2017, 11:23:37 AM
 #520

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.
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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 ... 164 »
  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!