-
-
Notifications
You must be signed in to change notification settings - Fork 511
2019 archive
These wikis are only here for nostalgic reasons, to see how Duino-Coin looked like back in the day :)
Step by step instructions have been moved to Getting Started page on our website.
If you're looking for older tutorials however:
-
Text-tutorials for Alpha 1-3 (Being updated!):
Click here to download latest release for your OS.
At the time the Wiki was written, it was Pre-Alpha 2
. I'm using Windows, so I download Pre-Alpha-2-windows.zip
release.
Unzip the archive. You should see two apps named Miner.exe
and Wallet.exe
(if you chose Windows version).
Launch app named Wallet.exe
. If you need help about using the Miner.exe
, check out this wiki page.
Wallet will automatically connect to the server. If you're a first timer you probably don't have account.
In order to make one, type n
and click Enter
.
Write your username, then password and confirm password. The account should be successfully created.
After that, do what it says - restart the wallet. Then type y
(to login) and submit your account credentials.
If everything goes right, you should se main wallet window.
There you can check your current account balance.
Type y
in main wallet window to initiate sending funds protocol.
Provide information about how much and who to you want to send funds.
If everything works as intended, the funds should be transfered.
If you haven't already, download Arduino IDE for your OS and install it.
Download/copy Arduino Miner Code (or download latest release containing Arduino Code). Open it using Arduino IDE and connect Arduino to your computer. Select your arduino board, COM port and click Upload
.
Your Arduino board should be now prepared to start mining duino-coins. Read Using the miner
wiki to get start mining.
Click here to download latest release for your OS.
At the time the Wiki was written, it was Pre-Alpha 2
. I'm using Windows, so I download Pre-Alpha-2_windows.zip
release.
Unzip the archive. You should see two apps named Miner.exe
and Wallet.exe
(if you chose Windows version).
Launch app named Miner.exe
. If you need help about using the Wallet.exe
, check out this wiki page.
Miner will automatically scan available serial ports. When it's done, it will display ones that were found. Enter COM port number of your Arduino. In my case it was COM8. (If you don't know which one is your Arduino, check out this page).
Then, press Enter
.
Miner will automatically connect to the server (official pool). If you're a first timer you probably don't have account.
In order to make one, type n
and click Enter
.
Then write your username, password and confirm password. The account should be successfully created.
Restart the miner, and login by selecting y
(to login) instead of n
(to register) in login window.
If you've done everything correctly (and prepared the Arduino!) the miner will start mining.
You can check your account balance using Wallet.exe
. If you need help with that, check out this wiki page.