Bitcoin Forum
June 19, 2024, 10:50:53 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 [349] 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 ... 844 »
  Print  
Author Topic: BiblePay | 10% to Orphan-Charity | RANDOMX MINING | Sanctuaries (Masternodes)  (Read 243191 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic. (345 posts by 1+ user deleted.)
bible_pay (OP)
Full Member
***
Offline Offline

Activity: 1176
Merit: 215


Jesus is the King of Kings and Lord of Lords


View Profile WWW
April 24, 2018, 03:26:37 PM
 #6961

every new user/miner add these nodes to config with peerers problem


addnode=node.biblepay.org:40000
addnode=biblepay.inspect.network  
addnode=node.biblepay-explorer.org


Don't recommend this, the second and third node are both dead, and the first node line isn't needed, it's already hard coded in the wallet.

For syncing issues, I would try going to the last pages of http://explorer.biblepay.org:3001/network , finding 1.1.2.1+ IP addresses and then in the console window type:
Code:
addnode "x.x.x.x:x" "onetry"

The problem with the node.biblepay.org being the master,  it is contributing to the sync/crash issues.

Since it was down, many users were unable to use the client.   this is a huge centralization issue

Lesson: if you want to take down bbp only go after 1 node.


We're not centralized; we have an unlimited amount of seed nodes available.  Please don't mislead the public if you have no knowledge of a particular subject.

If you want to run a seed node please send me your node address and Ill add it to the core.






🕇 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
April 24, 2018, 03:47:36 PM
 #6962

I see all of our old addnodes hardcoded in the wallet are dead, so that explains why new users couldnt get on while node.biblepay.org was down yesterday.

So I added these two so far:
WriteKey("addnode","node.biblepay.org");
WriteKey("addnode","node.biblepay-explorer.org");
   

Does anyone else have any that will be up 24-7 on a solid dns external address?



🕇 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
April 24, 2018, 03:55:16 PM
Merited by togoshigekata (1)
 #6963

So, just so everyone understands that the dev team is on top of this weeks problems, and to provide a less technical explanation of the problem:

1.  PODC was written with a large scale in mind (of 32,767 max researchers), however due to some shortsightedness it was not seen that the governance object had a max limited size that could only hold 370 CPIDs, so that had to be expanded in the middle of our mandatory schedule as a leisure.
2.  After that was released this week, it caused normal clients (IE like exchanges) to have a view of the blockchain that is slightly different than the supermajority (primarily because a block can be marked as "dirty").  The exchange-leisure could recover from this, but requires a -reindex once per day, which is a very big nuisance.
3.  In light of this, we decided to have the exchanges upgrade.

As far as mitigating this problem entirely in the future:

We are implementing these enhancements to the next version:
- Remove Spam in logs
- Recover from Orphaned chain (when a chain is found with more work)
- Reconsidering a bad block
- Avoiding a crash during -reindex
- Adding extra addnode(s) to the core

This version will be out tonight.  Note that this is a leisure, and will not break functionality.



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

Activity: 462
Merit: 103


View Profile
April 24, 2018, 04:09:02 PM
Last edit: April 24, 2018, 04:22:22 PM by inblue
 #6964

I just tested node.biblepay-explorer and it works:

telnet node.biblepay-explorer.org 40000

UP

You are right. I only tried the main domain which doesn't resolve and I overlooked the fact that a subdomain can be on a different IP address.

That said, I'm wondering if hardcoding node.biblepay-explorer.org is good over the long term, because it is from an abandoned website after all, and I wouldn't trust the owner to keep the node updated at all times. If I understand correctly, nodes on older versions have a higher chance to potentially seed a wrong blockchain to others, right?

Does anyone else have any that will be up 24-7 on a solid dns external address?

1. Can it be a sanctuary at the same time?
2. Does it have to have a domain name?
inblue
Full Member
***
Offline Offline

Activity: 462
Merit: 103


View Profile
April 24, 2018, 04:19:46 PM
 #6965

So, just so everyone understands that the dev team is on top of this weeks problems, and to provide a less technical explanation of the problem:

1.  PODC was written with a large scale in mind (of 32,767 max researchers), however due to some shortsightedness it was not seen that the governance object had a max limited size that could only hold 370 CPIDs, so that had to be expanded in the middle of our mandatory schedule as a leisure.
2.  After that was released this week, it caused normal clients (IE like exchanges) to have a view of the blockchain that is slightly different than the supermajority (primarily because a block can be marked as "dirty").  The exchange-leisure could recover from this, but requires a -reindex once per day, which is a very big nuisance.
3.  In light of this, we decided to have the exchanges upgrade.

As far as mitigating this problem entirely in the future:

We are implementing these enhancements to the next version:
- Remove Spam in logs
- Recover from Orphaned chain (when a chain is found with more work)
- Reconsidering a bad block
- Avoiding a crash during -reindex
- Adding extra addnode(s) to the core

This version will be out tonight.  Note that this is a leisure, and will not break functionality.

Thank you Rob and the dev team for your dedicated work! It's unbelievable how fast you are, those bullet points are not easy, it doesn't have to be tonight already, take your time Smiley
thesnat21
Jr. Member
*
Offline Offline

Activity: 490
Merit: 4


View Profile WWW
April 24, 2018, 04:34:38 PM
 #6966

I see all of our old addnodes hardcoded in the wallet are dead, so that explains why new users couldnt get on while node.biblepay.org was down yesterday.

So I added these two so far:
WriteKey("addnode","node.biblepay.org");
WriteKey("addnode","node.biblepay-explorer.org");
   

Does anyone else have any that will be up 24-7 on a solid dns external address?




does it have to be a sanctuary or just a node that's online?

I appreciate you looking into this, it will definitely help the issues we've been seeing the past few days

Dimarzio123
Newbie
*
Offline Offline

Activity: 75
Merit: 0


View Profile
April 24, 2018, 05:06:07 PM
 #6967

I see that the top three miners have 36% of the magnitude.
Looks like we are in danger of becoming a top 1% coin - (ref top 1% of humanity = 90% of wealth)

This will possibly discourage the small guys and  in the end prevent global acceptance of BBP
Maybe we should limit magnitude of 1% (or less) per account in the name of fairness.
Thoughts?

Regards
PM
leetlezee
Member
**
Offline Offline

Activity: 232
Merit: 38


View Profile
April 24, 2018, 05:06:39 PM
 #6968

So, just so everyone understands that the dev team is on top of this weeks problems, and to provide a less technical explanation of the problem:

1.  PODC was written with a large scale in mind (of 32,767 max researchers), however due to some shortsightedness it was not seen that the governance object had a max limited size that could only hold 370 CPIDs, so that had to be expanded in the middle of our mandatory schedule as a leisure.
2.  After that was released this week, it caused normal clients (IE like exchanges) to have a view of the blockchain that is slightly different than the supermajority (primarily because a block can be marked as "dirty").  The exchange-leisure could recover from this, but requires a -reindex once per day, which is a very big nuisance.
3.  In light of this, we decided to have the exchanges upgrade.

As far as mitigating this problem entirely in the future:

We are implementing these enhancements to the next version:
- Remove Spam in logs
- Recover from Orphaned chain (when a chain is found with more work)
- Reconsidering a bad block
- Avoiding a crash during -reindex
- Adding extra addnode(s) to the core

This version will be out tonight.  Note that this is a leisure, and will not break functionality.

Thanks for the explanation! Looking forward to the fix being implemented.

My mining issue was also resolved, I kept the BOINC software running and after a day, my stats were updated and my heat mining started working again.
Lichtsucher
Jr. Member
*
Offline Offline

Activity: 219
Merit: 3


View Profile
April 24, 2018, 05:22:08 PM
 #6969

I see that the top three miners have 36% of the magnitude.
Looks like we are in danger of becoming a top 1% coin - (ref top 1% of humanity = 90% of wealth)
This will possibly discourage the small guys and  in the end prevent global acceptance of BBP
Maybe we should limit magnitude of 1% (or less) per account in the name of fairness.
Thoughts?

Then they would create 36 small accounts. Don't think we can solve it easily. We need more users with more calculation power.

Purepool Biblepay Pool (https://www.purepool.org)
Mining How-To (https://www.biblepay-central.org/en/mining-how-to/)
Lichtsucher
Jr. Member
*
Offline Offline

Activity: 219
Merit: 3


View Profile
April 24, 2018, 05:23:30 PM
 #6970

I see all of our old addnodes hardcoded in the wallet are dead, so that explains why new users couldnt get on while node.biblepay.org was down yesterday.
So I added these two so far:
WriteKey("addnode","node.biblepay.org");
WriteKey("addnode","node.biblepay-explorer.org");
Does anyone else have any that will be up 24-7 on a solid dns external address?

Rob, how about creating Subdomains on biblepay.org and you set it to ips of stable servers. This way, if a server goes away, you only need to change the dns, but not the client.

Like:
node.biblepay.org
node2.biblepay.org
node3.biblepay.org
node4.biblepay.org
node5.biblepay.org
...


Purepool Biblepay Pool (https://www.purepool.org)
Mining How-To (https://www.biblepay-central.org/en/mining-how-to/)
bible_pay (OP)
Full Member
***
Offline Offline

Activity: 1176
Merit: 215


Jesus is the King of Kings and Lord of Lords


View Profile WWW
April 24, 2018, 06:46:37 PM
 #6971

I see that the top three miners have 36% of the magnitude.
Looks like we are in danger of becoming a top 1% coin - (ref top 1% of humanity = 90% of wealth)

This will possibly discourage the small guys and  in the end prevent global acceptance of BBP
Maybe we should limit magnitude of 1% (or less) per account in the name of fairness.
Thoughts?

Regards
PM

Imho, this signature wont last forever, as we become more popular, the reward will be arb'ed closer to the electricity cost, and as we approach 10,000 CPIDs, the largest would be a smaller piece of the pie.  But the important thing is that our exchange rate rises and our CPID count rises...  Then it remains fair.

Its something we cant really control, the cat and mouse games are not preventable without infringing on privacy and thats definitely a no-no as that would discourage growth.


🕇 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
April 24, 2018, 06:49:57 PM
Last edit: April 24, 2018, 07:05:26 PM by bible_pay
 #6972

I see all of our old addnodes hardcoded in the wallet are dead, so that explains why new users couldnt get on while node.biblepay.org was down yesterday.
So I added these two so far:
WriteKey("addnode","node.biblepay.org");
WriteKey("addnode","node.biblepay-explorer.org");
Does anyone else have any that will be up 24-7 on a solid dns external address?

Rob, how about creating Subdomains on biblepay.org and you set it to ips of stable servers. This way, if a server goes away, you only need to change the dns, but not the client.

Like:
node.biblepay.org
node2.biblepay.org
node3.biblepay.org
node4.biblepay.org
node5.biblepay.org
...



Blue, yes it can be a sanc.  

Yes Lich, thats a good idea.

I have a DNS portal for biblepay.org we can control, so yes, lets set up DNS based nodes.  

EDIT: Ok I set up dns1.biblepay.org - dns5.biblepay.org (IE 5 nodes), and added them into the wallet, and its checked in for the next build, and the nodes are up.  One of the nodes is rebooting right now.





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

Activity: 462
Merit: 103


View Profile
April 24, 2018, 08:18:37 PM
 #6973

Is there a green light to install 1.1.2.4 on Linux? That was super fast. Smiley

My sanctuary currently crashes once or twice a day because of these errors:

Quote
CGovernanceVote::IsValid -- VerifyMessage() failed, error: Keys don't match
Quote
CGovernanceTriggerManager::AddNewTrigger -- Error creating superblock: CSuperblock::ParsePaymentSchedule -- Mismatched payments and amounts

So I would like to try if the new version will resolve it.
bible_pay (OP)
Full Member
***
Offline Offline

Activity: 1176
Merit: 215


Jesus is the King of Kings and Lord of Lords


View Profile WWW
April 24, 2018, 08:23:21 PM
 #6974

Is there a green light to install 1.1.2.4 on Linux? That was super fast. Smiley

My sanctuary currently crashes once or twice a day because of these errors:

Quote
CGovernanceVote::IsValid -- VerifyMessage() failed, error: Keys don't match
Quote
CGovernanceTriggerManager::AddNewTrigger -- Error creating superblock: CSuperblock::ParsePaymentSchedule -- Mismatched payments and amounts

So I would like to try if the new version will resolve it.

Yes, please try it.  Please delete your mnpayments*.* and gov*.* and chainstate and blocks before starting and see if that ParsePayment error dissapears.


🕇 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
April 24, 2018, 08:23:48 PM
Last edit: April 24, 2018, 08:36:49 PM by bible_pay
 #6975

Im skyping with c-cex right now.

Hes doing us a huge favor and upgrading right now....

Thanks C-CEX!




EDIT:  Tested C-CEX successfully.  All outstanding deposits should be there now.


🕇 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
April 24, 2018, 08:24:40 PM
 #6976

BiblePay - 1.1.2.4
Leisure Upgrade

- Remove spam in logs
- Recover Orphaned chain (when one is found with greater work)
- Reconsider a bad block feature
- Avoiding crash during -reindex
- Adding extra addnodes to the core




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

Activity: 462
Merit: 103


View Profile
April 24, 2018, 08:36:38 PM
 #6977

Im skyping with c-cex right now.

Hes doing us a huge favor and upgrading right now....

Thanks C-CEX!

It's amazing that you can contact him that way, and I see it's already done - C-CEX wallet is on 1.1.2.4 and up again Cool
slovakia
Full Member
***
Offline Offline

Activity: 770
Merit: 100



View Profile
April 24, 2018, 08:48:49 PM
 #6978

LICHTUCHER chief, can we get more entries in Latest Transactions like 100? its possible? thanks

bible_pay (OP)
Full Member
***
Offline Offline

Activity: 1176
Merit: 215


Jesus is the King of Kings and Lord of Lords


View Profile WWW
April 24, 2018, 08:56:12 PM
 #6979

Im skyping with c-cex right now.

Hes doing us a huge favor and upgrading right now....

Thanks C-CEX!

It's amazing that you can contact him that way, and I see it's already done - C-CEX wallet is on 1.1.2.4 and up again Cool

Its a good service Tuesday- SouthXChange is upgrading right now...


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

Activity: 490
Merit: 4


View Profile WWW
April 24, 2018, 09:20:36 PM
 #6980


Rob, how about creating Subdomains on biblepay.org and you set it to ips of stable servers. This way, if a server goes away, you only need to change the dns, but not the client.

Like:
node.biblepay.org
node2.biblepay.org
node3.biblepay.org
node4.biblepay.org
node5.biblepay.org
...



Nice idea, but still points to centralization.   If the biblepay.org domain gets hijacked everyone is stuck.

The probability of that may be low, but better safe than sorry.
Pages: « 1 ... 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 [349] 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 ... 844 »
  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!