Bitcoin Forum
May 05, 2024, 12:28:39 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Cuckatoo cycle algo on a bitcoin sha256 altcoin? on: August 21, 2022, 05:19:40 PM
Dear Tromp,

I hope you are doing great.

This is a direct question to you sir. I tried to send you a private message but was unable to do so as a newbie.

Like many I was able to create a altcoin out of the bitcoin source code version 17.02 and was able to mine the coins at home with a virtual machine. I got more interested and started to search for a Asic resistant Algorithm.

I found your Grin YouTube interview and got even more interested on the Cuckatoo cycle you have developed.

My question is: there a way to implement the cuckatoo cycle in the SHA256 coin to make it more asic resistant ? If so there is a lot of C++ code I found on your GitHub but not a guide on how to maybe implement it ? Do you have one ? Can you maybe help me ? I am also from the Netherlands and don’t mind paying you for your time and effort.

Thank you 🙏
2  Alternate cryptocurrencies / Mining (Altcoins) / Created a ALTCOIN with Bitcoin source code 17.0.2 on: July 16, 2022, 10:05:29 PM
Hello all,

I am new to this forum. I would like to introduce myself as Frasz. English is not my native language but I will do my best.
Sorry if the topic is not in the correct path if so please move the topic to the correct one.

I wanted to make a altcoin from the bitcoin source code and was able to do so with all kinds of information on the internet.
I made a coin named bitmunt I know it sounds corny as it means bitcoin in my native language Dutch.

The coin itself did not show any errors after compiling and after lot of trial/error I was able to create a new blockchain with the source code.

Since it was for fun I didn't change much and left the 21 milion coins as the original Bitcoin.

I used version 17.0.2 of the bitcoin core source code from Github and made all the changes in linux 16.04 and migrated the source code to 18.04.

Today I hooked my virtual machine and created a clone (bridged) and did the basic changes in bitmunt.conf
Since I am using a 17.02 version of bitcoin core I was unable to mine with setgenerate. This seems to have been removed for some reason.

I tried setgenerate 1 but it stopped so I made a script called mine.sh and was able to mine on both instance in the virtual machine.
As of right now I have 2 blocks mined. The difficulty is set to 1.

I have a question: is it normal that it mines the blocks in 30 min instead of the 10 min it should be ? I set it as the original bitcoin not much was changed since it was just to test if I was able to recreate my own crypto Altcoin of the legendary Satoshi Nakamoto.

I am of course not able to post anything on here as a new member with pictures as much as I wished I could.

When I do a ./bitmunt-cli getmininginfo I see the following:
{

"blocks":2,
"currentblockweight": 4000,
"currentblocktx": 0,
"difficulty": 1,
"networkhashps": 567.2190108964646,
"pooledtx": 0,
"chain": "main",
"warnings": ""

}

Also I wonder since I made a script called mining.sh it shows me that it is mining with the following below until it finds a block.

]
[
]
[
]
[
This continious until it finds a block.

CPU is AMD and usage is around 70% and I have 30 gb ram on the laptop.
Is it normal for the coin to find a block every 30 minutes with a difficulty of 1?

Thank you for reading any feedback is appreciated.
3  Alternate cryptocurrencies / Altcoin Discussion / Created a ALTCOIN with Bitcoin source code 17.0.2 on: July 16, 2022, 09:46:22 PM
Hello all,

I am new to this forum. I would like to introduce myself as Frasz. English is not my native language but I will do my best.
Sorry if the topic is not in the correct path if so please move the topic to the correct one.

I wanted to make a altcoin from the bitcoin source code and was able to do so with all kinds of information on the internet.
I made a coin named bitmunt I know it sounds corny as it means bitcoin in my native language Dutch.

The coin itself did not show any errors after compiling and after lot of trial/error I was able to create a new blockchain with the source code.

Since it was for fun I didn't change much and left the 21 milion coins as the original Bitcoin.

I used version 17.0.2 of the bitcoin core source code from Github and made all the changes in linux 16.04 and migrated the source code to 18.04.

Today I hooked my virtual machine and created a clone (bridged) and did the basic changes in bitmunt.conf
Since I am using a 17.02 version of bitcoin core I was unable to mine with setgenerate. This seems to have been removed for some reason.

I tried setgenerate 1 but it stopped so I made a script called mine.sh and was able to mine on both instance in the virtual machine.
As of right now I have 2 blocks mined. The difficulty is set to 1.

I have a question: is it normal that it mines the blocks in 30 min instead of the 10 min it should be ? I set it as the original bitcoin not much was changed since it was just to test if I was able to recreate my own crypto Altcoin of the legendary Satoshi Nakamoto.

I am of course not able to post anything on here as a new member with pictures as much as I wished I could.

When I do a ./bitmunt-cli getmininginfo I see the following:
{

"blocks":2,
"currentblockweight": 4000,
"currentblocktx": 0,
"difficulty": 1,
"networkhashps": 567.2190108964646,
"pooledtx": 0,
"chain": "main",
"warnings": ""

}

Also I wonder since I made a script called mining.sh it shows me that it is mining with the following below until it finds a block.

]
[
]
[
]
[
This continious until it finds a block.

CPU is AMD and usage is around 70% and I have 30 gb ram on the laptop.
Is it normal for the coin to find a block every 30 minutes with a difficulty of 1?

Thank you for reading any feedback is appreciated.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!