Bitcoin Forum
May 07, 2024, 08:38:29 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 ... 164 »
  Print  
Author Topic: BiblePay - New Coin Launch - Official Thread  (Read 119794 times)
gigabyted
Hero Member
*****
Offline Offline

Activity: 906
Merit: 500



View Profile
August 06, 2017, 05:24:54 PM
 #481

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

Activity + Trust + Earned Merit == The Most Recognized Users on Bitcointalk
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715114309
Hero Member
*
Offline Offline

Posts: 1715114309

View Profile Personal Message (Offline)

Ignore
1715114309
Reply with quote  #2

1715114309
Report to moderator
pigfrown
Jr. Member
*
Offline Offline

Activity: 47
Merit: 1


View Profile
August 06, 2017, 05:31:34 PM
 #482

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
}




Bitrated user: pigfrown.
dejarumlights
Jr. Member
*
Offline Offline

Activity: 55
Merit: 1


View Profile
August 06, 2017, 05:42:38 PM
 #483

Network number is khash/sec.
somacoin
Sr. Member
****
Offline Offline

Activity: 497
Merit: 251



View Profile WWW
August 06, 2017, 05:45:08 PM
 #484

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

Activity: 906
Merit: 500



View Profile
August 06, 2017, 05:46:22 PM
 #485

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...
jc12345
Legendary
*
Offline Offline

Activity: 1638
Merit: 1013


View Profile
August 06, 2017, 05:56:34 PM
 #486

What do you think a reasonable amount would be for a sanctuary - 1m?

PS: Anyone selling? Send me a PM.
gigabyted
Hero Member
*****
Offline Offline

Activity: 906
Merit: 500



View Profile
August 06, 2017, 06:05:05 PM
 #487

What do you think a reasonable amount would be for a sanctuary - 1m?

PS: Anyone selling? Send me a PM.

That would be crazy expensive, even at 1 sats, it would be .10 BTC, which is 300$ US.  Many small have masternodes and have more exposure than this coin and it's not that expensive.

And im not even talking of the price if its 10sats! Smiley Not more than 250k coins i think
Akaash
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
August 06, 2017, 06:10:24 PM
 #488

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
jc12345
Legendary
*
Offline Offline

Activity: 1638
Merit: 1013


View Profile
August 06, 2017, 06:19:14 PM
 #489

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

1) Download hwmonitor from cpuid and run it next to your wallet.
2) Remove the genproclimit from your .conf
3) A couple pages back is a list of nodes. Add that list into your .conf
4) In your debug console, type "setgenerate true x". Replace x with the number of threads you want. Start at 4 and up them in 5s or 10s and see the effect on your cpu usage in hwmonitor. As soon as you reach 98-100% on all cores, you stick to that number of threads.
5) Type "getmininginfo" everytime after a thread change and see where your hashes are optimized.
Cloudpost
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500



View Profile
August 06, 2017, 06:25:58 PM
 #490

I get 8-14 kHash on my CPUs (8-12-14 core xeons E5 v1/3/4). I can't find a right setting to use whole CPU power. With max cores(threads) I have 30 to 50% CPU load. Increasing mining threads do not incerease hashrate.
Any ideas how to fix it?

Also, did someone compared Win vs Linux hashrate? I know it might have a significant difference.

            ▄▄████▄▄
        ▄▄██████████████▄▄
      ███████████████████████▄▄
      ▀▀█████████████████████████
██▄▄       ▀▀█████████████████████
██████▄▄        ▀█████████████████
███████████▄▄       ▀▀████████████
███████████████▄▄        ▀████████
████████████████████▄▄       ▀▀███
 ▀▀██████████████████████▄▄
     ▀▀██████████████████████▄▄
▄▄        ▀██████████████████████▄
████▄▄        ▀▀██████████████████
█████████▄▄        ▀▀█████████████
█████████████▄▄        ▀▀█████████
██████████████████▄▄        ▀▀████
▀██████████████████████▄▄
  ▀▀████████████████████████
      ▀▀█████████████████▀▀
           ▀▀███████▀▀



.SEMUX
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
  Semux uses .100% original codebase.
  Superfast with .30 seconds instant finality.
  Tested .5000 tx per block. on open network
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
IOTUSA
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250



View Profile
August 06, 2017, 06:38:45 PM
 #491

Biblepay? Now I have seen it all I think. Seriously how is this not like Trumpcoin? Just pandering to a group of people based on its name. Oh well, a fool and his money etc.

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 06, 2017, 06:43:25 PM
 #492

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...
Glad you are still chugging away at this.  Hey if you did get it to build, could you please tell me the two things you needed and Ill add them to the repo. 

Ive been busy working on the pool; the pool is very close but there is a socket issue in windows preventing the pool from working properly, but its working on linux.  Ill keep you all posted; its very close.


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

Activity: 43
Merit: 0


View Profile
August 06, 2017, 06:43:47 PM
 #493

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

1) Download hwmonitor from cpuid and run it next to your wallet.
2) Remove the genproclimit from your .conf
3) A couple pages back is a list of nodes. Add that list into your .conf
4) In your debug console, type "setgenerate true x". Replace x with the number of threads you want. Start at 4 and up them in 5s or 10s and see the effect on your cpu usage in hwmonitor. As soon as you reach 98-100% on all cores, you stick to that number of threads.
5) Type "getmininginfo" everytime after a thread change and see where your hashes are optimized.

Hey I tried it still no response.
Doing a reinstall.
Its syncing now.

Just walk me through please...

I got this nodes list
Quote
addnode=112.3.32.41
addnode=113.123.192.18
addnode=113.123.208.222
addnode=114.240.148.65
addnode=118.112.31.11
addnode=118.112.31.14
addnode=118.112.31.3
addnode=118.112.31.5
addnode=118.112.31.6
addnode=118.112.31.9
addnode=118.113.135.42
addnode=119.135.207.175
addnode=119.23.210.14
addnode=119.23.211.233
addnode=119.23.220.145
addnode=119.36.79.132
addnode=120.202.46.63
addnode=123.119.25.243
addnode=138.68.227.166
addnode=139.99.131.169
addnode=159.203.188.228
addnode=162.243.161.213
addnode=162.243.171.195
addnode=171.251.12.198
addnode=174.138.34.137
addnode=174.138.34.54
addnode=174.138.34.64
addnode=174.138.34.71
addnode=174.138.34.81
addnode=174.54.43.236
addnode=182.151.203.19
addnode=182.151.203.62
addnode=185.134.230.158
addnode=188.230.139.163
addnode=198.199.89.94
addnode=198.211.109.101
addnode=202.97.251.251
addnode=207.245.41.195
addnode=208.68.36.193
addnode=218.3.102.1
addnode=218.3.33.86
addnode=221.221.171.175
addnode=221.233.70.237
addnode=222.175.36.134
addnode=58.130.255.101
addnode=67.205.134.62
addnode=67.205.159.108
addnode=67.205.183.9
addnode=67.207.81.139
addnode=67.207.81.222
addnode=67.207.81.58
addnode=67.207.89.62
addnode=67.207.94.159
addnode=77.106.146.9
addnode=77.172.68.14
addnode=83.151.2.66
addnode=93.84.236.241
addnode=97.90.153.65
addnode=97.99.69.33
addnode=99.198.174.212
However the instructions over there state to only put these lines in the config file and nothing else.

Im new to this. Can you please walk me through?

Im sure it'll help everyone else in the future.


If it all it does matter I have a dynamic IP.

Has it got something to do with ports or firewall?

Can someone help me please...

I'm going nuts over this...

Thanks in advance,
Akaash
genesavich
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
August 06, 2017, 06:44:27 PM
 #494

How can I participate in the coin Token distribution?
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 06, 2017, 06:45:41 PM
 #495

Guys, you dont really need all those addnodes, the wallet will find em automatically.

First just try 'node.biblepay.org' and 'biblepay.inspect.network' and then just add more if you dont sync.


🕇 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 06, 2017, 06:49:46 PM
 #496

Project Update:

Other than the pool project, I wanted to let you all know that within 30 days, I am going to launch a professional logo design campaign on one of the design sites with a $700 reward, and we can all vote on the logo we like as a community.  This will give us a more professional website, icons, splash, in wallet background, and should increase interest in Biblepay.

After that, I have a collaborator that Ive worked with in the past, a pro wallet graphics designer, that will give us a professional facelift for the in-wallet design (this gives us a vertical toolbar, exchange and block explorer buttons, syncing spinner, etc).  Id rather have our logo finished
 first however, and have a presence on an exchange before we work this phase, but I just wanted to let you all know that the version we are running is the initial version to get started and as a community we are going to have a very professional wallet in the long run.




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

Activity: 154
Merit: 100


View Profile
August 06, 2017, 06:50:03 PM
 #497

I love this project!!
gigabyted
Hero Member
*****
Offline Offline

Activity: 906
Merit: 500



View Profile
August 06, 2017, 07:02:25 PM
 #498

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 should first check that you are mining with getmininginfo then the diff rose alot in the last week, so you could mine for days without a block, so be patient!
In the silence
Sr. Member
****
Offline Offline

Activity: 1289
Merit: 294


''Vincit qui se vincit''


View Profile
August 06, 2017, 07:25:58 PM
 #499

Cool, religious coin. The hashrate are big and i cannot mined any block. Any mining pools? No free coins and airdrop? Seems legit.
pigfrown
Jr. Member
*
Offline Offline

Activity: 47
Merit: 1


View Profile
August 06, 2017, 07:39:16 PM
 #500

Welcome to block 2000! Cheesy

Nice coin dev. Innovative hashing algo and a noble goal is nice to see amongst all the cashgrabs!


Bitrated user: pigfrown.
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 ... 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!