Bitcoin Forum

Alternate cryptocurrencies => Announcements (Altcoins) => Topic started by: dobbstowncr on November 29, 2018, 11:04:18 PM



Title: RaspyCoin (RASPY) - A low-difficulty coin for the Raspberry Pi
Post by: dobbstowncr on November 29, 2018, 11:04:18 PM
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 (https://archive.org/download/RaspyCoin/RaspyCoin.img.tar.gz)
Google Drive: https://drive.google.com/open?id=1x_SO5of9C0WaY-LXb6EMpY1Sl16cIULp (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 (https://archive.org/download/RaspyCoin/RaspyCoin-automine-autoexpand.img.zip)
GoogleDrive: https://drive.google.com/open?id=191bPZSYYXPonPnB7_p4CumSVtQ0NQLsF (https://drive.google.com/open?id=191bPZSYYXPonPnB7_p4CumSVtQ0NQLsF)

Email: raspy.coin@gmail.com

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

Facebook:  https://www.facebook.com/RaspyCoin (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 (https://archive.org/details/RaspyCoin)
Google Drive:   https://drive.google.com/drive/folders/17bQVrv9QF9CGU_yA70nWhGF0wXIv09MQ?usp=sharing (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


Title: Re: RaspyCoin (RASPY) - A low-difficulty coin for the Raspberry Pi
Post by: EL MAOGO on November 30, 2018, 12:15:55 AM
can you make a wallet for windows?


Title: Re: RaspyCoin (RASPY) - A low-difficulty coin for the Raspberry Pi
Post by: xzxcoin on November 30, 2018, 12:16:59 AM
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.


Title: Re: RaspyCoin (RASPY) - A low-difficulty coin for the Raspberry Pi
Post by: vozphongtom on November 30, 2018, 12:58:20 AM
i will wait a window wallet release .

i hope RaspyCoin will upload open source to github to another developer  can keep do it .


Title: Re: RaspyCoin (RASPY) - A low-difficulty coin for the Raspberry Pi
Post by: findblocks.com on November 30, 2018, 01:08:41 AM
res


Title: Re: RaspyCoin (RASPY) - A low-difficulty coin for the Raspberry Pi
Post by: pochy123 on November 30, 2018, 01:08:58 AM
bash: ./raspycoin-qt: no puede ejecutar el archivo binario: Formato de ejecutable incorrecto
 ??? ???


Title: Re: RaspyCoin (RASPY) - A low-difficulty coin for the Raspberry Pi
Post by: zccopwrx on November 30, 2018, 01:11:44 AM
What stops someone from just throwing an ASIC at this???


Title: Re: RaspyCoin (RASPY) - A low-difficulty coin for the Raspberry Pi
Post by: dobbstowncr on November 30, 2018, 01:40:13 AM
What stops someone from just throwing an ASIC at this???


In theory, nothing.  But I'm not going to post the source or help make it easy for anyone to do so.  Of course, there are plenty of smart people who could figure it out, but what's the point?
It's a worthless niche coin, aimed at the Raspberry Pi hobbyists.  I'd prefer that miners all stick to a level playing ground, but frankly that's beyond my control now.
And I suppose actually having people who *want* to mine it is not exactly a problem.


Title: Re: RaspyCoin (RASPY) - A low-difficulty coin for the Raspberry Pi
Post by: dobbstowncr on November 30, 2018, 02:44:14 AM
bash: ./raspycoin-qt: no puede ejecutar el archivo binario: Formato de ejecutable incorrecto
 ??? ???

Esta usando Raspbian o Linario en un Raspberry Pi o Tinkerboard?  El billetera unicamente sirve con las computadoras como ellas.


Title: Re: RaspyCoin (RASPY) - A low-difficulty coin for the Raspberry Pi
Post by: GilRH4004 on November 30, 2018, 02:54:50 AM
Any idea if this is going to be listed on exchanges?, it has a lot of potential, as sbc mining isn't that small market nor a bad one. RPI3 mines flawlessly


Title: Let's make this interesting...
Post by: dobbstowncr on November 30, 2018, 02:55:28 AM
I've been mining and testing Raspy for about three months now, and in the process have accumulated around one billion Raspycoin.

In order encourage a bit of mining, I'm going to give away my billion Raspycoin in one million coin increments to the first one thousand people who mine one Raspy and send it me.

So here's the fine print...

Turn 1 Raspy into 1,000,000!

The First Virtual Bank of Raspy is giving away ONE BILLION Raspy's in ONE MILLION Raspy increments to  the first  thousand people who deposit one Raspy.

So how do you get your MILLION Raspy's?


*   Obtain one Raspy (preferably by mining it)

*    Request your ONE MILLION Raspy’s by sending your Raspycoin wallet’s receiving
   address to the First Virtual Bank of Raspy at: raspy.coin@gmail.com

*    The First Virtual Bank of Raspy will reply by sending you a receiving address

*    Send one Raspy to the receiving address sent by the First Virtual Bank of Raspy

*    Upon receiving your Raspy, the First Virtual Bank of Raspy will send ONE    
   MILLION Raspy’s to the receiving address you provided


This offer is limited to the first one thousand requests, so act today!
One request per person, please.  Multiple requests will not be honored.


Title: Re: RaspyCoin (RASPY) - A low-difficulty coin for the Raspberry Pi
Post by: findblocks.com on November 30, 2018, 09:55:42 AM
i have about 10 pis so defo gonna have a look at this there running of solar power so electric is also free for me to run them :)


Title: Re: RaspyCoin (RASPY) - A low-difficulty coin for the Raspberry Pi
Post by: dobbstowncr on November 30, 2018, 08:52:40 PM
i have about 10 pis so defo gonna have a look at this there running of solar power so electric is also free for me to run them :)

Very cool.  Would love to know more about how your solar setup works. The really ugly thing about crypto-mining is how much power it uses.
I have a few ASIC's and the amount of power they can use is breathtaking.  One more reason I became interested in mining on the Pi.


Title: We have a winner... who will be next?
Post by: dobbstowncr on November 30, 2018, 09:03:22 PM
Sent out the first million Raspy to some lucky miner who sent me one Raspy following the instructions above.

I still have 999,000,000 to give away.

The current difficulty is 0.00040188, so this shouldn't take long...


Title: Re: RaspyCoin (RASPY) - A low-difficulty coin for the Raspberry Pi
Post by: sonniy555 on December 01, 2018, 08:37:55 PM
 I would love to do everything according to the instructions, but I didn't understand how to do anything, my translator is terrible. I'll just fine-tune the cooling on my RASPI and put it on production)


Title: Re: RaspyCoin (RASPY) - A low-difficulty coin for the Raspberry Pi
Post by: findblocks.com on December 02, 2018, 12:22:44 AM
i have about 10 pis so defo gonna have a look at this there running of solar power so electric is also free for me to run them :)

Very cool.  Would love to know more about how your solar setup works. The really ugly thing about crypto-mining is how much power it uses.
I have a few ASIC's and the amount of power they can use is breathtaking.  One more reason I became interested in mining on the Pi.

its pritty easy i use a leusire battery conected to 2 solar panels and run the raspberry pis off a car cig usb power splitter :)


Title: Re: RaspyCoin (RASPY) - A low-difficulty coin for the Raspberry Pi
Post by: dobbstowncr on December 02, 2018, 11:01:35 AM
I would love to do everything according to the instructions, but I didn't understand how to do anything, my translator is terrible. I'll just fine-tune the cooling on my RASPI and put it on production)


I'm hoping to put together a Raspbian image with the RaspyCoin software pre-installed.  All you would have to to then is flash a sd card and put it in your pi.
Hopefully i'll have something by the end of the week.


Title: RaspyCoin .img now available for download at archive.org
Post by: dobbstowncr on December 12, 2018, 11:08:52 AM
RaspyCoin .img now available for download at archive.org

https://archive.org/details/RaspyCoin (https://archive.org/details/RaspyCoin)

The RaspyCoin wallet and necessary dependencies are pre-installed on copy of Raspbian Stretch 11-13-2018.

Simply burn the .img to a micro sd card like you would with any Raspberry image, put it in your Pi and boot.

The image will resize itself to the size of your card automatically.

Follow the simple instructions on the desktop, and you'll be mining within minutes.


Title: Re: RaspyCoin (RASPY) - A low-difficulty coin for the Raspberry Pi
Post by: findblocks.com on December 12, 2018, 02:24:16 PM
i cant seem to get the image link to dopwnload


Title: Re: RaspyCoin (RASPY) - A low-difficulty coin for the Raspberry Pi
Post by: dobbstowncr on December 14, 2018, 10:49:05 AM
i cant seem to get the image link to dopwnload

Hmm, I just downloaded it directly via Firefox on an Ubuntu 16.04 box to test the link.  Have you tried using the torrent link?  I find that the torrents are usually more reliable.

The Raspycoin image is now on Google drive.  Use the direct download link below to download it.

Direct RaspyCoin image download:

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


Title: Re: RaspyCoin (RASPY) - A low-difficulty coin for the Raspberry Pi
Post by: dkbit98 on December 14, 2018, 10:53:06 AM
Hey I like that you posted honest info regarding your coin:
It is definitely for the hobby miner, and should not be considered as any type of potentially real currency or investment.

Rear to see something like this in crypto market.
Cheers!


Title: Linux and Windows
Post by: dobbstowncr on February 04, 2019, 10:53:43 AM
Linux and Windows wallets are now available

Windows:
https://archive.org/download/RaspyCoin/raspycoin-qt-windows.zip (https://archive.org/download/RaspyCoin/raspycoin-qt-windows.zip)

Linux:
https://archive.org/download/RaspyCoin/raspycoin-qt-linux.tar.gz (https://archive.org/download/RaspyCoin/raspycoin-qt-linux.tar.gz)

Getting Started:
https://archive.org/download/RaspyCoin/RaspycoinAdvandedInfo.pdf (https://archive.org/download/RaspyCoin/RaspycoinAdvandedInfo.pdf)


Title: Re: RaspyCoin (RASPY) - A low-difficulty coin for the Raspberry Pi
Post by: jambo110 on February 04, 2019, 11:00:06 AM
Exchange for this coin  ?

https://media1.giphy.com/media/1Y4VmTyy477S8/giphy.gif?cid=3640f6095c581b185a2f766d77fd653a


Title: Re: RaspyCoin (RASPY) - A low-difficulty coin for the Raspberry Pi
Post by: dobbstowncr on February 04, 2019, 11:11:08 AM

No exchange and no value.  This is strictly for hobbyists.


Title: Sample RaspyCoin .config file
Post by: dobbstowncr on February 06, 2019, 10:35:21 AM
#This config is used for mining and node
#See Advanced RaspyCoin Info for instrutions.
rpcuser=rpc_user
rpcpassword=8cde5e64e7297b1cb4c495d1a
rpcallowip=127.0.0.1
rpcport=4210
listen=1
server=1


Title: Re: RaspyCoin (RASPY) - A low-difficulty coin for the Raspberry Pi
Post by: bad name on February 06, 2019, 12:55:09 PM
any plan to list exchange,
or just mining and mining and die