tonych (OP)
|
 |
May 29, 2018, 07:20:41 PM |
|
Another bot added to the Bot Store: Private chat room botThis chatbot allows several persons to chat together using the Byteball messaging system. The bot decrypts messages and relays them to other users after reencryption. For best privacy, run your own instance of this bot using the source code below, any cheap VPS is enough to host it. Developer: Papabyte, https://github.com/Papabyte/Private-chat-room
|
Simplicity is beauty
|
|
|
|
|
|
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, but full nodes are more resource-heavy, and they must do a lengthy initial syncing process. As a result, lightweight clients with somewhat less security are commonly used.
|
|
|
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
|
|
giga4less
Newbie
Offline
Activity: 42
Merit: 0
|
 |
May 29, 2018, 07:46:28 PM |
|
My wallet corrupted because of my mistake and I found I only have a backup of ~/.config/byteball before the last airdrop, and therefore the last airdrop(Nov 2017) of blackbytes could not be recovered. Anybody knows is there a way to recover it? Thank you.
|
|
|
|
giga4less
Newbie
Offline
Activity: 42
Merit: 0
|
 |
May 29, 2018, 08:56:30 PM |
|
My wallet corrupted because of my mistake and I found I only have a backup of ~/.config/byteball before the last airdrop, and therefore the last airdrop(Nov 2017) of blackbytes could not be recovered. Anybody knows is there a way to recover it? Thank you.
I can still open the old sqlite database. Are there any tables I can merge into the backup in order to recover the blackbytes?
|
|
|
|
kaicrypzen
|
 |
May 29, 2018, 09:13:45 PM |
|
My wallet corrupted because of my mistake and I found I only have a backup of ~/.config/byteball before the last airdrop, and therefore the last airdrop(Nov 2017) of blackbytes could not be recovered. Anybody knows is there a way to recover it? Thank you.
I can still open the old sqlite database. Are there any tables I can merge into the backup in order to recover the blackbytes? Normally, your balances should update once you have recovered from your backup. There is a possibility that your address did simply not receive the blackbytes, this has happened in the past. Verify that your Byteball address was indeed linked (to a Bitcoin address) before the distribution, and if so, contact Tony, he is the only one who can resend the blackbytes.
|
|
|
|
dave_bbp
Jr. Member
Offline
Activity: 405
Merit: 3
|
 |
May 29, 2018, 10:10:11 PM |
|
Tony is waiting for a token to continue with the wcg payouts: (from slack) As far as I do understand, every participant has to provide its token to let the particular data access by the API. Probably the bot has to be extended that every campaign participate has to provide the token when it signs up, similar to the payment address. Just a quick question: any updates regarding the WCG server issue? Seems like your coin is not the only one having that problem with WCG after the GDPR deadline. Strangely enough other BOINC projects don't seem to be that hard on their data request policies.
|
|
|
|
giga4less
Newbie
Offline
Activity: 42
Merit: 0
|
 |
May 29, 2018, 10:50:12 PM |
|
My wallet corrupted because of my mistake and I found I only have a backup of ~/.config/byteball before the last airdrop, and therefore the last airdrop(Nov 2017) of blackbytes could not be recovered. Anybody knows is there a way to recover it? Thank you.
I can still open the old sqlite database. Are there any tables I can merge into the backup in order to recover the blackbytes? Normally, your balances should update once you have recovered from your backup. There is a possibility that your address did simply not receive the blackbytes, this has happened in the past. Verify that your Byteball address was indeed linked (to a Bitcoin address) before the distribution, and if so, contact Tony, he is the only one who can resend the blackbytes. I did received the blackbytes in the wallet that is now corrupted(whenever it is opened, it asks me to create new address). I can still open the sqlite db file in the corrupted wallet and find those airdrop outputs that pays to me. However those outputs does not exist in the backup, and when I open the backup, airdrop bytes are updated without problem, but blackbytes are not shown. I guess something in the corrupted db must be merged into the backup but not sure which ones.
|
|
|
|
giga4less
Newbie
Offline
Activity: 42
Merit: 0
|
 |
May 29, 2018, 11:05:37 PM |
|
My wallet corrupted because of my mistake and I found I only have a backup of ~/.config/byteball before the last airdrop, and therefore the last airdrop(Nov 2017) of blackbytes could not be recovered. Anybody knows is there a way to recover it? Thank you.
I can still open the old sqlite database. Are there any tables I can merge into the backup in order to recover the blackbytes? Normally, your balances should update once you have recovered from your backup. There is a possibility that your address did simply not receive the blackbytes, this has happened in the past. Verify that your Byteball address was indeed linked (to a Bitcoin address) before the distribution, and if so, contact Tony, he is the only one who can resend the blackbytes. I did received the blackbytes in the wallet that is now corrupted(whenever it is opened, it asks me to create new address). I can still open the sqlite db file in the corrupted wallet and find those airdrop outputs that pays to me. However those outputs does not exist in the backup, and when I open the backup, airdrop bytes are updated without problem, but blackbytes are not shown. I guess something in the corrupted db must be merged into the backup but not sure which ones. If I copy the db file byteball-light.sqlite from corrupted wallet directory into the backup, and open it, there is an error: Uncaught exception: Error: user version 19 > 18: looks like you are using a new database with an old client Looks like some versioning issue.
|
|
|
|
giga4less
Newbie
Offline
Activity: 42
Merit: 0
|
 |
May 29, 2018, 11:15:17 PM |
|
My wallet corrupted because of my mistake and I found I only have a backup of ~/.config/byteball before the last airdrop, and therefore the last airdrop(Nov 2017) of blackbytes could not be recovered. Anybody knows is there a way to recover it? Thank you.
I can still open the old sqlite database. Are there any tables I can merge into the backup in order to recover the blackbytes? Normally, your balances should update once you have recovered from your backup. There is a possibility that your address did simply not receive the blackbytes, this has happened in the past. Verify that your Byteball address was indeed linked (to a Bitcoin address) before the distribution, and if so, contact Tony, he is the only one who can resend the blackbytes. I did received the blackbytes in the wallet that is now corrupted(whenever it is opened, it asks me to create new address). I can still open the sqlite db file in the corrupted wallet and find those airdrop outputs that pays to me. However those outputs does not exist in the backup, and when I open the backup, airdrop bytes are updated without problem, but blackbytes are not shown. I guess something in the corrupted db must be merged into the backup but not sure which ones. If I copy the db file byteball-light.sqlite from corrupted wallet directory into the backup, and open it, there is an error: Uncaught exception: Error: user version 19 > 18: looks like you are using a new database with an old client Looks like some versioning issue. Looks like the problem is solved after I manually set user_version back to 18 by opening the db file in sqlitebrowser, execute: PRAGMA user_version=18, and save it.
|
|
|
|
barto123
|
 |
May 30, 2018, 01:21:01 AM |
|
Been running the World Community Grid app for like a week now and no Byteball payments, anyone got the same issue?
Previously I was receiving payments once a day.
|
|
|
|
thh2899
Newbie
Offline
Activity: 98
Merit: 0
|
 |
May 30, 2018, 01:38:41 AM |
|
I need help, I'm trying to pay the real name attestation but the bot doesn't receive my paynent and the money came out of my account
|
|
|
|
GiGa#
Jr. Member
Offline
Activity: 31
Merit: 109
|
 |
May 30, 2018, 03:51:07 AM Last edit: May 30, 2018, 04:14:46 AM by GiGa# |
|
Been running the World Community Grid app for like a week now and no Byteball payments, anyone got the same issue?
Previously I was receiving payments once a day.
WCG had 25 months to prepare for the EU GDPR and waited at the last moment to write their legal documents. While they lawyers are writting.... the API used by Tony to provide the daily reward, is closed. Hello Tony, Thank you for taking the time to contact us. As you've noticed, access to the APIs is now restricted to people who obtain a token. To get the token, you must first sign our Data Processing Agreement to ensure that you're willing to comply with certain requirements about how the API data must be processed. We are still finalizing the text of this Agreement and will email you as soon as it's ready. We have just implemented the release which allows members to access their own API stats: https://www.worldcommunitygrid.org/forums/wcg/viewpostinthread?post=582183 Please note that volunteers now have the option of making their data private, which would exclude it from the API export files and by default, all new volunteers' data will be private. You may want to hold on to the latest export files you have, and once you gain access through the token, you can compare the data to figure out the currency distribution retroactively. Thanks for your patience as we continue to work aggressively to ensure compliance with the new EU General Data Protection Regulation and the protection of our volunteers' data. Thank you for your support, World Community Grid Support Team --------------------------------------------------------- World Community Grid
|
|
|
|
BlackPanda
Legendary
Offline
Activity: 1414
Merit: 1001
|
 |
May 30, 2018, 04:15:06 AM |
|
I have sent Gbytes for 6 hours and the process is still unconfirmed. does this have the same issue?
This is the first time I made a deposit in Gbytes android app. Your help will be greatly appreciated. thanks .
|
|
|
|
thd26bct
Member

Offline
Activity: 300
Merit: 93
|
 |
May 30, 2018, 04:29:37 AM |
|
I have sent Gbytes for 6 hours and the process is still unconfirmed. does this have the same issue?
This is the first time I made a deposit in Gbytes android app. Your help will be greatly appreciated. thanks .
Really? Are you serious, mate? Today, I have not sent my bytes, but in the past everything done very very fast. By the way, Cryptopia exchange got troubles with Byteball transactions in the last few weeks, so please be carefull if you have intention to send your coins to the one. There are lots of users, especially Byteball signature participants complained about Cryptopia exchange's deposits.
|
|
|
|
BlackPanda
Legendary
Offline
Activity: 1414
Merit: 1001
|
 |
May 30, 2018, 04:49:44 AM |
|
I have sent Gbytes for 6 hours and the process is still unconfirmed. does this have the same issue?
This is the first time I made a deposit in Gbytes android app. Your help will be greatly appreciated. thanks .
Really? Are you serious, mate? Today, I have not sent my bytes, but in the past everything done very very fast. By the way, Cryptopia exchange got troubles with Byteball transactions in the last few weeks, so please be carefull if you have intention to send your coins to the one. There are lots of users, especially Byteball signature participants complained about Cryptopia exchange's deposits. I am serious and try to do it. I do not use exchange. oh it turns out I've found the problem that happened at this time. Apparently there is maintenance on the server byteball. I opened the group and finally saw much clearer information.
|
|
|
|
cryptocastle007
Newbie
Offline
Activity: 8
Merit: 0
|
 |
May 30, 2018, 09:17:26 AM |
|
I have sent Gbytes for 6 hours and the process is still unconfirmed. does this have the same issue?
This is the first time I made a deposit in Gbytes android app. Your help will be greatly appreciated. thanks .
Really? Are you serious, mate? Today, I have not sent my bytes, but in the past everything done very very fast. By the way, Cryptopia exchange got troubles with Byteball transactions in the last few weeks, so please be carefull if you have intention to send your coins to the one. There are lots of users, especially Byteball signature participants complained about Cryptopia exchange's deposits. I am serious and try to do it. I do not use exchange. oh it turns out I've found the problem that happened at this time. Apparently there is maintenance on the server byteball. I opened the group and finally saw much clearer information. what group? on fb or...?
|
|
|
|
afbitcoins
Legendary
Offline
Activity: 2095
Merit: 1056
|
 |
May 30, 2018, 03:08:17 PM |
|
GBYTEBTC chart with 1day candles  This looks like a good area for the bottom. Bitcoin rising vs fiat helps because all alts become more buoyant too in that environment. First rising trendline didn't hold but next one looks more solid. Divergence between RSI and price with lower low not reflected on RSI. Also RSI looks oversold on this scale.
|
|
|
|
BitcoinArsenal
|
 |
May 30, 2018, 06:44:43 PM |
|
We have not received WGC tokens and bytes for more than a week. Will the coins earned in the meantime be reimbursed later when the token from WorldGridCommunity was received? Regardless of this, I will continue to participate. I'm only interested.
|
|
|
|
MrDom2
Newbie
Offline
Activity: 98
Merit: 0
|
 |
May 30, 2018, 07:05:27 PM |
|
|
|
|
|
altcoinb
|
 |
May 30, 2018, 07:33:50 PM |
|
Another bot added to the Bot Store: Private chat room botThis chatbot allows several persons to chat together using the Byteball messaging system. The bot decrypts messages and relays them to other users after reencryption. For best privacy, run your own instance of this bot using the source code below, any cheap VPS is enough to host it. Developer: Papabyte, https://github.com/Papabyte/Private-chat-roomVery nice, thank you for this feature. In next time i try it with my own server.
|
|
|
|
Freefactomizer
|
 |
May 30, 2018, 08:50:15 PM |
|
We have not received WGC tokens and bytes for more than a week. Will the coins earned in the meantime be reimbursed later when the token from WorldGridCommunity was received? Regardless of this, I will continue to participate. I'm only interested.
Yes. When the bot will have access to stats again, it will take into account the points earned while stats were unavailable.
|
|
|
|
|