10.09.2018 ile 14.09.2018 arası işler
linux üzerinde dinlenen tcp ve udp portları görmek
netstat -lntu
zeromq ile wallettaki transactionları debug yapmak için
./litecoin-d -printtoconsole -debug=zmq
eğer wallet zmq disable ise veya kapalı ise bazı modülleri yüklemeniz gerekir
sudo apt-get install libzmq3-dev
sudo apt-get install python3-zmq
daha sonra paketleri yükledikten sonra
./configure
make
make install
komutlarını çalıştırın. Ayrıca litecoin wallet çalıştırırken konfig dosyasına bakın
bu şekilde oluşturulabilir
uacomment=companyname
testnet=0
txindex=1
disablewallet=0
printtoconsole=1
rest=1
server=1
rpcbind=0.0.0.0
rpcuser=rpcusername
rpcpassword=rpcpassword
whitelist=0.0.0.0/0
rpcallowip=0.0.0.0/0
rpcthreads=8
zmqpubhashblock=tcp://*:28332
zmqpubrawtx=tcp://*:28332
zmqpubhashtx=tcp://*:28332
zmqpubrawblock=tcp://*:28332
listelemek için tmux ls
listedeki bir pencereye mesela örnekte 0 nolu pencereye attach olmak için tmux a -t 0
Firewall ubuntu port settings kaynak Link Link
Litecoin config Link
Litecoin zmq settings Link
Litecoin wallet kurulum linux Link Link
Litecoin release notes Link
Azure Blob kullanımı Link
netstat -lntu
zeromq ile wallettaki transactionları debug yapmak için
./litecoin-d -printtoconsole -debug=zmq
eğer wallet zmq disable ise veya kapalı ise bazı modülleri yüklemeniz gerekir
sudo apt-get install libzmq3-dev
sudo apt-get install python3-zmq
daha sonra paketleri yükledikten sonra
./configure
make
make install
komutlarını çalıştırın. Ayrıca litecoin wallet çalıştırırken konfig dosyasına bakın
bu şekilde oluşturulabilir
uacomment=companyname
testnet=0
txindex=1
disablewallet=0
printtoconsole=1
rest=1
server=1
rpcbind=0.0.0.0
rpcuser=rpcusername
rpcpassword=rpcpassword
whitelist=0.0.0.0/0
rpcallowip=0.0.0.0/0
rpcthreads=8
zmqpubhashblock=tcp://*:28332
zmqpubrawtx=tcp://*:28332
zmqpubhashtx=tcp://*:28332
zmqpubrawblock=tcp://*:28332
listelemek için tmux ls
listedeki bir pencereye mesela örnekte 0 nolu pencereye attach olmak için tmux a -t 0
Firewall ubuntu port settings kaynak Link Link
Litecoin config Link
Litecoin zmq settings Link
Litecoin wallet kurulum linux Link Link
Litecoin release notes Link
Azure Blob kullanımı Link
Yorumlar
Yorum Gönder