Author

Topic: [SYNX] Syndicate | Business Management Platform | NEW BETA v1.0.1.7 RELEASED! | - page 149. (Read 235769 times)

full member
Activity: 896
Merit: 100
PredX - AI-Powered Prediction Market
How to run 1 masternode?
I have 3 PCs how to run 1 master node on each one?
Multiple masternodes from a single staking controller wallet
https://drive.google.com/file/d/0B1V9tti1eL2rTVVOQUNGS3V3YUU/view?usp=sharing

Single masternode

With a Syndicate.conf file similar to this:
Code:
rpcuser=YOUROWNUSERNAME
rpcpassword=REALLYSTRONGASSWORD
rpcallowip=127.0.0.1
rpcport=22348
port=9999
server=1
listen=1
daemon=1
logtimestamps=1
mnconflock=0
Follow the guide for MN1 & Masternode1 & do all of the steps above EXCEPT steps 9 - 18
After step 8, add this to your Syndicate.conf file
Code:
masternode=1
masternodeaddr=127.0.0.1:9999
masternodeprivkey=
Then continue on to step 19 for Masternode1
full member
Activity: 896
Merit: 100
PredX - AI-Powered Prediction Market
Syndicate v1.0.0.3 Released!

https://github.com/SyndicateLabs/SyndicateQT/releases

SyndicateQTv1.0.0.3 - Windows QT

https://www.virustotal.com/en/file/4b6f555603f07c07832a4eb5aa4965b1b7dc59e9991f415ecd4ba210ee0f8231/analysis/1466661641/

Syndicated - Windows Daemon for multiple masternodes

https://www.virustotal.com/en/file/15c11438f6d4358df8aa63867ff983b19a9024634969fd7d8312ded0c3cde681/analysis/1466661648/

Syndicated - Linux

https://www.virustotal.com/en/file/4f4b32eb524dd5cc5fc55df887f4ce416ea7162e15192307aed30c105e65aa05/analysis/1466663873/

Changes:
FixSpentCoins used to fix POS reward wallet corruption
LockedPageManager now used as instance
Removed windows.h from allocators.h
Completely remove selection by coin age.
Don't process transactions we already have
Checkpoint at block 10,000


yo.. updated

Thank you!

Syndicate v1.0.0.3 Released!
Updated to v1.0.0.3 now and running smoothly.

Thank you!
full member
Activity: 224
Merit: 100
How to run 1 masternode?
I have 3 PCs how to run 1 master node on each one?
legendary
Activity: 2688
Merit: 1240
Syndicate v1.0.0.3 Released!

https://github.com/SyndicateLabs/SyndicateQT/releases

SyndicateQTv1.0.0.3 - Windows QT

https://www.virustotal.com/en/file/4b6f555603f07c07832a4eb5aa4965b1b7dc59e9991f415ecd4ba210ee0f8231/analysis/1466661641/

Syndicated - Windows Daemon for multiple masternodes

https://www.virustotal.com/en/file/15c11438f6d4358df8aa63867ff983b19a9024634969fd7d8312ded0c3cde681/analysis/1466661648/

Syndicated - Linux

https://www.virustotal.com/en/file/4f4b32eb524dd5cc5fc55df887f4ce416ea7162e15192307aed30c105e65aa05/analysis/1466663873/

Changes:
FixSpentCoins used to fix POS reward wallet corruption
LockedPageManager now used as instance
Removed windows.h from allocators.h
Completely remove selection by coin age.
Don't process transactions we already have
Checkpoint at block 10,000



yo.. updated
legendary
Activity: 1050
Merit: 1000
finally built qt for linux  Cheesy
with:
Code:
git clone https://github.com/SyndicateLabs/SyndicateQT
cd SyndicateQT
chmod +x src/secp256k1/autogen.sh
qmake
make
legendary
Activity: 1050
Merit: 1000
Mine the hottest new coins at ipoMiner.com
Syndicate v1.0.0.3 Released!
Updated to v1.0.0.3 now and running smoothly.
full member
Activity: 896
Merit: 100
PredX - AI-Powered Prediction Market
Syndicate v1.0.0.3 Released!

https://github.com/SyndicateLabs/SyndicateQT/releases

SyndicateQTv1.0.0.3 - Windows QT

https://www.virustotal.com/en/file/4b6f555603f07c07832a4eb5aa4965b1b7dc59e9991f415ecd4ba210ee0f8231/analysis/1466661641/

Syndicated - Windows Daemon for multiple masternodes

https://www.virustotal.com/en/file/15c11438f6d4358df8aa63867ff983b19a9024634969fd7d8312ded0c3cde681/analysis/1466661648/

Syndicated - Linux

https://www.virustotal.com/en/file/4f4b32eb524dd5cc5fc55df887f4ce416ea7162e15192307aed30c105e65aa05/analysis/1466663873/

Changes:
FixSpentCoins used to fix POS reward wallet corruption
LockedPageManager now used as instance
Removed windows.h from allocators.h
Completely remove selection by coin age.
Don't process transactions we already have
Checkpoint at block 10,000
legendary
Activity: 1050
Merit: 1000
I have an issue with the Win wallet where it will stake only once per initialization of the client, this is running on a Windows 8.1 VM. It will stake once, usually within seconds of connecting to peers, and then fail to stake until the wallet is restarted. The staking icon says "not staking" despite staking enabled reading "true" in the console.

I believe I have that issue resolved, I will compile new wallets soon.

I was originally planning on releasing it with the My Employee's tab finished but I'll reschedule that for today instead Smiley

I have the same problem. Glad to hear its being resolved.
legendary
Activity: 1050
Merit: 1000
...

You get that error at the last bit on compiling correct?

Try installing secp256k1 manually:
Code:
git clone https://github.com/bitcoin-core/secp256k1
cd secp256k1
./autogen.sh
./configure --enable-module-recovery
make
./tests
sudo make install

thanks for the suggestion still kicking out same error
Code:
ar: creating libmemenv.a
make[1]: Leaving directory `/home/relics/tmp/SyndicateQT/src/leveldb'
cd /home/relics/tmp/SyndicateQT/src/secp256k1 && ./autogen.sh && ./configure --enable-module-recovery && CC=gcc CXX=g++ make OPT="-m64 -pipe -fstack-protector-all --param ssp-buffer-size=1 -D_FORTIFY_SOURCE=2 -O2"
/bin/sh: 1: ./autogen.sh: Permission denied
make: *** [/home/relics/tmp/SyndicateQT/src/secp256k1/src/libsecp256k1_la-secp256k1.o] Error 126

can anyone upload a linux qt build?
full member
Activity: 896
Merit: 100
PredX - AI-Powered Prediction Market
I have an issue with the Win wallet where it will stake only once per initialization of the client, this is running on a Windows 8.1 VM. It will stake once, usually within seconds of connecting to peers, and then fail to stake until the wallet is restarted. The staking icon says "not staking" despite staking enabled reading "true" in the console.

I believe I have that issue resolved, I will compile new wallets soon.

I was originally planning on releasing it with the My Employee's tab finished but I'll reschedule that for today instead Smiley
full member
Activity: 896
Merit: 100
PredX - AI-Powered Prediction Market
It seems my masternode is running now, thanks.
Are the masternodes receiving 50% of POS?


Yes they are!

The 10 SYNX POS blocks get split between the winning masternode & winning staking wallet..

It is possible to get the whole 10 SYNX block if both your masternode & wallet win.

All masternode rewards & 5000 SYNX payments stake also Smiley
sr. member
Activity: 363
Merit: 250
I have an issue with the Win wallet where it will stake only once per initialization of the client, this is running on a Windows 8.1 VM. It will stake once, usually within seconds of connecting to peers, and then fail to stake until the wallet is restarted. The staking icon says "not staking" despite staking enabled reading "true" in the console.
member
Activity: 80
Merit: 10
It seems my masternode is running now, thanks.
Are the masternodes receiving 50% of POS?
full member
Activity: 896
Merit: 100
PredX - AI-Powered Prediction Market
I ran checkwallet and repairwallet to fix a mismatch. Now my balance is showing as under stake. So guessing that was the cause. I have reserved the full balance now and once it is no longer under stake will try again

Please let me know how it works out!
full member
Activity: 896
Merit: 100
PredX - AI-Powered Prediction Market
Bounty Allocation Poll!

Please take this short poll to see how the developer donated SYNX should be allocated!

Last day of voting will be 6/30/16

Feel free to comment in the thread with other suggestions!

Developer Donation Address

Current Balance: 9216.55073148 SYNX

Thanks to you guys! Smiley

I'd just to remind everyone we have a poll going until 6/30 to allocate funds for bounties!

We need as many members of the community to vote as possible!

Results will be posted 7/1 & we will begin!
member
Activity: 80
Merit: 10
I ran checkwallet and repairwallet to fix a mismatch. Now my balance is showing as under stake. So guessing that was the cause. I have reserved the full balance now and once it is no longer under stake will try again
full member
Activity: 896
Merit: 100
PredX - AI-Powered Prediction Market
I am trying to setup a masternode and when I make the 5000 sync payment to the prepayment address I get the following error:
https://www.dropbox.com/s/hsans4iop2s6912/error.jpg?dl=0

I have the funds according to my wallet and even the block explorer show my address as having sufficient funds.

Hmm try running checkwallet from the console.

When you used coin control to select the address' to send the 5000 SYNX to the prepayment address, all of the address' had their balances confirmed & hadnt just been used for anything else correct?
member
Activity: 80
Merit: 10
I am trying to setup a masternode and when I make the 5000 sync payment to the prepayment address I get the following error:
https://www.dropbox.com/s/hsans4iop2s6912/error.jpg?dl=0

I have the funds according to my wallet and even the block explorer show my address as having sufficient funds.
full member
Activity: 896
Merit: 100
PredX - AI-Powered Prediction Market
getting a compilation error on Linux:
Code:
/bin/sh: 1: ./autogen.sh: Permission denied
make: *** [/tmp/SyndicateQT/src/secp256k1/src/libsecp256k1_la-secp256k1.o] Error 126

any ideas, autogen.sh is absent.

Try:
Code:
chmod +x autogen.sh
./autogen.sh

sorry I guess I should've been clearer  Roll Eyes

Code:
~/tmp/SyndicateQT $ chmod +x autogen.sh
chmod: cannot access ‘autogen.sh’: No such file or directory

You get that error at the last bit on compiling correct?

Try installing secp256k1 manually:
Code:
git clone https://github.com/bitcoin-core/secp256k1
cd secp256k1
./autogen.sh
./configure --enable-module-recovery
make
./tests
sudo make install
legendary
Activity: 1050
Merit: 1000
getting a compilation error on Linux:
Code:
/bin/sh: 1: ./autogen.sh: Permission denied
make: *** [/tmp/SyndicateQT/src/secp256k1/src/libsecp256k1_la-secp256k1.o] Error 126

any ideas, autogen.sh is absent.

Try:
Code:
chmod +x autogen.sh
./autogen.sh

sorry I guess I should've been clearer  Roll Eyes

Code:
~/tmp/SyndicateQT $ chmod +x autogen.sh
chmod: cannot access ‘autogen.sh’: No such file or directory
Jump to: