Bitcoin Forum
June 29, 2024, 08:13:14 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: QORA внутри  (Read 2435 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
7Pay.in (OP)
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500


View Profile WWW
January 05, 2016, 09:40:36 AM
 #1

ковыряю исходники QORA с целью сделать новый алгоритм ковки - по величине подтверждающего платежа

подскажите

package core.transaction;
...
public abstract class Transaction {

тут есть константы реализаций
   //RELEASES
   public static final long VOTING_RELEASE = 1403715600000l;
   public static final long ARBITRARY_TRANSACTIONS_RELEASE = 1405702800000l;
   public static final int AT_BLOCK_HEIGHT_RELEASE = 1;
   public static final int MESSAGE_BLOCK_HEIGHT_RELEASE = 1;
   //public static final long ASSETS_RELEASE = 1411308000000l;
   public static final long ASSETS_RELEASE = 0l;

я уже поставил 1й блок - так как взял готовый код где это уже сделано

а что за  VOTING_RELEASE = 1403715600000l; - что тут указано? можно это в 1 сбросить?

http://LITE.cash payment gateway
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!