Bitcoin Forum
June 16, 2024, 04:53:14 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Development & Technical Discussion / Re: Bitcoind on Debian (SUN SPARC) on: May 26, 2013, 05:09:52 PM
Unfortunately I need bitcoind because I must install p2pool on this machine, I check it and it's only one error which prevent compile . I'm trying to correct atomic_pointer with sparcv9, it compiles but when I run it, it shows error on Leveldb, maybe someone can look on this to correct this thing
2  Bitcoin / Development & Technical Discussion / Re: Bitcoind on Debian (SUN SPARC) on: May 25, 2013, 08:47:30 PM
but I successfully build yacoin daemon on sparc architecture Huh
3  Bitcoin / Development & Technical Discussion / Bitcoind on Debian (SUN SPARC) on: May 25, 2013, 08:14:43 PM
Code:
~/bitcoin/src$ make -f makefile.unix
Building LevelDB ...
make[1]: Entering directory `/home/robert/bitcoin/src/leveldb'
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/robert/bitcoin/src -I/home/robert/bitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/robert/bitcoin/src/leveldb/include -I/home/robert/bitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -c db/builder.cc -o db/builder.o
In file included from ./port/port_posix.h:50:0,
                 from ./port/port.h:14,
                 from ./db/filename.h:14,
                 from db/builder.cc:7:
./port/atomic_pointer.h:212:2: error: #error Please implement AtomicPointer for this platform.
make[1]: *** [db/builder.o] Error 1
make[1]: Leaving directory `/home/robert/bitcoin/src/leveldb'
make: *** [leveldb/libleveldb.a] Error 2

Any suggestion how to compile it on sparc64


Code:
cpu             : TI UltraSparc IIIi (Jalapeno)
fpu             : UltraSparc IIIi integrated FPU
pmu             : ultra3i
prom            : OBP 4.11.4 2003/07/23 08:04
type            : sun4u
ncpus probed    : 2
ncpus active    : 2
D$ parity tl1   : 0
I$ parity tl1   : 0
cpucaps         : flush,stbar,swap,muldiv,v9,ultra3,mul32,div32,v8plus,vis,vis2
Cpu0ClkTck      : 000000003bb94e80
Cpu1ClkTck      : 000000003bb94e80
MMU Type        : Cheetah+
State:
CPU0:           online
CPU1:           online
4  Other / Beginners & Help / Re: Hello everyone! New to the forum on: May 20, 2013, 06:11:38 AM
hi Wink
5  Other / Beginners & Help / Re: Am I mining wrong or something? on: May 20, 2013, 06:10:41 AM
your payout is correct please upgrade your PC for more cash Wink
6  Other / Beginners & Help / Re: Hello everyone! New to the forum on: May 20, 2013, 05:03:27 AM
Hi Wink
7  Other / Beginners & Help / Re: P2pool Merged mining statistics on: May 20, 2013, 04:59:34 AM
Yes it is for P2Pool Smiley
8  Other / Beginners & Help / P2pool Merged mining statistics on: May 19, 2013, 08:07:27 PM


Hi everyone,

Hi all,

Since many people use the merged mining in P2Pool (BTC + DVC + + NMC IXC). I have created a tool which can easily present us our wages.

We need a web server with PHP support, and added php5-curl, access to the crontab, and of course P2pool server.

First, we place our files, index.php, bitcoin, devcoin, ixcoin, namecoin apache folder in my case / var / www.


We give access to files bitcoin, devcoin, ixcoin, namecoin:
How to: 'chmod 777 bitcoin "," chmod 777 namecoin "and etc..

Place the file "getcash_info" in our user-accessible directory, in my case /home/robert

we give the right executable:
Code:
"chmod a + x getcash_info"
edit the user's crontab:

Code:
crontab-e

and put this line:

Code:
* / 5 **** /home/robert/getcash_info

(if we are to our site in a different directory than / var / www changes the path of the file getcash_info)

Currency is from MtGox

Todo:

 * Summing up all coins (nowtime only BTC)


P.s To protect your website please create .htaccess and .htpasswd files.
Download from:
http://combidata.net.pl/cash_report.zip
Any suggestions ?
9  Other / Beginners & Help / Re: Introduce yourself :) on: April 22, 2012, 08:56:22 PM
Hi I'm Robert I'm a C++ coder, and I may help you create a simple project Smiley
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!