/opt/cellframe-node/bin/cellframe-node-cli ledger list balance -net Backbone > allbalances.txtawk ' /Ledger balance key:/ { ledger_key = $4 } /token_ticker:/ && $2 == "QEVM" { if (balance > 0) print ledger_key, balance } /balance:/ { balance = $2 } ' allbalances.txt | sort | uniq > holders_and_balances.txtgrep -c "Rj7J7" holders_and_balances.txt
ledger list balance -net Backbone
/opt/cellframe-node/bin/cellframe-node-cli srv_xchange token_pair rate history -net Backbone -token_from QEVM -token_to CELL > total_buys.txtgrep -o 'changed' total_buys.txt | wc -l
/opt/cellframe-node/bin/cellframe-node-cli srv_xchange token_pair rate history -net Backbone -token_from CELL -token_to QEVM > total_sells.txtgrep -o 'changed' total_sells.txt | wc -l
srv_xchange order history -net Backbone -order HASH
srv_xchange orders -net Backbone -status opened -token_from QEVM
srv_xchange orders -net Backbone -status opened -token_from CELL -token_to QEVM
srv_xchange orders -net Backbone -status closed -token_from QEVM
wallet info -net Backbone -addr ADDRESS
tx_history -net Backbone -addr ADDRESS
-act - filtration by action (regular, comission, reward, crosschain, open, close, use, extend, change) (optional) https://wiki.cellframe.net/Resources/Node+Commands/TX.+Node+Commands
srv_xchange order history -net Backbone -addr ADDRESS
Hash: 0x846D9B0976803BFFEB83D3846E47BB37BEA001E6A1BF56D5234757F8DCEF37BB
Status: inactive, changed 400000.0 (400000000000000000000000) QEVM for 400.0 (400000000000000000000) CELL, rate (CELL/QEVM): 0.001, remain amount 81426619.039298258943598 (81426619039298258943598000) QEVM, net: Backbone
Prev cond: 0xA1D1EAA9CD366003D6C8B94B01FD4755660F1D62931ED9575B14B9C29D7723B3
Found 4
sudo service cellframe-node status
sudo service cellframe-node start
sudo service cellframe-node stop
Cellframe server: https://pub.cellframe.net/linux/cellframe-node/master/
wget https://pub.cellframe.net/linux/cellframe-node/master/cellframe-node-5.3-342-rwd-opt-amd64.deb
sudo dpkg -i ./NODEPACK
https://gitlab.demlabs.net/cellframe/cellframe-node#install-from-demlabs-official-public-repository
Alternative - /etc/apt/sources.list.d/demlabs.list
sudo apt-get install cellframe-node