Bitcoin Forum
April 26, 2024, 04:22:19 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [Cerco] Manuale per fare una alt-c 256-sha  (Read 653 times)
AbraxasCcs (OP)
Legendary
*
Offline Offline

Activity: 1568
Merit: 1032


Beyond the flavor!


View Profile
November 16, 2013, 09:34:56 AM
 #1

Salve ragazzi,

Ho tantissimo tempo libero e mi voglio bruciare un po le ciglia. Quindi ho deciso di imparare un po come clonare una Alt-C partendo di il codice aperto de il Bitcoin.

Gradito l'aiuto pero trovare uno il qualsiasi lingua. 

(¡Va benne no esageriamo! soltanto inglese, Italiano, francese oppure spagnolo.)

Grazie.

Mine Chococoin, eat real chocolate!
Bitrated user: Abraxas.
1714105339
Hero Member
*
Offline Offline

Posts: 1714105339

View Profile Personal Message (Offline)

Ignore
1714105339
Reply with quote  #2

1714105339
Report to moderator
1714105339
Hero Member
*
Offline Offline

Posts: 1714105339

View Profile Personal Message (Offline)

Ignore
1714105339
Reply with quote  #2

1714105339
Report to moderator
1714105339
Hero Member
*
Offline Offline

Posts: 1714105339

View Profile Personal Message (Offline)

Ignore
1714105339
Reply with quote  #2

1714105339
Report to moderator
"Your bitcoin is secured in a way that is physically impossible for others to access, no matter for what reason, no matter how good the excuse, no matter a majority of miners, no matter what." -- Greg Maxwell
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
bertani
Legendary
*
Offline Offline

Activity: 1022
Merit: 1000



View Profile
November 16, 2013, 02:40:39 PM
 #2

Una "guida" è eccessivo, dai un'occhiata al sorgente.

In main.h ci sono diverse impostazioni che probabilmente ti interesserebbe modificare, come

Code:
static const int64 MAX_MONEY = 21000000 * COIN;

o anche la coinbase maturity, etc.


In main.cpp, self-explanatory

Code:
uint256 hashGenesisBlock("0x000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f");
[..]
static const int64 nTargetTimespan = 14 * 24 * 60 * 60; // two weeks
static const int64 nTargetSpacing = 10 * 60;


e ancora in base.h l'identificativo iniziale delle pubkey, la default port in protocol.h, etc..

Se hai domande più specifiche non farti problemi a chiedere  Wink
AbraxasCcs (OP)
Legendary
*
Offline Offline

Activity: 1568
Merit: 1032


Beyond the flavor!


View Profile
November 16, 2013, 08:13:02 PM
 #3

Una "guida" è eccessivo, dai un'occhiata al sorgente.

In main.h ci sono diverse impostazioni che probabilmente ti interesserebbe modificare, come

Code:
static const int64 MAX_MONEY = 21000000 * COIN;

o anche la coinbase maturity, etc.


In main.cpp, self-explanatory

Code:
uint256 hashGenesisBlock("0x000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f");
[..]
static const int64 nTargetTimespan = 14 * 24 * 60 * 60; // two weeks
static const int64 nTargetSpacing = 10 * 60;


e ancora in base.h l'identificativo iniziale delle pubkey, la default port in protocol.h, etc..

Se hai domande più specifiche non farti problemi a chiedere  Wink

Grazie. Molto interessante. Ma l'idea de il istruttivo e cercare di cominciare di quasi zero. In altre parole vorrei tentare a imparare un po di programmazione ma con un fine specifico in mente. Lo so che questo richiede di molto tempo, padroneggiare e avere dimestichezza con un linguaggio non si fa di la mattina alla notte. Ma tempo ho tantissimo.

Comunque oltre a gli studi basici per imparare a programmare, sto per pagare una somma per avere una alt-coin già funzionante con le caratteriste che richiederò. Informazione come questa che mi hai dato saranno molto importante per me per giocare con la mia alt-coin. Sicuramente ti domanderò altro in futuro.

Grazie ancora.       

Mine Chococoin, eat real chocolate!
Bitrated user: Abraxas.
golikcoin
Legendary
*
Offline Offline

Activity: 952
Merit: 1000



View Profile
November 17, 2013, 02:15:45 PM
 #4

ma il tutto per metterla "in produzione"?

come si fa?  Huh è molto interessante ma mi sfugge il meccanismo di "creazione" di una nuova moneta...


 
 
           ▄████▄
         ▄████████▄
       ▄████████████▄
     ▄████████████████▄
    ████████████████████      ▄█▄                 ▄███▄                 ▄███▄                 ▄████████████████▀   ▄██████████

  ▄▄▄▀█████▀▄▄▄▄▀█████▀▄▄▄     ▀██▄             ▄██▀ ▀██▄             ▄██▀ ▀██▄             ▄██▀                   ██
▄█████▄▀▀▀▄██████▄▀▀▀▄█████▄     ▀██▄         ▄██▀     ▀██▄         ▄██▀     ▀██▄         ▄██▀        ▄█▄          ▀██████████████▄
████████████████████████████       ▀██▄     ▄██▀         ▀██▄     ▄██▀         ▀██▄     ▄██▀          ▀█▀                        ██
 ▀████████████████████████▀          ▀██▄ ▄██▀             ▀██▄ ▄██▀     ▄█▄     ▀██▄ ▄██▀                                       ██
   ▀████████████████████▀              ▀███▀                 ▀███▀       ▀█▀       ▀███▀      ▄███████████████████████████████████▀
     ▀████████████████▀
       ▀████████████▀
         ▀████████▀
           ▀████▀
║║


║║
.
.

║║
██
║║
.
.

║║
██
║║
.
║║


║║
pisciolatzu
Full Member
***
Offline Offline

Activity: 165
Merit: 100


ars longa, vita brevis


View Profile
November 22, 2013, 01:03:17 AM
 #5

http://freecode.com/projects/freecoin

Potresti trovare questo molto interessante.

occasio praeceps, esperimentum pericolosum, iudicium difficilem
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!