Bitcoin Forum
May 15, 2024, 06:58:51 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 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 ... 385 »
  Print  
Author Topic: 💸  DigiCube  🔷  NOW ON RAWX (NEW MCXNOW)  💸  EARN 50K CUBE/WEEK WITH TWITTER!  (Read 460435 times)
DigiCube (OP)
Full Member
***
Offline Offline

Activity: 196
Merit: 109


View Profile
December 03, 2015, 10:47:49 PM
Last edit: December 03, 2015, 11:13:57 PM by DigiCube
 #1281

So you'd rather wait 30 days to get your 1% yearly (with a 90 day max) than wait for 24 hours to get 5% daily?
Icefrag
Hero Member
*****
Offline Offline

Activity: 606
Merit: 500


View Profile
December 03, 2015, 11:35:42 PM
 #1282

Someone uses raspberry wallet?

I have a problem, after install i click on desktop to DigiCubeARM icon and choose "Executable", after that nothing happens. When i click Executable on terminal, terminal show up for a moment and disappears... Is the wallet requires additional packages? I use Raspbian Wheezy and Raspberry PI Rev B2
DigiCube (OP)
Full Member
***
Offline Offline

Activity: 196
Merit: 109


View Profile
December 03, 2015, 11:42:15 PM
Last edit: December 03, 2015, 11:54:25 PM by DigiCube
 #1283

Someone uses raspberry wallet?

I have a problem, after install i click on desktop to DigiCubeARM icon and choose "Executable", after that nothing happens. When i click Executable on terminal, terminal show up for a moment and disappears... Is the wallet requires additional packages? I use Raspbian Wheezy and Raspberry PI Rev B2

Thanks for the report. Ok, open terminal in the folder with the Qt (/home/pi/DigiCubeARM) and type:

sudo chmod 755 DigiCubeARM
./DigiCubeARM

Then wait for it to load. This should all be done with the script though. After this, you will be able to double click to open and not require a terminal window to be open. If that doesn't work, we have another build that StakeBox uses: https://github.com/StakeBox/DigiCube - If this one works and mine doesn't, I will adjust the script to use this one instead

To automate the new wallet download, use this:

cd /home/pi
git clone https://github.com/StakeBox/DigiCube
cd DigiCube
sudo chmod 755 DigiCube
./DigiCube

Should work and make it executable so you can double click to open instead of doing so through terminal, although I have not personally tested StakeBox's yet. I use the one on my Github, but I also have my Pi set up with a ton of different stuff so my build might not be as global as I had hoped (totally possible). I'm using Raspian (Wheezy) on a B+
hetecon
Full Member
***
Offline Offline

Activity: 462
Merit: 100


Viarium.io - DECENTRALIZED VR WORLD


View Profile
December 03, 2015, 11:57:04 PM
 #1284

So you'd rather wait 30 days to get your 1% yearly (with a 90 day max) than wait for 24 hours to get 5% daily?

inflation makes me so very scared

Icefrag
Hero Member
*****
Offline Offline

Activity: 606
Merit: 500


View Profile
December 03, 2015, 11:58:39 PM
 #1285

Someone uses raspberry wallet?

I have a problem, after install i click on desktop to DigiCubeARM icon and choose "Executable", after that nothing happens. When i click Executable on terminal, terminal show up for a moment and disappears... Is the wallet requires additional packages? I use Raspbian Wheezy and Raspberry PI Rev B2

Thanks for the report. Ok, open terminal in the folder with the Qt (/home/pi/DigiCubeARM) and type:

sudo chmod 755 DigiCubeARM
./DigiCubeARM

Then wait for it to load. This should all be done with the script though. After this, you will be able to double click to open and not require a terminal window to be open. If that doesn't work, we have another build that StakeBox uses: https://github.com/StakeBox/DigiCube - If this one works and mine doesn't, I will adjust the script to use this one instead

To automate the new wallet download, use this:

cd /home/pi
git clone https://github.com/StakeBox/DigiCube
cd DigiCube
sudo chmod 755 DigiCube
./DigiCube

Should work and make it executable so you can double click to open instead of doing so through terminal, although I have not personally tested StakeBox's yet. I use the one on my Github, but I also have my Pi set up with a ton of different stuff so my build might not be as global as I had hoped (totally possible). I'm using Raspian (Wheezy) on a B+

Thanks for fast reply! Actually i tried to run from the terminal and displays the missing package, i installed it and now another missing package... Cheesy
Trying to install all of them and see what will happen next... This error are probably those who do not use any  cryptocurrency wallet  on raspberry.

It's working! Smiley

if someone also have a problem with wallet on raspberry, must install this standard bitcoin wallet packages:

sudo apt-get install libqt4-core libqt4-gui libqt4-dev
sudo apt-get install libboost-all-dev
sudo apt-get install libdb5.1++-dev
StakeBox
Full Member
***
Offline Offline

Activity: 226
Merit: 100


View Profile WWW
December 04, 2015, 12:10:26 AM
 #1286

Someone uses raspberry wallet?

I have a problem, after install i click on desktop to DigiCubeARM icon and choose "Executable", after that nothing happens. When i click Executable on terminal, terminal show up for a moment and disappears... Is the wallet requires additional packages? I use Raspbian Wheezy and Raspberry PI Rev B2

Thanks for the report. Ok, open terminal in the folder with the Qt (/home/pi/DigiCubeARM) and type:

sudo chmod 755 DigiCubeARM
./DigiCubeARM

Then wait for it to load. This should all be done with the script though. After this, you will be able to double click to open and not require a terminal window to be open. If that doesn't work, we have another build that StakeBox uses: https://github.com/StakeBox/DigiCube - If this one works and mine doesn't, I will adjust the script to use this one instead

To automate the new wallet download, use this:

cd /home/pi
git clone https://github.com/StakeBox/DigiCube
cd DigiCube
sudo chmod 755 DigiCube
./DigiCube

Should work and make it executable so you can double click to open instead of doing so through terminal, although I have not personally tested StakeBox's yet. I use the one on my Github, but I also have my Pi set up with a ton of different stuff so my build might not be as global as I had hoped (totally possible). I'm using Raspian (Wheezy) on a B+

Thanks for fast reply! Actually i tried to run from the terminal and displays the missing package, i installed it and now another missing package... Cheesy
Trying to install all of them and see what will happen next... This error are probably those who do not use any  cryptocurrency wallet  on raspberry.

It's working! Smiley

For future reference, run ldd against the digicube executable you will see the additional libraries that are needed to run it. The wallet atgithub.com/StakeBox/DigiCube is statically compiled and will work without additional libraries in both Rasbian wheezy and jessie.

Low power dedicated staking hardware, learn more at StakeBox.com
Raspberry Pi wallets at github.com/StakeBox
DigiCube (OP)
Full Member
***
Offline Offline

Activity: 196
Merit: 109


View Profile
December 04, 2015, 12:12:23 AM
 #1287

Are you going to leave that repo up for a long time? I will update the script to use yours if you are. Thanks for this, I must have built mine incorrectly and took for granted everyone had all the dev tools. My bad! Been meaning to test yours, too, and thank you in PM, but it totally slipped my mind, sorry about that.

By the way, I'm super happy to see both StakeBox and the Android developer (MystPhysX) are following closely. Thanks to everyone for helping out! Smiley
Icefrag
Hero Member
*****
Offline Offline

Activity: 606
Merit: 500


View Profile
December 04, 2015, 12:36:35 AM
Last edit: December 04, 2015, 12:52:38 AM by Icefrag
 #1288

Oh no, next problem...  Angry Error: Couldn't open socket for incoming connections (socket returned error 97)
StakeBox
Full Member
***
Offline Offline

Activity: 226
Merit: 100


View Profile WWW
December 04, 2015, 01:00:51 AM
 #1289

Oh no, next problem...  Angry Error: Couldn't open socket for incoming connections (socket returned error 97)

That error message is because you need to enable IPv6. You can execute "sudo modprobe ipv6" to enable it instantly. It won't stick through a reboot though, to enable it at startup execute "sudo nano /etc/modules" and add "ipv6", withou quotes, on a line by itself.

Low power dedicated staking hardware, learn more at StakeBox.com
Raspberry Pi wallets at github.com/StakeBox
DigiCube (OP)
Full Member
***
Offline Offline

Activity: 196
Merit: 109


View Profile
December 04, 2015, 01:15:04 AM
 #1290

That error can be ignored too. It will still load and default to IPv4 . You may get less connections, but it should snag at least a couple
Arrakeen
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


Offer escrow, receive negative trust


View Profile
December 04, 2015, 01:57:50 AM
 #1291

So you'd rather wait 30 days to get your 1% yearly (with a 90 day max) than wait for 24 hours to get 5% daily?

inflation makes me so very scared

Even a slow PoS coin can die very quickly.  There are too many variables that contribute to a coin 'staying alive' - so judging CUBE based off a past experience won't make it true!  Smiley
pineapples
Legendary
*
Offline Offline

Activity: 1204
Merit: 1000


to your stations, man the pineapples!!!


View Profile
December 04, 2015, 02:07:38 AM
 #1292

So you'd rather wait 30 days to get your 1% yearly (with a 90 day max) than wait for 24 hours to get 5% daily?

inflation makes me so very scared

it's ok. cos in a month all the bagholders will be very rich Cheesy



YEEE F*#KIN HA BIG RED TEXT !!!           

(\__/)    
(='.'=)   
(")_(")   










     BUMBA
DigiCube (OP)
Full Member
***
Offline Offline

Activity: 196
Merit: 109


View Profile
December 04, 2015, 02:17:06 AM
 #1293

You can pick pretty much any address on the presstab explorer and see every single staker had been doing well Smiley
peonminer
Hero Member
*****
Offline Offline

Activity: 798
Merit: 531


Crypto is King.


View Profile
December 04, 2015, 02:50:32 AM
 #1294

So you'd rather wait 30 days to get your 1% yearly (with a 90 day max) than wait for 24 hours to get 5% daily?

inflation makes me so very scared
You should be more scared of FIAT inflation . . .
NoobKidOnTheBlock
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500


FLY DONATION ADDRESS IN SIGNATURE


View Profile
December 04, 2015, 03:26:11 AM
 #1295

Hey I am having a bitch of a time getting the windows wallet to work??? I've downloaded the bootstrap.dat and I've added the nodes from a couple pages in but I keep getting 0 connections with both the normal digicube windows wallet and the christmas one? Could someone please help me figure out why the freak I can't get this wallet to sync Smiley Thanks

EDIT - NEVERMIND it finally kicked in lol geez I was so confused for a couple mins there lol

 

▇▇▇

▇▇


▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇▇
...
............NoobKidOnThe.BLOCK.....
 
DigiCube (OP)
Full Member
***
Offline Offline

Activity: 196
Merit: 109


View Profile
December 04, 2015, 05:00:50 AM
 #1296

Hey I am having a bitch of a time getting the windows wallet to work??? I've downloaded the bootstrap.dat and I've added the nodes from a couple pages in but I keep getting 0 connections with both the normal digicube windows wallet and the christmas one? Could someone please help me figure out why the freak I can't get this wallet to sync Smiley Thanks

EDIT - NEVERMIND it finally kicked in lol geez I was so confused for a couple mins there lol

addnode=108.61.189.19
addnode=104.238.176.25
addnode=85.25.44.20
addnode=64.57.133.225
addnode=82.211.30.147
addnode=45.32.68.23
addnode=54.187.131.248
addnode=98.196.176.13
addnode=94.52.19.22
addnode=149.202.2.191
addnode=46.164.246.81
addnode=46.118.235.88
addnode=98.213.214.11
addnode=98.213.214.114
addnode=97.97.227.235
addnode=71.8.87.15
addnode=205.237.142.9
addnode=180.191.100.168
addnode=137.135.51.19
addnode=178.33.209.212
addnode=79.44.190.120
addnode=70.92.184.20
addnode=113.148.158.23
addnode=89.222.233.22
addnode=76.25.23.251
addnode=84.90.100.9
addnode=71.179.61.20
addnode=50.71.66.17
addnode=93.81.56.16
addnode=73.30.72.11
addnode=138.210.145.50
addnode=111.254.59.191
addnode=79.77.65.21
addnode=88.153.243.17
addnode=188.120.84.111
addnode=213.22.1.147
addnode=104.172.24.7
addnode=104.246.99.226
addnode=88.114.7.8
addnode=37.35.9.55
addnode=216.211.93.16
addnode=85.76.35.6
addnode=219.77.44.18
addnode=104.238.169.7

http://www.presstab.pw/phpexplorer/CUBE/nodes.php
NoobKidOnTheBlock
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500


FLY DONATION ADDRESS IN SIGNATURE


View Profile
December 04, 2015, 06:07:04 AM
 #1297

That error can be ignored too. It will still load and default to IPv4 . You may get less connections, but it should snag at least a couple

My wallet run properly, but no synchronizing, 0 connections... I add nodes to DigiCube.conf in .DigiCube folder, but did not help

addnode <Some Damn Address> add
Ya but the weird thing is that the digicube wallet doesn't have the addnode function in the debug console for some odd reason.  But after I added the nodes to my digicube.conf file and let the wallet sit for about 10 mins it eventually started connecting and syncing Smiley

 

▇▇▇

▇▇


▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇▇
...
............NoobKidOnThe.BLOCK.....
 
Arrakeen
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


Offer escrow, receive negative trust


View Profile
December 04, 2015, 06:14:33 AM
 #1298

Hey I am having a bitch of a time getting the windows wallet to work??? I've downloaded the bootstrap.dat and I've added the nodes from a couple pages in but I keep getting 0 connections with both the normal digicube windows wallet and the christmas one? Could someone please help me figure out why the freak I can't get this wallet to sync Smiley Thanks

EDIT - NEVERMIND it finally kicked in lol geez I was so confused for a couple mins there lol

How much CUBE are you starting off with dude?  Good luck with CUBE, hope you get some good stakes Cheesy
hetecon
Full Member
***
Offline Offline

Activity: 462
Merit: 100


Viarium.io - DECENTRALIZED VR WORLD


View Profile
December 04, 2015, 06:15:43 AM
 #1299

does the community has confidence is square., lol cube!?

Kushedout
Legendary
*
Offline Offline

Activity: 1123
Merit: 1000


SaluS - (SLS)


View Profile
December 04, 2015, 06:18:06 AM
 #1300

does the community has confidence is square., lol cube!?

Is this a trick question?

Pages: « 1 ... 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 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 ... 385 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!