Pages:
Author

Topic: |ANN| |POW||POS||X13| CryptoСoin - Peer-to-Peer Сryptocurrency - page 3. (Read 7877 times)

full member
Activity: 140
Merit: 100

Copy wallet.dat in another folder, delete appdata/.... /Cryptocoin, launch the wallet (wait for the synchronization), return wallet.dat.
But I did not get coins from the pool (
full member
Activity: 140
Merit: 100
sr. member
Activity: 392
Merit: 250
full member
Activity: 140
Merit: 100
Attention to the contest for the rebranding of the Cryptocoin purse!

Technical task:

1. To come up with / improve the Cryptocoyin logo.
2. Make a splash picture.

Reward 200 CTC!

Your works put on the forum, the winner, I'll choose myself, based on the quality of your work.

http://i.imgur.com/wXuhzpD.png logo Cryptocoin
full member
Activity: 140
Merit: 100

This is the number of coins for which staking %.

That is, at the address 5VhhE33YK112z5DiZZgpz1tGB5UZJskwe1 at that time 273.710273 CTC for which %.
newbie
Activity: 72
Merit: 0

Code:
static CBigNum bnProofOfWorkLimit(~uint256(0) >> 20);
static CBigNum bnProofOfStakeLimit(~uint256(0) >> 2);

? PoS .. is that not like near 0 difficulty?

main.cpp
newbie
Activity: 72
Merit: 0
So these parameters will really work:

Code:
static const unsigned int MAX_BLOCK_SIZE = 600000;
static const unsigned int MAX_BLOCK_SIZE_GEN = MAX_BLOCK_SIZE/2;
static const unsigned int MAX_BLOCK_SIGOPS = MAX_BLOCK_SIZE/50;
static const unsigned int MAX_ORPHAN_TRANSACTIONS = MAX_BLOCK_SIZE/100;
static const unsigned int MAX_INV_SZ = 50000;
static const int64 MIN_TX_FEE = 1 * CENT;
static const int64 MIN_RELAY_TX_FEE = 1 * CENT;
static const int64 MAX_MONEY = 1070000 * COIN; // 1 070 000 CTC
static const int64 CIRCULATION_MONEY = MAX_MONEY;
static const double TAX_PERCENTAGE = 0.00; //no tax
static const int64 MAX_CLOAK_PROOF_OF_STAKE = 0.15 * COIN; // 15% stake
static const int CUTOFF_POW_BLOCK = 1000001;

from main.h

I am confused about the 15% stake, will not compound the figures for serial stakers.

If it works, nice. But you have no cut off PoS block, although you do have :

Code:
static const int64 MAX_MONEY = 1070000 * COIN; // 1 070 000 CTC
static const int64 CIRCULATION_MONEY = MAX_MONEY;

Everyone knows MAX MONEY is meaningless, but you have the second :

Code:
static const int64 CIRCULATION_MONEY = MAX_MONEY;

Which I assume will take care of the cap?
full member
Activity: 140
Merit: 100
Quote
So 1 coin every generated block, and that must therefore include PoS generated blocks. Yet you have a minimum and maximum staking time, are the rewards just the same?

Confusing.

7% premine, based on what? PoW and PoS? PoW?

Over how many years would it take to reach the "maximum coins", and we can put your 7% into perspective.


7% Pow.
About two years of mining.
newbie
Activity: 72
Merit: 0
full member
Activity: 140
Merit: 100
Large debug.log file fix. Please update!
 
 WINDOWS 
 
 SOURCE 
full member
Activity: 140
Merit: 100
Works fine for me

not sync for me please post your node. thanks

Didnt add any nodes. Works "Out of box". Maybe Firewall blocking connections.

ok in other pc work fine. thanks everyone for help.

Forget it!
newbie
Activity: 34
Merit: 0
ok im try to mine it
legendary
Activity: 1134
Merit: 1003
Works fine for me

not sync for me please post your node. thanks

Didnt add any nodes. Works "Out of box". Maybe Firewall blocking connections.

ok in other pc work fine. thanks everyone for help.
sr. member
Activity: 1078
Merit: 255
Works fine for me

not sync for me please post your node. thanks

Didnt add any nodes. Works "Out of box". Maybe Firewall blocking connections.
full member
Activity: 140
Merit: 100
Works fine for me

not sync for me please post your node. thanks

You can check some nodes here https://pool.coin-miners.info/explorer/peers?id=3584  and you can add this one to addnode=node1.coin-miners.info


node1.coin-miners.info added to the source code, you can upgrade.
legendary
Activity: 1722
Merit: 1000
Admin of CoinMiners Pools
Works fine for me

not sync for me please post your node. thanks

You can check some nodes here https://pool.coin-miners.info/explorer/peers?id=3584  and you can add this one to addnode=node1.coin-miners.info
full member
Activity: 140
Merit: 100
where excHange

Has applied to several exchanges. While waiting.
Pages:
Jump to: