Pages:
Author

Topic: RaspyCoin (RASPY) - A low-difficulty coin for the Raspberry Pi - page 2. (Read 690 times)

jr. member
Activity: 198
Merit: 1
bash: ./raspycoin-qt: no puede ejecutar el archivo binario: Formato de ejecutable incorrecto
 Huh Huh
sr. member
Activity: 515
Merit: 250
full member
Activity: 386
Merit: 100
i will wait a window wallet release .

i hope RaspyCoin will upload open source to github to another developer  can keep do it .
jr. member
Activity: 575
Merit: 2
Dear RaspyCoin Team,,

Yes, the Raspycoin is seams very easy to mining. But install the wallet is very difficult for me.

Hope you have the completed wallet soft to solve this problem.

Thanks.
newbie
Activity: 85
Merit: 0
can you make a wallet for windows?
newbie
Activity: 26
Merit: 0
FLASH... BOOT... MINE!

A low-difficulty cryptocurrency for the Raspberry Pi and other ARM SBC’s.

RaspyCoin is a simple Scrypt-based crypto exclusively for the Raspberry Pi and ASUS Tinkberboad.
Because of its low difficulty it can be mined from within the wallet console without the need of additional mining hardware.  
It is definitely for the hobby miner, and should not be considered as any type of potentially real currency or investment.

Download a Raspbian image with RaspyCoin preinstalled, flash it to a micro-sd card, boot your Pi and you will be mining in minutes!

Direct RaspyCoin image download:

Raspbian Stretch 2018-11-13 with RaspyCoin wallet installed:

Archive.org :https://archive.org/download/RaspyCoin/RaspyCoin.img.tar.gz
Google Drive: https://drive.google.com/open?id=1x_SO5of9C0WaY-LXb6EMpY1Sl16cIULp

Raspbian Stretch 2018-11-13 with RaspyCoin wallet installed, auto expands to fill micro-sd card and begins mining automatically:

Archive.org: https://archive.org/download/RaspyCoin/RaspyCoin-automine-autoexpand.img.zip
GoogleDrive: https://drive.google.com/open?id=191bPZSYYXPonPnB7_p4CumSVtQ0NQLsF

Email: [email protected]

RaspyCoin Archives:

Archive.org:   https://archive.org/details/RaspyCoin
Google Drive:   https://drive.google.com/drive/folders/17bQVrv9QF9CGU_yA70nWhGF0wXIv09MQ?usp=sharing

Facebook:  https://www.facebook.com/RaspyCoin

Blockchain properties


Coin name: RaspyCoin

Coin abbreviation:RSPY

Algorithm: Scrypt

Type: PoW

Address letter: R

RPC port: 41252

P2P port: 41251

Block reward: 10000 coins

Block halving: 4000000 blocks

Coin supply: 79999999999 coins

Advanced properties

Coinbase maturity: 20 blocks

Target spacing: 1 minutes

Target timespan: 10 minutes

Transaction confirmations: 6 blocks


How to Install the RaspyCoin Wallet on a Pre-existing System

Download raspycoin-qt-raspberry.tar.gz from:

Archive.org:   https://archive.org/details/RaspyCoin
Google Drive:   https://drive.google.com/drive/folders/17bQVrv9QF9CGU_yA70nWhGF0wXIv09MQ?usp=sharing

Download and install the newest updates:

sudo apt-get update && sudo apt-get upgrade
 
Next install the following major dependencies packages:

Code:
sudo apt-get install git build-essential libtool autotools-dev sudo apt-get install autoconf pkg-config libssl-dev
Code:
sudo apt-get install libcrypto++-dev libevent-dev
Code:
sudo apt-get install libminiupnpc-dev libgmp-dev libboost-all-dev sudo apt-get install devscripts libdb++-dev libsodium-dev
Code:
sudo apt-get install libqrencode-dev

Next install the following QT dependencies packages:

Code:
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5
Code:
sudo apt-get install qttools5-dev qttools5-dev-tools
Code:
sudo apt-get install libprotobuf-dev protobuf-compiler
Code:
sudo apt-get install libcrypto++-dev libminiupnpc-dev qt5-default

Extract the Raspycoin wallet, right-click on it and under “Properties” make it executable.

Open a terminal and navigate to the directory where you extracted the wallet and execute the following command in the terminal:

Code:
./raspycoin-qt


Use the following instructions to mine a block from the Raspy wallet:

Open your wallet, and make sure you are connected to another wallet.
You are connected and your wallet is synced when you see the green checkmark icon in the lower right corner of your wallet.

Go to Help.

Click Debug Window.

This is the console where you will execute all commands.

Type this command to start mining:

Code:
setgenerate true -1

 If you want to use a specific number of CPU cores, instead of -1, type the number of cores.

You can type the following command to see the status of generation:

Code:
getmininginfo


How do I backup my wallet?

You can backup your wallet using the following instructions.

1) Close your wallet.
2) Open the folder “./raspycoin”.  Note: this is a hidden folder that can be made visible    
      in the “View” menu.
3) Copy the file wallet.dat to a safe location.


How do I restore my wallet?

You can restore your wallet using the following instructions.

1) Close your wallet.
2) Make a backup of the folder “./raspycoin”.
3) Copy the file wallet.dat from your backup to the folder “./raspycoin”.


How do I connect with a node?

You can manually connect to a node using the following instructions.

Close your wallet and create the file raspycoin.conf in the folder “./raspycoin”.

Paste the following text into raspycoin.conf and save the file.

addnode=node1.walletbuilders.com

Additional nodes can be added to the raspycoin.conf as they become available
Pages:
Jump to: