Bitcoin Forum
May 02, 2024, 02:45:36 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Goods / [20BTC]60000sqm wood 30000sqm of land and 1 restaurant on: March 31, 2021, 06:23:03 AM
As said in the title i'm selling 6Ha(60000sqm) of wood 3Ha(30000sqm) of land which 1.3Ha are wine yard, full working restaurant of 120 people capacity, at the second floor has 2 apartments, in the court has 2 cottages and one big cellar, a tractor and all his equipment are include.

Picture to post later.
2  Alternate cryptocurrencies / Altcoin Discussion / Windows Cross-Compiling of a Bitcoin 0.21 Fork on: February 25, 2021, 09:26:38 AM
Hello CryptoWorld,
i tried to fork the bitcoin 0.21 and to compile it throught WSL and Ubuntu 18.04TLS.
i followed the full doc/build.windows but when i run
Code:
PATH=$(echo "$PATH" | sed -e 's/:\/mnt.*//g') # strip out problematic Windows %PATH% imported var
sudo bash -c "echo 0 > /proc/sys/fs/binfmt_misc/status" # Disable WSL support for Win32 applications.
cd depends
make HOST=x86_64-w64-mingw32
cd ..
./autogen.sh # not required when building from tarball
CONFIG_SITE=$PWD/depends/x86_64-w64-mingw32/share/config.site ./configure --prefix=$PWD/depends/x86_64-w64-mingw32/
make
sudo bash -c "echo 1 > /proc/sys/fs/binfmt_misc/status"

it just trow me an error compiling the bitcoind on line 21:
Code:
In file included from ./logging.h:11:0,
                 from ./util/system.h:21,
                 from bitcoind.cpp:21:
./threadsafety.h:58:1: error: expected class-name before ‘{’ token
 {

and as you know in the threadsecurity.h on line 57 the class is well definited.

Is in here someone able to give me a good advice?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!