Pages:
Author

Topic: [HXX SWAP] |HexxCoin| CPU | Anonymous Zerocoin | C-CEX | Yobit | Cryptopia | - page 67. (Read 112207 times)

full member
Activity: 154
Merit: 100
i get error when i try to compile wallet
make -f makefile.unix
makefile.unix:203: *** missing 'endif'.  Stop.

Should be now ok.
Clone again.
Forgot the last update for this file.

Try again and tell if it is ok?

hmm, get the same problem...
github lag?
sr. member
Activity: 445
Merit: 250
i get error when i try to compile wallet
make -f makefile.unix
makefile.unix:203: *** missing 'endif'.  Stop.

Should be now ok.
Clone again.
Forgot the last update for this file.

Try again and tell if it is ok?

hmm, get the same problem...
full member
Activity: 154
Merit: 100
i get error when i try to compile wallet
make -f makefile.unix
makefile.unix:203: *** missing 'endif'.  Stop.

Should be now ok.
Clone again.
Forgot the last update for this file.

Try again and tell if it is ok?
sr. member
Activity: 445
Merit: 250
i get error when i try to compile wallet
make -f makefile.unix
makefile.unix:203: *** missing 'endif'.  Stop.
full member
Activity: 154
Merit: 100
how to make a temporary node  Huh if only start wallet , im ready

Port 29100 is open on 195.200.244.73

Ok.. give me a minute.

LAUNCHED!

To mine, type to console setgenerate true
Add temp node to hexx.conf
addnode=195.200.244.73

Thank 1qaz for this node.
(vps seed is coming later)
hero member
Activity: 666
Merit: 500
how to make a temporary node  Huh if only start wallet , im ready

Port 29100 is open on 195.200.244.73
full member
Activity: 154
Merit: 100
Job done!
Source & wallet at git.
Mining starts when block 1 is released.
Block one is marked as checkpoint to halt mining for now.

Only vps seed missing.
Meanwhile we must collect addnodes to hexx.conf

I will release the block asap when someone willing to make a temporal seednode.
full member
Activity: 154
Merit: 100
The project needs a new or redesigned graphics , write your opinion  Huh

New icons and splash screen?
Something transparent for splash.
full member
Activity: 154
Merit: 100
Cool ! You guys are super druper team ! When is start date ? Waiting for the wallet for Windows x64 that would soon start node.

There is an idea to create a theme of coins in the Russian forum thread, we need to promote the project to gain a critical mass of supporters of the project , and then small steps to move into a bright future.

Yobit in the know what event is coming up ?  Grin  and should think what would go on cryptopia , with the desire to enter for the remainder of the exchange . That would go to www.cryptopia.co.nz not much need finance , if someone wants to help HexxCoin project , PM me or here

Start date will be maybe today or atleast very close.
There is a period of 4 weeks with only 1 coin reward.
This is for setting things up, blockexplorer, seeds, info yobit, etc.


So we have 4 weeks to see if all goes fine and fix things if needed.
You cannot be late from the start because there will be no instamining.
full member
Activity: 154
Merit: 100

Hi dev, will this work with old wallet.dat and same chain? Thanks for your support in this coin!

Hexxcoin will start from block 1.
New client, new code.
Coins for swap are premined at block 1.
996714 HXX will be sent to their owners.
To receive your coins add old wallet.dat to hexx folder.
full member
Activity: 181
Merit: 100
Excellent, I have a few coins in the old purse
question-in principle, is it possible to realize masternode on zerocoin protocol?
hero member
Activity: 666
Merit: 500
The project needs a new or redesigned graphics , write your opinion  Huh
hero member
Activity: 666
Merit: 500
Cool ! You guys are super druper team ! When is start date ? Waiting for the wallet for Windows x64 that would soon start node.

There is an idea to create a theme of coins in the Russian forum thread, we need to promote the project to gain a critical mass of supporters of the project , and then small steps to move into a bright future.

Yobit in the know what event is coming up ?  Grin  and should think what would go on cryptopia , with the desire to enter for the remainder of the exchange . That would go to www.cryptopia.co.nz not much need finance , if someone wants to help HexxCoin project , PM me or here


the HexxCoin SWAP  is coming


Just For Fun

BTC

P.s. I want to share a good mood join happy listening

Craig Bratley 

https://soundcloud.com/the-ransom-note/craig-bratley-ransom-note-mix-first-leg           

#magicfeet
member
Activity: 135
Merit: 10
★unnamed.exchange★ 80+ Coins Exchange

Hi dev, will this work with old wallet.dat and same chain? Thanks for your support in this coin!
full member
Activity: 154
Merit: 100
legendary
Activity: 910
Merit: 1000
Guess these will be the final ones.

There will be a slow start, 4 weeks / 1 coin.
Then 2 weeks / 25 coins.
6 weeks / 12.5 coins
6 weeks / 6.25 coins
6 weeks / 3.125 coins
6 weeks / 1.5625 coins
And final 1 coin reward.

 slowly and steady..




int64 static GetBlockValue(int nHeight, int64 nFees, unsigned int nTime)
{
    // Genesis block is 0 coins
    if (nHeight == 0)
        return 0;

    // Coin swap amount
    if (nHeight == 1)
        return SWAP_VALUE;
   
    else if (nHeight <= 16128) // 4 weeks with 1 Coin reward
      return 1 * COIN;

    int halvings = nHeight / 24192; // Halvings every 6 weeks
    // Force block reward to 1 Coin when 5 halvings done
    if (halvings >= 5)
        return 1 * COIN;

    int64 nSubsidy = 25 * COIN; // 2 weeks for 25 coin, then 6 weeks for every halving
       // Subsidy is cut in half every 24192 blocks which will occur approximately every 6 weeks.
    nSubsidy >>= halvings;

   return nSubsidy + nFees;
}

static const int64 nTargetTimespan = 300; // 5 minutes between retargets
static const int64 nTargetSpacing = 150; // 2,5 minutes blocks
static const int64 nInterval = nTargetTimespan / nTargetSpacing; // retargets every second block


    static const uint32_t BlocksTargetSpacing  = 150; // 2.5 minutes
        unsigned int  TimeDaySeconds   = 60 * 60 * 24;
        int64             PastSecondsMin    = TimeDaySeconds / 288; // 5 minutes
        int64             PastSecondsMax   = TimeDaySeconds / 1; // one day / 576 blocks
        uint32_t        PastBlocksMin       = PastSecondsMin / BlocksTargetSpacing; //1 block
        uint32_t        PastBlocksMax      = PastSecondsMax / BlocksTargetSpacing; //576 blocks
newbie
Activity: 14
Merit: 0
Cool, finally I will be able to move my coins!

yes you will be able to move but slowly and steady mind you will be there.
full member
Activity: 275
Merit: 104
Great news!
Looking forward to it.
cpu mining algo is nice  Cool
copper member
Activity: 2800
Merit: 1179
Leading Crypto Sports Betting & Casino Platform
hoping that the new web will work hard and the swap will help to make this coin moving, the volume at yobit is too small and it seems that it is lacking in terms of attention of the traders, a promotional actions will help to renew the enthusiasm of traders for this coin, i guess.
member
Activity: 135
Merit: 10
★unnamed.exchange★ 80+ Coins Exchange
Thanks for the information. Hope swap will be smooth ;-)
Pages:
Jump to: