Pages:
Author

Topic: [ANN] [BEE2] [BEECOIN V2] POW X11/POS Hybrid - Now With CLIENT CHAT Feature! - page 30. (Read 133394 times)

full member
Activity: 238
Merit: 100
Ok, this is a plan of resurrection, that I propose for BEE community.

1. Choose and register a domain name for a Beecoin new website. I propose a "beecoin.be", but the community should decide.
2. Set up a dedicated BEE node with full-synced blockchain. This requires a small change of BEE wallet code, no need of hard-fork.
3. Set up an official Beecoin website. Public main info about BEE project, the BEE idea etc, upload wallets.
4. Set up a BEE block explorer.
5. Gather community of present BEE bagholders and potential investors to decide the mutual future of Beecoin and, maybe, elect some official BEE persons that will be responsible for BEE future.
6. Choose the exchange(s) that BEE will focus to get listed, get listed there, start ICO (maybe) or simply trade and raise BEE value.
7. Choose a new developer for BEE, do a swap, hard-fork etc - all it's up to community.
8. BEE to the mooooon!!!! Smiley
Good idea. I'll be watching.
Any help appreciated.
hero member
Activity: 593
Merit: 500
Ok, this is a plan of resurrection, that I propose for BEE community.

1. Choose and register a domain name for a Beecoin new website. I propose a "beecoin.be", but the community should decide.
2. Set up a dedicated BEE node with full-synced blockchain. This requires a small change of BEE wallet code, no need of hard-fork.
3. Set up an official Beecoin website. Public main info about BEE project, the BEE idea etc, upload wallets.
4. Set up a BEE block explorer.
5. Gather community of present BEE bagholders and potential investors to decide the mutual future of Beecoin and, maybe, elect some official BEE persons that will be responsible for BEE future.
6. Choose the exchange(s) that BEE will focus to get listed, get listed there, start ICO (maybe) or simply trade and raise BEE value.
7. Choose a new developer for BEE, do a swap, hard-fork etc - all it's up to community.
8. BEE to the mooooon!!!! Smiley
Good idea. I'll be watching.
full member
Activity: 238
Merit: 100
Ok, this is a plan of resurrection, that I propose for BEE community.

1. Choose and register a domain name for a Beecoin new website. I propose a "beecoin.be", but the community should decide.
2. Set up a dedicated BEE node with full-synced blockchain. This requires a small change of BEE wallet code, no need of hard-fork.
3. Set up an official Beecoin website. Public main info about BEE project, the BEE idea etc, upload wallets.
4. Set up a BEE block explorer.
5. Gather community of present BEE bagholders and potential investors to decide the mutual future of Beecoin and, maybe, elect some official BEE persons that will be responsible for BEE future.
6. Choose the exchange(s) that BEE will focus to get listed, get listed there, start ICO (maybe) or simply trade and raise BEE value.
7. Choose a new developer for BEE, do a swap, hard-fork etc - all it's up to community.
8. BEE to the mooooon!!!! Smiley
legendary
Activity: 1778
Merit: 1000
I am happy that the hindrance node is now out of the way.
I agree. We can fix it.
Look forward for my plan for BEE.
OK

I wait eagerly and EXPECTANTLY.
full member
Activity: 238
Merit: 100
I am happy that the hindrance node is now out of the way.
I agree. We can fix it.
Look forward for my plan for BEE.
legendary
Activity: 1778
Merit: 1000
I am happy that the hindrance node is now out of the way.
full member
Activity: 238
Merit: 100
I looked at sources and now I think I know why BEE blockchain and wallets lost sync.
This is from net.cpp
Code:
// DNS seeds
// Each pair gives a source name and a seed name.
// The first name is used as information source for addrman.
// The second name should resolve to a list of seed addresses.
static const char *strDNSSeed[][2] = {
    [b]{"beecoinv2.no-ip.biz", "beecoinv2.no-ip.biz"},[/b]
};

void ThreadDNSAddressSeed(void* parg)
{
    // Make this thread recognisable as the DNS seeding thread
    RenameThread("beecoinv2-dnsseed");

    try
    {
        vnThreadsRunning[THREAD_DNSSEED]++;
        ThreadDNSAddressSeed2(parg);
        vnThreadsRunning[THREAD_DNSSEED]--;
    }
    catch (std::exception& e) {
        vnThreadsRunning[THREAD_DNSSEED]--;
        PrintException(&e, "ThreadDNSAddressSeed()");
    } catch (...) {
        vnThreadsRunning[THREAD_DNSSEED]--;
        throw; // support pthread_cancel()
    }
    printf("ThreadDNSAddressSeed exited\n");
}

void ThreadDNSAddressSeed2(void* parg)
{
    printf("ThreadDNSAddressSeed started\n");
    int found = 0;

    if (!fTestNet)
    {
        printf("Loading addresses from DNS seeds (could take a while)\n");

        for (unsigned int seed_idx = 0; seed_idx < ARRAYLEN(strDNSSeed); seed_idx++) {
            if (HaveNameProxy()) {
                AddOneShot(strDNSSeed[seed_idx][1]);
            } else {
                vector vaddr;
                vector vAdd;
                if (LookupHost(strDNSSeed[seed_idx][1], vaddr))
                {
                    BOOST_FOREACH(CNetAddr& ip, vaddr)
                    {
                        int nOneDay = 24*3600;
                        CAddress addr = CAddress(CService(ip, GetDefaultPort()));
                        addr.nTime = GetTime() - 3*nOneDay - GetRand(4*nOneDay); // use a random age between 3 and 7 days old
                        vAdd.push_back(addr);
                        found++;
                    }
                }
                addrman.Add(vAdd, CNetAddr(strDNSSeed[seed_idx][0], true));
            }
        }
    }

    printf("%d addresses found from DNS seeds\n", found);
}

So, as you can see the problem in this sectiom: {"beecoinv2.no-ip.biz", "beecoinv2.no-ip.biz"},
I think this was used by former dev, but now this peer is dead.
full member
Activity: 238
Merit: 100
We need to freeze and destroy allcoins wallets. Those thieving scum kept my hundreds of millions of beecoins. I would like the new developer to crush their wallet.

Also anyone that can doxxx those allcoin scoundrels would be doing the entire crypto community a service.
I also lost a bunch of beecoins there Sad
But, I wonder how we can destroy allcoin-scamers wallets, but I'll look deeply into BEE sources. Maybe I'll found a solution.
Do you know their wallets addresses?

Also the development wallet will need to be crushed...the one where % of coins per block went for extra development.
Which one? This -> 3644s9FdFwfSn6vNYzhiWm8KGcVFBr1tHX  ?
legendary
Activity: 1778
Merit: 1000
We have a unique opportunity to even remake this coin. I hope you know that this coin can be rebranded?

We are not on any exchange, no block explorer, this coin has tons of potential.

We can be renamed, rebranded and swapped into anything better. WE do not even need to remain as beecoin. Opportunities are unlimited.


what is special about this coin to bother with rebranding it? Wouldnt you just start a new one rather than rebranding Bee?

No special infastructure or anything exists. but i can see this being a 1-10 sat coin on yobit for a few months.
Dev can rightfully own 30% of coinage. We probably need a confirmed developer. This coin will sell when people realise that the confirmed developer actually owns the coin. When a developer owns a coin, it gives the community some confidence that the developer will be committed to its success.

Beecoin is nothing at present, but this can all change.
hero member
Activity: 924
Merit: 1000
I AM
We have a unique opportunity to even remake this coin. I hope you know that this coin can be rebranded?

We are not on any exchange, no block explorer, this coin has tons of potential.

We can be renamed, rebranded and swapped into anything better. WE do not even need to remain as beecoin. Opportunities are unlimited.


what is special about this coin to bother with rebranding it? Wouldnt you just start a new one rather than rebranding Bee?

No special infastructure or anything exists. but i can see this being a 1-10 sat coin on yobit for a few months.
hero member
Activity: 924
Merit: 1000
I AM
I just downloaded the wallet onto my staking computer.

Pulled the wallet.dat off the old one and away it goes with 1 connection.

Already 15% blockchain downloaded

I have a touch over 100 mil of these, in my head it was 10 mill... Sweet lets get this Listed!!
We need to get a Dedicated developer. Getting an exchange and block explorer is nothing. We need the help of the entire community, so that we can get a CORE DEVELOPER over here.

That could be a difficult task.

Finding somoneone willing to take on whole job, as up to this point in the thread shows

Theoretically couldnt You and cryptohunter take it on? as trusted community members.

I understand you may not have the technical nouse but with the big pot all we need is some people to delegate jobs out Look at Posex,
half the coins progress was done by the community.

You could sell the pot for BTC and rate of say 5 per satoshi then use the BTC's to pay people,

I would buy some more that way.

The thread has been saying we need a dev for 2 years nearly now,

I dont think the dev needs to be a coder, just someone who can facilitate the code being done by others.

Nightz, Infernoman, Chrysolax, all seem to be good Dev's I am sure they will do one off jobs for BTC's


Just my two bee's


legendary
Activity: 1778
Merit: 1000
We have a unique opportunity to even remake this coin. I hope you know that this coin can be rebranded?

We are not on any exchange, no block explorer, this coin has tons of potential.

We can be renamed, rebranded and swapped into anything better. WE do not even need to remain as beecoin. Opportunities are unlimited.
legendary
Activity: 1778
Merit: 1000
I just downloaded the wallet onto my staking computer.

Pulled the wallet.dat off the old one and away it goes with 1 connection.

Already 15% blockchain downloaded

I have a touch over 100 mil of these, in my head it was 10 mill... Sweet lets get this Listed!!
We need to get a Dedicated developer. Getting an exchange and block explorer is nothing. We need the help of the entire community, so that we can get a CORE DEVELOPER over here.
hero member
Activity: 924
Merit: 1000
I AM
I just downloaded the wallet onto my staking computer.

Pulled the wallet.dat off the old one and away it goes with 1 connection.

Already 15% blockchain downloaded

I have a touch over 100 mil of these, in my head it was 10 mill... Sweet lets get this Listed!!
hero member
Activity: 924
Merit: 1000
I AM
I cant remember was it Soopy that took it to V2?

The computer my Bee's are on I havent turned on for months, might fire it up see if i can connect Beecoin.

If we could get it on youbit at 1 sat we would be laughing,  despite us all paying much more.

Maybe the 30% stake can be securitised and sold as as ICO on Yobit and people can stake from that?


You own almost every single coin that I own  Wink



Lol Yeah I noticed that to.
I knew you have always been in bee but it was your sig that lead me to BigUp
And I think when I saw Posex and you were on OP as Community dude figured it wasnt a shitty scam coin and worth a go.

I saw you appear on the TX thread the other day. how good is TX?? cant wait for that one. Only a matter of time till your in WBB  Smiley but you better hurry on that one.   Wink
full member
Activity: 238
Merit: 100
We need to freeze and destroy allcoins wallets. Those thieving scum kept my hundreds of millions of beecoins. I would like the new developer to crush their wallet.

Also anyone that can doxxx those allcoin scoundrels would be doing the entire crypto community a service.
Also the development wallet will need to be crushed...the one where % of coins per block went for extra development.

If mycoinstore did apply a fix to the current chain then everyone should sync up now and keep the chain healthy.

Can you tell us what was the issue and what you did ?

If you did something worthy then of course you should have a reward. However of course the 30% is reserved for the dev that will take many many years of work with beecoin and create something great out of this coin.

But if it was confirmed that beecoin was broken and you have fixed it up to allow others to sync the wallet then I would ask the community to decide on a fair little bonus for you to come from the community wallet once it get synced up and working again.
It was a joke about 30% reward Smiley I'm not so greedy.

About fix. I have no secrets from BEE community.

What I did:
1. I contacted a GREEDYJOHN and we exchanged peers from our unsynced wallets.
2. GREEDYJOHN pointed me to the last BEE wallet version v1.0.2.0-honey. Thanks him.
3. I compiled from last sources wallet under Ubuntu 14.04
4. I added peers from my wallet and from GREEDYJOHN's wallet to my freshly compiled wallet's config file.
5. I opened port 1108 in firewall of my box with BEE wallet.
6. I started my new BEE wallet, waited until it fully synced and voila!

As result - POS working, BEE blockchain moving  Cool

P.S. I think BEE needs at least one dedicated node in "server" mode with directly opened port 1108, so the blockchain can move and wallets can sync.
As you can see now BEE blockchain was not forked or broken, it's moving good now.

But still although you were joking it was very good and nice of you to help get the chain moving along. Smiley Smiley

I thank you and I'm sure the beecoin community does too... or will when they eventually return.

All those that help beecoin should be thanked and remembered. When/if this coin get's on it's feet again it would be nice to see members that help in anyway at all are rewarded accordingly. If we can build the community up then I would be more than happy to see people nominated for rewards according to what they have achieved. It's obviously got to be group effort.
I'm glad to help you!
I have only a small amount of BEE's (you saw my wallet screen), but I like this coin. And I wish BEE's a good future.

But people, if you will simply sit and wait for "messiah dev", - Beecoin will be dead forever. Think about this.
legendary
Activity: 1778
Merit: 1000
We need to freeze and destroy allcoins wallets. Those thieving scum kept my hundreds of millions of beecoins. I would like the new developer to crush their wallet.

Also anyone that can doxxx those allcoin scoundrels would be doing the entire crypto community a service.
Also the development wallet will need to be crushed...the one where % of coins per block went for extra development.

If mycoinstore did apply a fix to the current chain then everyone should sync up now and keep the chain healthy.

Can you tell us what was the issue and what you did ?

If you did something worthy then of course you should have a reward. However of course the 30% is reserved for the dev that will take many many years of work with beecoin and create something great out of this coin.

But if it was confirmed that beecoin was broken and you have fixed it up to allow others to sync the wallet then I would ask the community to decide on a fair little bonus for you to come from the community wallet once it get synced up and working again.
It was a joke about 30% reward Smiley I'm not so greedy.

About fix. I have no secrets from BEE community.

What I did:
1. I contacted a GREEDYJOHN and we exchanged peers from our unsynced wallets.
2. GREEDYJOHN pointed me to the last BEE wallet version v1.0.2.0-honey. Thanks him.
3. I compiled from last sources wallet under Ubuntu 14.04
4. I added peers from my wallet and from GREEDYJOHN's wallet to my freshly compiled wallet's config file.
5. I opened port 1108 in firewall of my box with BEE wallet.
6. I started my new BEE wallet, waited until it fully synced and voila!

As result - POS working, BEE blockchain moving  Cool

P.S. I think BEE needs at least one dedicated node in "server" mode with directly opened port 1108, so the blockchain can move and wallets can sync.
As you can see now BEE blockchain was not forked or broken, it's moving good now.

But still although you were joking it was very good and nice of you to help get the chain moving along. Smiley Smiley

I thank you and I'm sure the beecoin community does too... or will when they eventually return.

All those that help beecoin should be thanked and remembered. When/if this coin get's on it's feet again it would be nice to see members that help in anyway at all are rewarded accordingly. If we can build the community up then I would be more than happy to see people nominated for rewards according to what they have achieved. It's obviously got to be group effort.
We only need a DEV now, and all other things will fall in place.
legendary
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
We need to freeze and destroy allcoins wallets. Those thieving scum kept my hundreds of millions of beecoins. I would like the new developer to crush their wallet.

Also anyone that can doxxx those allcoin scoundrels would be doing the entire crypto community a service.
Also the development wallet will need to be crushed...the one where % of coins per block went for extra development.

If mycoinstore did apply a fix to the current chain then everyone should sync up now and keep the chain healthy.

Can you tell us what was the issue and what you did ?

If you did something worthy then of course you should have a reward. However of course the 30% is reserved for the dev that will take many many years of work with beecoin and create something great out of this coin.

But if it was confirmed that beecoin was broken and you have fixed it up to allow others to sync the wallet then I would ask the community to decide on a fair little bonus for you to come from the community wallet once it get synced up and working again.
It was a joke about 30% reward Smiley I'm not so greedy.

About fix. I have no secrets from BEE community.

What I did:
1. I contacted a GREEDYJOHN and we exchanged peers from our unsynced wallets.
2. GREEDYJOHN pointed me to the last BEE wallet version v1.0.2.0-honey. Thanks him.
3. I compiled from last sources wallet under Ubuntu 14.04
4. I added peers from my wallet and from GREEDYJOHN's wallet to my freshly compiled wallet's config file.
5. I opened port 1108 in firewall of my box with BEE wallet.
6. I started my new BEE wallet, waited until it fully synced and voila!

As result - POS working, BEE blockchain moving  Cool

P.S. I think BEE needs at least one dedicated node in "server" mode with directly opened port 1108, so the blockchain can move and wallets can sync.
As you can see now BEE blockchain was not forked or broken, it's moving good now.

But still although you were joking it was very good and nice of you to help get the chain moving along. Smiley Smiley

I thank you and I'm sure the beecoin community does too... or will when they eventually return.

All those that help beecoin should be thanked and remembered. When/if this coin get's on it's feet again it would be nice to see members that help in anyway at all are rewarded accordingly. If we can build the community up then I would be more than happy to see people nominated for rewards according to what they have achieved. It's obviously got to be group effort.
legendary
Activity: 1778
Merit: 1000
We need to freeze and destroy allcoins wallets. Those thieving scum kept my hundreds of millions of beecoins. I would like the new developer to crush their wallet.

Also anyone that can doxxx those allcoin scoundrels would be doing the entire crypto community a service.
Also the development wallet will need to be crushed...the one where % of coins per block went for extra development.

If mycoinstore did apply a fix to the current chain then everyone should sync up now and keep the chain healthy.

Can you tell us what was the issue and what you did ?

If you did something worthy then of course you should have a reward. However of course the 30% is reserved for the dev that will take many many years of work with beecoin and create something great out of this coin.

But if it was confirmed that beecoin was broken and you have fixed it up to allow others to sync the wallet then I would ask the community to decide on a fair little bonus for you to come from the community wallet once it get synced up and working again.




Beecoin needs to get on an exchange (preferably YOBIT), then it needs a block explorer and then a COIN SWAP.
legendary
Activity: 1778
Merit: 1000
We need to freeze and destroy allcoins wallets. Those thieving scum kept my hundreds of millions of beecoins. I would like the new developer to crush their wallet.

Also anyone that can doxxx those allcoin scoundrels would be doing the entire crypto community a service.
Also the development wallet will need to be crushed...the one where % of coins per block went for extra development.

If mycoinstore did apply a fix to the current chain then everyone should sync up now and keep the chain healthy.

Can you tell us what was the issue and what you did ?

If you did something worthy then of course you should have a reward. However of course the 30% is reserved for the dev that will take many many years of work with beecoin and create something great out of this coin.

But if it was confirmed that beecoin was broken and you have fixed it up to allow others to sync the wallet then I would ask the community to decide on a fair little bonus for you to come from the community wallet once it get synced up and working again.
It was a joke about 30% reward Smiley I'm not so greedy.

About fix. I have no secrets from BEE community.

What I did:
1. I contacted a GREEDYJOHN and we exchanged peers from our unsynced wallets.
2. GREEDYJOHN pointed me to the last BEE wallet version v1.0.2.0-honey. Thanks him.
3. I compiled from last sources wallet under Ubuntu 14.04
4. I added peers from my wallet and from GREEDYJOHN's wallet to my freshly compiled wallet's config file.
5. I opened port 1108 in firewall of my box with BEE wallet.
6. I started my new BEE wallet, waited until it fully synced and voila!

As result - POS working, BEE blockchain moving  Cool

P.S. I think BEE needs at least one dedicated node in "server" mode with directly opened port 1108, so the blockchain can move and wallets can sync.
As you can see now BEE blockchain was not forked or broken, it's moving good now.
I might try to get a block explorer for this coin, then we try to get to an exchange.

I will get a block explorer for this coin, if it can get to YOBIT.
Pages:
Jump to: