Pages:
Author

Topic: ANN - [BEE] - 2014 -2018 - BEE COIN - the original BEE === - page 3. (Read 27443 times)

newbie
Activity: 70
Merit: 0
this coins is dead  Grin
legendary
Activity: 2254
Merit: 1278
Importing Key appears to work now, doesn't show all my bee2 coins but that could just be based on when you forked the chain.

It appears that staking is working

Thanks for the feedback. I snapshotted the ledger a while ago, I'll update it so that folks' current keys work. Staking calculations do indeed seem to be working and that bodes well. However, the test addresses hat I used in the previous exercise did mature and were showing huge staking weight but when I stopped the script that was calling generate 1 every few minutes, so did the block generation. I have no experience of how the PoW->PoS transition works so I'll just have to build a model by working through the code than implements it. The situation isn't helped by the fact that the transition was implemented in the old 0.8.X navcoin and the 0.13 Core version may not even include that code.

Cheers

Graham
newbie
Activity: 21
Merit: 0
Importing Key appears to work now, doesn't show all my bee2 coins but that could just be based on when you forked the chain.

It appears that staking is working
legendary
Activity: 2254
Merit: 1278
(and the Navcoin code itself is somewhat hacky).

To wit, the line of code at https://github.com/NAVCoin/navcoin-core/blob/897ff05a9b4e5f248b32c4ede3a9c5dac6b88122/src/pow.cpp#L79 entirely bypasses the CheckProofOfWork calculation. Hard evidence of direct interference in the functioning of the engine.

Cheers

Graham
legendary
Activity: 2254
Merit: 1278
I hope that the community can all get ready to help test the next release on a certain date and time.

I wish it were as simple as that.  I don't have the resources to create a model network to work with, so I cannot know whether PoS will work or not and so am hardly in a position to announce a test with all the false expectations that will inevitably arise.

anyway, in the interim, I made a few changes in a separate branch, named "rewind".  The ledger is now implemented as address-balance pairs: https://github.com/gjhiggins/been/blob/rewind/src/chainparams.cpp#L64 so now anyone can search for their Bee address in the list and check the balance. I re-cut the genesis block and reset the blockchain back to block 0.

https://github.com/gjhiggins/been/tree/rewind

The API generate call is functional - blocks are generated on demand. Bee privkeys should import and the balance should correctly appear. (It won't confirm unless you hand-crank the blockchain with generate).

Cheers

Graham
legendary
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
has anyone got a fully synced bee (3) wallet and if so can you post some nodes?

I don't think there is a fully synced bee chain yet. I believe the 20000 blocks is all there is

I set 20000 blocks as a trial, staking tx have to mature which means blocks have to be initially mined until the staking weight starts to support the network. PoS didn't kick in as I expected so I guess there's something that I don't yet properly understand but then again the network consisted of just three of my machines and PoS alcoins can get really cranky with small numbers of nodes. I need to look again at the code.

Cheers

Graham


I did notice palmdetroit is back in the game and I did ask if he may be interested in helping out a bit. I think he said he had collaborated on a project with you before and maybe he can take a look at the pos side and see if he can see any bugs. I think he is familiar with pos from PHS.

Thanks for all you have done so far graham these things do take a lot more time and effort that people actually understand cbx is still getting their code straight  and have 2 devs on it. Good design and code takes a lot more effort and time than people sometimes understand..

Also next time if you announce ahead of time a date and time to start testing we will get a few community members to sync up and try to start pos off at the same time.

Because I don't have the resources to populate a peer-to-peer network to test it privately myself, I couldn't actually predict whether it would work at all. I offered it up so that people could, if they wished, see if their balance showed up correctly.

It would be great to be able get palmd's input, we last interacted a few years ago at the start of Spreadcoin - which is handy because as several other altcoin communities have found, devs are fairly reluctant to take on the responsibility for someone else's hacky code (and the Navcoin code itself is somewhat hacky).

I'm still looking into the source of the issue, the port is pretty much done and mostly working. I think it's a matter of ensuring that the configuration is internally consistent and coherent after the adjustment of the parameters to reference billions of coins rather than millions. I recently switched over to Helium for a couple of weeks to thrash out the details of their public ledger transfer and in the process, deepened my model sufficiently to be able to return to the Navcoin->Bee port with a much better understanding of what I might have got wrong. It was/is the next thing I was/am planning to do after attending to bitcointalk responses. I'll report back later this evening.

Cheers

Graham



That all sounds quite encouraging. Thanks for the update on this Graham.

I hope that the community can all get ready to help test the next release on a certain date and time.

legendary
Activity: 2254
Merit: 1278
has anyone got a fully synced bee (3) wallet and if so can you post some nodes?

I don't think there is a fully synced bee chain yet. I believe the 20000 blocks is all there is

I set 20000 blocks as a trial, staking tx have to mature which means blocks have to be initially mined until the staking weight starts to support the network. PoS didn't kick in as I expected so I guess there's something that I don't yet properly understand but then again the network consisted of just three of my machines and PoS alcoins can get really cranky with small numbers of nodes. I need to look again at the code.

Cheers

Graham


I did notice palmdetroit is back in the game and I did ask if he may be interested in helping out a bit. I think he said he had collaborated on a project with you before and maybe he can take a look at the pos side and see if he can see any bugs. I think he is familiar with pos from PHS.

Thanks for all you have done so far graham these things do take a lot more time and effort that people actually understand cbx is still getting their code straight  and have 2 devs on it. Good design and code takes a lot more effort and time than people sometimes understand..

Also next time if you announce ahead of time a date and time to start testing we will get a few community members to sync up and try to start pos off at the same time.

Because I don't have the resources to populate a peer-to-peer network to test it privately myself, I couldn't actually predict whether it would work at all. I offered it up so that people could, if they wished, see if their balance showed up correctly.

It would be great to be able get palmd's input, we last interacted a few years ago at the start of Spreadcoin - which is handy because as several other altcoin communities have found, devs are fairly reluctant to take on the responsibility for someone else's hacky code (and the Navcoin code itself is somewhat hacky).

I'm still looking into the source of the issue, the port is pretty much done and mostly working. I think it's a matter of ensuring that the configuration is internally consistent and coherent after the adjustment of the parameters to reference billions of coins rather than millions. I recently switched over to Helium for a couple of weeks to thrash out the details of their public ledger transfer and in the process, deepened my model sufficiently to be able to return to the Navcoin->Bee port with a much better understanding of what I might have got wrong. It was/is the next thing I was/am planning to do after attending to bitcointalk responses. I'll report back later this evening.

Cheers

Graham

newbie
Activity: 57
Merit: 0
I can also do it if you need. Just let me know.
Thank you.
newbie
Activity: 21
Merit: 0
I can leave my bee wallet open, however when i imported my key, it still shows 0 bees so not sure if I would be any help to test staking
legendary
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
has anyone got a fully synced bee (3) wallet and if so can you post some nodes?

I don't think there is a fully synced bee chain yet. I believe the 20000 blocks is all there is

I set 20000 blocks as a trial, staking tx have to mature which means blocks have to be initially mined until the staking weight starts to support the network. PoS didn't kick in as I expected so I guess there's something that I don't yet properly understand but then again the network consisted of just three of my machines and PoS alcoins can get really cranky with small numbers of nodes. I need to look again at the code.

Cheers

Graham


I did notice palmdetroit is back in the game and I did ask if he may be interested in helping out a bit. I think he said he had collaborated on a project with you before and maybe he can take a look at the pos side and see if he can see any bugs. I think he is familiar with pos from PHS.

Thanks for all you have done so far graham these things do take a lot more time and effort that people actually understand cbx is still getting their code straight  and have 2 devs on it. Good design and code takes a lot more effort and time than people sometimes understand..

Also next time if you announce ahead of time a date and time to start testing we will get a few community members to sync up and try to start pos off at the same time.
hero member
Activity: 838
Merit: 500
Any updates? When are we getting a new wallet? Seems to be ages ago? What is the hold up? Getting a bit impatient here if you can't tell Smiley
legendary
Activity: 2254
Merit: 1278
has anyone got a fully synced bee (3) wallet and if so can you post some nodes?

I don't think there is a fully synced bee chain yet. I believe the 20000 blocks is all there is

I set 20000 blocks as a trial, staking tx have to mature which means blocks have to be initially mined until the staking weight starts to support the network. PoS didn't kick in as I expected so I guess there's something that I don't yet properly understand but then again the network consisted of just three of my machines and PoS alcoins can get really cranky with small numbers of nodes. I need to look again at the code.

Cheers

Graham
newbie
Activity: 21
Merit: 0
has anyone got a fully synced bee (3) wallet and if so can you post some nodes?

I don't think there is a fully synced bee chain yet. I believe the 20000 blocks is all there is
legendary
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
has anyone got a fully synced bee (3) wallet and if so can you post some nodes?
newbie
Activity: 21
Merit: 0
any new updates?
legendary
Activity: 1778
Merit: 1000
Sorry for my absence - I have been too busy, too tired.
member
Activity: 87
Merit: 10
Is there any exchange that supports BEE?
At the moment there is no exchange. First we need to release a new wallet and synchronize a new chain of blocks.
legendary
Activity: 1413
Merit: 1003
Bagholder. Hodling shit since 2014
Is there any exchange that supports BEE?
legendary
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
how are ppl getting on with the latest bee client?

I have at last got bee 2 fully synced up now want to sync the latest client up but seems stuck on

Sun Feb 11


Latest client so far seems stuck at block 20000 and no bee coins appear when importing key

Yep same for me it stops at that block...  i didnt try the import because i was not sure it would work unless fully synced up
member
Activity: 87
Merit: 10
how are ppl getting on with the latest bee client?

I have at last got bee 2 fully synced up now want to sync the latest client up but seems stuck on

Sun Feb 11


Latest client so far seems stuck at block 20000 and no bee coins appear when importing key

Yes, I checked the new version of the wallet. I see an available balance, but probably staking does not work, so synchronization is stuck.
Pages:
Jump to: