Search content
Sort by

Showing 15 of 15 results by Hardmanic
Post
Topic
Board Announcements (Altcoins)
[ANN] Ethereum+ / NEW Beginning / PoW / GPU mining / SHA512/256
by
Hardmanic
on 08/12/2022, 05:50:14 UTC


Ethereum+: A Peer-to-Peer Digital Asset System

Abstract. The Ethereum+ network is a peer-to-peer digital asset system that enables direct exchange of value without going through a central party. A zero compromise blockchain with the inherent parallelism and performance characteristics of an unspent transaction output (UTXO) based architecture and the Turing Complete programming of Ethereum Virtual Machine (EVM) architectures. This is a breakthrough smart contracting and digital asset system based on SHA512 proof-of-work, designed for extreme throughput and scale.


What is Ethereum+?

Ethereum+ is a revolutionary network designed to solve the problems with all existing blockchains in terms of scale, parallelism and Turing Complete programming. Ethereum+ is a peer-to-peer digital asset system that enables direct exchange of value without going through a central party. Similarly to Bitcoin, the Ethereum+ network requires minimal structure, and timestamps transactions into an ongoing hash-based chain of proof-of-work (SHA512/256). We introduce two novel breakthrough techniques to validate digital assets: unique references and a general purpose induction proof system both of which operate in constant O(1) time and space. It is possible to compose outputs in any manner, without compromising the inherent parallelism and performance characteristics of an unspent transaction output (UTXO) based architecture. Therefore, users can leave and rejoin the Ethereum+ network at will and be assured of the integrity and authenticity of their digital assets.



Zero Compromise Open-source Blockchain: Hybrid Account + UTXO Smart Contracts

The world's first breakthrough hybrid Account + UTXO based architecture engineered for massive layer one (L1) on-chain scaling and Turing Complete smart contracts.Ethereum+ offers the benefits of a UTXO blockchain along with the advanced capabilities of EVM compatible blockchains, but with none of the downsies.

"I had to write all the code before I could convince myself that I could solve every problem, then I wrote the paper. I think I will be able to release the code sooner than I could write a detailed spec." - Satoshi Nakamoto

In the same spirit of Satoshi Nakamoto's launch of Bitcoin, we released a fully operational and software development stack on Day 1, before even writing the White Paper. We wanted to be convinced that the revolutionary and breakthrough system worked before writing about it. No waiting, no limitations, just a scalable blockchain node and toolkit to build your dreams today.



Network Details


Network Name: Ethereum+ (EthereumPlus)
Network Abbreviation: ETHP
Mining Algorithm: SHA512/256 Proof-of-work (GPU Mineable)
Block Time: 5 minutes
Initial Block Size: 128 MB, designed to achieve 10GB+
Block Reward Schedule: 50,000 ETHER per block
Block Reward Halvening: 2 years
Maximum Supply: 21,000,000,000 ETHER
Decimal Places: 8
Launch Date: 2022–11–01 02:42 UTC
Premine: Ethereum+ has 2,5% from all emission premine existing



Ethereum+ Node, Source Code and Libraries

All source code is immediately available and Open Source MIT Licensed.

Ethereum+ Node
A high-performance node, designed for big blocks and decentralized applications. Modified for the novel and efficient proof-of-work algorithm SHA512/256 and the breakthrough induction proofs to allow complete freedom to the developer, without compromising scalability such as EVM-based blockchains.

Ethereum+ Desktop Wallet
The classic 'Electron' wallet, available for Ethereum+
https://github.com/EthereumPlus/EthereumPlus/releases/download/EthereumPlus/EthereumPlus.zip

Ethereum+ ElectrumX Indexer Service
Highly optimized python3 foundation for indexing addresses and histories. Tested and working with block sizes in excess of 4 GB. Tremendous room to grow and still maintain decentralization.



rad-bfgminer (GPU Miner - bfgminer)
SHA512/256 Proof-of-Work GPU Miner



Alternative SHA512/256 Proof-of-Work GPU Miner. HiveOS support completed.


scrypt-boilerplate (Ethereum+)
Complete smart contracts using the Scrypt language
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][FLM] FOLM | PHI1612 | NO ICO | Masternodes | PoW | HIGH ROI
by
Hardmanic
on 03/03/2018, 23:26:08 UTC
oh so late, but good, when will you release white paper ?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][FLM] FOLM | PHI1612 | NO ICO | Masternodes | PoW | HIGH ROI
by
Hardmanic
on 03/03/2018, 23:20:04 UTC
When will start masternode pays ?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][FLM] FOLM | PHI1612 |NO ICO | Masternodes | PoW | HIGH ROI
by
Hardmanic
on 18/02/2018, 23:16:54 UTC
Nice project bro,
https://folm.uexplorer.me support FOLM!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Brazukcoin - true anonymous currency [BZK]
by
Hardmanic
on 03/01/2018, 20:52:15 UTC
when we run the daemon, is it automaticly generate wallet.dat ?, why we need to run again simple wallet ?

Hardmanic,

You need to run two processes running at the same time.

brazukcoind --> it syncs the blockchain

simplewallet --> it interacts with the other process 'brazukcoind'. Here is where you create your wallet, start mining coins, tranfer funds, etc.


ps.: Don't forget you paswords! Keep your seed info written on paper.

Good luck!


But i will mine another computers, not locally, so i need to access remote. I mean when we write in conf file for example rpcport=200 rpcallowip=* we can mine remotely. It is able to mine remote with that configs ?


If I understand what you mean, you don't want to download the blockchain, just use a remote node.

Try this:

./simplewallet --daemon-address 132.148.90.225:44043





I builded, daemon and wallet working now, but we want to solo mining with our windows machines, like a pool ^^ but i cant find way

Hardmanic,


Can you tell an example, so I can help you?

If your talking about connecting to a pool, unfortunately we don't have one yet.

Any one volunteer?





Daemon runing remote computer, different ip, and i want to mine at home with CCMiner. Example ccminer.exe -o 1.2.3.4:44043 -u address -p x    or something like that, when i added this parameter --confirm-external-bind its returning error. i need something like that

kindly reminder
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Brazukcoin - true anonymous currency [BZK]
by
Hardmanic
on 03/01/2018, 20:01:42 UTC
when we run the daemon, is it automaticly generate wallet.dat ?, why we need to run again simple wallet ?

Hardmanic,

You need to run two processes running at the same time.

brazukcoind --> it syncs the blockchain

simplewallet --> it interacts with the other process 'brazukcoind'. Here is where you create your wallet, start mining coins, tranfer funds, etc.


ps.: Don't forget you paswords! Keep your seed info written on paper.

Good luck!


But i will mine another computers, not locally, so i need to access remote. I mean when we write in conf file for example rpcport=200 rpcallowip=* we can mine remotely. It is able to mine remote with that configs ?


If I understand what you mean, you don't want to download the blockchain, just use a remote node.

Try this:

./simplewallet --daemon-address 132.148.90.225:44043





I builded, daemon and wallet working now, but we want to solo mining with our windows machines, like a pool ^^ but i cant find way

Hardmanic,


Can you tell an example, so I can help you?

If your talking about connecting to a pool, unfortunately we don't have one yet.

Any one volunteer?





Daemon runing remote computer, different ip, and i want to mine at home with CCMiner. Example ccminer.exe -o 1.2.3.4:44043 -u address -p x    or something like that, when i added this parameter --confirm-external-bind its returning error. i need something like that
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Brazukcoin - true anonymous currency [BZK]
by
Hardmanic
on 03/01/2018, 19:41:00 UTC
when we run the daemon, is it automaticly generate wallet.dat ?, why we need to run again simple wallet ?

Hardmanic,

You need to run two processes running at the same time.

brazukcoind --> it syncs the blockchain

simplewallet --> it interacts with the other process 'brazukcoind'. Here is where you create your wallet, start mining coins, tranfer funds, etc.


ps.: Don't forget you paswords! Keep your seed info written on paper.

Good luck!


But i will mine another computers, not locally, so i need to access remote. I mean when we write in conf file for example rpcport=200 rpcallowip=* we can mine remotely. It is able to mine remote with that configs ?


If I understand what you mean, you don't want to download the blockchain, just use a remote node.

Try this:

./simplewallet --daemon-address 132.148.90.225:44043





I builded, daemon and wallet working now, but we want to solo mining with our windows machines, like a pool ^^ but i cant find way
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Brazukcoin - true anonymous currency [BZK]
by
Hardmanic
on 03/01/2018, 19:08:36 UTC
when we run the daemon, is it automaticly generate wallet.dat ?, why we need to run again simple wallet ?

Hardmanic,

You need to run two processes running at the same time.

brazukcoind --> it syncs the blockchain

simplewallet --> it interacts with the other process 'brazukcoind'. Here is where you create your wallet, start mining coins, tranfer funds, etc.


ps.: Don't forget you paswords! Keep your seed info written on paper.

Good luck!


But i will mine another computers, not locally, so i need to access remote. I mean when we write in conf file for example rpcport=200 rpcallowip=* we can mine remotely. It is able to mine remote with that configs ?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Brazukcoin - true anonymous currency [BZK]
by
Hardmanic
on 03/01/2018, 18:47:43 UTC
when we run the daemon, is it automaticly generate wallet.dat ?, why we need to run again simple wallet ?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] NODECOIN [ND] - Masternodes, Pow/Pos, Asic Resistance
by
Hardmanic
on 31/12/2017, 23:53:12 UTC
do you need a block explorer ?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] MUNcoin - PoW 100% [SKUNK] [MASTERNODE] [BOUNTIES] [ANTI-INSTAMINE]
by
Hardmanic
on 24/12/2017, 20:10:45 UTC
Do you have discord channel ?  and twitter account incorrect.
Post
Topic
Board Tokens (Altcoins)
Re: [ANN][ICO] [ETF] ETHERFLOW - The Future of Payments [AIRDROP]
by
Hardmanic
on 27/11/2017, 12:39:00 UTC
This project looking good, and i love it's symbol ^^, rez.
Post
Topic
Board Bounties (Altcoins)
Re: [BOUNTY] [AIRDROP] eDELTA TELEGRAM CAMPAIGN
by
Hardmanic
on 22/11/2017, 18:33:08 UTC
Nice, have a luck guys!
Post
Topic
Board Announcements (Altcoins)
Re: [ICO][Airdrop] StockBlock - Copyright protection & Marketplace for Media Artist
by
Hardmanic
on 20/11/2017, 06:28:22 UTC
Its looking interesting. I hope its can rise.
Post
Topic
Board Announcements (Altcoins)
Re: 📌[ANN]📈[ICO 24 NOV]📢[AIRDROP] 👪 HolyCoin 🌎FIRST AMAZON FUNDRAISING PLATFORM
by
Hardmanic
on 19/11/2017, 18:12:12 UTC
Its looking good. I hope can rise.