Bitcoin Forum
April 25, 2024, 06:35:05 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: [ANN] [ISO] IsotopeC - a peer to peer digital crypto asset - Live free and mine!  (Read 1792 times)
isotopec (OP)
Newbie
*
Offline Offline

Activity: 16
Merit: 1


View Profile WWW
November 04, 2019, 07:44:43 PM
Last edit: February 27, 2022, 09:10:17 AM by isotopec
 #1

ISOTOPEC(1.0.0.4)                          IsotopeC Digital Asset Manual                          ISOTOPEC(1.0.0.4)

NAME
IsotopeC - a peer to peer digital crypto asset - IsotopeC Man Page

SYNOPSIS
isotopec [--no-centralization] [--cpu-mining] [--wallet-miner] [--no-premine]
[--yespower-algo] [--asic-resistant] [--gpu-resistant] [--dark-gravity-wave]
[--no-premine] [--no-ico] [--no-airdrops] [--no-faucets] [--future-development]

DESCRIPTION
When something is truly free, it has no bounds. It can go anywhere it pleases and will stop at nothing
to fight for its liberty. If challenged, the free shall not be barred for the need, or denied the means to
defend itself from tyrants to the end.

You can mine this digital asset with the wallet and just a cpu! Just download and open the console
and enter "setgenerate true".

The asset is designed to have a max supply of 26,910,720 units that can be broken down to
one-hundred-million of each unit and is immutable. Unlike, centralized fractional banking reserves
that prints fiat with no financial backing, or standards.

Throughout history, this system has caused war, recessions, hyper-inflation, market manipulation, and
quantitative easing to fix its inconsistencies by printing fiat out of thin air.

The asset has a 144 year mining life, and will be able to be mined by anyone with a regular home computer
like the beginning days of Bitcoin. This was before its algorithm was manipulated by special hashing systems
[ASIC/FPGA/GPU's], and is now being dictated by its market price in order to run. These types of systems
use substantial amounts of energy, and also cost in the thousands to purchase.

In recent times, several significant drops in its market value (per unit) has dictated the cost to operate these
systems, and inhibits investment (mining) by being too expensive to operate. Which defeats the purpose of
being a decentralized financial payment system, and it is imperative that a blockchain is mined for it to work.
Additionally, when a halving occurs, the market value (per asset) has to increase in value in order to gain a
return for its operating costs. Moreover, these systems have an unfair advantage over CPU's, and its core
principle of being a large peer to peer network is greatly reduced.

The main consensus for IsotopeC, is to assure that special hashing systems (ASIC/FPGA/GPU's) are challenged
by the algorithm implemented through periodic algorithmic change from time to time. This is to attain the ability for
mining only by CPU's for its consensus, large node network, market fairness and power efficiency.

Its purpose is to establish a private trust-less payment system and the ability to send payments instantly to
anyone in the world, without any central authority for its users. Every transaction written to the ledger is public
and is fully visible in the IsotopeC blockchain.

IsotopeC is strictly a grassroots asset with no ICO. It was fairly launched with no business structure and its miner
consensus determines its direction. There was no pre-mine and there will never be any airdrops, or faucets.

It was designed to be free from tyranny, and will be the bastion of crypto freedom.

TECHNICAL
* Genesis Date: 10/28/2019
* Ticker: ISO
* Subsidy: 32 ISO per block
* Assets: 27 million [Actual: 26,910,720 Million]
* Blocktime: 5 Min / 300 Sec
* Block Size: 4 MB
* Maturity: 100 Blocks
* Halving: 420,480 Blocks / 4 Years
* Halvings: 36
* Mining Time: 144 Years | 36 Intervals x 420,480 Blocks
* Difficulty: Dark Gravity Wave
* Algorithm: Yespower 1.0.1
* Algorithm Variant: Yespoweric
* Algo N: 2048
* Algo R: 32
* Algo Pers: IsotopeC
* Algo Perslen: 8

PORTS
* Main Net Ports: 8675
* Main Net RPC Ports: 8674
* Test Net Ports: 18675
* Test Net RPC Ports: 18674
* Reg Test Ports: 15309
* Reg Test RPC Ports: 15308

NETWORK
* Seed: seed.isotopec.org
* Node: node.isotopec.org
* Pool: pool.isotopec.org
* Explorer: explorer.isotopec.org

DOWNLOAD
The latest and most current version can be downloaded from the Github page.
You can view or compile the source code yourself or just use a pre-compiled binary.

WALLET BINARIES: https://github.com/isotopec-org/IsotopeC/releases
Current Version: v1.0.0.4
* Linux Ubuntu 20.04 LTS 64 Bit
* Linux Ubuntu 18.04 LTS 64 Bit
* MacOSX 64 Bit
* Windows 10 64 Bit
* Windows 10 32 Bit

WALLET SOURCE CODE
* Latest Version: https://github.com/isotopec-org/IsotopeC
./autogen.sh
./configure
make
sudo make install

For faster compiling, disable tests and bench when running configure use:
./configure --disable-tests --disable-bench

PAPER WALLET GENERATOR:
https://github.com/isotopec-org/IsotopeC_PaperWalletGenerator

OPTIONS
--cpu-mining

After installing the IsotopeC QT wallet. You can set the wallet to mine after it has synchronized with
the IsotopeC blockchain.
Cpu mining was always a big part of the beginning days of crypto, when all it took was a CPU running
a node/daemon to help support the network. The main consensus of the IsotopeC blockchain, is to stick
to this principle.

IsotopeC Miner
* Go to Help -> Debug window -> Console
* Enter: "setgenerate true" in the terminal without the quotations.
* Your systems CPU fan will speed up and your wallet will then start to mine.
* Continue using the computer and minimize the wallet or set it to start up in the background after your
system boots.
Type -> "help" in the console to see more commands.

Customize: Use "setgenerate true 4" without the quotations and "4" being the amount of cores in your computer.
By default, if no # is specified. The amount of cores used by the wallet miner will be -1 core of the total cpu
cores in your system to allow continued use of your computer, while you mine IsotopeC.

IsotopeC CPUMiner - Stand-Alone Miner
The official cpuminer for IsotopeC with the YespowerIC Algorithm can be downloaded here. ---> isotopec-cpuminer

Binary files for Windows and Linux and can be downloaded from Github.
A README file is included in the archive for instructions on how to use huge pages and tweak CPU affinity.

Binaries:
  * Windows IsotopeC-CPUminer_v1.0.0.0_Windows-x86_64_DLL.zip
    The static version of Windows was far slower than the dynamic build and the archive contains all DLL's required
to run. A static version will be released.
The current dynamic version of Windows was built with Msys2 and works far faster than the Windows Static version
 cross-compiled with Mingw-w64 from Linux.

  * Linux IsotopeC-CPUminer_v1.0.0.0_Linux_Static.tar.gz
Dependencies for Linux are built into the binary and was built for multiple distributions and flavors. Dependencies will
only be needed for building from source.

Compile Source:
  * 1. Download the source code .gz or .zip from Github
  * 2. Extract the archive file.
  * 3. cd into the extracted directory: IE: cd isotopec-cpuminer
  * 4. Open a terminal within the directory.
  * 5. Be sure to install the dependencies.
  sudo apt-get install build-essential libssl-dev libcurl4-openssl-dev libjansson-dev libgmp-dev automake zlib1g-dev
  * 6. Type ./build.sh and press enter. The source will compile and create the isotopec-cpuminer binary.
  When compiling is complete, you can then mine at your favorite pool.
  * 7. To mine: Open a terminal within the directory and enter:
   ./cpuminer -a yespowerIC -o stratum+tcp://pool.isotopec.org:7530 -u yourwalletaddress -p x

Options:
  The build.sh file is built with a general purpose CPU instruction set [native] and can be configured to match your type of CPU.
  See --> Compile Flags or the included README in the binary archive.

  Further details for compiling Linux and Windows Source are located in the archive or can be viewed below.
   INSTALL_LINUX
   INSTALL_WINDOWS
  After starting the miner, you can continue using the computer and minimize the terminal or set it to start up in the --background
  For more information: Type ./cpuminer -help in another terminal to see more commands.

Pools
IsotopeC https://pool.isotopec.org/
US
URL (variable Difficulty 0.2):   stratum+tcp://pool.isotopec.org:7530

EXCHANGES

Note: IsotopeC was launched with no ICO, and exchanges are able to list IsotopeC without the need for permission.
IsotopeC has no funding for pre-listing, post listing, or any reoccurring fee's, and is held harmless of any expenses
occurred that lists IsotopeC for trade and/or purchase.

The business model for an exchange charges fee's to those that use their services.

--future-development

The idea of incorporating one payment channel into a protocol, is not what the developer foresees as a good idea.
It is this notion why the developer decided to look at a point in time and a version of Bitcoin core that was free of
any side chains being built into its core.
The developer foresees an industry for off chain entities to exist that users can choose from, and not be forced to
use just one.
"Piling every proof-of-work quorum system in the world into one dataset doesn't scale." – Satoshi / December 10, 2010

Although, the developer believes that payment channels are a great idea to speed things up on a blockchain and are
made by very talented and gifted people. It's just that it's the developers belief that it should be a market on its own
and with competition. That's if, a user chooses to use a side chain and not be left with no choice at all.

This area has caused much contentious debate in the crypto world and now that a side chain payment channel is fully
immersed into the Bitcoin protocol. It's just a matter of time that its users will feel its control and eventually realize how
 incrementalism is used to bring on radical change away from what was originally intended.
By then, it will be too late. As it is now the case and completely a part of its core. Its users will then understand that it
should of been left alone as a protocol.

The area of interest for IsotopeC starts with sun-setting Segregated Witness and replacing ECDSA with Schnorr
Signatures into the Script Opcodes. As IsotopeC scales, its block size will be increased in accordance to transaction
demand and miner input. In addition to incorporating side-chains and connecting other blockchains.

IsotopeC(1.0.0.4)                                        October 28, 2019 7:43:51 AM                                         IsotopeC(1.0.0.4)

SEE ALSO

* Site: https://isotopec.org/
* GitHub: Downloads https://github.com/isotopec-org/IsotopeC
* Twitter: IsotopeC https://twitter.com/isotopec_org
* Discord: Invite https://discord.gg/BdDkEVZ
* E-mail: isotopec at protonmail dot com
* PGP Pastey: https://pastebin.com/kZztyq83

* ISO: iCJbPgNr8nm3kKi8p78TcFoHCaEYzXNo9J

* BTC: 1Csj7BEQwYhRmM7DJ2sWDDYVSxiCna7rXk
1714026905
Hero Member
*
Offline Offline

Posts: 1714026905

View Profile Personal Message (Offline)

Ignore
1714026905
Reply with quote  #2

1714026905
Report to moderator
1714026905
Hero Member
*
Offline Offline

Posts: 1714026905

View Profile Personal Message (Offline)

Ignore
1714026905
Reply with quote  #2

1714026905
Report to moderator
1714026905
Hero Member
*
Offline Offline

Posts: 1714026905

View Profile Personal Message (Offline)

Ignore
1714026905
Reply with quote  #2

1714026905
Report to moderator
The Bitcoin software, network, and concept is called "Bitcoin" with a capitalized "B". Bitcoin currency units are called "bitcoins" with a lowercase "b" -- this is often abbreviated BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
gold969
Sr. Member
****
Offline Offline

Activity: 1330
Merit: 251


View Profile
November 05, 2019, 01:41:58 PM
 #2



   sorry, just curious, why in code did you write 26,910,720? you could write any uh... "smooth" number...
CryptoVzla
Sr. Member
****
Offline Offline

Activity: 560
Merit: 290


www.thegeomadao.com


View Profile
November 05, 2019, 04:20:08 PM
 #3

what is great about this coin? any usecase for this coin, so people will intrested to mine when the coin having usecase,
please add more information for future plan for this project , im waiting for exchange for this coin, i hope its list asap

              ▓▓▓▓▓▓▓▓▓           
          ▓▓▓▓▓▓▓▓▓▓▓█▓███       
       ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓██████▓     
     ▓▓▓▓▓▓▓▓▓▓▓▓▓▓█▓▓████████▓   
    ▓▓▓▓▓▓▓▓███████████▓▓▓██████ 
   ▓▓▓▓▓▓▓███████████████████████ 
  ▓▓▓▓▓▓██████████████████████████
 ▓▓▓▓▓▓███████████████████████████▒
 ▓▓▓▓▓▓████████████████████████████
▓▓▓▓▓▓██████████▓▓▓▓███▓▓▓▓████████
▓▓▓▓▓▓█████████▓▓▓▓▓▓▓▓▓▓▓▓███████
▓▓▓▓▓▓██████████▓▓▓▓███▓▓▓▓████████
 ▓▓▓▓▓▓███████████████████████▓▓▓█▓
 ▓▓▓▓▓▓██████████████████████▓▓▓▓█▒
 ▓▓▓▓▓▓████████████████████▓▓▓▓██
  ▓▓▓▓▓▓▓████████████████▓▓▓▓███ 
   ▓▓▓▓▓▓▓▓████████████▓▓▓▓▓██▓ 
    ▓▓▓▓▓▓▓▓▓▓▓▓▓▓█▓▓▓▓▓▓▓██▓   
     ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓███▓   
     ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
               ▓▓▓▓▓▓▓▓▓▓▓▓▓           

GEOMA DAO


Take a Look Into the Future


█▀▀▀







█▄▄▄


▀▀▀█







▄▄▄█
isotopec (OP)
Newbie
*
Offline Offline

Activity: 16
Merit: 1


View Profile WWW
November 06, 2019, 02:05:47 AM
 #4



   sorry, just curious, why in code did you write 26,910,720? you could write any uh... "smooth" number...

The formula for the protocol is unchanged. But, the derivative to achieve the number is outlined on this pasty https://pastebin.com/js3rmHFj



gold969
Sr. Member
****
Offline Offline

Activity: 1330
Merit: 251


View Profile
November 06, 2019, 02:51:48 AM
Last edit: November 06, 2019, 07:00:00 AM by gold969
 #5



   sorry, just curious, why in code did you write 26,910,720? you could write any uh... "smooth" number...

The formula for the protocol is unchanged. But, the derivative to achieve the number is outlined on this pasty https://pastebin.com/js3rmHFj





 0           32          0               13455360        13455360
1           16          4   420480      6727680         20183040   half the coins in the first four years... 13 million.. this is a small proposal.

I already have 64 coins per day.. in solo. I will hope that the stars will turn out well and you will have enough opportunities to direct this project ... but in any case, time will tell.


 p.s. and correct me, if I understand correctly, the first 1000 blocks were mined by you.. if so then for you it is a good incentive to develop the coin..... or sell at the first opportunity. Grin time will tell

 well I will solo..
isotopec (OP)
Newbie
*
Offline Offline

Activity: 16
Merit: 1


View Profile WWW
November 06, 2019, 02:59:28 AM
 #6

what is great about this coin? any usecase for this coin, so people will intrested to mine when the coin having usecase,
please add more information for future plan for this project , im waiting for exchange for this coin, i hope its list asap


Thank you for your question and interest. For one, I'd like to start by saying that I will never make the claim of being a great asset without mentioning the work of many others and most importantly, the creator of the protocol.

Second, the future of the asset begins where Segregated Witness had begun its entry and is the starting point for what I refer to as a blockchain patch bay for side channels to interact with. This is were OP_CLTV and OP_CSV is and just before SegWit BIP 141 is fully implemented, but will not be limited to just using HTLC [Hashed Time-Locked Contracts] and allow other technologies to interact, and at the choice of the user. But, not fully integrated into the protocol.

The best analogy to use here would be how a music producer or audio engineer applies effects, compression or external processing to an audio track without changing the underlining layer. As most know, SegWit caused serious strife in the community and can also be the entry point, or taken out completely in IsotopeC to accomplish this. SegWit is only at the CLI in IsotopeC, and can go either way. But, this will require significant input from its miners. As this is a miners asset, where its consensus is to remain CPU mineable only and for anyone to be able to mine.
Most importantly, this feature would be selectable by the user and have a choice of what side chain they trust, or like. Including, to be able to simply opt-out from using a side chain/payment channel altogether and continuing to use the protocol as originally intended. With Legacy or the other option with Bech32 addresses.

This option would create an industry of side chains/payment channels and allow them to be competitive with each other and users would not be forced to use just one that is now integrated into the protocol. Which, I believe will eventually dictate further changes in the future to the protocol.

Third, I am not against the technology of a side chain/payment channel and they are extremely complex pieces of work created by very talented people. But, I would like to see any payment channel/side chain contended by competition.

As for exchanges, I will be proactive in seeking listing after the new year and welcome any prospective outreach after review.

Again, thank you for your question.
DobroFenix
Newbie
*
Offline Offline

Activity: 146
Merit: 0


View Profile
November 12, 2019, 05:22:27 PM
 #7

Hello everyone!
We have made available the trading of your coin.
https://ex4ange.org/?ISO-BTC
isotopec (OP)
Newbie
*
Offline Offline

Activity: 16
Merit: 1


View Profile WWW
November 17, 2019, 03:13:28 AM
 #8

Hello everyone!
We have made available the trading of your coin.
https://ex4ange.org/?ISO-BTC

That's great, Dobro... Cheers!
Text
Hero Member
*****
Offline Offline

Activity: 2352
Merit: 588


Bitcoin Casino Est. 2013


View Profile
November 17, 2019, 03:25:55 AM
 #9

I'm waiting for the virustotal scan of your pc wallet app just to make sure it's safe... Any guides on how to do it so I can try it on my own. I'm currently running a windows 10 64bit, Nvidia Geforce

One more thing, of course, we also want to see the whitepaper, roadmap, and the teams which must include in OP.

Thank you

███▄▀██▄▄
░░▄████▄▀████ ▄▄▄
░░████▄▄▄▄░░█▀▀
███ ██████▄▄▀█▌
░▄░░███▀████
░▐█░░███░██▄▄
░░▄▀░████▄▄▄▀█
░█░▄███▀████ ▐█
▀▄▄███▀▄██▄
░░▄██▌░░██▀
░▐█▀████ ▀██
░░█▌██████ ▀▀██▄
░░▀███
▄▄██▀▄███
▄▄▄████▀▄████▄░░
▀▀█░░▄▄▄▄████░░
▐█▀▄▄█████████
████▀███░░▄░
▄▄██░███░░█▌░
█▀▄▄▄████░▀▄░░
█▌████▀███▄░█░
▄██▄▀███▄▄▀
▀██░░▐██▄░░
██▀████▀█▌░
▄██▀▀██████▐█░░
███▀░░
isotopec (OP)
Newbie
*
Offline Offline

Activity: 16
Merit: 1


View Profile WWW
November 17, 2019, 04:35:04 PM
 #10

I'm waiting for the virustotal scan of your pc wallet app just to make sure it's safe... Any guides on how to do it so I can try it on my own. I'm currently running a windows 10 64bit, Nvidia Geforce

One more thing, of course, we also want to see the whitepaper, roadmap, and the teams which must include in OP.

Thank you

Absolutely! The white paper will be released in the next week to two and the same with the roadmap. As for the team, it is just me at the moment and if you're a developer please feel free to reach out. I launched this just a few weeks ago and have been pretty busy. Thanks for asking!
target
Legendary
*
Offline Offline

Activity: 2226
Merit: 1041


View Profile
November 17, 2019, 04:45:15 PM
 #11

Hello everyone!
We have made available the trading of your coin.
https://ex4ange.org/?ISO-BTC

There is a market. The only reason for now to invest to it is that is decentralized and no premine. Would like to know what else is the whitepaper. Roadmap probably and if there is more plans for it, no significant features actually, if there are sidechains, smartcontact of whatsoever, it would be interesting to see how much it would develop when we see something is to look forward to.

isotopec (OP)
Newbie
*
Offline Offline

Activity: 16
Merit: 1


View Profile WWW
November 17, 2019, 05:15:12 PM
 #12

Hello everyone!
We have made available the trading of your coin.
https://ex4ange.org/?ISO-BTC

There is a market. The only reason for now to invest to it is that is decentralized and no premine. Would like to know what else is the whitepaper. Roadmap probably and if there is more plans for it, no significant features actually, if there are sidechains, smartcontact of whatsoever, it would be interesting to see how much it would develop when we see something is to look forward to.

Indeed.. A white paper is being put together alongside a roadmap for future plans for the asset. What is being developed before going to Bech32 addresses is a patch bay for side chains/payment channels for its users to connect to if they would like. I do hope this option will open up further development from others that are in the business of creating their own channels. Instead of just one that is now built into the protocol. I see a plethora of possibilities and competition for side chains/payment channels being developed where the user has a choice using their favorite or one they trust and of course, simply opt-out. As for smart contracts, this option will be with the developer of a side chain and at the choice of the user. But, I'd love more input and incite from other developers that are interested. Including, having transparency for the design of the patch bay to interact with their ideas.
doktor83
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
December 03, 2019, 10:13:05 AM
 #13

SRBMiner-Multi now supports Yespoweric algorithm :

https://bitcointalk.org/index.php?topic=5190081.0

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
isotopec (OP)
Newbie
*
Offline Offline

Activity: 16
Merit: 1


View Profile WWW
December 07, 2019, 06:39:48 AM
 #14

SRBMiner-Multi now supports Yespoweric algorithm :

https://bitcointalk.org/index.php?topic=5190081.0

That's terrific!  Smiley
NR2A
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile WWW
March 20, 2020, 04:09:52 AM
 #15

Where can I buy coins, at what price ?
isotopec (OP)
Newbie
*
Offline Offline

Activity: 16
Merit: 1


View Profile WWW
March 23, 2020, 04:33:32 AM
 #16

Where can I buy coins, at what price ?

You can use BTC or DOGE at the present time on this exchange.. https://ex4ange.org/?ISO-BTC
IsotopeC can be mined very easily and the wallet includes a miner. Directions are above for both mining with the wallet and the stand-alone version for full customization and dedication of a system. There are several exchanges that I've talked to recently and I'm sure more will be offering trade, buys and swap pairs.
youxiuceo
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
April 01, 2020, 12:17:20 AM
 #17


Is there a community to participate?
isotopec (OP)
Newbie
*
Offline Offline

Activity: 16
Merit: 1


View Profile WWW
April 02, 2020, 08:53:53 AM
 #18

I want to join an ISO community, please invite me

You can join the Discord here.. https://discord.gg/BdDkEVZ  Smiley
TillKoeln
Legendary
*
Offline Offline

Activity: 2282
Merit: 1051

unnamed.Exchange, join the Cool Kids!!!


View Profile WWW
April 10, 2020, 10:19:03 AM
 #19


isotopec (OP)
Newbie
*
Offline Offline

Activity: 16
Merit: 1


View Profile WWW
April 11, 2020, 08:08:09 AM
 #20

This is great ( ͡° ͜ʖ ͡°) ! Thanks, unnamed.exchange @TillKoeln !
Pages: [1] 2 »  All
  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!