Bitcoin Forum
April 26, 2024, 06:55:40 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 [532] 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 ... 844 »
  Print  
Author Topic: BiblePay | 10% to Orphan-Charity | RANDOMX MINING | Sanctuaries (Masternodes)  (Read 243126 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.)
thesnat21
Jr. Member
*
Offline Offline

Activity: 490
Merit: 4


View Profile WWW
October 16, 2018, 09:32:40 PM
 #10621

C-CEX has put us in maintenance!  Yes!


Curious why this is a good thing? lol
1714114540
Hero Member
*
Offline Offline

Posts: 1714114540

View Profile Personal Message (Offline)

Ignore
1714114540
Reply with quote  #2

1714114540
Report to moderator
1714114540
Hero Member
*
Offline Offline

Posts: 1714114540

View Profile Personal Message (Offline)

Ignore
1714114540
Reply with quote  #2

1714114540
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714114540
Hero Member
*
Offline Offline

Posts: 1714114540

View Profile Personal Message (Offline)

Ignore
1714114540
Reply with quote  #2

1714114540
Report to moderator
1714114540
Hero Member
*
Offline Offline

Posts: 1714114540

View Profile Personal Message (Offline)

Ignore
1714114540
Reply with quote  #2

1714114540
Report to moderator
1714114540
Hero Member
*
Offline Offline

Posts: 1714114540

View Profile Personal Message (Offline)

Ignore
1714114540
Reply with quote  #2

1714114540
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
October 16, 2018, 09:50:39 PM
 #10622

C-CEX has put us in maintenance!  Yes!


Curious why this is a good thing? lol

The old version was still up past the deadline, so I didn't want to say anything publically until they successfully put us in maintenance.



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

Activity: 1260
Merit: 115



View Profile
October 16, 2018, 09:51:24 PM
 #10623

Thank you Rob, it works now!

What is a good way to run the ipfs daemon on its own?
(If if I run it over SSH it consumes the window)

I think we will need to put it in a machine startup script - like /etc/init.d/servicename, but for now since we are just in volunteer mode you can run:
ipfs daemon &

Until we figure out if the mining program will start it automatically.  

If you want you can write a machine startup script for ubuntu, and give it to us and Ill add it to the ipfs document.
We really just need the machine to run "ipfs daemon" on reboot.  

EDIT: It looks like the daemon does exit if its already running, so I suppose we could do it through crontab once an hour if we want to pipe output to devnull.   Similar to our watchman entry but maybe once an hour.

Hmmm so "ipfs daemon" itself in crontab didnt seem to work,
but I used this .sh script below and called that and it works!

https://gist.github.com/graffen/e0ff7ca4827959beedb15cf15a9df9d5
chmod +x startup_ipfs.sh

crontab -e
*/5 * * * * /home/start_ipfs.sh > /dev/null 2>&1

bible_pay (OP)
Full Member
***
Offline Offline

Activity: 1176
Merit: 215


Jesus is the King of Kings and Lord of Lords


View Profile WWW
October 16, 2018, 09:53:56 PM
 #10624

Thank you Rob, it works now!

What is a good way to run the ipfs daemon on its own?
(If if I run it over SSH it consumes the window)

I think we will need to put it in a machine startup script - like /etc/init.d/servicename, but for now since we are just in volunteer mode you can run:
ipfs daemon &

Until we figure out if the mining program will start it automatically.  

If you want you can write a machine startup script for ubuntu, and give it to us and Ill add it to the ipfs document.
We really just need the machine to run "ipfs daemon" on reboot.  

EDIT: It looks like the daemon does exit if its already running, so I suppose we could do it through crontab once an hour if we want to pipe output to devnull.   Similar to our watchman entry but maybe once an hour.

Hmmm so "ipfs daemon" itself in crontab didnt seem to work,
but I used this .sh script below and called that and it works!

https://gist.github.com/graffen/e0ff7ca4827959beedb15cf15a9df9d5
chmod +x startup_ipfs.sh

crontab -e
*/5 * * * * /home/start_ipfs.sh > /dev/null 2>&1


Thanks a lot, adding to the document now!


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

Activity: 1260
Merit: 115



View Profile
October 17, 2018, 01:00:53 AM
 #10625

Someone asked me what a Spork is, its a feature from DASH

"Sporks are variables turned on or off by a private key"

Commands:
Code:
spork active
exec datalist spork

https://www.reddit.com/r/CryptoCurrency/comments/5ar9tg/softhard_forks_vs_sporks_evan_duffield_explains/d9kjz12/

https://dash-docs.github.io/en/developer-reference#spork

https://github.com/dashpay/docs/blob/master/introduction/features.rst#sporks

Soft/Hard Forks vs. 'Sporks': Evan Duffield Explains How Dash is Different
https://www.youtube.com/watch?v=rp-ebgbgK-M

thecrowdsrc
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
October 17, 2018, 01:34:02 AM
 #10626

Is there a sweeping function for a wallet? I was wondering if it's possible to do something like byteball with textcoins?
More info here: https://99bitcoins.com/know-more-private-key-import-vs-sweep-difference/
Textcoins ref: https://medium.com/byteball/sending-cryptocurrency-to-email-5c9bce22b8a9
sunk818
Full Member
***
Offline Offline

Activity: 1176
Merit: 111



View Profile WWW
October 17, 2018, 03:15:21 AM
 #10627

Is there a sweeping function for a wallet? I was wondering if it's possible to do something like byteball with textcoins?
More info here: https://99bitcoins.com/know-more-private-key-import-vs-sweep-difference/
Textcoins ref: https://medium.com/byteball/sending-cryptocurrency-to-email-5c9bce22b8a9

I don't think it is a great feature because you can send all your funds to one output address that belongs to you and that's what sweep does. The behavior for Proof of Distributed Computing (PoDC) tend to sweep to your main wallet address tied to your CPID (your main wallet address). I say "tend to" because small amounts of change addresses do not sweep into the main wallet address sometimes.

togoshigekata
Full Member
***
Offline Offline

Activity: 1260
Merit: 115



View Profile
October 17, 2018, 05:46:31 AM
 #10628

Ive noticed a few more Gridcoin users in our Discord

New Marketing Initiative for Gridcoin
https://steemit.com/gridcoin/@vortac/new-marketing-initiative-for-gridcoin

Gridcoin 2019 Budget
https://steemit.com/gridcoin/@jringo/gridcoin-2019-budget-updated-draft-up-for-peer-review

=

The man who dodged the Dogecoin
https://decryptmedia.com/2018/10/16/dogecoin-inventor-jackson-palmer-regrets-nothing/

=

GeoCold - 51% attacking coins live - His livestream was shutdown - Claims he could have forked Bitcoin Private
https://twitter.com/geocold51

=

The Bitcoin Dev who works for Stratis, Nicolas Dorier, commits code to NTumbleBit, another privacy algorithm

TumbleBit vs CoinJoin
https://medium.com/@nopara73/tumblebit-vs-coinjoin-15e5a7d58e3
https://cs-people.bu.edu/heilman/tumblebit/

togoshigekata
Full Member
***
Offline Offline

Activity: 1260
Merit: 115



View Profile
October 17, 2018, 06:49:14 AM
 #10629

** State-of-the-BiblePay October 2018 Update **

https://wiki.biblepay.org/October_Update

EVERYONE, READ THIS UPDATE!

And then re-read it!

https://wiki.biblepay.org/October_Update

https://wiki.biblepay.org/October_Update

https://wiki.biblepay.org/October_Update

slovakia
Full Member
***
Offline Offline

Activity: 770
Merit: 100



View Profile
October 17, 2018, 08:03:31 AM
Last edit: October 17, 2018, 09:19:30 AM by slovakia
 #10630

share data in a decentralized way IPFS

my friend asked me this :can i to upload my 200GB private datas on/to BIBLEPAY chain?

and pls write it on FIRST PAGE and on MAIN WEBs that BBP is only CPU coin= more ppl told me that they didnt know it


BiblePay-only CPU COIN ✟ Governance ✟ Help Orphans ✟ PODC Cancer Mining ✟ Deflationary ✟


any questions

1. what is this? https://www.biblepay.org/freebbp/#biblepayuniversity
2. where is on main web biblepay.org 1click masternode guide from MIP?

thanks

togoshigekata
Full Member
***
Offline Offline

Activity: 1260
Merit: 115



View Profile
October 17, 2018, 11:48:49 AM
 #10631

Excellent start.

So on the faucet, I think the faucet would go bankrupt if we turn off the team requirement and leave it at 1000 bbp.  I think we will either need to keep as-is and let them change the team, pull the faucet reward, and if they want change the team back they may do so.  If we remove the team, I believe we need to lower the reward to 50 bbp.  So for now, let's leave it as-is, and require team biblepay for the faucet reward.

For the UTXO requirement:  Yes, they will need 2 BBP per RAC to receive the PODC minimum rewards.

Thanks Rob!,

Given your feedback, I think we should leave out mention of the faucet,

I did find that with Staking, we only require:
0.8 BBP per 1 RAC for 10% reward
18 BBP per 1 RAC for 100% reward
https://github.com/biblepay/biblepay/blob/87d751ea7eee9c97ded2b747b312253dc772f238/src/podc.cpp#L249

So if a cruncher has say 30k RAC, they would need
24k BBP = $12, for 10% reward
540k BBP = $270, for 100% reward

and the crunchers will be thinking, how much BBP will I make in a day? How soon will I make back my stake investment?

(Personal RAC / Team RAC) * Daily PODC Superblock Budget * PercentReward = ~Daily Payout

========================================
========================================

Okay so here is Draft #2:

========================================
========================================

Steps:

0. World Community Grid crunchers, make sure your My Profile has "Display my data" enabled, Click Save
https://www.worldcommunitygrid.org/ms/viewMyProfile.do

===

1. Download BiblePay Wallet
https://www.biblepay.org/wallet/

===

2. Buy BiblePay (BBP) coins and Send them to your BiblePay Wallet

To be rewarded BiblePay (BBP) coins for your Recent Average Credit (RAC) every day,
you will need to buy and store at least a small amount of BiblePay (BBP) coins in your wallet first,
this is called "staking".

To get 10% of your RAC rewarded, you need 0.8 BBP per 1 RAC in your wallet
To get 100% of your RAC rewarded, you need 18 BBP per 1 RAC in your wallet

BiblePay is typically purchased using Bitcoin which can be purchased using local currency.

A. Figure out how many BiblePay coins you will need and how much it will cost
https://coinmarketcap.com/currencies/biblepay/

B. Buy Bitcoin (BTC)
https://www.coinbase.com/

C. Transfer Bitcoin and Buy BiblePay (BBP)
https://www.southxchange.com/Market/Book/BBP/BTC

D. Send the BiblePay coins to your BiblePay Wallet

===

3. Link your BOINC account inside the BiblePay Wallet

"Distributed Computing" tab >> Enter Account >> Click "Associate"

===

4. Keep BiblePay Wallet running 24/7 so it can send daily staking updates

and now you'll get paid BiblePay coins every day!

Daily Payout = (Personal RAC / Total Team RAC) * Daily PODC Superblock Budget * PercentReward

You can look up your account by CPID to view payouts:
https://www.biblepay-central.org/en/podc/leaderboard/

========================================

bible_pay (OP)
Full Member
***
Offline Offline

Activity: 1176
Merit: 215


Jesus is the King of Kings and Lord of Lords


View Profile WWW
October 17, 2018, 12:34:11 PM
 #10632

Is there a sweeping function for a wallet? I was wondering if it's possible to do something like byteball with textcoins?
More info here: https://99bitcoins.com/know-more-private-key-import-vs-sweep-difference/
Textcoins ref: https://medium.com/byteball/sending-cryptocurrency-to-email-5c9bce22b8a9

In addition to what Sun said, if you want to shrink your wallets outputs down, one easy way is to go into Coin Control and click select all (just making sure you arent spending your Sanctuary locked funds), then send these to one of your receiving addresses, and all those small outputs will get consolidated into one big payment to you.


🕇 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
October 17, 2018, 12:36:17 PM
 #10633

In an effort to prevent some of the turmoil we experienced in the past and operate in love here in BiblePay's Forum, I added these rules to the OP post:


Forum Rules:

1. Do not make assumptions or false statements - For example, if you are not 100% sure of a statement being fact, you must state "in my opinion... " or "I believe...", especially with technical posts that could mislead investors. 

2. Talk in a nice tone and manner, be polite and appreciative.  Avoid swearing.

3. Be willing to do work/research/experience, or Find someone who can, and assume other community members are busy.  This is a group effort.




🕇 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
October 17, 2018, 12:48:16 PM
 #10634

Excellent start.

So on the faucet, I think the faucet would go bankrupt if we turn off the team requirement and leave it at 1000 bbp.  I think we will either need to keep as-is and let them change the team, pull the faucet reward, and if they want change the team back they may do so.  If we remove the team, I believe we need to lower the reward to 50 bbp.  So for now, let's leave it as-is, and require team biblepay for the faucet reward.

For the UTXO requirement:  Yes, they will need 2 BBP per RAC to receive the PODC minimum rewards.

Thanks Rob!,

Given your feedback, I think we should leave out mention of the faucet,

I did find that with Staking, we only require:
0.8 BBP per 1 RAC for 10% reward
18 BBP per 1 RAC for 100% reward
https://github.com/biblepay/biblepay/blob/87d751ea7eee9c97ded2b747b312253dc772f238/src/podc.cpp#L249

So if a cruncher has say 30k RAC, they would need
24k BBP = $12, for 10% reward
540k BBP = $270, for 100% reward

and the crunchers will be thinking, how much BBP will I make in a day? How soon will I make back my stake investment?

(Personal RAC / Team RAC) * Daily PODC Superblock Budget * PercentReward = ~Daily Payout

========================================
========================================

Okay so here is Draft #2:

========================================
========================================

Steps:

0. World Community Grid crunchers, make sure your My Profile has "Display my data" enabled, Click Save
https://www.worldcommunitygrid.org/ms/viewMyProfile.do

===

1. Download BiblePay Wallet
https://www.biblepay.org/wallet/

===

2. Buy BiblePay (BBP) coins and Send them to your BiblePay Wallet

To be rewarded BiblePay (BBP) coins for your Recent Average Credit (RAC) every day,
you will need to buy and store at least a small amount of BiblePay (BBP) coins in your wallet first,
this is called "staking".

To get 10% of your RAC rewarded, you need 0.8 BBP per 1 RAC in your wallet
To get 100% of your RAC rewarded, you need 18 BBP per 1 RAC in your wallet

BiblePay is typically purchased using Bitcoin which can be purchased using local currency.

A. Figure out how many BiblePay coins you will need and how much it will cost
https://coinmarketcap.com/currencies/biblepay/

B. Buy Bitcoin (BTC)
https://www.coinbase.com/

C. Transfer Bitcoin and Buy BiblePay (BBP)
https://www.southxchange.com/Market/Book/BBP/BTC

D. Send the BiblePay coins to your BiblePay Wallet

===

3. Link your BOINC account inside the BiblePay Wallet

"Distributed Computing" tab >> Enter Account >> Click "Associate"

===

4. Keep BiblePay Wallet running 24/7 so it can send daily staking updates

and now you'll get paid BiblePay coins every day!

Daily Payout = (Personal RAC / Total Team RAC) * Daily PODC Superblock Budget * PercentReward

You can look up your account by CPID to view payouts:
https://www.biblepay-central.org/en/podc/leaderboard/

========================================
On the .8 bbp per rac I suppose you can go with that based on the snap-to-grid feature (I was going by our exec totalrac rules which attempt to make a small buffer in case the user is increasing in RAC quickly).  The snap-to-grid was designed more to allow the sancs to come to a consensus (not really for calculations), but in the spirit of getting in a new user at the absolute minimum I suppose we can use it.

On this payout calculation:
Daily Payout = (Personal RAC / Total Team RAC) * Daily PODC Superblock Budget * PercentReward

Could you either tell them that the PercentReward is currently 1.00 (due to the outcome of the vote for non-biblepay teams), or simply take it off?  As I think it might confuse the average person to prevent them from calculating the payout.

You can also say the Total Team rac is available in : exec totalrac (currently 7773453).

Thanks for making this draft Togo.


🕇 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
October 17, 2018, 12:57:41 PM
Last edit: October 17, 2018, 01:13:32 PM by bible_pay
 #10635

share data in a decentralized way IPFS

my friend asked me this :can i to upload my 200GB private datas on/to BIBLEPAY chain?

and pls write it on FIRST PAGE and on MAIN WEBs that BBP is only CPU coin= more ppl told me that they didnt know it


BiblePay-only CPU COIN ✟ Governance ✟ Help Orphans ✟ PODC Cancer Mining ✟ Deflationary ✟


any questions

1. what is this? https://www.biblepay.org/freebbp/#biblepayuniversity
2. where is on main web biblepay.org 1click masternode guide from MIP?

thanks

1.  For a 200GB upload, the cost would be 21,474,800 BBP before the upload occurs (to the orphanage), so imho, I doubt your friend will want to upload his video.

2.  Edit: Based on the proposal that is in, I added CPU and Masternodes to our banner.   FYI All:  The banner is now at its max character limit (hence the reason no spaces between the crosses).


3.  BBP University is a feature that was started that I disabled in the pool.  I believe we should ask Jaap to remove it from the web page for now - Jaap we can talk about it offline.

4.  I added the 1 click Sanctuary script to the OP.  URL:
https://github.com/biblepay/biblepay/blob/master/contrib/OneClickSanctuary.md




🕇 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
October 17, 2018, 02:36:44 PM
Last edit: October 17, 2018, 03:26:02 PM by jaapgvk
 #10636

share data in a decentralized way IPFS

my friend asked me this :can i to upload my 200GB private datas on/to BIBLEPAY chain?

and pls write it on FIRST PAGE and on MAIN WEBs that BBP is only CPU coin= more ppl told me that they didnt know it


BiblePay-only CPU COIN ✟ Governance ✟ Help Orphans ✟ PODC Cancer Mining ✟ Deflationary ✟


any questions

1. what is this? https://www.biblepay.org/freebbp/#biblepayuniversity
2. where is on main web biblepay.org 1click masternode guide from MIP?

thanks

1.  For a 200GB upload, the cost would be 21,474,800 BBP before the upload occurs (to the orphanage), so imho, I doubt your friend will want to upload his video.

2.  Edit: Based on the proposal that is in, I added CPU and Masternodes to our banner.   FYI All:  The banner is now at its max character limit (hence the reason no spaces between the crosses).


3.  BBP University is a feature that was started that I disabled in the pool.  I believe we should ask Jaap to remove it from the web page for now - Jaap we can talk about it offline.

4.  I added the 1 click Sanctuary script to the OP.  URL:
https://github.com/biblepay/biblepay/blob/master/contrib/OneClickSanctuary.md





3. I have removed mention of the BBP University until further notice.

4. (@slovakia) I already added the One Click Masternode Install Script to the the guide (http://wiki.biblepay.org/Create_Sanctuary_2). But I have now also made it clear on the Masternode page that we have such a script.

5. I have removed the mintnodes mention until further notice.

6. I added the October-Update as a news-item (also on Medium).
https://www.biblepay.org/biblepay-october-2018-update/
https://medium.com/biblepay-news
@znffal: do you have time to contribute to Medium again, or should we look for another way to keep it up-to-date?

7. Is anyone interested in creating newsletters? I can create them based on the weekly updates I get from Togo. But maybe someone has a better idea?

8. Habib wrote an article about BiblePay: https://www.kryptogist.com/bbp-a-digital-currency-with-social-and-economic-assets-and-benefits/ I think it's a good introductory article Smiley

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

Activity: 489
Merit: 12


View Profile
October 17, 2018, 02:44:43 PM
Last edit: October 17, 2018, 03:30:44 PM by zthomasz
 #10637



I'm curious to know who is politicizing the wallet prayer feature.  I would also like to see/hear discussion about whether we should be providing a platform to publicize personal political views.  

Seems to me it will open the door to all kinds of conflicting posts and arguments.

I suggest we post prayers and prayer requests for government leaders without endorsing political parties.
bible_pay (OP)
Full Member
***
Offline Offline

Activity: 1176
Merit: 215


Jesus is the King of Kings and Lord of Lords


View Profile WWW
October 17, 2018, 04:30:15 PM
 #10638

Thank you Rob, it works now!

What is a good way to run the ipfs daemon on its own?
(If if I run it over SSH it consumes the window)

https://superuser.com/questions/513496/how-can-i-run-a-command-from-the-terminal-without-blocking-it

Can I just add ipfs daemon to crontab to run every X minutes?

So now, for sanity's sake, you can upload a new attachment (using send money in QT), double click on the transaction row, change the URL by replacing the DNS name with your sanc public IP, and try to pull the file in a web browser and verify it works, and it should work immediately - when IPFS is working its very fast as you all will observe in the next version of biblepay (when you list the orphan list for example) (In the current version we have a bug that slows it down, and prevents the menu from closing properly- being fixed now).


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

Activity: 770
Merit: 100



View Profile
October 17, 2018, 08:07:18 PM
 #10639

for 200GB datas 21M BBP  Shocked 

what is formula?  1GB=100 000BBP? how big is space then? dont understand it ....

wont be mining with my space? example:  i have 10TB space=i get 10.000 bbp


thanks for description

bible_pay (OP)
Full Member
***
Offline Offline

Activity: 1176
Merit: 215


Jesus is the King of Kings and Lord of Lords


View Profile WWW
October 17, 2018, 08:15:51 PM
 #10640

for 200GB datas 21M BBP  Shocked 

what is formula?  1GB=100 000BBP? how big is space then? dont understand it ....

wont be mining with my space? example:  i have 10TB space=i get 10.000 bbp


thanks for description

We charge .0001 BBP per byte uploaded.  Please test it - send an attachment to someone.

Our upload limit is currently 90 megs; this is because the sancs only have 20 gig hard drives.

This might change when we release the IPFS mining proof of concept, but for now in Prod, the rules are based on file sharing  - not space sharing - and Sanc storage - not miner storage.

If you are asking what your reward is for IPFS mining - the document is not released yet. 


🕇 BiblePay 🕇
🕇  Announcement | ForumSlackDiscordRedditTwitter | SouthXChange  🕇
🕇 A Christian cryptocurrency | Supporting orphans through a decentralized autonomous charity 🕇
Pages: « 1 ... 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 [532] 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 ... 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!