Bitcoin Forum
June 25, 2024, 10:38:38 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🔥 [ANN] Ximant 🔥 POS 🔥 MASTERNODES 🔥 on: June 29, 2018, 10:39:46 AM
FYI @everyone

The dev for this coin has been completely absent from the discord channel for ages...
There is a problem with the chain and many nodes seem to be completely off...

I originally bought and sent coins from graviex which never arrived in my linux wallet, but strangely I imported the private key into my windows wallet and the coins appeared straight away.

It took a while to get a masternode up and running properly, but i've now managed to get 2 nodes up that are both receiving regular rewards about every 4.5hrs.

I have written a guide which a few people on the discord channel have found helpful, it is not very detailed on the general MN setup, but does explain how to get onto the correct chain (by manually downloading the blockchain) and get your wallet to sync.

Its here: https://docs.google.com/document/d/1sL3k3ENquo4awHpboaaCzhb2niXQYrtyp9d70NYWkdI

Guide also explains how to get the wallet running on Ubuntu 18.04 which it wasn't working on before...
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [SPL] Simplicity Proccess Infrastucture Grounding MasterNodes PoS [SPL] on: March 07, 2018, 11:50:28 AM
I'm struggling to build on a headless ubuntu 16.04 machine from git.

1stly I have to change permissions on folders like /usr/local to get make && make install work without permission denied errors (even when run with sudo)

but now i'm stuck on 'sudo make -f makefile.unix'

i get the following error:

Code:
In file included from /usr/local/include/boost/numeric/ublas/vector.hpp:21:0,
                 from /usr/local/include/boost/numeric/ublas/matrix.hpp:18,
                 from wallet.cpp:27:
/usr/local/include/boost/numeric/ublas/storage.hpp: In member function ‘void boost::numeric::ublas::unbounded_array<T, ALLOC>::serialize(Archive&, unsigned int)’:
/usr/local/include/boost/numeric/ublas/storage.hpp:299:18: error: ‘make_array’ is not a member of ‘boost::serialization’
             ar & serialization::make_array(data_, s);
                  ^
/usr/local/include/boost/numeric/ublas/storage.hpp: In member function ‘void boost::numeric::ublas::bounded_array<T, N, ALLOC>::serialize(Archive&, unsigned int)’:
/usr/local/include/boost/numeric/ublas/storage.hpp:494:18: error: ‘make_array’ is not a member of ‘boost::serialization’
             ar & serialization::make_array(data_, s);
                  ^
In file included from wallet.cpp:27:0:
/usr/local/include/boost/numeric/ublas/matrix.hpp: In member function ‘void boost::numeric::ublas::c_matrix<T, M, N>::serialize(Archive&, unsigned int)’:
/usr/local/include/boost/numeric/ublas/matrix.hpp:5977:18: error: ‘make_array’ is not a member of ‘boost::serialization’
             ar & serialization::make_array(data_, N);
                  ^
wallet.cpp: In member function ‘uint64_t CWallet::GetStakeWeight() const’:
wallet.cpp:3354:13: warning: unused variable ‘nCurrentTime’ [-Wunused-variable]
     int64_t nCurrentTime = GetTime();
             ^
makefile.unix:212: recipe for target 'obj/wallet.o' failed
make: *** [obj/wallet.o] Error 1

what version of boost does this depend on?

any other insight as to why it fails?
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: sgminer on osx not submitting shares on: March 05, 2018, 08:19:02 AM
The strange thing now is that it runs fine on an imac with an AMD card...
4  Alternate cryptocurrencies / Mining (Altcoins) / sgminer on osx not submitting shares on: March 03, 2018, 12:54:53 PM
Hi,

I've managed to get sgminer running on osx with an Intel HD4000 but it never seems to submit any shares and the pool registers no hashrate...

this is the log:
Summary of runtime statistics:
                   
[14:52:02] Started at [2018-03-03 14:27:04]                   
[14:52:02] Pool: stratum+tcp://stratum.aikapool.com:7981                   
[14:52:02] Runtime: 0 hrs : 24 mins : 58 secs                   
[14:52:02] Average hashrate: 3.1 Megahash/s                   
[14:52:02] Solved blocks: 0                   
[14:52:02] Best share difficulty: 0                   
[14:52:02] Share submissions: 0                   
[14:52:02] Accepted shares: 0                   
[14:52:02] Rejected shares: 0                   
[14:52:02] Accepted difficulty shares: 0                   
[14:52:02] Rejected difficulty shares: 0                   
[14:52:02] Hardware errors: 0                   
[14:52:02] Utility (accepted shares / min): 0.00/min                   
[14:52:02] Work Utility (diff1 shares solved / min): 0.00/min
                   
[14:52:02] Stale submissions discarded due to new blocks: 0                   
[14:52:02] Unable to get work from server occasions: 2                   
[14:52:02] Work items generated locally: 1025                   
[14:52:02] Submitting work remotely delay occasions: 0                   
[14:52:02] New blocks detected on network: 23
                   
[14:52:02] Summary of per device statistics:
                   
[14:52:02] GPU0                | (5s):3.352M (avg):3.076Mh/s | A:0 R:0 HW:0 WU:0.000/m                   
[14:52:02]                     

Any ideas??
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!