onetwo12
|
|
May 03, 2017, 02:02:54 PM |
|
also anyone want to start an ico on byteball ?
|
|
|
|
hopenotlate
Legendary
Offline
Activity: 3528
Merit: 1234
Top Crypto Casino
|
|
May 03, 2017, 03:01:35 PM |
|
Is there something I may to to speed things up ( like .conf file or bootstrap thingy or similar)? Or is there any test to check if synching is only slow here or is not going trought?
if it is your first ictallation it is better to uninstall and remove manualy byteball folder in user/Apdata/Local then install it again in choose light client intead of full. Otherwise the sync problem will persist and spoil your life Yep, that's the case . AM sincyng at a rate of 1% every hour/hour and half. Going for lightwallet route.
|
|
|
|
jasemoney
Legendary
Offline
Activity: 1610
Merit: 1008
Forget-about-it
|
|
May 03, 2017, 03:45:58 PM |
|
Hey all, I had an older wallet, went to sync it and it seemed stuck so i closed it down. on restart it had sqlite errors. and seemed unrecoverable.
I do have older copies of the appdata from after linking address, before the 1st sharedrop, but when i sync them there are no blackbytes..?
are the blackbytes gone or?
if they are lost, what can be done in the future to prevent this loss?
I had a similar situation. Several other people reported such sqlite and sync errors upthread but I haven't seen posts about the blackbyte issue. Tony's latest version fixed the sync and sql errors, I think. I found that using a very old backup resulted in no blackbytes at all being restored, while using a more recent backup restored some of them but not all. I think (but I'm not certain) that only those on record at the time of the backup got restored, rather than those that should have come later during the sync catchup to the present time. Thanks for the information. To clarify by backup i mean a copy of the local appdata folder. I was unable to run the oldest versions as they threw an error about number of witnesses on.launch even with a clean install. Interrstung idea about blackbytes not being available unless the backup was from after their arrival. Would love to have this proven true ir false. Anyone have anything else to help?
|
$MAID & $BTC other than that some short hodls and some long held garbage.
|
|
|
aigeezer
Legendary
Offline
Activity: 1450
Merit: 1013
Cryptanalyst castrated by his government, 1952
|
|
May 03, 2017, 03:52:53 PM |
|
To clarify by backup i mean a copy of the local appdata folder.
Yes, same here. I'm hoping these various issues will clear up over time. Sometimes there's an answer on the thread, sometimes there's a fix in the next release. Sometimes both.
|
|
|
|
wood7
|
|
May 03, 2017, 04:10:06 PM |
|
Distribution is very distinctive, look forward to a greater performance
|
|
|
|
nillohit
Full Member
Offline
Activity: 154
Merit: 100
***crypto trader***
|
|
May 03, 2017, 06:16:17 PM |
|
how to release my own asset in byteball? can we have something similar as Ethereum ERC20 token release? https://theethereum.wiki/w/index.php/ERC20_Token_StandardThe ERC20 Token Standard Interface Following is an interface contract declaring the required functions and events to meet the ERC20 standard: 1 // https://github.com/ethereum/EIPs/issues/20 2 contract ERC20 { 3 function totalSupply() constant returns (uint totalSupply); 4 function balanceOf(address _owner) constant returns (uint balance); 5 function transfer(address _to, uint _value) returns (bool success); 6 function transferFrom(address _from, address _to, uint _value) returns (bool success); 7 function approve(address _spender, uint _value) returns (bool success); 8 function allowance(address _owner, address _spender) constant returns (uint remaining); 9 event Transfer(address indexed _from, address indexed _to, uint _value); 10 event Approval(address indexed _owner, address indexed _spender, uint _value); 11 } I'm currently working to issue tokens on byteball platform with micro freelancing & some other features
|
|
|
|
hannusolo
|
|
May 03, 2017, 06:27:26 PM |
|
Are there some kind of estimates, that how many distribution rounds are expected? Calculations, guesses, anything?
|
|
|
|
vlom
Legendary
Offline
Activity: 1498
Merit: 1117
|
|
May 03, 2017, 06:30:36 PM |
|
Are there some kind of estimates, that how many distribution rounds are expected? Calculations, guesses, anything?
as far as i know there is a fixed amount of coins. and this determined how many rounds there will be. just search inside this topic.
|
|
|
|
Randomshot
Newbie
Offline
Activity: 45
Merit: 0
|
|
May 03, 2017, 06:42:51 PM |
|
Are there some kind of estimates, that how many distribution rounds are expected? Calculations, guesses, anything?
About 12-14. Depends on how many BTC will be linked in next rounds.
|
|
|
|
pwpwpw
|
|
May 03, 2017, 07:15:31 PM |
|
can we get a new feature to convert the wallet from full to light or light to full ? If not, then a guide for the safest way of converting.
|
|
|
|
CorePrime95
|
|
May 03, 2017, 07:21:50 PM |
|
can we get a new feature to convert the wallet from full to light or light to full ? If not, then a guide for the safest way of converting.
I would also find it convenient to be able to restore a wallet from seed using a light wallet
|
|
|
|
|
D3m0nKinGx
|
|
May 03, 2017, 07:54:20 PM |
|
Would be nice for a chart showing blackbytes too
|
.
| .
| . ▬◇ ▬◇▬◆ ▬◇▬◇▬◆
| .
| | .
| | .
| | .
| . ◇▬ ◆▬◇▬ ◆▬◇▬◇▬
| .
| .
|
|
|
|
hannusolo
|
|
May 03, 2017, 08:08:17 PM |
|
Thank you very much, exactly what I was looking for! Are you planning to update it after all the rounds?
|
|
|
|
onetwo12
|
|
May 04, 2017, 04:43:48 AM |
|
how to release my own asset in byteball? can we have something similar as Ethereum ERC20 token release? https://theethereum.wiki/w/index.php/ERC20_Token_StandardThe ERC20 Token Standard Interface Following is an interface contract declaring the required functions and events to meet the ERC20 standard: 1 // https://github.com/ethereum/EIPs/issues/20 2 contract ERC20 { 3 function totalSupply() constant returns (uint totalSupply); 4 function balanceOf(address _owner) constant returns (uint balance); 5 function transfer(address _to, uint _value) returns (bool success); 6 function transferFrom(address _from, address _to, uint _value) returns (bool success); 7 function approve(address _spender, uint _value) returns (bool success); 8 function allowance(address _owner, address _spender) constant returns (uint remaining); 9 event Transfer(address indexed _from, address indexed _to, uint _value); 10 event Approval(address indexed _owner, address indexed _spender, uint _value); 11 } I'm currently working to issue tokens on byteball platform with micro freelancing & some other features great, it's will be great if you can share some experience later. would like to release my own asset on byteball.
|
|
|
|
BTCspace
|
|
May 04, 2017, 05:33:42 AM |
|
still hold all of my byteball, about 1T byteball for long term.
|
running farm worldwide
|
|
|
CryptKeeper
Legendary
Offline
Activity: 2044
Merit: 1055
|
|
May 04, 2017, 05:55:17 AM |
|
|
Follow me on twitter! I'm a private Bitcoin and altcoin hodler. Giving away crypto for free on my Twitter feed!
|
|
|
BTCspace
|
|
May 04, 2017, 06:00:15 AM |
|
that's cool i can feel byteball will be top10 coin this year. it's a new kind of coin. no one did it before.
|
running farm worldwide
|
|
|
kola-schaar
|
|
May 04, 2017, 07:52:38 AM |
|
Are there some kind of estimates, that how many distribution rounds are expected? Calculations, guesses, anything?
maybe helpful: .. Would be nice for a chart showing blackbytes too Perhaps I supplement that still - have time lack The amount of backbytes is about twice as large (bytes 1E15 to Blackbytes 2.1E15) as the bytes. The distribution is proportional to the bytes. If blackbytes can not be distributed because not all participants have their bytes on linked addresses, then these blackbytes will be part of the Byteball Community Fund. Ergo reduces the amount of blackbytes proportional to the number of bytes. So you can simply ~double the absolute values and the percentage values remain constant, then you have the statistics for the blackbytes.
|
|
|
|
kola-schaar
|
|
May 04, 2017, 07:54:36 AM |
|
Are there some kind of estimates, that how many distribution rounds are expected? Calculations, guesses, anything?
... Thank you very much, exactly what I was looking for! Are you planning to update it after all the rounds? Yes I will do that, but I always wait for Tony's official statement on distribution rates (~ 72 hours after the snapshot)
|
|
|
|
|