Buidl Strategies With Hummingbot Dashboard
Hummingbot is an community-driven, open source framework for building automated market making and algorithmic trading bots.While, Hummingbot Dashboard is an open-source graphical interface designed to help users manage their portfolios across multiple exchanges, configure and backtest strategies, and deploy and manage multiple Hummingbot instances efficiently.Now, I will introduce all steps to delop the Hummingbot Dashboard. I recommend deploying it on a server close to the exchange API and w...
On-chain Automation
On-chain automation allows developers to trigger smart contract functions in an automated way.Below are just a few of on-chain automation use cases:y...
Earn Interest On Stablecoins
There are some places that you can deposit stablecoins like USDC or USDT to earn interest.Ethereum mainnet or layer-2@ethena_labs@Radpiexyz_io@ExtraF...
Node Operator | DeFi Farmer | Arbitrage enjoyooor
Buidl Strategies With Hummingbot Dashboard
Hummingbot is an community-driven, open source framework for building automated market making and algorithmic trading bots.While, Hummingbot Dashboard is an open-source graphical interface designed to help users manage their portfolios across multiple exchanges, configure and backtest strategies, and deploy and manage multiple Hummingbot instances efficiently.Now, I will introduce all steps to delop the Hummingbot Dashboard. I recommend deploying it on a server close to the exchange API and w...
On-chain Automation
On-chain automation allows developers to trigger smart contract functions in an automated way.Below are just a few of on-chain automation use cases:y...
Earn Interest On Stablecoins
There are some places that you can deposit stablecoins like USDC or USDT to earn interest.Ethereum mainnet or layer-2@ethena_labs@Radpiexyz_io@ExtraF...
Node Operator | DeFi Farmer | Arbitrage enjoyooor

Subscribe to xiaorun.eth

Subscribe to xiaorun.eth
Share Dialog
Share Dialog
<100 subscribers
<100 subscribers
wget https://bitcoin.org/bin/bitcoin-core-22.0/bitcoin-22.0-x86_64-linux-gnu.tar.gz
vim bitcoin.conf # Specify data directory datadir=/home/ubuntu/.bitcoin/data # Location of the auth cookie rpccookiefile=/home/ubuntu/.bitcoin/data/.cookie # Run in the background as a daemon and accept commands daemon=1 # Maintain a full transaction index, used by the getrawtransaction rpc txindex=1 # Accept public REST requests rest=1 # Accept command line and JSON-RPC commands server=1
./bin/bitcoind --conf=/home/ubuntu/bitcoin/bitcoin.conf --daemon
tail -f /home/ubuntu/.bitcoin/data/debug.log 2023-03-02T03:17:27Z UpdateTip: new best=0000000000000000000567e5374d59bed7ab18f65856599f4cef924e3fc2e923 height=778914 version=0x2ae44000 log2_work=94.033371 tx=810050282 date='2023-03-02T03:17:12Z' progress=1.000000 cache=68.8MiB(500391txo)

./bin/bitcoin-cli --rpccookiefile=/home/ubuntu/.bitcoin/data/.cookie getblockchaininfo

wget https://github.com/casey/ord/releases/download/0.5.1/ord-0.5.1-x86_64-unknown-linux-gnu.tar.gz
./ord --cookie-file /home/ubuntu/.bitcoin/data/.cookie -h **** ./ord --cookie-file /home/ubuntu/.bitcoin/data/.cookie wallet restore <MNEMONIC>


inscription.txt { "p": "sns", "op": "reg", "name": "xiaorun.sats", } ./ord wallet inscribe <FILE> --fee-rate <FEE_RATE>
wget https://bitcoin.org/bin/bitcoin-core-22.0/bitcoin-22.0-x86_64-linux-gnu.tar.gz
vim bitcoin.conf # Specify data directory datadir=/home/ubuntu/.bitcoin/data # Location of the auth cookie rpccookiefile=/home/ubuntu/.bitcoin/data/.cookie # Run in the background as a daemon and accept commands daemon=1 # Maintain a full transaction index, used by the getrawtransaction rpc txindex=1 # Accept public REST requests rest=1 # Accept command line and JSON-RPC commands server=1
./bin/bitcoind --conf=/home/ubuntu/bitcoin/bitcoin.conf --daemon
tail -f /home/ubuntu/.bitcoin/data/debug.log 2023-03-02T03:17:27Z UpdateTip: new best=0000000000000000000567e5374d59bed7ab18f65856599f4cef924e3fc2e923 height=778914 version=0x2ae44000 log2_work=94.033371 tx=810050282 date='2023-03-02T03:17:12Z' progress=1.000000 cache=68.8MiB(500391txo)

./bin/bitcoin-cli --rpccookiefile=/home/ubuntu/.bitcoin/data/.cookie getblockchaininfo

wget https://github.com/casey/ord/releases/download/0.5.1/ord-0.5.1-x86_64-unknown-linux-gnu.tar.gz
./ord --cookie-file /home/ubuntu/.bitcoin/data/.cookie -h **** ./ord --cookie-file /home/ubuntu/.bitcoin/data/.cookie wallet restore <MNEMONIC>


inscription.txt { "p": "sns", "op": "reg", "name": "xiaorun.sats", } ./ord wallet inscribe <FILE> --fee-rate <FEE_RATE>
No activity yet