Pages:
Author

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

full member
Activity: 390
Merit: 100
Hello dev next plan for BitcoinStake  Huh
full member
Activity: 546
Merit: 104
Great job BitcoinStake team, BitcoinStake is nice coin, quick synchronization of the wallet and instant transaction.I all recieve. Wink
full member
Activity: 364
Merit: 100
Very thanks, I recieve, will hold for a very long time hope to see some exciting plans in the future
full member
Activity: 126
Merit: 100
su mac 10.11.6
fatal error runtime exception

Yes. It's not working on EI captain. I'm waiting for someone to confirm it's working on Sierra so that I could move on test on other OS version. I personally only have one Macbook with Sierra. It's not very convenient to test on other platforms

I never moved to Sierra, because old code works on New os. Otherway round not
newbie
Activity: 35
Merit: 0
su mac 10.11.6
fatal error runtime exception

Yes. It's not working on EI captain. I'm waiting for someone to confirm it's working on Sierra so that I could move on test on other OS version. I personally only have one Macbook with Sierra. It's not very convenient to test on other platforms
full member
Activity: 126
Merit: 100
su mac 10.11.6
fatal error runtime exception
newbie
Activity: 35
Merit: 0
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



Hi, could you test my new packaged version. It's on page 56. It should be working on Sierra as I've tested on multiple Macs

Link: https://mega.nz/#!Nq4gxLbb!dcWXAjAjhT74xU8A1GEKiXn-ZgSOEk8i_DOyg4UHDo8
full member
Activity: 602
Merit: 104
I just sent a pm to you dev. Please do check . Thanks  Smiley Smiley
full member
Activity: 406
Merit: 103
Very interesting on what exchanges will be bargained yet? Will there be more airdrops? Very fast transaction!
erv
full member
Activity: 280
Merit: 100
AirDrop received, wallet sync time is amazing
full member
Activity: 322
Merit: 101
jipi, I have already received my first staked coins on coinsmarkets.com. This is really cool. No more worries to setup a wallet.  Grin Im tiered of non working, out of synch wallet stuff.
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
I Will try to compile It for Raspbian, but think only work on Ubuntu mate :/
Give me some time
Regards!

THX
legendary
Activity: 3990
Merit: 2695
I hope the volume is rising the next days, so we came on Coinmarketcap Wink
full member
Activity: 602
Merit: 100
Submitted Hindi Translation whitepaper, hope it will be published soon.
full member
Activity: 126
Merit: 100
I've managed to compile the OSX version from the source code though, when running through Terminal, I get the following error:

Quote
Error: To use bitcoinstaked, you must set a rpcpassword in the configuration file:
 /Users/User/Library/Application Support/BitcoinStake/bitcoinstake.conf
It is recommended you use the following random password:
rpcuser=bitcoinstakerpc
rpcpassword=HLPcGo6tKaTrC8mjT4oyFJ5SjPjDyH1JF1onX6SnBeUA
(you do not need to remember this password)

Any ideas on what the config file should look like?

this is my config file:


rpcuser=rpc_user
rpcpassword=93550287bad08619ca5559d1d
rpcallowip=127.0.0.1
rpcport=23976
listen=1
server=1
addnode=165.227.124.17
addnode=37.97.242.80


Hmm still gives me the error, might be a problem with the compile as I got an argument error intially (7 required 6 provided) so went into the file and just added a 0 to provide a 7th argument. Probably that.

That will not work ;-) almost time to go home and send my compiled
sr. member
Activity: 812
Merit: 252
thank you dev
payment from airdrop accepted, good luck
full member
Activity: 256
Merit: 102
I've managed to compile the OSX version from the source code though, when running through Terminal, I get the following error:

Quote
Error: To use bitcoinstaked, you must set a rpcpassword in the configuration file:
 /Users/User/Library/Application Support/BitcoinStake/bitcoinstake.conf
It is recommended you use the following random password:
rpcuser=bitcoinstakerpc
rpcpassword=HLPcGo6tKaTrC8mjT4oyFJ5SjPjDyH1JF1onX6SnBeUA
(you do not need to remember this password)

Any ideas on what the config file should look like?

this is my config file:


rpcuser=rpc_user
rpcpassword=93550287bad08619ca5559d1d
rpcallowip=127.0.0.1
rpcport=23976
listen=1
server=1
addnode=165.227.124.17
addnode=37.97.242.80


Hmm still gives me the error, might be a problem with the compile as I got an argument error intially (7 required 6 provided) so went into the file and just added a 0 to provide a 7th argument. Probably that.
full member
Activity: 126
Merit: 100
Thank you dev! I got my coins! Everything is fine!
newbie
Activity: 42
Merit: 0
I've managed to compile the OSX version from the source code though, when running through Terminal, I get the following error:

Quote
Error: To use bitcoinstaked, you must set a rpcpassword in the configuration file:
 /Users/User/Library/Application Support/BitcoinStake/bitcoinstake.conf
It is recommended you use the following random password:
rpcuser=bitcoinstakerpc
rpcpassword=HLPcGo6tKaTrC8mjT4oyFJ5SjPjDyH1JF1onX6SnBeUA
(you do not need to remember this password)

Any ideas on what the config file should look like?

this is my config file:


rpcuser=rpc_user
rpcpassword=93550287bad08619ca5559d1d
rpcallowip=127.0.0.1
rpcport=23976
listen=1
server=1
addnode=165.227.124.17
addnode=37.97.242.80
full member
Activity: 256
Merit: 102
I've managed to compile the OSX version from the source code though, when running through Terminal, I get the following error:

Quote
Error: To use bitcoinstaked, you must set a rpcpassword in the configuration file:
 /Users/User/Library/Application Support/BitcoinStake/bitcoinstake.conf
It is recommended you use the following random password:
rpcuser=bitcoinstakerpc
rpcpassword=HLPcGo6tKaTrC8mjT4oyFJ5SjPjDyH1JF1onX6SnBeUA
(you do not need to remember this password)

Any ideas on what the config file should look like?
Pages:
Jump to: