All Downloads are FREE. Search and download functionalities are using the official Maven repository.

db.migration.V2.1__Create_table_POW.sql Maven / Gradle / Ivy

Go to download

A Java implementation of the Bitmessage protocol. This contains JDBC implementations of the repositories.

There is a newer version: 2.0.4
Show newest version
CREATE TABLE POW (
  initial_hash          BINARY(64)    PRIMARY KEY,
  data                  BLOB          NOT NULL,
  version               BIGINT        NOT NULL,
  nonce_trials_per_byte BIGINT        NOT NULL,
  extra_bytes           BIGINT        NOT NULL
);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy