Giter Club home page Giter Club logo

doubloons-0.10's People

Contributors

codeshark avatar codler avatar cozz avatar dgenr8 avatar domob1812 avatar dooglus avatar eniks avatar fanquake avatar gavinandresen avatar gmaxwell avatar jonasschnelli avatar jtimon avatar kdomanski avatar laanwj avatar luke-jr avatar morcos avatar muggenhor avatar non-github-bitcoin avatar paveljanik avatar petertodd avatar rebroad avatar roques avatar sdkfjlsfjlskdfjlsdjflsjf avatar sipa avatar super3 avatar thebluematt avatar theuni avatar thrasher- avatar wizeman avatar wtogami avatar

Watchers

 avatar  avatar  avatar

doubloons-0.10's Issues

Need help with code update..

Hi i think i have your old codebase foocoin..
Ho to upgrade from 0.8 source base to 0.10
with that settings in old main.cpp
and i new codebase ho to set with chainbase.cpp
can you help me?

in old main.cpp i have it is a working online coin, on exchange also..

static int64 nTargetTimespan = 60 * 6; // FOO:
static int64 nTargetSpacing = 9; // FOO:
static int64 nInterval = nTargetTimespan / nTargetSpacing;
static int64 nReTargetHistoryFact = 2; // look at 2 times the retarget

and later

// From block 1200000 retarget the difficulty every xxx blocks
// Retarget factor to 2

if(pindexLast->nHeight >= 1200000)
{
nTargetTimespan = 30 * 60; //1800sec = 200 Blocks = all 30 Minutes or all 200 BK
nTargetSpacing = 19; // 19 sec
nInterval = nTargetTimespan / nTargetSpacing;
nReTargetHistoryFact = 2;
}
else if(pindexLast->nHeight >= 511111)
{
nTargetTimespan = 5 * 60 * 60; // 5 hours
nTargetSpacing = 29; // 9 sec
nInterval = nTargetTimespan / nTargetSpacing;
nReTargetHistoryFact = 6;
}
else
{
nTargetTimespan = 60 * 6; // FOO:
nTargetSpacing = 9; // FOO:
nInterval = nTargetTimespan / nTargetSpacing;
nReTargetHistoryFact = 2;
}
Ho to set-up with new Daemon wit that rules.. it try now many hours with your fork but i think the troubles are the many fork we successfully done. @511111 and @1200000 with old Daemon it is running well but think is better to upgrade now and think about to integrate merged
Is it possible to to enable merged?
Is that possible? thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.