Bitcoin Forum
April 30, 2024, 07:51:08 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 [89] 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 ... 195 »
1761  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [IOC][ I/O Digital ] I/O Coin - Identity SideChain - Private Messaging - POS I/O on: January 25, 2016, 08:43:09 AM
finally after fixing configuration on size of sd card everything seems perfect.

wow awesome. thank you jc

only problem Im having now is downloading bootstrap file....so im just letting it sync for now.

Great.

What problem do you have with downloading the bootstrap file?
I was not sure how to download in Linux...so I downloaded on windows machine and copied it to usb and transferred to pi.

I put the file, bootstrap.dat in the iocoin folder.... /home/pi/opt/iocoin... but when I open the wallet it starts downloading blockchain from the beginning.

did I put in wrong place



Yes. You must put the bootstrap.dat file in the ~/.iocoin folder (/home/pi/.iocoin), there where your iocoin.conf and wallet.dat files are.

PS: Also remember to enable your firewall (sudo ufw enable)
1762  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [IOC][ I/O Digital ] I/O Coin - Identity SideChain - Private Messaging - POS I/O on: January 25, 2016, 03:02:33 AM
finally after fixing configuration on size of sd card everything seems perfect.

wow awesome. thank you jc

only problem Im having now is downloading bootstrap file....so im just letting it sync for now.

Great.

What problem do you have with downloading the bootstrap file?
1763  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [IOC][ I/O Digital ] I/O Coin - Identity SideChain - Private Messaging - POS I/O on: January 24, 2016, 07:35:15 PM
JC
#6 you can password protect the Pi i presume, so you dont need anti-virus on it?

The Pi password has nothing to do with anti-virus. The Pi like any Linux/Unix machine has many things that can be configured for security and security practices that can be followed. Part of the domain covers good password management and another malware management if you want to go to that level of depth.

#7 "at the command prompt" do you first have to open the command prompt?

When the Pi boots up from the card it ends at a command prompt after you authenticated your user account. It is not something that has to be "opened". The GUI on the other hand has to be started, either manually or automatically during boot.

Also JC, is it possible to have everything on a memory card for a user to simply put the card inside the Pi "boot" it and the wallet will be there like desktop to click and run?

If you execute the script I posted on a raw Jessie loaded Pi it does exactly that - the wallet is there as an icon on the desktop to run. However it requires some preparation of the card as well as downloading the blockchain. It is possible to make an 8GB image of a prepared card that if burned to another card will boot up to a fully prepared Pi with the new card. The image is 8GB and could be burned to a card for someone or the person can download it and burn it to his card on his own.

I am thinking if it is too difficult for people, i, or yourself could install everything on one card to  sell (at more or less cost) to people here, to make it as easy as possible for them to use the QT wallet (hopefully in future, the HTML wallet also)on the Pi

I dont think anything should be sold as a principle. if there is a server that can take 8GB files with lots of bandwidth, people can rather download the image and burn to their cards. Or if someone can start a bittorent with the image it can also work p2p. it is possible to burn the 8GB image to  larger card and just resize the partition to the max of the new card.
1764  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [IOC][ I/O Digital ] I/O Coin - Identity SideChain - Private Messaging - POS I/O on: January 24, 2016, 06:36:14 PM
can I ask what size sd card you are using. I just ran the script for Jessie on an 8gb card, and at end ..error message came up that there was not enough space to make directories ....hmmm. am now trying with 16gb
also the model pi I am using has 512 ram....will that be an issue?

I have tested the script on an 8GB card and it works perfectly. The installation takes about 500MB of space excluding the blockchain.  You might have made a mistake with preparation of the SD card.

You have to do the following things:
1. Download the Raspbian Jessie image https://downloads.raspberrypi.org/raspbian_latest
2. Unzip and burn the image to your card, 8GB or higher. You get different tools for this and if you use a Mac you can use Apple Pi Baker v1.81
3. Boot up from the card and do the setup.
4. At the command prompt run sudo raspi-config
5. In raspi-config click on expand file system so that your whole card becomes one big partition. This will leave about 3.5GB free of the 8GB card and you will have ample space for the script.
6. You can also setup other things in raspi-config like your localized settings, hostname, password etc.
7. This is most probably a superfluous comment, but at the command prompt type startx to bring up the graphical interface where you can then launch the Qt wallet.

Regarding your question on the 512MB memory - I do not have an older ARM6 processor Pi with 512MB memory so I cannot tell you if it will work. Chances are good though that it will work on your version.
1765  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [IOC][ I/O Digital ] I/O Coin - Identity SideChain - Private Messaging - POS I/O on: January 24, 2016, 02:26:47 AM
Thanks for the incentives!

I spent some more time and looked into the Qt5 issue. I managed to solve it so that Qt5 wallets can be widely distributed but only when using Raspbian Jessie. I have updated the Pi instructions post to have 2 installation scripts, one for Wheezy (only headless wallet) and one for Jessie (headless and Qt5 wallets)





1766  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [IOC][ I/O Digital ] I/O Coin - Identity SideChain - Private Messaging - POS I/O on: January 23, 2016, 03:19:03 PM
awesome, a heartfelt thank you to you sir, for providing your expertise to this project.
if you could,  please provide ioc wallet address so we can show our appreciation.

It is a pleasure Smiley

IOC address appended to Pi wallet post above.
1767  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [IOC][ I/O Digital ] I/O Coin - Identity SideChain - Private Messaging - POS I/O on: January 23, 2016, 02:28:11 PM
Here are the Raspberry Pi wallets for IOCoin. If you are using Raspbian Wheezy (v7) you have to use the headless command line wallet. If you are using Raspboan Jessie (v8) you can choose between the headless commandl line wallet or the Qt wallet.

Important:
1) Always backup your wallet.dat first before you do anything
2) The wallets were built on Raspberry Pi2 (ARM7) running Raspbian Wheezy (v7) as well as Jessie (v8) and the instructions and scripts assume you are running as user "pi". It is a pre-requisite to have either Raspbian Wheezy or Jessie installed on your Pi micro-SD card. You can find instructions of how to do this on https://www.raspberrypi.org/downloads/ by either installing n00bs and selecting your OS or by downloading the image for one of the 2 versions of the OS.
3) Installation directory where the binaries are installed is ~/opt/iocoin or /home/pi/opt/iocoin
4) To run the wallets go to the directory with the wallets and run the wallet file (iocoind_jessie or iocoin_wheezy for the respective headless wallets at the command line or if you have Jessie you can click on the IOC icon on the desktop or run the iocoin-qt wallet.
5) An Internet connection is required for the installation
6) A bootstrap.dat is available to fast track the blockchain sync - up to block 734407. The installation script does not force the install of the bootstrap.dat as it is very large. You need to manually download it, unzip it and place the bootstrap.dat in the ~/.iocoin folder and then run the wallet.
7) The bootstrap.dat also works for Windows wallets. Windows users just have to copy the bootstrap.dat file into their c\users\yourusername\AppData\Roaming\IOCoin folder and run the Win client again
8.) You need at least an 8GB memory card for the wallet.
9) The installation itself takes about 30-45min on an out-of-the-box Pi, but due to the large chain it will take several hours to import the blockchain.
10) You cannot just download the dynamic wallets, you have to run the script to get the dependencies as well else it will not run.
11) The installation script does not enable the UFW firewall by default. If you want to enable it, uncomment the UFW lines in the script and add the ports you want open and run it again or enable it manually by running the UFW commands as in the script with the correct port numbers from the command line.
12) Always verify the checksums when you download files to make sure it was downloaded ok. To verify the checksums on your Pi, go to the ~/opt/iocoin folder and execute sha256sum <filename> and md5sum <filename> and compare the values with the values in the checksums.txt file. Do the same for the bootstrap.dat

Instructions to use the headless command line daemon wallet:

1) The installation script creates an iocoin.conf file with the startup settings in it. Go to the folder with the binaries ~/opt/iocoin and enter ./iocoind_jessie or ./iocoind_wheezy (depending on which version of the OS you installed) in a terminal window to start the server
2) After the blockchain has been imported you can enter the normal wallet commands that you would as in a Windows debug console preceded with ./iocoind_jessie or ./iocoind_wheezy eg. ./iocoin_jessy getinfo. During the first time blockchain import process the wallet will be non-responsive in the sense that it will say it cannot connect to the wallet. Just wait for the import to finish and the wallet will become responsive again.
3) Remember to always make a backup of your wallet.dat file before you do anything like encrypting it
4) To encrypt your wallet run the command ./iocoind_jessie encryptwallet <yourpassword> or ./iocoind_wheezy encryptwallet <yourpassword>
5) Once you have the wallet running, blockchain imported and your wallet with coins on the Pi, then you can kickstart staking by executing ./iocoind_jessie walletpasshprase <yourwalletpassword> 99999999 true or ./iocoind_wheezy walletpasshprase <yourwalletpassword> 99999999 true

Instructions to use the Qt wallet:

1) The wallet works exactly the same as the one in Windows.

To kickstart the installation execute the following commands at the command prompt or in a terminal window on your Pi.

For Raspbian Wheezy (headless wallet)
Code:
wget https://bitbucket.org/jc12345/iocoin/downloads/ioc_installation_pi_w.sh && chmod +x ioc_installation_pi_w.sh && ./ioc_installation_pi_w.sh && rm -f ioc_installation_pi*

For Raspbian Jessy (headless & Qt wallet)
Code:
wget https://bitbucket.org/jc12345/iocoin/downloads/ioc_installation_pi_j.sh && chmod +x ioc_installation_pi_j.sh && ./ioc_installation_pi_j.sh && rm -f ioc_installation_pi*

Direct links:
Link to Wheezy wallet installation script
Link to Jessie wallet installation script
Link to Qt wallet for Jessie
Link to headless wallet for Jessie
Link to headless wallet for Wheezy
Link to virustotal scan for iocoin-qt
Link to virustotal scan for iocoind_jessie
Link to virustotal scan for iocoind_wheezy
Link to bootstrap.dat up to block 734407 (228MB zipped)
Link to checksums.txt
1768  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★DigiByte|极特币★★[DGB]✔$250k Investment, DigiByte Gaming, #DigiByteTip, DigiSpeed on: January 22, 2016, 03:45:32 PM
I'm wondering if anyone here is mining some DigiByte with a Raspberry Pi?
Is there any documentation for a newbie out there how to do this?

I'm assuming that it doesn't really make you rich but I think I could support the network though.

Would be glad to get some help or advice.

Ill look into making one.
1769  Alternate cryptocurrencies / Announcements (Altcoins) / Re: -=-[ SaluS (SLS)]-=- Now trading on Bittrex on: January 22, 2016, 02:08:11 AM
I was one of those that didnt understand properly that the dev will be valuing his alt bags and making the bag's value in BTC (like market cap calc) part of the distribution as a contribution. or maybe I still dont understand exactly how it worked. Only after the distribution did I realize the big impact it would have. In essence the dev "sold" his alt bags through a calculation similar to calculating market cap it seems not taking into account real buy orders in the market. Needless to say I was upset about it that the dev got 600k of the 1m coins.

After a while though I realized that it could actually be a positive thing. Lets assume for a moment that the dev has good intentions and will not dump the 600k. Lets further assume that the dev does own the alts listed on the front page and will not dump those either. Then it effectively means that there are 400k SLS in circulation. Add to this the future cash inflows from the alt bags staking earnings and the coin has the potential of trading 100-300k. The block explorer is quite nice and it is easy to watch the top account and the public can quickly blow the whistle if the top account moves significantly.

Unless of course that there is something else that I don't understand yet of the inner workings that is not clear on the OP.
1770  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🎊 HAPPY NEW YEAR 🎆 WANT SOME CIONZ!? 🍻 RENT YOUR HASH AND MINERS TO US!! on: January 20, 2016, 09:54:24 PM
We stuck in block 52199 9 hours ago Huh

I think the diff went up too high for anyone else to stake. He probably closed the premine accounts for staking so that rate of blocks go slower than 16min so that the diff can go lower. During those periods of diff lowering the blocks will be extremely slow, potentially not finding a block for a whole day. Diff has already reduced from 2000+ to 875.
1771  Alternate cryptocurrencies / Announcements (Altcoins) / Re: -=-[ SaluS (SLS)]-=- Distribution has ended, Happy Trading!!! on: January 20, 2016, 09:49:41 PM
Are you distributing the full 1,000,000? How confident are you that your calculations for distribution are accurate?
1772  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🎊 HAPPY NEW YEAR 🎆 WANT SOME CIONZ!? 🍻 RENT YOUR HASH AND MINERS TO US!! on: January 14, 2016, 04:19:12 PM
I have still problem with synchronize wallet. I tried on windows and 2 kubuntu, and it seems like stuck again. I also have problem with deposit coins to c-cex. In pending balance 0 confirmation more than 3 h.


Download the 2 block files and place them in your \roaming\CIONZ folder together with your wallet.dat and CIONZ.conf. Run the wallet and you will be up to date.

The chain is slow atm because Spots seems to want the difficulty to go lower. Lower difficulty increases the chances of getting a block for holders with smaller balances.
bootstrap downloaded, added, after block from bootstrap, wallet stuck on 14.jan 09:54:08 2016.

What is your block height where you are stuck? The chain is currently on 51466 and should be moving again later today. As long as you are on this block as well all is 100% in order. Until the next blocks are solved movements will appear "stuck" but nothing is wrong or broken. Just be patient.

Patience is a virtue but a rare attribute in crypto.
current number of block 51466
Estimated total blocks 50000

edit: I think c-cex have also problem with wallet


There is no problem with the wallet. Everyone is just waiting for the next block. With the next block everything will be current and you will also see how much the diff will drop. Coinage is also not dependent on block movement so you are accumulating coinage while waiting for the next block. Also, coins can only move when blocks are solved so until the next block your coins will be in limbo if you moved them.
1773  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🎊 HAPPY NEW YEAR 🎆 WANT SOME CIONZ!? 🍻 RENT YOUR HASH AND MINERS TO US!! on: January 14, 2016, 02:22:40 PM
I have still problem with synchronize wallet. I tried on windows and 2 kubuntu, and it seems like stuck again. I also have problem with deposit coins to c-cex. In pending balance 0 confirmation more than 3 h.


Download the 2 block files and place them in your \roaming\CIONZ folder together with your wallet.dat and CIONZ.conf. Run the wallet and you will be up to date.

The chain is slow atm because Spots seems to want the difficulty to go lower. Lower difficulty increases the chances of getting a block for holders with smaller balances.
bootstrap downloaded, added, after block from bootstrap, wallet stuck on 14.jan 09:54:08 2016.

What is your block height where you are stuck? The chain is currently on 51466 and should be moving again later today. As long as you are on this block as well all is 100% in order. Until the next blocks are solved movements will appear "stuck" but nothing is wrong or broken. Just be patient.

Patience is a virtue but a rare attribute in crypto.
1774  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🎊 HAPPY NEW YEAR 🎆 WANT SOME CIONZ!? 🍻 RENT YOUR HASH AND MINERS TO US!! on: January 14, 2016, 12:31:03 PM
I have still problem with synchronize wallet. I tried on windows and 2 kubuntu, and it seems like stuck again. I also have problem with deposit coins to c-cex. In pending balance 0 confirmation more than 3 h.


Download the 2 block files and place them in your \roaming\CIONZ folder together with your wallet.dat and CIONZ.conf. Run the wallet and you will be up to date.

The chain is slow atm because Spots seems to want the difficulty to go lower. Lower difficulty increases the chances of getting a block for holders with smaller balances.
1775  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🎊 HAPPY NEW YEAR 🎆 WANT SOME CIONZ!? 🍻 RENT YOUR HASH AND MINERS TO US!! on: January 14, 2016, 12:26:30 PM
I got another stake. You just have to be patient and wait until you get the stake. It is also very important to understand the purpose of the premine for CIONZ. From observation it seems that in this case the premine can be seen as Premine-as-a-Tool (PaaT). Its purpose is to 1) move the chain if it gets stuck and 2) make difficulty go up or down as required. It is irrelevant really what the size of the premine is. Using PaaT in this way eliminates the issues that were prevalent with balls and 10k as it is possible to make staking very difficult and therefore influence users to rather hold instead of sell as well as to keep coins static instead of moving them and losing coinage.

All of this makes the coin more rare and creates opportunities for profit for those normal holders that are patient and build their holdings.
1776  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🎊 HAPPY NEW YEAR 🎆 WANT SOME CIONZ!? 🍻 RENT YOUR HASH AND MINERS TO US!! on: January 14, 2016, 04:39:48 AM
Ditto,
Not leaving till my cionz stakes.

and another...

and another...
1777  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🎊 HAPPY NEW YEAR 🎆 WANT SOME CIONZ!? 🍻 RENT YOUR HASH AND MINERS TO US!! on: January 14, 2016, 04:23:38 AM
1778  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🎊 HAPPY NEW YEAR 🎆 WANT SOME CIONZ!? 🍻 RENT YOUR HASH AND MINERS TO US!! on: January 12, 2016, 08:12:01 PM
I can't download the entire block chain, keep getting stuck on the last couple of blocks.
i have same problem.

Looks like chain is stuck @ 51406
1779  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN] BitClick on: January 08, 2016, 09:18:04 PM
1780  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] UPDATE | REBRAND - APRIL (XAP) - Aprilcoin - 100% POS (formerly analcoin) on: January 08, 2016, 04:04:59 PM
It looks like the Yobit chain is up and running again.
Pages: « 1 ... 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 [89] 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 ... 195 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!