Bitcoin Forum
June 19, 2024, 09:05:38 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
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 35 36 37 [38] 39 40 41 42 »
  Print  
Author Topic: [OLD ANN][SPD][BOUNTIES:ON] PoS/Masternode - Stipend - The Freelancer's Currency  (Read 35114 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
Tolynkuzma
Jr. Member
*
Offline Offline

Activity: 252
Merit: 1


View Profile
May 30, 2018, 05:11:51 PM
 #741

When will the wallet on the .crypto-bridge.org exchange work?
mise
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
May 30, 2018, 06:57:12 PM
 #742

Hello guys help, yesterday updated the purse for version 2.0. and the coins disappeared in the account 106, although there were 300, the purse address Sh2FhcJs6vjCBXbk8pP7ntMQ5EJn9X1cmo
decipher
http://explorer.stipend.me/address/Sh2FhcJs6vjCBXbk8pP7ntMQ5EJn9X1cmo
What should I do? how to return coins?
Me too


Hi guys,
I've the same problem, even on the explorer seems it's all ok.
crypt0ensio
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
May 30, 2018, 10:23:53 PM
 #743

Hello guys help, yesterday updated the purse for version 2.0. and the coins disappeared in the account 106, although there were 300, the purse address Sh2FhcJs6vjCBXbk8pP7ntMQ5EJn9X1cmo
decipher
http://explorer.stipend.me/address/Sh2FhcJs6vjCBXbk8pP7ntMQ5EJn9X1cmo
What should I do? how to return coins?
Me too


Hi guys,
I've the same problem, even on the explorer seems it's all ok.

This might work:

1) Make sure you're running the 2.0.0.2 version

2)Open debug console
3)give the command repairwallet

Join stipend's discord!

Wallet in cryptobridge will start working when the blockchain exploiter is handled with the blockchain fix which should happen in next few hours (i just read it from discord)
crypt0ensio
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
May 30, 2018, 10:33:21 PM
 #744

For SPD masternode / staking profits, i suggest you see SPP (simple POS pool), shameless linky here: https://simplepospool.com/?ref=jan1
Stipend (OP)
Copper Member
Jr. Member
*
Offline Offline

Activity: 193
Merit: 2


View Profile WWW
May 31, 2018, 02:01:00 AM
 #745

Hey guys, just released updates/new wallet:

Windows: https://github.com/Stipend-Developer/stipend/releases/download/3.0.0.0/stipend-win-3.0.0.0.zip
Linux: https://github.com/Stipend-Developer/stipend/releases/download/3.0.0.0/stipend-linux-3.0.0.0.zip
Mac: https://github.com/Stipend-Developer/stipend/releases/download/3.0.0.0/stipend-mac-3.0.0.0.zip
Daemon: https://github.com/Stipend-Developer/stipend/releases/download/3.0.0.0/precompiled-daemon-3.0.0.0.zip

Let me know in Discord if you have any problems (NickS)
If you have an incorrect balance after updating, go to "Help/Debug Window/Console" and type "repairwallet" (no quotes)

-Sinner-
Jr. Member
*
Offline Offline

Activity: 224
Merit: 9


View Profile
May 31, 2018, 06:47:54 AM
 #746

This update was so much more smoothly and did it in couple of minutes! Last update i needed to contact a person who fixed my problems but this time all went good following the commands on Discord channel! Very good guys, and i hope that with the fork, will be fixed the MN rewards problems.. cause now we're receiving then once every couple days! Good Job team!

SHIPIT - Send packages. No couriers. Just people. (https://token.shipit.me/?utm_source=bitcointalk&utm_medium=signature)
ay-x
Newbie
*
Offline Offline

Activity: 153
Merit: 0


View Profile
May 31, 2018, 07:10:03 AM
 #747

It looks like a really big project for me. I am freelancer working as a designer and design consultant in my free time. In this progeny, I would expect the listing methods of the app and the reciprocal contracts to be very detailed.
I could have an option like double-sided business pool waiting in the common pool and delivery at the end of the job *
Perp
Jr. Member
*
Offline Offline

Activity: 45
Merit: 1


View Profile
May 31, 2018, 09:20:38 AM
 #748

To compile for ubuntu 14.

If you got such errors:

build/init.o: In function `boost::filesystem::copy_file(boost::filesystem::path const&, boost::filesystem::path const&)':
init.cpp:(.text._ZN5boost10filesystem9copy_fileERKNS0_4pathES3_[_ZN5boost10filesystem9copy_fileERKNS0_4pathES3_]+0x2d): undefined reference to `boost::filesystem::detail::copy_file(boost::filesystem::path const&, boost::filesystem::path const&, boost::filesystem::copy_option, boost::system::error_code*)'
build/walletdb.o: In function `BackupWallet(CWallet const&, std::string const&)':
walletdb.cpp:(.text+0x507e): undefined reference to `boost::filesystem::detail::copy_file(boost::filesystem::path const&, boost::filesystem::path const&, boost::filesystem::copy_option, boost::system::error_code*)'
collect2: error: ld returned 1 exit status
make: *** [stipend-qt] Error 1

there is solution:

==================================
stipend-master/Makefile
==================================
DEFINES       = -DENABLE_WALLET -DBOOST_THREAD_USE_LIB -DBOOST_NO_CXX11_SCOPED_ENUMS -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DBOOST_VARIANT_USE_RELAXED_GET_BY_DEFAULT -DUSE_DBUS -DHAVE_BUILD_INFO -DUSE_UPNP=1 -DMINIUPNP_STATICLIB -DSTATICLIB -DLINUX -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB

==================================
stipend-master/Makefile.Release
==================================
DEFINES       = -DUNICODE -D_UNICODE -DENABLE_WALLET -DBOOST_NO_CXX11_SCOPED_ENUMS -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DBOOST_VARIANT_USE_RELAXED_GET_BY_DEFAULT -DUSE_UPNP=1 -DMINIUPNP_STATICLIB -DSTATICLIB -DWIN32 -D_MT -DBOOST_THREAD_PROVIDES_GENERIC_SHARED_MUTEX_ON_WIN -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN

==================================
/src/walletdb.cpp:
==================================
//#include <boost/filesystem.hpp>
#define BOOST_NO_CXX11_SCOPED_ENUMS
#include <boost/filesystem.hpp>
#undef BOOST_NO_CXX11_SCOPED_ENUMS

==================================
/src/makefile.unix
==================================
DEFS=-DBOOST_SPIRIT_THREADSAFE
DEFS+= -DBOOST_NO_CXX11_SCOPED_ENUMS


Regards.
frankneedscoffee
Newbie
*
Offline Offline

Activity: 19
Merit: 3


View Profile
May 31, 2018, 01:29:48 PM
 #749

Hey guys, just released updates/new wallet:

Daemon: https://github.com/Stipend-Developer/stipend/releases/download/3.0.0.0/precompiled-daemon-3.0.0.0.zip

If you have an incorrect balance after updating, go to "Help/Debug Window/Console" and type "repairwallet" (no quotes)



Hi folks, short question please,

Win Update few seconds, no probs Smiley


Is anything to update on a VM with a masternode on it? (Ubuntu 16.04)
Or it's enough to update wallets to 3.0.0.0

Thanx for answering

Frank
Thanhtamtg
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
June 01, 2018, 01:20:49 AM
 #750

Hello guys help, yesterday updated the purse for version 2.0. and the coins disappeared in the account 106, although there were 300, the purse address Sh2FhcJs6vjCBXbk8pP7ntMQ5EJn9X1cmo
decipher
http://explorer.stipend.me/address/Sh2FhcJs6vjCBXbk8pP7ntMQ5EJn9X1cmo
What should I do? how to return coins?
Me too


Hi guys,
I've the same problem, even on the explorer seems it's all ok.

This might work:

1) Make sure you're running the 2.0.0.2 version

2)Open debug console
3)give the command repairwallet

Join stipend's discord!

Wallet in cryptobridge will start working when the blockchain exploiter is handled with the blockchain fix which should happen in next few hours (i just read it from discord)

Finally i did it!
Just redownload all blockchain and evething will be ok.
So how to redownload?
Just backup wallet.dat, backups folder, delete all stipend folder in C:/ user username/admin appdata roaming stipend
ramanatrav
Newbie
*
Offline Offline

Activity: 92
Merit: 0


View Profile
June 01, 2018, 02:26:08 PM
 #751

this wallet won't sync
jebidia
Jr. Member
*
Offline Offline

Activity: 161
Merit: 1


View Profile
June 01, 2018, 02:43:19 PM
 #752

Is this wallet down on CryptoBridge?   Not seeing deposits and can't get a deposit addy...Huh
-Sinner-
Jr. Member
*
Offline Offline

Activity: 224
Merit: 9


View Profile
June 01, 2018, 05:49:38 PM
 #753

Is this wallet down on CryptoBridge?   Not seeing deposits and can't get a deposit addy...Huh

It will be re enabled again in some hours, cause there were a fork.  I suggest you to go and find news on Discord channel, it is so helpful and active, not like this thread.


If the wallet doesn't sync, open the wallet file setting and add nodes that you can find on Discord channel.

SHIPIT - Send packages. No couriers. Just people. (https://token.shipit.me/?utm_source=bitcointalk&utm_medium=signature)
MCat$
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
June 03, 2018, 07:26:47 AM
 #754

Hi! Have the stipend problems? There is no payout POS for 3 days . What happened there?
MCat$
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
June 03, 2018, 08:12:15 PM
 #755

Hi! Have the stipend problems? There is no payout POS for 3 days . What happened there?

4 days

18-20 hours  to earn rewards
adamantasaurus
Sr. Member
****
Offline Offline

Activity: 700
Merit: 255


View Profile
June 04, 2018, 03:22:56 AM
 #756

it was pretty easy to update the wallet just follow the tutorial on discord you get rewards in no time Smiley
criptooo
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
June 04, 2018, 04:42:16 PM
 #757

Status: 273 confirmations
Date: 4.06.2018 15:08
To: SMxFNx55Ayi9f2KFZj3bDNeHRTrhuBbFso
Debit: -7.478 SPD
Transaction fee: -0.0007 SPD
Net amount: -7.4787 SPD
Transaction ID: 3c352520e95e3f562a798166e9cf996f5dfb4f7ba4ad24b53610896555d09553-000

when is finish who can help me
yellowboy
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
June 04, 2018, 10:44:46 PM
 #758

Any news on cryptobridge issues?
adamantasaurus
Sr. Member
****
Offline Offline

Activity: 700
Merit: 255


View Profile
June 05, 2018, 04:17:56 AM
 #759

does anyone know why the price is dumping so hard right now?
TherapOne
Newbie
*
Offline Offline

Activity: 158
Merit: 0


View Profile
June 05, 2018, 05:12:27 AM
 #760

all cryptos crash right now...not only spd..  @adamantasaurus
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 35 36 37 [38] 39 40 41 42 »
  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!