Bitcoin Forum
May 03, 2024, 06:35:58 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 [263] 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 ... 844 »
  Print  
Author Topic: BiblePay | 10% to Orphan-Charity | RANDOMX MINING | Sanctuaries (Masternodes)  (Read 243130 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
March 21, 2018, 03:16:34 PM
 #5241

This post is more targeted to Light, Togo and the devs and not the general audience.  

Although this is not an emergency at this time I think this article has an extremely important influence for our design scalability, although that also depends on if we eventually become stratis based or stay with berkeleydb.

The crux of the article deals with atomic locks vs standard mutexes - Bitcoin (and we) use mostly standard mutexes called critical sections.  What surprised me the most is the performance level difference on windows vs linux.  An atomic lock in their test scenario (which is 1 million iterations with a 1/49th write vs read level) was 200* faster than a mutex lock on linux and windows.  What is horrifying though, is that non-atomic locks are 20,000 times slower on windows, and worse, critical sections are 100 times slower on windows than linux.  Since we use critical section mutexes of course that is relatively horrifying.  However, we dont lock that often, its more of when the user initiates a call for data (such as when they run an rpc command), then the main GUI overview thread for example is locked, while the wallet harvests data, the rpc fills the return buffers then the lock is relinquished.  (Note this does not affect mining as that is done on a dedicated thread- this affects *waiting* and serialized operations, slowing the entire experience down in situations where blocking occurs).  So the actual lock/unlock frequency is very low, hence it has not become a problem.  But we should use this example to at least search and find all locks that are frequent and mark them in the code.  If they are adding overhead, we should consider moving (those particular sections) to atomic locks.

See the Test Results section here in the middle of the page:
https://www.arangodb.com/2015/02/comparing-atomic-mutex-rwlocks/


Wasn't that caused by compiling Windows versions with MinW_64 posix threading model? Using native Win32 calls or even recent MSVS compilers could result on a much faster implementation.

No - if you look at Boost::Mutex, std::mutex and all critical sections even c++ 11 std::mutex critical sections they are all slow even if you compare Linux at 5.7 seconds to an atomic at .04 or mac at 118 to .03 for atomic its clear the problem is in std::mutexes.


🕇 BiblePay 🕇
🕇  Announcement | ForumSlackDiscordRedditTwitter | SouthXChange  🕇
🕇 A Christian cryptocurrency | Supporting orphans through a decentralized autonomous charity 🕇
BitcoinCleanup.com: Learn why Bitcoin isn't bad for the environment
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714761358
Hero Member
*
Offline Offline

Posts: 1714761358

View Profile Personal Message (Offline)

Ignore
1714761358
Reply with quote  #2

1714761358
Report to moderator
1714761358
Hero Member
*
Offline Offline

Posts: 1714761358

View Profile Personal Message (Offline)

Ignore
1714761358
Reply with quote  #2

1714761358
Report to moderator
1714761358
Hero Member
*
Offline Offline

Posts: 1714761358

View Profile Personal Message (Offline)

Ignore
1714761358
Reply with quote  #2

1714761358
Report to moderator
bible_pay (OP)
Full Member
***
Offline Offline

Activity: 1176
Merit: 215


Jesus is the King of Kings and Lord of Lords


View Profile WWW
March 21, 2018, 05:40:46 PM
 #5242

So we have about 5 more days until our next monthly superblock.

If anyone has any proposal ideas, please submit them now.

If we still have excess available this Friday evening, I plan on adding a compassion excess-to-orphan fund proposal to spend the remaining coins on something constructive, and will dump them on the exchange.


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

Activity: 574
Merit: 104



View Profile
March 21, 2018, 06:16:30 PM
 #5243

So we have about 5 more days until our next monthly superblock.

If anyone has any proposal ideas, please submit them now.

If we still have excess available this Friday evening, I plan on adding a compassion excess-to-orphan fund proposal to spend the remaining coins on something constructive, and will dump them on the exchange.


Alright, I went ahead and made a proposal to request 1.5 million BBP for our 'New Exchange Fund':
http://forum.biblepay.org/index.php?topic=97.msg3218#msg3218

This fund will enable us to save up in order to apply for a big exchange. I realize that this proposal concerns a lot of money (and thus trust), but I've been with this project from almost the beginning, and my full name is known to many people that are attached to this project (my username is a big giveaway, haha!). Besides that, I've been working with CamaroonONE and Cryptoshot (who will organize our Biblepay Ghana tour), which - in my opinion - shows my long-term commitment to this project.

I will update the forum.biblepay.org topic with more information when the proposal has propagated through the network (if that's the right jargon).


🕇 BiblePay (BBP) | Reddit - Twitter - Forum - Discord | SouthXchange | Love one another, be a good Samaritan, help those in distress and spread the gospel 🕇
znffal
Full Member
***
Offline Offline

Activity: 364
Merit: 102


View Profile
March 21, 2018, 08:21:56 PM
 #5244

So we have about 5 more days until our next monthly superblock.

If anyone has any proposal ideas, please submit them now.

If we still have excess available this Friday evening, I plan on adding a compassion excess-to-orphan fund proposal to spend the remaining coins on something constructive, and will dump them on the exchange.


Alright, I went ahead and made a proposal to request 1.5 million BBP for our 'New Exchange Fund':
http://forum.biblepay.org/index.php?topic=97.msg3218#msg3218

This fund will enable us to save up in order to apply for a big exchange. I realize that this proposal concerns a lot of money (and thus trust), but I've been with this project from almost the beginning, and my full name is known to many people that are attached to this project (my username is a big giveaway, haha!). Besides that, I've been working with CamaroonONE and Cryptoshot (who will organize our Biblepay Ghana tour), which - in my opinion - shows my long-term commitment to this project.

I will update the forum.biblepay.org topic with more information when the proposal has propagated through the network (if that's the right jargon).



Awesome. If it turns out we need some more BBP between superblocks we could also do similar to what Thomas did to raise funds for SouthXchange.
togoshigekata
Full Member
***
Offline Offline

Activity: 1260
Merit: 115



View Profile
March 21, 2018, 09:09:00 PM
 #5245

Can someone explain what i need to write in the config file in order to solo mine bible pay . thank you and God bless.

https://www.biblepay-central.org/en/mining-how-to/
http://wiki.biblepay.org/Distributed_Computing_2

You will need utxoamount=X in your biblepay.conf
X being a BiblePay staking amount, currently its 500 BBP per 1 Magnitude
and in the next week or so may become 20 BBP per 1 RAC

http://wiki.biblepay.org/Distributed_Computing_Start_Guide
http://wiki.biblepay.org/Distributed_Computing

Bonzi777
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
March 21, 2018, 09:32:30 PM
 #5246

Hi All,

I'm new to BBP, but I am a believer that loves the idea; One issue that I'm come up across in trying to set up a Sanctuary is that I can't seem to buy enough. I'm not sure if this is taboo to ask, but if anyone out there is interested in exchanging 1.5MM BBP for any other liquid crypto, or USD, please let me know and we can work out a price.

If this is against the Forum rules, please forgive me for even mentioning this, but I'd much rather have someone who wanted to sell not sell in an exchange and drive down the value, and instead work with me so I can hold it.

Thank you in advance!

-Chris
I have about 2M to sell, pm me if you're interested.

Thank you! I was able to buy the 1.55MM BBP on the exchange.
MIP
Newbie
*
Offline Offline

Activity: 362
Merit: 0


View Profile
March 21, 2018, 09:38:32 PM
 #5247

I received an email from biblepay@vhst1.hostv.pl (shown as "Biblepay") saying

"Your masternode [BBauqhusvhQJcjBZHgrC6r1eN5xc4DHqy7] change status from PRE_ENABLED to EXPIRED"

Funny thing is that this is not my MN address. And mine is enabled at the moment. Anyway I don't recall to associate my email other than to Rosetta/BBP project and pool.biblepay.org.

Who is playing with personal info?  Huh
Bonzi777
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
March 21, 2018, 09:43:15 PM
 #5248

Everything looks good! great job!,
but I noticed this in your watchman.conf

Code:
#network=mainnet
network=testnet

Looks like watchman is still set to testnet, need to change it to mainnet:

Code:
network=mainnet
#network=testnet




Yes, I think Togo nailed it, so after changing that, and leaving biblepyd running, try your equivalent to the cron command again and verify you receive no output.  If so, just let it run for a day or so and then check your sanctuaries list and you should be fine.

The built-in tests have a couple bugs (that are in all distributions of flavors of MNs) so they arent really to be relied on, but actually running with no error is a good test.  (It does throw errors if misconfigured).

Interesting. Could have sworn the directions said to keep it as testnet.

Yesterday I went through the 2nd Sanctuary creation guide, and the node seems to be up. Can anyone confirm that it looks ok even though I didn't change my watchman.conf? Thank you in advance!
znffal
Full Member
***
Offline Offline

Activity: 364
Merit: 102


View Profile
March 21, 2018, 10:10:38 PM
 #5249


I was doing a little research to find out the era when the lifespan of man dropped from 1000 years to 100, as I was thinking it was an abrupt change.

(I was originally concluding because of Genesis 6:3, God commanded a change in the gene pool to abruptly change from 1000 to 100).  However after doing some research it appears the trend was very smooth instead:

https://wiki.biblepay.org/Genealogical_Ages

So now I believe the change was implemented to start after the flood and be complete by around the time the 12 tribes of Israel were born into a nation.



Very cool Rob.
I took the liberty of plotting it on a scatter plot rather than a bar chart. On the x-axis I plotted birth year before present, on the y-acix I plotted age at death. interesting stuff.



https://imgur.com/a/ryqCz
slovakia
Full Member
***
Offline Offline

Activity: 770
Merit: 100



View Profile
March 21, 2018, 11:01:24 PM
 #5250

missing the longest living guy: Matuzalem 969 years: translators of Bible had no knowledge of the fact that in the Old Testament, in the time before the legend of the sweat of the world. The age of man was calculated for months Wink this is what little children learn at elementary schools in SLOVAKIA  Roll Eyes

znffal
Full Member
***
Offline Offline

Activity: 364
Merit: 102


View Profile
March 21, 2018, 11:27:46 PM
 #5251

missing the longest living guy: Matuzalem 969 years: translators of Bible had no knowledge of the fact that in the Old Testament, in the time before the legend of the sweat of the world. The age of man was calculated for months Wink this is what little children learn at elementary schools in SLOVAKIA  Roll Eyes
Wow, I've never heard that before. Interesting.
slovakia
Full Member
***
Offline Offline

Activity: 770
Merit: 100



View Profile
March 21, 2018, 11:47:41 PM
 #5252

seriously?  lol

jaapgvk
Full Member
***
Offline Offline

Activity: 574
Merit: 104



View Profile
March 22, 2018, 12:12:30 AM
 #5253

I received an email from biblepay@vhst1.hostv.pl (shown as "Biblepay") saying

"Your masternode [BBauqhusvhQJcjBZHgrC6r1eN5xc4DHqy7] change status from PRE_ENABLED to EXPIRED"

Funny thing is that this is not my MN address. And mine is enabled at the moment. Anyway I don't recall to associate my email other than to Rosetta/BBP project and pool.biblepay.org.

Who is playing with personal info?  Huh

I received it too. Probably a bug. It's from the biblepay.eu masternode-check. Are you sure you didn't enter you email there?

🕇 BiblePay (BBP) | Reddit - Twitter - Forum - Discord | SouthXchange | Love one another, be a good Samaritan, help those in distress and spread the gospel 🕇
cryptocadxyz
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
March 22, 2018, 04:20:58 AM
 #5254

Epic moment in history. We are set to pass Gridcoin.
togoshigekata
Full Member
***
Offline Offline

Activity: 1260
Merit: 115



View Profile
March 22, 2018, 04:44:57 AM
 #5255

That is pretty amazing that we will reach #1 in RAC  Cheesy
but it will take awhile to be the team that has contributed the most work  Wink

====

Reddit:
300 Subscribers!
https://www.reddit.com/r/BiblePay/

Discord:
196 Members
https://discordapp.com/invite/yWgbKdM

BiblePay Forum:
3079 Posts in 117 Topics by 228 Members
http://forum.biblepay.org/

Twitter:
344 (Real) Followers [1,038 are Fake/Bots]
https://twitter.com/BiblePay


MIP
Newbie
*
Offline Offline

Activity: 362
Merit: 0


View Profile
March 22, 2018, 05:02:12 AM
 #5256

I received an email from biblepay@vhst1.hostv.pl (shown as "Biblepay") saying

"Your masternode [BBauqhusvhQJcjBZHgrC6r1eN5xc4DHqy7] change status from PRE_ENABLED to EXPIRED"

Funny thing is that this is not my MN address. And mine is enabled at the moment. Anyway I don't recall to associate my email other than to Rosetta/BBP project and pool.biblepay.org.

Who is playing with personal info?  Huh

I received it too. Probably a bug. It's from the biblepay.eu masternode-check. Are you sure you didn't enter you email there?

Sure! I forgot about that one. Nice feature (when it works properly)
mr.oz
Member
**
Offline Offline

Activity: 229
Merit: 10


View Profile
March 22, 2018, 05:24:11 AM
 #5257

Is this southxchange trustable  Huh I sign up and send some bbp. it passed more than 7-8 hours and my desktop wallet is showing more than 50 confirmation, but my deposite is not showing in southxchange  Roll Eyes
deniskiely
Member
**
Offline Offline

Activity: 130
Merit: 10


View Profile
March 22, 2018, 05:26:04 AM
 #5258

The question is that why do we need so many currency coins at the moment ? Are BTC , MONERO , DASH not enough ?
znffal
Full Member
***
Offline Offline

Activity: 364
Merit: 102


View Profile
March 22, 2018, 05:36:04 AM
 #5259

Is this southxchange trustable  Huh I sign up and send some bbp. it passed more than 7-8 hours and my desktop wallet is showing more than 50 confirmation, but my deposite is not showing in southxchange  Roll Eyes
As far as I can tell they are trustworthy. Let us know how you get on.
znffal
Full Member
***
Offline Offline

Activity: 364
Merit: 102


View Profile
March 22, 2018, 05:39:05 AM
 #5260

The question is that why do we need so many currency coins at the moment ? Are BTC , MONERO , DASH not enough ?
We'll maybe if they started using 10% of their emission to sponsor orphans, spread the gospel,  and used their mining computation power to help cure cancer and disease, then we maybe don't need other coins. If they started doing that then imagine how many people would be helped.
Pages: « 1 ... 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 [263] 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 ... 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!