Author

Topic: i am looking for a coder to work on a new coin with inovation (Read 1197 times)

newbie
Activity: 20
Merit: 0
ok zack attack, these are the parameters you wanted.

alert.cpp lines 27&28
Code:
static const char* pszMainKey = "04fc9702847840aaf195de8442ebecedf5b095cdbb9bc716bda9110971b28a49e0ead8564ff0db22209e0374782c093bb899692d524e9d6a6956e7c5ecbcd68284";
static const char* pszTestKey = "04302390343f91cc401d56d68b123028bf52e5fca1939df127f63c6467cdf9c8e2c14b61104cf817d0b780da337893ecc4aaff1309e536162dabbdb45200ca2b0a";

These are the keys that associate the client with the bitcoin network, at least I think they are... I guess they are some cryptocertification key of some kind.

main.cpp line 40
Code:
uint256 hashGenesisBlock("0x000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f");

Changing this changes the entire future of the coin from step 1.

main.h lines 52&53
Code:
/** No amount larger than this (in satoshi) is valid */
static const int64 MAX_MONEY = 21000000 * COIN;

bitcoinrpc.cpp lines 99-107
Code:
int64 AmountFromValue(const Value& value)
{
    double dAmount = value.get_real();
    if (dAmount <= 0.0 || dAmount > 21000000.0)
        throw JSONRPCError(RPC_TYPE_ERROR, "Invalid amount");
    int64 nAmount = roundint64(dAmount * COIN);
    if (!MoneyRange(nAmount))
        throw JSONRPCError(RPC_TYPE_ERROR, "Invalid amount");
    return nAmount;
}

Some of your homework is done... I had fun and all but I'm leaving the project.
legendary
Activity: 868
Merit: 1000
ADT developer
A little.

i would be very gratefull for any help  Grin

what can you do ?

pm me if you dont want to talk here

zack
newbie
Activity: 20
Merit: 0
legendary
Activity: 868
Merit: 1000
ADT developer
Possibly, you could implement a karat system of some kind.
Such that every x block has y percent chance to release z percent more or less coins.


are you interested in helping ?
newbie
Activity: 20
Merit: 0
Possibly, you could implement a karat system of some kind.
Such that every x block has y percent chance to release z percent more or less coins.
legendary
Activity: 868
Merit: 1000
ADT developer
Good luck with your coin project.  However there are so many alt coins out now it would take a lot of hard work to get any traction.

i will ony be releceing it when i know everything is ready
legendary
Activity: 868
Merit: 1000
ADT developer
It's not really clear to me what you want. A coin design? A physical coin? An alt-currency?


have updated the op
member
Activity: 93
Merit: 11
It's not really clear to me what you want. A coin design? A physical coin? An alt-currency?
legendary
Activity: 868
Merit: 1000
ADT developer
I'm looking for a coder to work with me on a new coin.

Check out https://bitcointalksearch.org/topic/ann-crd-credits-a-new-crypto-with-real-innovation-226582 to find out what it's all about.

I have some innovative ideas for a new cryptocurrency, the problem is I have is I'm not to good at programming and would like to do it right.

What im looking for is someone that will either work with me  or someone I can pay to do what I need. Naturally I only want to spend as much as I have too.

( The coin will not be pre-mined so I need the mony I do have to buy some of the coin to be able to do bounties, givaways and other promotional activities )

For more info, check out the [ANN] thread at the above link.

Please PM me if you can help with anything !

Kind regards, Zack
Jump to: