Juanan7676 / netcoin

A cryptocurrency written in lua for Minecraft mod OpenComputers.
10 stars 6 forks source link

How does it work? #10

Open flzpfnove opened 1 year ago

flzpfnove commented 1 year ago

Title.

Please make a YT video if you have time (or more descriptive description), description doesnt really explain much.

Ziadking commented 1 year ago

ok i will give you a tutorial for the node setup

requirements 3-4 hard drives - tier 3 1-2 ram - tier 3 data card - tier 3 openos installed - required

run

cd / wget https://github.com/Juanan7676/netcoin/raw/master/install.lua /install.lua rm /install.lua

now you installed it now we need to enable the node to be a miner node run edit /usr/bin/node.lua

and then set cache.minerNode to true - its at line 19 now save and exit the editor

now just run node your node is now completed and running

flzpfnove commented 1 year ago

I already had the hardware setup (14 T3 HDDs, 4 T3.5 RAM), I just didn't understand where the variables I had to change were. Thank you

Il giorno mar 6 dic 2022 alle ore 22:33 Ziadking @.***> ha scritto:

ok i will give you a description for the node setup

requirements 3-4 hard drives - tier 3 1-2 ram - tier 3 data card - tier 3

run

cd / wget https://github.com/Juanan7676/netcoin/raw/master/install.lua /install.lua rm /install.lua

now you installed it now we need to enable the node to be a miner node run edit /usr/bin/node.lua

and then set cache.minerNode to true - its at line 19 now save and exit the editor

now just run node your node is now completed

— Reply to this email directly, view it on GitHub https://github.com/Juanan7676/netcoin/issues/10#issuecomment-1340039213, or unsubscribe https://github.com/notifications/unsubscribe-auth/A4E3I5JOUKKZUI2PCK52M6DWL6WI7ANCNFSM6AAAAAASQDWGYY . You are receiving this because you authored the thread.Message ID: @.***>

Juanan7676 commented 1 year ago

Yep. Bear in mind that in order to mine, you will also need:

When you type the command mine on your node, you will start mining blocks, thus starting the blockchain. Any other node that connects to your new node will download the blockchain, with the blocks you generated

ryu777mtg commented 1 week ago

How to get multiple miners to work I have added 3 to a rack each with their own monitor type miner to initialize the miner on each one

After I lose connection to 2 of the miners but one will still run

Here is the setup I have 2024-07-07_23 41 53

With only one miner I get around 50 H/r though

Also do all the computers involved need the Data Card or just the Node

In picture I have the Node in middle set as isMiner=True With 8 Raids 1 for Index 1 for Wallet 6 for Block MinerCentral or Controller to the far Left

Not sure if the Miners and MinerCentral Need the isMiner=true statement either. Also do you need other Nodes?

Seems to work just confused why I can't have multiple miners working together.

No it's a bit late but hoping this is still a little active for support

ryu777mtg commented 1 week ago

@Juanan7676 @kcinnaJlol

Sorry still having issues trying to get multiple miners to work together Also curious when setting up a Node does it need to have all the options select for Drives ie: Index, Wallet, Block I feel like somehow you could have multiple nodes connected and the "Block" with 3-4 Raids could be an entirely separate node

Digging into the code I see where you have some commands that can be typed into the Node as well after everything is setup Such as pay, add, myip, etc

Just curios of a little more info could go a long way. Also is the other branch of this have any benefits over the master branch? Also what and where would you place the public and private wallets as somewhere I read you need to copy the public wallet I'm guessing it would go to another node the private wallet just stay at original node?

Sorry for the @ but was hoping to actually sorta use this alongside some sort of way to purchase items from say a Netcoin shop would be really awesome.