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合并分支上指定的commit

    merge 能够胜任平常大部分的合并需求.但也会遇到某些特殊的情况,例如正在开发一个新的功能,线上说有一个紧急的bug要修复.bug修好了但并不像把仍在开发的新功能代码也提交到线上去.这时候也许想要一 ...

  2. [转]Git忽略规则及.gitignore规则不生效的解决办法

    在git中如果想忽略掉某个文件,不让这个文件提交到版本库中,可以使用修改根目录中 .gitignore 文件的方法(如无,则需自己手工建立此文件).这个文件每一行保存了一个匹配的规则例如: # 此为注 ...

  3. java基础---->序列化框架arvo的使用

    这里面我们介绍一下序列化框架arvo的使用,在kafka中使用的就是这个. arvo的使用 一.需要通过插件生成Model类方式 一.生成我们的数据模型User.java 我们在resources里面 ...

  4. NHibernate中Session的处理 线程不安全

    NHibernate中Session是线程不安全的,而且每次数据库操作 请求创建Session时对性能有些影响.在Windows应用中可以通过 [ThreadStatic]特性很简单的就可以实现线程安 ...

  5. php reids 单机命令

    一.Redis连接与认证 //连接参数:ip.端口.连接超时时间,连接成功返回true,否则返回false $ret = $redis->connect('127.0.0.1', 6379, 3 ...

  6. [Android实例] Android Studio插件-自动根据布局生成Activity等代码1.4 (开源)(申明:来源于网络)

    [Android实例] Android Studio插件-自动根据布局生成Activity等代码1.4 (开源)(申明:来源于网络) 地址:http://www.eoeandroid.com/thre ...

  7. I - The 3n + 1 problem(2.4.2)

    I - The 3n + 1 problem(2.4.2) Crawling in process... Crawling failed Time Limit:1000MS     Memory Li ...

  8. db2 reorg table failed处理

    概要: 当对一个表的结构进行改变后,需要reorg表,重新组织其目录统计信息,为数据库的访问计划提供信息,以便高效执行对其的操作. 对表作reorg操作,发生错误,通过db2 "? sql0 ...

  9. 证书文件(pfx)读取时报 “指定的网络密码不正确”

    实际情况: 1.本地测试正确,发布到windows server 2003 iis6 可以正常运行 发布到 windows server 2008 上 II7就报 “指定的网络密码不正确” 日志报错为 ...

  10. F#周报2018年第48期

    新闻 F#2018年圣诞日历 Mac上的Visual Studio 2017新版本7.7 Rider 2018.3将引入远程调试功能 Visual Studio 2017新版本15.9.3 视频及幻灯 ...