Pages:
Author

Topic: [ANN][PoS] BitcoinStake - 100% Free Airdrop Distribution - page 30. (Read 47983 times)

gry
member
Activity: 98
Merit: 10
Thanks a lot! Received 500 BCS. good luck.
member
Activity: 84
Merit: 10
ALTCOM AKYfKGnUy7eJs5iF52khPdyNzVMybAy8Yh
Joined and received.
Thank you!
hero member
Activity: 746
Merit: 509
TIME and WAVE COINs TO REMEMBER
price of BCs is moving in the right direction , do you think at some point will reach BCC price ?
Thank you
member
Activity: 72
Merit: 10
can't join the airdrop
newbie
Activity: 42
Merit: 0
How to import the .dat file?
I am kind of new to this kind of wallet and I dont see my funds anymore but I backed it up.
I just dont see any option to put back the back up. There is no import or anything.
Hoping for assistance.

if you have your wallet.dat file backed up,  just copy and paste that wallet.dat file back into your bitcoinstake folder after you reinstall.

the folder directory is on front page of ANN

Holy thanks, I thought I lost my coins forever.
Got it back. Thank you for the fast response.
Just one last question. My own file is myname.dat ,will it really not work or did I just have a slow internet? Because I renamed it to wallet.dat and it did work fast.

it must be named wallet.dat.  you can only have one private key per installation.
newbie
Activity: 42
Merit: 0
Hi Dev,

Had a small query. Do we have to keep our wallet online to stake because i read it stakes passively some where and wanted to confirm it just to be sure.

you can stake by leaving your wallet open on your computer, hold for at least 100 blocks.

if you cannot keep your wallet open 24/7, then you can use the mining pool to stake for you.  everything is on front page of ANN
sr. member
Activity: 1400
Merit: 259
How to import the .dat file?
I am kind of new to this kind of wallet and I dont see my funds anymore but I backed it up.
I just dont see any option to put back the back up. There is no import or anything.
Hoping for assistance.

if you have your wallet.dat file backed up,  just copy and paste that wallet.dat file back into your bitcoinstake folder after you reinstall.

the folder directory is on front page of ANN

Holy thanks, I thought I lost my coins forever.
Got it back. Thank you for the fast response.
Just one last question. My own file is myname.dat ,will it really not work or did I just have a slow internet? Because I renamed it to wallet.dat and it did work fast.
member
Activity: 202
Merit: 10
member
Activity: 77
Merit: 10
Thanks a lot! Received 500 BCS.
member
Activity: 84
Merit: 10
DivMGroup ICO: Nov 12-Dec 31, 2017

this feeling when you're new... 
everything goes past you
sr. member
Activity: 308
Merit: 250
Raspberry Pi wallet has been released,  for those who needed it, please test it and make sure it works, before I release the bounty to cbtc.

PM me or post here on this thread to confirm it does work!

Hello the wallet doesn't run by my pi...



I don't know why my mistake?

When i compile the wallet from the GitHub:

Code:
# Install dependencies
sudo apt-get update
sudo apt-get install qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev
sudo apt-get install git build-essential libtool autotools-dev autoconf pkg-config libssl-dev libprotobuf-dev protobuf-compiler libcrypto++-dev libevent-dev libminiupnpc-dev libgmp-dev libboost-all-dev
sudo apt-get install libssl1.0-dev libssl1.0.2 # downgrade SSL from 1.1 to 1.0.2sudo apt-get update

# set the swap space on sd-card to 2 GB (the amount of physical memory is insufficient)
sudo su -c 'echo "CONF_SWAPSIZE=2048" > /etc/dphys-swapfile'
sudo dphys-swapfile setup
sudo dphys-swapfile swapon

# Get Solariscoin sources from github and compile it
cd /home/pi
git clone https://github.com/BitcoinStakeGroup/bitcoinstake
cd bitcoinstake

# these scripts need to be executable
chmod +x src/leveldb/build_detect_platform

# Now we can build the BitcoinStake-QT binary ...
qmake
make # compile.. this will take ages, wait patiently ;)

# to run it simply type "./bitcoinstake-qt" to a terminal
# or create a link to the binary in the start-menu / on the desktop

# Data (Blockchain and wallet.dat) is saved to ~/.bitcoinstake

I have this error? Anyone have a solution?



When i delete the whole directory i have the same error...

THX
Wallet tested on ubuntu Mate for Raspberry Pi: https://ubuntu-mate.org/download/
But install this and try again:

sudo apt-get install build-essential
sudo apt-get install libssl-dev
sudo apt-get install libdb++-dev
sudo apt-get install libboost-all-dev
sudo apt-get install libqrencode-dev



THX, i will test it today Wink

Hi sorry to say but after the installs, the same error....



regards
Use Ubuntu Mate for Raspberry Pi Tongue

Wich S.O are you using?

Regards!


Hi i using the Raspian from here:

https://www.raspberrypi.org/downloads/raspbian/

Quote
Raspbian Stretch with desktop

regards
I Will try to compile It for Raspbian, but think only work on Ubuntu mate :/
Give me some time
Regards!
member
Activity: 97
Merit: 11
im interested in participating!
legendary
Activity: 3990
Merit: 2695
Raspberry Pi wallet has been released,  for those who needed it, please test it and make sure it works, before I release the bounty to cbtc.

PM me or post here on this thread to confirm it does work!

Hello the wallet doesn't run by my pi...



I don't know why my mistake?

When i compile the wallet from the GitHub:

Code:
# Install dependencies
sudo apt-get update
sudo apt-get install qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev
sudo apt-get install git build-essential libtool autotools-dev autoconf pkg-config libssl-dev libprotobuf-dev protobuf-compiler libcrypto++-dev libevent-dev libminiupnpc-dev libgmp-dev libboost-all-dev
sudo apt-get install libssl1.0-dev libssl1.0.2 # downgrade SSL from 1.1 to 1.0.2sudo apt-get update

# set the swap space on sd-card to 2 GB (the amount of physical memory is insufficient)
sudo su -c 'echo "CONF_SWAPSIZE=2048" > /etc/dphys-swapfile'
sudo dphys-swapfile setup
sudo dphys-swapfile swapon

# Get Solariscoin sources from github and compile it
cd /home/pi
git clone https://github.com/BitcoinStakeGroup/bitcoinstake
cd bitcoinstake

# these scripts need to be executable
chmod +x src/leveldb/build_detect_platform

# Now we can build the BitcoinStake-QT binary ...
qmake
make # compile.. this will take ages, wait patiently ;)

# to run it simply type "./bitcoinstake-qt" to a terminal
# or create a link to the binary in the start-menu / on the desktop

# Data (Blockchain and wallet.dat) is saved to ~/.bitcoinstake

I have this error? Anyone have a solution?



When i delete the whole directory i have the same error...

THX
Wallet tested on ubuntu Mate for Raspberry Pi: https://ubuntu-mate.org/download/
But install this and try again:

sudo apt-get install build-essential
sudo apt-get install libssl-dev
sudo apt-get install libdb++-dev
sudo apt-get install libboost-all-dev
sudo apt-get install libqrencode-dev



THX, i will test it today Wink

Hi sorry to say but after the installs, the same error....



regards
Use Ubuntu Mate for Raspberry Pi Tongue

Wich S.O are you using?

Regards!


Hi i using the Raspian from here:

https://www.raspberrypi.org/downloads/raspbian/

Quote
Raspbian Stretch with desktop

regards
member
Activity: 87
Merit: 10
i compile mac wallet you can reach at
https://github.com/sstercan/bitcoinstake/releases/download/0.0.1/BitcoinStake-Qt.zip
after download open terminal and install dependencies with homebrew. if you have not brew you will install it from
https://brew.sh/
for mac wallet try with brew

Code:
brew install berkeley-db4
brew install miniupnpc
brew install boost
brew install qt


Okay it seems we have 2 compiles of Mac's that are not verified yet.

I have added both to front page of ANN

Both Mac apps crash immediately upon launch in OS 10.12.6.  Here's the crash report from one.

Process:               BitcoinStake-Qt [9062]
Path:                  /Applications/BitcoinStake-Qt.app/Contents/MacOS/BitcoinStake-Qt
Identifier:            com.yourcompany.BitcoinStake-Qt
Version:               0
Code Type:             X86-64 (Native)
Parent Process:        Huh [1]
Responsible:           BitcoinStake-Qt [9062]
User ID:               502

Date/Time:             2017-10-06 08:00:12.376 -0400
OS Version:            Mac OS X 10.12.6 (16G29)
Report Version:        12
Anonymous UUID:        12812055-811A-DD2F-EC5A-234554525367

Sleep/Wake UUID:       03701083-3869-4492-BBE9-F5C9424EDDBB

Time Awake Since Boot: 1300000 seconds
Time Since Wake:       340000 seconds

System Integrity Protection: enabled

Crashed Thread:        0

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Termination Reason:    DYLD, [0x1] Library missing

Application Specific Information:
dyld: launch, loading dependent libraries

Dyld Error Message:
  Library not loaded: @rpath/QtCore.framework/Versions/5/QtCore
  Referenced from: /Applications/BitcoinStake-Qt.app/Contents/MacOS/BitcoinStake-Qt
  Reason: image not found

Binary Images:
       0x1063ce000 -        0x106a0708f +com.yourcompany.BitcoinStake-Qt (0) <1A510BF3-CC00-34B1-B02E-CC1C4CB6EA87> /Applications/BitcoinStake-Qt.app/Contents/MacOS/BitcoinStake-Qt
       0x112f04000 -        0x112f41dc7  dyld (433.5) <322C06B7-8878-311D-888C-C8FD2CA96FF3> /usr/lib/dyld

member
Activity: 112
Merit: 10
tanks i got the airdrop
sr. member
Activity: 308
Merit: 250
Raspberry Pi wallet has been released,  for those who needed it, please test it and make sure it works, before I release the bounty to cbtc.

PM me or post here on this thread to confirm it does work!

Hello the wallet doesn't run by my pi...



I don't know why my mistake?

When i compile the wallet from the GitHub:

Code:
# Install dependencies
sudo apt-get update
sudo apt-get install qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev
sudo apt-get install git build-essential libtool autotools-dev autoconf pkg-config libssl-dev libprotobuf-dev protobuf-compiler libcrypto++-dev libevent-dev libminiupnpc-dev libgmp-dev libboost-all-dev
sudo apt-get install libssl1.0-dev libssl1.0.2 # downgrade SSL from 1.1 to 1.0.2sudo apt-get update

# set the swap space on sd-card to 2 GB (the amount of physical memory is insufficient)
sudo su -c 'echo "CONF_SWAPSIZE=2048" > /etc/dphys-swapfile'
sudo dphys-swapfile setup
sudo dphys-swapfile swapon

# Get Solariscoin sources from github and compile it
cd /home/pi
git clone https://github.com/BitcoinStakeGroup/bitcoinstake
cd bitcoinstake

# these scripts need to be executable
chmod +x src/leveldb/build_detect_platform

# Now we can build the BitcoinStake-QT binary ...
qmake
make # compile.. this will take ages, wait patiently ;)

# to run it simply type "./bitcoinstake-qt" to a terminal
# or create a link to the binary in the start-menu / on the desktop

# Data (Blockchain and wallet.dat) is saved to ~/.bitcoinstake

I have this error? Anyone have a solution?



When i delete the whole directory i have the same error...

THX
Wallet tested on ubuntu Mate for Raspberry Pi: https://ubuntu-mate.org/download/
But install this and try again:

sudo apt-get install build-essential
sudo apt-get install libssl-dev
sudo apt-get install libdb++-dev
sudo apt-get install libboost-all-dev
sudo apt-get install libqrencode-dev



THX, i will test it today Wink

Hi sorry to say but after the installs, the same error....



regards
Use Ubuntu Mate for Raspberry Pi Tongue

What S.O are you using?

Regards!
jr. member
Activity: 46
Merit: 10
joined for air drop
legendary
Activity: 3990
Merit: 2695
Raspberry Pi wallet has been released,  for those who needed it, please test it and make sure it works, before I release the bounty to cbtc.

PM me or post here on this thread to confirm it does work!

Hello the wallet doesn't run by my pi...



I don't know why my mistake?

When i compile the wallet from the GitHub:

Code:
# Install dependencies
sudo apt-get update
sudo apt-get install qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev
sudo apt-get install git build-essential libtool autotools-dev autoconf pkg-config libssl-dev libprotobuf-dev protobuf-compiler libcrypto++-dev libevent-dev libminiupnpc-dev libgmp-dev libboost-all-dev
sudo apt-get install libssl1.0-dev libssl1.0.2 # downgrade SSL from 1.1 to 1.0.2sudo apt-get update

# set the swap space on sd-card to 2 GB (the amount of physical memory is insufficient)
sudo su -c 'echo "CONF_SWAPSIZE=2048" > /etc/dphys-swapfile'
sudo dphys-swapfile setup
sudo dphys-swapfile swapon

# Get Solariscoin sources from github and compile it
cd /home/pi
git clone https://github.com/BitcoinStakeGroup/bitcoinstake
cd bitcoinstake

# these scripts need to be executable
chmod +x src/leveldb/build_detect_platform

# Now we can build the BitcoinStake-QT binary ...
qmake
make # compile.. this will take ages, wait patiently ;)

# to run it simply type "./bitcoinstake-qt" to a terminal
# or create a link to the binary in the start-menu / on the desktop

# Data (Blockchain and wallet.dat) is saved to ~/.bitcoinstake

I have this error? Anyone have a solution?



When i delete the whole directory i have the same error...

THX
Wallet tested on ubuntu Mate for Raspberry Pi: https://ubuntu-mate.org/download/
But install this and try again:

sudo apt-get install build-essential
sudo apt-get install libssl-dev
sudo apt-get install libdb++-dev
sudo apt-get install libboost-all-dev
sudo apt-get install libqrencode-dev



THX, i will test it today Wink

Hi sorry to say but after the installs, the same error....



regards
jr. member
Activity: 60
Merit: 1
Such an interesting project, wish Newbies could have participated as well.
copper member
Activity: 378
Merit: 112
Joined airdrop, I hope you will succeed. Thanks and good luck! What the exchange plans to exit?
Pages:
Jump to: