Bible Pay

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - klondike

Pages: 1 2 3 4 5 6 7 8 [9] 10 11
121
now again working masternode= received rewards .... nice

for CZECH+SLOVAK languages i can help
user Slovakia can help with CZECH SLOVAKIA HUNGARY

122
it looks,that we are stuck on 41100

123
masternode ENABLED finally? ::)




124
Rob,

i did it by your instrunctions,typed and nothing... and btw: i had in crontab correct
Quote
cd ~/.biblepaycore/watchman && ./venv/bin/python bin/watchman.py >/dev/null 2>&1
   when you checked my screens what i posted here .. you must saw it
it looks,that all your setup is broken.Exists anybody whom working masternode except you? I dont know this person.By me nobody.It will be very hard start masternode when doesnt working still.





what happened when ill close controller-win-wallet and again run it? its OK?


thanks

125
ADMIN ok...i understand now what you wanna from me .. thanks

126
this is need on the end?   >/dev/null 2>&1?

yeah cd ~/.biblepaycore/watchman && ./venv/bin/python bin/watchman.py >/dev/null 2>&1

127
im still as root all commands
after nightshift ill try to do command from crontab to command line
6:20 morning EU TIME ill be here: your -8hour,dont know what USA TIME ZONE are you.. im +1hours EU

added line in crontab line is this  * * * * * cd .biblepaycore/watchman && ./venv/bin/python bin/watchman.py >/dev/null 2>&1

what command from this i have to use like run command? this cd ~/.biblepaycore/watchman && ./venv/bin/python bin/watchman.py  ?

where i see if watchman running? Verify the output is empty?

thanks


128

I dont see a problem with your config off the bat.  But for the 4th time, what happens when you *type what is in your crobtab -e into the command line verbatim*?

Next, what is your IP?  I want to look at your masternode status.

Next, what happens when you type select * from votes in Togos guide?
my IP ending 106 ...

and im wrote STUCK: dont understand what are you meaning
Quote
"what happens when you *type what is in your crobtab -e into the command line verbatim*?"
this ic command in putty  * from votes

 :-X :-X :-X

togo or admin : have you teamviewer? you can via remote check where have i problem. Its sad that only you,togo,tiras we are only the testers masternodes ...

129
Quote
Klondike for the 3rd time your watchman isnt running properly.
Run the command you have in your crontab without the devnull suffix on the end, and see what the error is.

when i run watchman what i have to see?  example: watchman running? or?






togo had same errors in watchman...is this fixing? im stuck on red command

Quote
=== Watchman Database Poking

sudo apt-get install sqlite3
sqlite3 Watchman
sqlite>
select * from votes;
.table <enter>

== OUTPUT:
1|2|2|1|2017-11-13 16:20:01.419328|2017-11-13 16:20:01.419338|2017-11-13 16:20:01.419344|f2ff8b0970c959e1ea750234593ff358f9ea7ce8e162a6c6ab50c6b31035330c

governance_objects  proposals           signals             votes
outcomes            settings            superblocks         watchdogs

CTRL + D to exit sqlite

130
my steps is this ... show/tell/write me,where i doing mistakes: may be this helps all users.....

1.setup VPS by togo tutorial= easy user-friendly step-by-step = working good
2.run windows wallet and setup testnet=1 in config + syncing chain = working good
3.when is VPS done, run ./biblepayd -testnet -daemon and wait for syncing blocks = working good
4.in VPS ./biblepay-cli -testnet -daemon setgenerate true 0 i dont want mining with VPS = working good
5.in VPS ./biblepay-cli -testnet masternode genkey i got SANCTUARY_PRIVATE_KEY  = working good
6.in controller-windows wallet do in debug win this command getaccountaddress TEST  = working good
7.sent from other wallet to my controller wallet TEST address 500 000 tBBP  = working good
8.in controller-windows wallet in debug win using this command masternode outputs i get TRANSACTIONHASH+ INDEX (1 or 0)
9.in controller-windows wallet open masternode.config and add this line TEST SPACE [VPSIP:40001] SPACE [SANCTUARY_PRIVATE_KEY] SPACE [TRANSACTIONHASH] SPACE [INDEX]  = working good
10.in controller-windows wallet open wallet configuration file and add this
Quote
testnet=1
genproclimit=0
rpcuser=aaaa123
rpcpassword=bbbb123
rpcallowip=127.0.0.1
rpcport=9998
listen=0
server=1
daemon=1
logtimestamps=1
maxconnections=256

working good

11.in VPS close/stop wallet and add this

Quote
rpcuser=aaaa123
rpcpassword=bbbb123
rpcallowip=127.0.0.1
rpcport=40009
listen=1
server=1
daemon=1
logtimestamps=1
externalip=VPS_IP:40001 (if this doesn't work, try just IP without :40001 and restart)
maxconnections=256
masternode=1
masternodeprivkey=SANCTUARY_PRIVATE_KEY

working good

12. in controller-windows wallet in debug win run this command masternode start-alias TEST .... = working good
13.compiling watchman this commands in VPS

Quote
sudo apt update
sudo apt install git python-virtualenv virtualenv
cd ~/.biblepaycore
git clone https://github.com/biblepay/watchman.git
cd watchman
virtualenv venv
venv/bin/pip install -r requirements.txt
  done

14. in nano.watchman.config  deleteing # in testnet and add # in mainnet  done
15. then run watchman this command venv/bin/python bin/watchman.py when you run it,you see nothing
16.run this command in VPS crontab -e and add this line at the end

Quote
* * * * * cd .biblepaycore/watchman && ./venv/bin/python bin/watchman.py >/dev/null 2>&1

im still PRE-ENABLED OR NEW_START_REQUIREDE in CONTROLLER-WINDOWS WALLET  :-\






131
admin why are you writing still in puzzles?

togoshigekata got in tutorial this

Quote
2. Controller Wallet - Show Proof of Coins
getaccountaddress MASTERNODE_NAME #creates MASTERNODE_ADDRESS
sendtoaddress MASTERNODE_ADDRESS 500000 "" ""

how can to do this command in controller windowswallet when i dont know masternode_adress???

ADMIN and your tutorial http://wiki.biblepay.org/Create_Masternode is bad:

Quote
4) Now on the SANCTUARY WALLET, open biblepay.conf from (Linux: ~/.biblepaycore).

Add:

rpcuser=long random username
rpcpassword=longer random password
rpcallowip=127.0.0.1
rpcport=40009
listen=1
server=1
daemon=1
logtimestamps=1
externalip=SANCTUARY_PUBLIC_IP:40001 (if this doesn't work, try just IP without :40001 and restart)
maxconnections=256
masternode=1
masternodeprivkey=SANCTUARY_PRIVATE_KEY
Make sure to replace rpcuser and rpcpassword with your own.

5) Close and restart this sanctuary node.

how you tested this?  you cant add new info to config and then stop wallet, doesnt working: you have to stop wallet on linux and then add to config new infos and then run

 ::)

132
TOGOSHIKEGATE
your tutorial is weird

Quote
1. Generate private key on Sanctuary Masternode Linux machine

./biblepay-cli -testnet masternode genkey

(Store this as your MASTERNODE_PRIVATE_KEY)

2. Controller Wallet - Show Proof of Coins
getaccountaddress MASTERNODE_NAME #creates MASTERNODE_ADDRESS
sendtoaddress MASTERNODE_ADDRESS 500000 "" ""

3. Wait for 15 confirmations
(Note: Testnet chain mines blocks every 1 minute,
turn on miner if no one else is mining so confirmations can go through: setgenerate true 1)


masternode-address is what?where? when we made masternode wallet? we will be sending 500k from wincontroller wallet to masternodelinux wallet? or how? this is mishmash for all users

15 confirmations? i see 6

133
TIRAS thx for tBBP,you read PM here on forum?

may be im found my problem where i did mistake :

im always sending from controller-win wallet 500 000 tBBP to linux wallet-masternode and its probably bad.And i made getaccountaddress [MASTERNODE_ALIAS] on linux-masternode wallet.

dont understand this english sentences:

Record the BBP Address that is emitted from the above command in notepad as ESCROW_ADDRESS).
Next, send some escrow funds to the new escrow address you created in the above step; this escrow is used by sanctuary to provide cool services to users, such as instantsend and retirement account trading:
      sendtoaddress <ESCROW_ADDRESS> 500000


can you explain pls easy this to 1 sentence?

i have to send from other wallet to this controller-win-wallet 500k or i can start controller with exists 500k in wallet?


134
admin+togo=thanks for no help=´

my 500k in masternode wallet was disappeared=

now im broken stick on masternode and all with bbp=

no dev help

happy time with this shit coin

bye

togo+admin= 2 testers= nice, noob coin

135
hi,
exists anybody except ADMIN whom working stable masternode?


yauWFekmt47YpzzQaZxFRkM7Zk5RjGQTsa- one 1mln please

ill try setup masternode on 2 clean machines(linuxmasternode+wincontroller),may be problem is with my big setups

thanks

Pages: 1 2 3 4 5 6 7 8 [9] 10 11