Author

Topic: [AMBER] X13 POW/POS| 10k AMBER=0,01% SHARES | BUY, HOLD & GET DIVIDENDS in BTC/$ - page 274. (Read 407556 times)

hero member
Activity: 605
Merit: 500
AmberCoin team offer a 500 AMBER 2000 AMBER reward for TRUSTED forum member for reviewing the AmberCoin source code.

To me,it sound legit,no hidden stuff was found.


OK
static const int LAST_POW_BLOCK = 491081;
static const unsigned int MAX_BLOCK_SIZE = 1000000;
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_t MIN_TX_FEE = 10000;
static const int64_t MIN_RELAY_TX_FEE = MIN_TX_FEE;
static const int64_t MAX_MONEY = 50000000 * COIN;
static const int64_t MAX_MINT_PROOF_OF_STAKE = 0.25 * COIN;
static const int64_t COIN_YEAR_REWARD = 25 * CENT; // 25% per year
static const int MODIFIER_INTERVAL_SWITCH = 129600;

OK (There is also a testnet hash,quite rare nowadays)
static const uint256 hashGenesisBlock("0x00000fe99a2613615921ebca71dcf3a9e46b7951b87330f1f5ed71de0f6dcb47");
static const uint256 hashGenesisBlockTestNet("0x00000fe99a2613615921ebca71dcf3a9e46b7951b87330f1f5ed71de0f6dcb47");


OK
 if (pindexBest->nHeight == 1)
{
int64_t nSubsidy = 39200000 * COIN;
return nSubsidy + nFees;
}
else if (pindexBest->nHeight <= 721)
{
int64_t nSubsidy = 1 * COIN;
return nSubsidy + nFees;
}
else if (pindexBest->nHeight <= 1441)
{
int64_t nSubsidy = 9 * COIN;
return nSubsidy + nFees;
}
else
{
int64_t nSubsidy = 20 * COIN;
return nSubsidy + nFees;
}



NONCE,MERKEL,EPOCHTIME OK
const char* pszTimestamp = "Mon, 22 Dec 2014 15:23:05 GMT";
CTransaction txNew;
txNew.nTime = 1419261785;
txNew.vin.resize(1);
txNew.vout.resize(1);
txNew.vin[0].scriptSig = CScript() << 0 << CBigNum(42) << vector((const unsigned char*)pszTimestamp, (const unsigned char*)pszTimestamp + strlen(pszTimestamp));
txNew.vout[0].SetEmpty();
CBlock block;
block.vtx.push_back(txNew);
block.hashPrevBlock = 0;
block.hashMerkleRoot = block.BuildMerkleTree();
block.nVersion = 1;
block.nTime = 1419261787;
block.nBits = bnProofOfWorkLimit.GetCompact();
block.nNonce = 5697477;
if(fTestNet)
{
block.nNonce = 5697477;
}
if (false && (block.GetHash() != hashGenesisBlock)) {
// This will figure out a valid hash and Nonce if you're
// creating a different genesis block:
uint256 hashTarget = CBigNum().SetCompact(block.nBits).getuint256();
while (block.GetHash() > hashTarget)
{
++block.nNonce;
if (block.nNonce == 0)
{
printf("NONCE WRAPPED, incrementing time");
++block.nTime;
}
}
}
block.print();
printf("block.GetHash() == %s\n", block.GetHash().ToString().c_str());
printf("block.hashMerkleRoot == %s\n", block.hashMerkleRoot.ToString().c_str());
printf("block.nTime = %u \n", block.nTime);
printf("block.nNonce = %u \n", block.nNonce);
//// debug print
assert(block.hashMerkleRoot == uint256("0x4871bbe02db48bddd92e05a4726bbc35fa3fc537defee1cb7448075b0e8c5384"));


WALLET MISS EMBEDDED NODE. NOT A MAJOR ISSUE,BUT DEV COULD ADD IT LATER AND REBUILD THE WALLETS.
static const char *strDNSSeed[][2] = {
{"", ""},
};

well done,did you recieve the bounties?

static const int64_t COIN_YEAR_REWARD = 25 * CENT; // 25% per year
but in OP,  POS interest per year : 0,25%
So every year more than 12 million coins will be rewarded.
hero member
Activity: 630
Merit: 500
0.00009btc for 1 Amber, so your company valued about 9000 BTC, much expensive for a new company?
How much profit earned in 2014, and what's the plan for 2015?


If you look at a registration date it seems that company is new. But that was just a reorganization and recapitalization. We work on the amber market for over 4 years. Company value now is much more than 9000btc (~$2M). But initial price (for first 5,000,000) should be lower than the real market price. So there is still enough space for organic value increasing up to market price.

Profit in Q4 2014 was 640,000$. As for plans for 2015 - 2x profit increasing will be considered as a satisfactory result. But it is not the maximum.

Tomorrow we will post a google doc with a list of current shareholders where will show approximate dividends/share ratio as well.
hero member
Activity: 605
Merit: 500
0.00009btc for 1 Amber, so your company valued about 9000 BTC, much expensive for a new company?
How much profit earned in 2014, and what's the plan for 2015?
hero member
Activity: 630
Merit: 500
Why 2 threads Huh

It'll be only 1 thread - this.
The first one by mistake was made a self-moderated. So it will be deleted.
Anything related with this Amber? https://bitcointalksearch.org/topic/annlaunched-amber-coin-x11-powpos-742928

No. We have nothing related to that coin.

As for only 1 thread: the post you have quoted was about another our thread which by mistake was made a self-moderated and was changed to this one.
hero member
Activity: 605
Merit: 500
Why 2 threads Huh

It'll be only 1 thread - this.
The first one by mistake was made a self-moderated. So it will be deleted.
Anything related with this Amber? https://bitcointalksearch.org/topic/annlaunched-amber-coin-x11-powpos-742928
hero member
Activity: 630
Merit: 500
New AmberCoin Pool http://amber.miningforcryptos.com
  • 1% Mining Fee
  • VarDiff port 6000
  • Diff 1 port 6001

Thank you!

One more pool have been added to the OP.
http://amber.miningforcryptos.com
Happy mining!
hero member
Activity: 716
Merit: 501
New AmberCoin Pool http://amber.miningforcryptos.com
  • 1% Mining Fee
  • VarDiff port 6000
  • Diff 1 port 6001
sr. member
Activity: 434
Merit: 250
Universal Life Church Minister
hero member
Activity: 630
Merit: 500


What happens if the price drops to 500 sat?




For those who bought AmberCoin from company that's no matter because of Investment protection program.

And if you read the Investors section of the company site (http://amber-trade.com/investors/) you will see that now AmberCoin is way underpriced.
So I think we will not see those price level.


There will be an extended post here soon as for benefits of owning and holding of ambercoin.
legendary
Activity: 1190
Merit: 1004


What happens if the price drops to 500 sat?


legendary
Activity: 2114
Merit: 1023
Oikos.cash | Decentralized Finance on Tron
Amber Coin Chinese translation is up, only couldn't find the color code for the titles so if you can give me it in bbcode I will fix that.. Plus the bbc bbcode for the signature code..

enjoy:  https://bitcointalk.org/index.php?topic=959764.new#new

 Smiley
hero member
Activity: 630
Merit: 500
Hi,

I have 50,000 AMBER. What should I do to get registered as a shareholder?
And what benefits will I have then?

Hi,

I will answer your questions in details later today.
Thank you.
newbie
Activity: 12
Merit: 0
16.6 GH/s Network...! OMG... Shocked Shocked
full member
Activity: 146
Merit: 100
Hi,

I have 50,000 AMBER. What should I do to get registered as a shareholder?
And what benefits will I have then?
hero member
Activity: 630
Merit: 500
Hi!
Some questions:
1. Where and as it is possible to acquire a "start" investment packet (10.000 AMBER)
2. How support of coins of Real assets (amber) is confirmed?

Hi,

1. There are a few ways to start:
    - to mine 10,000 AMBER;
    - to buy it from exchange;
    - to buy coins directly from the company for btc (address is in OP) or by wire transfer if the buyer is a company too.

2. Amber Trade LTD is fully legit company that owns fields where the amber is being mined. That amber is the property of the company and its reserve. So Ambercoin , which is essentially a part of the company, is backed as well. In the coming days we open a first customer office in EU (Lithuania) where anybody will be able to see our amber samples, to buy amber, to sign a contract and many more.

UPD: for example here - http://wck2.companieshouse.gov.uk//wcframe?name=accessCompanyInfo
legendary
Activity: 3752
Merit: 1864
Hi!
Some questions:
1. Where and as it is possible to acquire a "start" investment packet (10.000 AMBER)
2. How support of coins of Real assets (amber) is confirmed?
UPD: Where it is possible to look at registration data of the company?

P.S. "Stone Mine Ukraine" - this company is registered in Ukraine? It is possible to look at registration documents? (there is enough Ukrainian - I am the citizen of Ukraine)
legendary
Activity: 2114
Merit: 1023
Oikos.cash | Decentralized Finance on Tron
Chinese Translation will be up today, sorry for delay ahd a lot of work to do with my coin as well but now will put it up after I cook..  Smiley
sr. member
Activity: 532
Merit: 250
guys sent any hash on our pool. thanks
hero member
Activity: 630
Merit: 500
node? Huh Huh Huh Huh Huh Huh

1. Create AmberCoin.conf file in  "%appdata%\Roaming\AmberCoin" directory.

2. AmberCoin.conf should contain the following:
server=1
daemon=1
listen=1
rpcuser=user
rpcpassword=pass
rpcport=31981
addnode=108.61.173.201
addnode=188.163.90.183
addnode=88.198.100.148

3. Restart wallet
member
Activity: 116
Merit: 100
Jump to: