https://steemit.com/byteball/@punqtured/processing-for-good-get-rewarded-for-crunching-numbers-to-cure-diseases

http://wiki.byteball.org/WCG_distribution

https://www.worldcommunitygrid.org

https://bitcointalk.org/index.php?topic=1608859.18880

A Slack user is trying to promote the new Byteball WorldCommunityGrid.org (WCG) distribution method (new WCG Bot in the BB wallet).  This morning, he already gave away shares of a 1GB reward to all Byteball users that were active participants in the program last week, and were part of the official WCG Byteball team (Byteball.org).   Those users each ended up with a 25MB reward (~ $6.60) - not bad.

With
the participation of Tonyh, he has announced on Slack today a follow-up
giveaway: he is offering shares of another 1GB reward on May 19th.  To
be eligible to receive a share of this reward, the participants have,
again, to be active within the Byteball WCG distribution, AND be a
member of the official Byteball WCG Team.  Apparently, only 40% of the
Byteball WCG distribution users are also member of the official WCG
Byteball Team.  To increase this ratio to more than 75% by May 19th, he
is offering 1GB in reward.

To be part of this challenge, you first have to be an active member of the Byteball WCG Bot program (tutorial here: https://steemit.com/byteball/@punqtured/processing-for-good-get-rewarded-for-crunching-numbers-to-cure-diseases).

Second,
you have to join, or switch to the official Byteball Team (to do so,
one has to select "My Team --> Find a Team" in their WCG account,
search, select and join the team Byteball.org).

Finally,
on May 19th, the Team active members count has to be at least 75% of the
number of participants receiving BB daily payouts (https://wcg.report).

It
is also mentioned that to be considered an active team member, you have
to contribute any amounts of WCG points to the team every day of the
challenge period - either since newly joining the Byteball WCG Bot
program, or, for current Byteball WCG Bot participants, since the
participant switched/joined the official team.

A quick guide to linking your wallet with WCG

Assuming you already installed the Byteball wallet.

Step 1 - Find the WCG bot in the Bot Store

Click the chat-button at the bottom of the wallet. Select the "Bot
Store" tab and locate the WCG Bot. Click on it and hit the huge "Add"
button.

Step 2 - Create or edit your World Community Grid account

Whether you have an existing account at World Community Grid or not, the
bot will give you a username. If you don't already have an account,
create a new one and be sure to use the username given by the bot. If
you already have an account, go to "Settings" and click the "My Profile"
button on the left. It will ask for your username and password before
allowed to change anything. When validated, you can change your username
to that given by the bot.

Step 3 - Link your wallet and WCG account

Go back to the bot and click "Check my account". The bot will then
connect to World Community Grid and look for the account with the
username it gave you. If it finds a matching account, it will then
respond with "Your WCG account is successfully linked."

Step 4 - Choose your payout address

The bot will then ask which address you want rewards sent to. If you
want rewards sent to the wallet that is active when entering the chat
with the bot, simply click the three little dots at the bottom left and
click "Insert my address".

That's it! You're done now!

When everything is done and setup, the bot will tell you that setup has
been completed. You can then go to WCG and change your account name to
whatever you like (see steps above) - remember to also change the name
with the bot by clicking the "Change account name" link. The bot will
then ask what your new account name is, and validate that this was
indeed your new account name.

WCG distribution of byteball的更多相关文章

  1. 齐夫定律, Zipf's law,Zipfian distribution

    齐夫定律(英语:Zipf's law,IPA英语发音:/ˈzɪf/)是由哈佛大学的语言学家乔治·金斯利·齐夫(George Kingsley Zipf)于1949年发表的实验定律. 它可以表述为: 在 ...

  2. CloudSim4.0报错NoClassDefFoundError,Caused by: java.lang.ClassNotFoundException: org.apache.commons.math3.distribution.UniformRealDistribution

    今天下载了CloudSim 4.0的代码,运行其中自带的示例程序,结果有一部分运行错误: 原因是找不到org.apache.commons.math3.distribution.UniformReal ...

  3. Wishart distribution

    Introduction In statistics, the Wishart distribution is generalization to multiple dimensions of the ...

  4. distribution 中一直在运行 waitfor delay @strdelaytime 语句

    Replication 自动创建来一个 Job:Replication monitoring refresher for distribution,这个Agent执行一个sp: dbo.sp_repl ...

  5. Distribution2:Distribution Writer

    Distribution Writer 调用Statement Delivery 存储过程,将Publication的改变同步到Subscriber中.查看Publication Properties ...

  6. Distribution1:Distribution Reader

    在transactional replication中,在publication中执行了一个更新,例如:update table set col=? Where ?,如果table中含有大量的数据行, ...

  7. 设置Distribution clean up 每次删除Command的数量

    Replication Job “Distribution clean up: distribution” 默认设置是,每10minutes运行一次,每次删除2000个Command.这对于有1.9亿 ...

  8. Your account already has a valid iOS Distribution certificate!

    iOS 发布提交出现:Your account already has a valid iOS Distribution certificate!问题解决 转载的链接   http://www.jia ...

  9. Replication-Replication Distribution Subsystem: agent xxxxxx failed. Column names in each table must be unique

    最近遇到一个关于发布订阅(Replication)的奇葩问题,特此记录一下这个案例.我们一SQL SERVER数据库服务器出现大量告警.告警信息如下所示: DESCRIPTION: Replicati ...

随机推荐

  1. Git工作流程最佳实践总结

    Git作为一个目前非常流行的版本管理工具,深受开发者的喜爱.那么怎样才能将Git的作用发挥的更好呢?我根据实际的项目经验,归纳总结了以下Git工作流的最佳实践.这里所谓的最佳,是经过多次项目经验后,根 ...

  2. 《转载》spring定时任务详解(@Scheduled注解)

    本文转载自爱如指间沙 //每一个小时执行一次 @Scheduled(cron = "0 0 * * * ?") public void saveDailyScoreSchedule ...

  3. 使用Curator操作ZooKeeper

    Curator是Netflix公司开源的一个ZooKeeper client library,用于简化ZooKeeper客户端编程.它包含如下模块: Framework:Framework是ZooKe ...

  4. Web 通信 之 长连接、长轮询(long polling)(转载)

    基于HTTP的长连接,是一种通过长轮询方式实现"服务器推"的技术,它弥补了HTTP简单的请求应答模式的不足,极大地增强了程序的实时性和交互性. 一.什么是长连接.长轮询? 用通俗易 ...

  5. Ubuntu系统中各种文件颜色的含义

    蓝 色:文件夹 ,ls -l或ll时可以看到权限部分的第1个字母是d红色:压缩文件   绿色:可执行文件,包括jar白色:文本文件红色闪烁:错误的符号链接淡蓝色:符号链接黄色:设备文件灰色:其它文件 ...

  6. [No000016D]把知识种进脑子:像读教材一样读书

    读书,常常是书读一遍,过后脑子却空白一片.旁人问起感受,只能以不错.很好作答.更有甚者,有时翻阅豆瓣才发现一本书竟早已「读过」,这事儿可真叫尴尬.为了对付这症状,我笔记也做过,思维导图也画过,奈何只是 ...

  7. tensorflow使用pb文件进行模型预测

  8. express工程的优化和请求参数的处理

    1.让工程自动刷新 在Express的默认工程中,ejs, jade等模板的改变会立刻被渲染到浏览器中,但是js的改变不能立即刷新.这时候我们要用到一些自动刷新工具, 如 nodemon, super ...

  9. 优化网站设计(七):避免在CSS中使用表达式

    前言 网站设计的优化是一个很大的话题,有一些通用的原则,也有针对不同开发平台的一些建议.这方面的研究一直没有停止过,我在不同的场合也分享过这样的话题. 作为通用的原则,雅虎的工程师团队曾经给出过35个 ...

  10. CSP 通信顺序进程

    communicating sequential processes CSP 通信顺序进程 C.A.R.Hoare 1979 CSP是一种用来描述并行系统交互模式的形式语言,最早由C.A.R.Hoar ...