Bitcoin Forum
June 16, 2024, 04:34:58 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: Here is your chance to influence the current roadmap. After the next wallet release, what do you think should be the next focus ?
Make the wallet more unique, modifying the user interface - 12 (18.5%)
Create an official mining pool for Swipp - 9 (13.8%)
Add support for an additional exchange - 36 (55.4%)
Create online web wallet with mobile support - 4 (6.2%)
Create a forum on the website - 2 (3.1%)
Add donation-driven bounty system to the web site - 2 (3.1%)
Total Voters: 65

Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 »
  Print  
Author Topic: 【ANN】◢◣ Swipp ◢◣ Modern cryptocurrency ● X11 ● POW/POS ● Masternodes  (Read 19040 times)
teamswipp (OP)
Member
**
Offline Offline

Activity: 238
Merit: 10

Swipp - a modern cryptocurrency


View Profile WWW
November 11, 2017, 03:36:02 PM
 #61

node list pls, wallet cant sync, ty.

You can find a node list on the block explorer, under network.

Yours, team swipp

teamswipp (OP)
Member
**
Offline Offline

Activity: 238
Merit: 10

Swipp - a modern cryptocurrency


View Profile WWW
November 12, 2017, 04:48:20 AM
 #62

Hello everybody.

A new wallet is now available at our GitHub account under the following repository;

https://github.com/teamswipp/swippcore

We have, of course also saved the older version for reference and kept the git history intact.

Windows binaries and better build instructions will be posted tomorrow. Website will be updated as well.

After block 93 000, old wallets and clients will no longer be able to connect to the network.

Yours, team swipp

bitcoinexplorer
Sr. Member
****
Offline Offline

Activity: 420
Merit: 255



View Profile
November 12, 2017, 06:16:13 AM
 #63

Hello everybody.

A new wallet is now available at our GitHub account under the following repository;

https://github.com/teamswipp/swippcore

We have, of course also saved the older version for reference and kept the git history intact.

Windows binaries and better build instructions will be posted tomorrow. Website will be updated as well.

After block 93 000, old wallets and clients will no longer be able to connect to the network.

Yours, team swipp


Brilliant work, you guys rock!
bitcoinexplorer
Sr. Member
****
Offline Offline

Activity: 420
Merit: 255



View Profile
November 12, 2017, 07:14:56 AM
 #64

Hello swippteam

Mining pools are not working reporting that swipp wallet is giving error, please resolve urgently

Thanks.
canonical
Full Member
***
Offline Offline

Activity: 136
Merit: 100


View Profile
November 12, 2017, 07:50:53 AM
 #65

Hello everybody.

A new wallet is now available at our GitHub account under the following repository;

https://github.com/teamswipp/swippcore

We have, of course also saved the older version for reference and kept the git history intact.

Windows binaries and better build instructions will be posted tomorrow. Website will be updated as well.

After block 93 000, old wallets and clients will no longer be able to connect to the network.

Yours, team swipp


How does this work with masternodes? If I update the daemon to this version, will existing masternodes stop working until block 93,000?
danrachita
Member
**
Offline Offline

Activity: 605
Merit: 10


View Profile
November 12, 2017, 07:51:39 AM
 #66

Please post Windows wallet link in github.
I cant find in there.
BR.
canonical
Full Member
***
Offline Offline

Activity: 136
Merit: 100


View Profile
November 12, 2017, 09:14:01 AM
 #67

I can't get this to compile
--------
makefile.unix:217: recipe for target 'obj/version.o' failed
make: *** [obj/version.o] Error 1
--------

Why the upgrade to BDB 5.1? 4.8 may be older but it's still quite standard.
In any case, where are you getting 5.1 from? I can't find the package in apt.
altcoinix
Member
**
Offline Offline

Activity: 334
Merit: 13


View Profile
November 12, 2017, 09:15:06 AM
 #68

New Code not compile DEV please check codes
MadPool
Member
**
Offline Offline

Activity: 137
Merit: 10

Klendathu must be destroyed at all cost!


View Profile WWW
November 12, 2017, 10:24:25 AM
 #69

same problem here   Shocked

Code:
makefile.unix:217: recipe for target 'obj/version.o' failed
make: *** [obj/version.o] Error 1

🚀Talium [TLM] 🚀 | Scrypt PoW | PoS | Masternodes
⭐️JOIN US! https://discord.gg/KzfWRP3 ⭐️
teamswipp (OP)
Member
**
Offline Offline

Activity: 238
Merit: 10

Swipp - a modern cryptocurrency


View Profile WWW
November 12, 2017, 10:29:18 AM
 #70

Hello everybody.

A new wallet is now available at our GitHub account under the following repository;

https://github.com/teamswipp/swippcore

We have, of course also saved the older version for reference and kept the git history intact.

Windows binaries and better build instructions will be posted tomorrow. Website will be updated as well.

After block 93 000, old wallets and clients will no longer be able to connect to the network.

Yours, team swipp


What do we do then?
Copy old wallet backup file and paste to new wallet folder?
Instructions would be nice.
I'm not a computer geek just an investor.

Backup you wallet.db (just to be safe, always do that). Then just go for it Smiley. More instructions coming up on GitHub soon.

Yours, team swipp

teamswipp (OP)
Member
**
Offline Offline

Activity: 238
Merit: 10

Swipp - a modern cryptocurrency


View Profile WWW
November 12, 2017, 10:31:00 AM
 #71

same problem here   Shocked

Code:
makefile.unix:217: recipe for target 'obj/version.o' failed
make: *** [obj/version.o] Error 1


Hi.

You need GCC 4.4+, alternatively 4.8+ is preferred. Some other compiler with c++ 11 support should also work. We are moving the source base over to c++ 11.

Yours, team swipp

canonical
Full Member
***
Offline Offline

Activity: 136
Merit: 100


View Profile
November 12, 2017, 10:48:10 AM
 #72

same problem here   Shocked

Code:
makefile.unix:217: recipe for target 'obj/version.o' failed
make: *** [obj/version.o] Error 1


Hi.

You need GCC 4.4+, alternatively 4.8+ is preferred. Some other compiler with c++ 11 support should also work. We are moving the source base over to c++ 11.

Yours, team swipp

My system is has a GCC version of 5.4.0 already and I get this error.
canonical
Full Member
***
Offline Offline

Activity: 136
Merit: 100


View Profile
November 12, 2017, 11:14:03 AM
 #73

same problem here   Shocked

Code:
makefile.unix:217: recipe for target 'obj/version.o' failed
make: *** [obj/version.o] Error 1


Hi.

You need GCC 4.4+, alternatively 4.8+ is preferred. Some other compiler with c++ 11 support should also work. We are moving the source base over to c++ 11.

Yours, team swipp

My system is has a GCC version of 5.4.0 already and I get this error.

I made more progress with:
Code:
make -f makefile.unix CXXFLAGS='-std=c++11'

Then I hit an error where I needed to:
Code:
mkdir obj/crypto

Then I hit a leveldb error where I needed to:
Code:
cd leveldb && make libleveldb.a libmemenv.a

Then I hit the following error:
Code:
collect2: error: ld returned 1 exit status
makefile.unix:224: recipe for target 'swippd' failed
make: *** [swippd] Error 1

Will just wait for full instructions now.
zhq123456
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
November 12, 2017, 11:17:26 AM
 #74

After the update is from the beginning of a block or continuation of the current block?
teamswipp (OP)
Member
**
Offline Offline

Activity: 238
Merit: 10

Swipp - a modern cryptocurrency


View Profile WWW
November 12, 2017, 11:17:42 AM
 #75

same problem here   Shocked

Code:
makefile.unix:217: recipe for target 'obj/version.o' failed
make: *** [obj/version.o] Error 1


Hi.

You need GCC 4.4+, alternatively 4.8+ is preferred. Some other compiler with c++ 11 support should also work. We are moving the source base over to c++ 11.

Yours, team swipp

My system is has a GCC version of 5.4.0 already and I get this error.

Yeah... We have had some other messages from users about this... It seems to be a flags issue between GCC versions (we are running GCC6 ourselves) - adding -std=c++11 as a compiler flag to older compilers resolves it.

By the way, you can use  BDB 4.8 as well if you like... We have compiled it with both 5.3 and 4.8 without problems.

Yours, team swipp

teamswipp (OP)
Member
**
Offline Offline

Activity: 238
Merit: 10

Swipp - a modern cryptocurrency


View Profile WWW
November 12, 2017, 11:27:20 AM
 #76

Then I hit the following error:
Code:
collect2: error: ld returned 1 exit status
makefile.unix:224: recipe for target 'swippd' failed
make: *** [swippd] Error 1

Will just wait for full instructions now.

Could you give some more details on the link error ? Everything we come across might improve build instructions and troubleshooting guide.

Yours, team swipp

teamswipp (OP)
Member
**
Offline Offline

Activity: 238
Merit: 10

Swipp - a modern cryptocurrency


View Profile WWW
November 12, 2017, 11:28:30 AM
 #77

After the update is from the beginning of a block or continuation of the current block?

The update begins at block 93000 and up.

teamswipp (OP)
Member
**
Offline Offline

Activity: 238
Merit: 10

Swipp - a modern cryptocurrency


View Profile WWW
November 12, 2017, 11:29:49 AM
 #78

Hello swippteam

Mining pools are not working reporting that swipp wallet is giving error, please resolve urgently

Thanks.

We are running the wallet on our block explorer and private wallets - it's working fine... We also have some miners pointed at some pools.

Yours, team swipp

canonical
Full Member
***
Offline Offline

Activity: 136
Merit: 100


View Profile
November 12, 2017, 11:32:13 AM
 #79

Then I hit the following error:
Code:
collect2: error: ld returned 1 exit status
makefile.unix:224: recipe for target 'swippd' failed
make: *** [swippd] Error 1

Will just wait for full instructions now.

Could you give some more details on the link error ? Everything we come across might improve build instructions and troubleshooting guide.

Yours, team swipp

After the last command of:
Code:
make -f makefile.unix CXXFLAGS='-std=c++11'

I got the error as noted previously:
Code:
/bin/sh ../share/genbuild.sh obj/build.h
g++ -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/penguin/build/swippcore/src -I/home/penguin/build/swippcore/src/obj -DUSE_UPNP=0 -DENABLE_WALLET -I/home/penguin/build/swippcore/src/leveldb/include -I/home/penguin/build/swippcore/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -std=c++11 -o swippd obj/groestl.o obj/blake.o obj/bmw.o obj/skein.o obj/keccak.o obj/shavite.o obj/jh.o obj/luffa.o obj/cubehash.o obj/echo.o obj/simd.o obj/alert.o obj/version.o obj/checkpoints.o obj/netbase.o obj/addrman.o obj/crypter.o obj/key.o obj/eckey.o obj/init.o obj/bitcoind.o obj/keystore.o obj/core.o obj/main.o obj/net.o obj/protocol.o obj/rpcclient.o obj/rpcprotocol.o obj/rpcserver.o obj/rpcmisc.o obj/rpcnet.o obj/rpcblockchain.o obj/rpcrawtransaction.o obj/rpcsmessage.o obj/timedata.o obj/script.o obj/scrypt.o obj/sync.o obj/txmempool.o obj/util.o obj/hash.o obj/noui.o obj/kernel.o obj/pbkdf2.o obj/chainparams.o obj/stealth.o obj/activemasternode.o obj/darksend.o obj/eccryptoverify.o obj/instantx.o obj/masternodeconfig.o obj/masternode.o obj/rpcdarksend.o obj/spork.o obj/crypto/hmac_sha256.o obj/crypto/hmac_sha512.o obj/crypto/rfc6979_hmac_sha256.o obj/crypto/ripemd160.o obj/crypto/sha1.o obj/crypto/sha256.o obj/crypto/sha512.o obj/smessage.o obj/db.o obj/miner.o obj/rpcdump.o obj/rpcmining.o obj/rpcwallet.o obj/wallet.o obj/walletdb.o obj/txdb-leveldb.o -Wl,-z,relro -Wl,-z,now   -Wl,-Bdynamic -l boost_system -l boost_filesystem -l boost_program_options -l boost_thread -l db_cxx -l ssl -l crypto -l miniupnpc -Wl,-Bdynamic -l z -l dl -l pthread /home/penguin/build/swippcore/src/leveldb/libleveldb.a /home/penguin/build/swippcore/src/leveldb/libmemenv.a
obj/util.o: In function `boost::program_options::detail::basic_config_file_iterator<char>::getline(std::string&)':
/usr/include/boost/program_options/detail/config_file.hpp:161: undefined reference to `boost::program_options::to_internal(std::string const&)'
obj/util.o: In function `boost::program_options::detail::basic_config_file_iterator<char>::basic_config_file_iterator(std::istream&, std::set<std::string, std::less<std::string>, std::allocator<std::string> > const&, bool)':
/usr/include/boost/program_options/detail/config_file.hpp:145: undefined reference to `boost::program_options::detail::common_config_file_iterator::common_config_file_iterator(std::set<std::string, std::less<std::string>, std::allocator<std::string> > const&, bool)'
collect2: error: ld returned 1 exit status
makefile.unix:224: recipe for target 'swippd' failed
make: *** [swippd] Error 1


Update: While typing this post, the compile that I was doing on another machine avoided the above error and completed. I don't know off the top of my head what the difference is between the machines.
Sam67
Full Member
***
Offline Offline

Activity: 210
Merit: 100



View Profile
November 12, 2017, 11:36:23 AM
 #80

Is there a guide to run the masternode for linux VPS ?
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!