Author

Topic: ◈◈Bitcredit ◈◈ Migrating to UniQredit◈◈ - page 206. (Read 284527 times)

hero member
Activity: 602
Merit: 501
been raking my mind trying to figure out a way to do this properly


Code:
static const int64 collateral =  250000 * COIN;

bool iscolletaraltx (){
if (pindex->nHeight>85000){
for (int i = 0; i < block.vtx[0].vout.size(); i++) {
if (block.vtx[0].vout[i].nValue == collateral) {
return true;
}
}
}
}

int CMerkleTx::GetBlocksToMaturity() const
{
    if (!IsCoinBase())
        return 0;

    //special rule for colletaral tx
    if(iscolletaraltx()){
        //Period
        int64_t collateraltxblock =GetDepthInMainChain()+100000;
        if(chainActive.Tip()->nHeight< collateraltxblock){
         
            return collateraltxblock - chainActive.Tip()->nHeight;
        }       
    }
    return max(0, (COINBASE_MATURITY) - GetDepthInMainChain());
}

that's what i've got so far...

or maybe I can use this :- https://github.com/bitcoin/bitcoin/compare/master...petertodd:checklocktimeverify

not sure which is better
legendary
Activity: 1092
Merit: 1000


Another option, more towards the bitcoin logo, but not quite the same.
legendary
Activity: 1400
Merit: 1000
Looks like everything is moving along now.

I also like the idea about the Bank running for a pre-set number of blocks.

legendary
Activity: 1092
Merit: 1000
I'm intrigued, just picked up some coins!  Cool

Lol, you are the one that caused that sudden burst. Welcome, feel free to ask any questions you may have.

Yep that was me  Smiley

Also made a logo for Bitcredit, was having a sudden burst of inspiration!
Let me know what you think man


Nice, are you any good with coding though? Or websites?

No i'm not a programmer.
I design/build websites in Wordpress, tweak the CSS to make it look good.
Cheers

Ah... ok if you are interested, there'll be jobs to maintain and spruce up our websites.

Yeah man, I'm interested, can you send me a PM with the specifics?
hero member
Activity: 602
Merit: 501
I'm intrigued, just picked up some coins!  Cool

Lol, you are the one that caused that sudden burst. Welcome, feel free to ask any questions you may have.

Yep that was me  Smiley

Also made a logo for Bitcredit, was having a sudden burst of inspiration!
Let me know what you think man


Nice, are you any good with coding though? Or websites?

No i'm not a programmer.
I design/build websites in Wordpress, tweak the CSS to make it look good.
Cheers

Ah... ok if you are interested, there'll be jobs to maintain and spruce up our websites.
legendary
Activity: 1092
Merit: 1000
I'm intrigued, just picked up some coins!  Cool

Lol, you are the one that caused that sudden burst. Welcome, feel free to ask any questions you may have.

Yep that was me  Smiley

Also made a logo for Bitcredit, was having a sudden burst of inspiration!
Let me know what you think man


Nice, are you any good with coding though? Or websites?

No i'm not a programmer.
I design/build websites in Wordpress, tweak the CSS to make it look good.
Cheers
hero member
Activity: 602
Merit: 501
I would like to have someone make an accurate and informative Translations and adverts in the following languages :-

English
Chinese
Russian
French
Japanese

These are a priority.
hero member
Activity: 602
Merit: 501
I'm intrigued, just picked up some coins!  Cool

Lol, you are the one that caused that sudden burst. Welcome, feel free to ask any questions you may have.

Yep that was me  Smiley

Also made a logo for Bitcredit, was having a sudden burst of inspiration!
Let me know what you think man



Nice, are you any good with coding though? Or websites?
legendary
Activity: 1092
Merit: 1000
I'm intrigued, just picked up some coins!  Cool

Lol, you are the one that caused that sudden burst. Welcome, feel free to ask any questions you may have.

Yep that was me  Smiley

Also made a logo for Bitcredit, was having a sudden burst of inspiration!
Let me know what you think man

hero member
Activity: 602
Merit: 501
I'm intrigued, just picked up some coins!  Cool

Lol, you are the one that caused that sudden burst. Welcome, feel free to ask any questions you may have.
legendary
Activity: 1092
Merit: 1000
I'm intrigued, just picked up some coins!  Cool
hero member
Activity: 602
Merit: 501
Update :- My Current Headache

So...we want to protect the system by imposing a minimum time span for which funds used to setup a BN will be tied up.

Not as easy as it sounds...

What time frame is preferable 3 months or six months?

Personally I will go with a 100000 blocks, this is about +3 months ...


Interesting idea, 100000 Blocks works for me, wonder if everyone else agrees.
sr. member
Activity: 322
Merit: 250
Update :- My Current Headache

So...we want to protect the system by imposing a minimum time span for which funds used to setup a BN will be tied up.

Not as easy as it sounds...

What time frame is preferable 3 months or six months?

Personally I will go with a 100000 blocks, this is about +3 months ...
hero member
Activity: 602
Merit: 501
Update :- My Current Headache

So...we want to protect the system by imposing a minimum time span for which funds used to setup a BN will be tied up.

Not as easy as it sounds...

What time frame is preferable 3 months or six months?
hero member
Activity: 602
Merit: 501
BCR chart looks to be eagerly waiting for your masternodes launch in a couple days, bitcreditcc.
Going sideways is an acceptable scenario to it slowly dropping lower and lower as we see in almost every other coin as miners mine and cash out.
Hopefully it goes smoothly and it's user-friendly for the non-programmers here. Grin
JL

The price is ok for now i guess, there is a lot of resistance up to 0.00001500, but once this barrier is passed the price will hike considerably. I'm glad we are not being targeted by pump groups it usually leaves a bad mark.

The basics of setting up a node are similar to DRK. Once you do that, you'll start to notice the differences...

As i said before, initially, banking will be manual. This means you have to pick a bank, send a request and wait ofr a response.

Banks will have to manually read requests and process them, the next update will automate some of the processes.

A key part of the mission is integration with fiat trading, while i have not really touched on the topic lately i will get back to it once we have a successful transition.
sr. member
Activity: 462
Merit: 250
BCR chart looks to be eagerly waiting for your masternodes launch in a couple days, bitcreditcc.
Going sideways is an acceptable scenario to it slowly dropping lower and lower as we see in almost every other coin as miners mine and cash out.
Hopefully it goes smoothly and it's user-friendly for the non-programmers here. Grin
JL
legendary
Activity: 1232
Merit: 1000
is there a 32 bit wallet?

If you need it, I will compile it right now.

Yes please. I am sure there are still a bunch of us still stuck in the stone age. 32 Bit Wallet would be nice thanks.

Here it is ... Windows Wallet Version 0.30.14 - 32bit

sweet thanks!
sr. member
Activity: 322
Merit: 250
For those who don't want to wait or they have problems synchronizing, I put here https://mega.co.nz/#!ftNxxCJQ!i4luaVxOn5OMqy0iPeV_l_CijY7oj-wQd8WC7L1rqHo the blockchain at height 71225.

TO be put in %appdata%\Bitcredit directory.
sr. member
Activity: 322
Merit: 250
is there a 32 bit wallet?

If you need it, I will compile it right now.

Yes please. I am sure there are still a bunch of us still stuck in the stone age. 32 Bit Wallet would be nice thanks.

Here it is ... Windows Wallet Version 0.30.14 - 32bit
hero member
Activity: 602
Merit: 501
Another Masternode test?

This seemes a bit like chasing the dragon...which I did with SPR...

DRK Masternodes are a proven technology for 2-tier decentralization where the second tier is optional and requires certain conditions be met. I would be a fool to try designing something similar, building it from scratch while a solution already exists that i can adapt to my purposes. In 2 months our system will be barely recognizable, as Banking becomes more and more of a reality.


Are you the only dev? Are you working on it full time?

I am the only full time dev. I work 8 - 12 hours a day depending on time available. One of the updates seeks to resolve that glaring problem.

 
Jump to: