SpuriousDragon - Page 2
SpuriousDragon
Jun 18
Shardeum validator 1.4.0 fix
https://shardeum.org/ As per the new version of validators, the node is exiting every time it starts and finishes validating. To address this issue, I have created a small bash script that can help fix the problem. Quick fix: Navigate to the Shardeum directory and access docker instance using the following command:cd .shardeum/ ./shell.sh
Install nano and create a new file “status_check.sh”:apt install nanonano status_check.sh
Paste the following code:
#!/bin/bash
# Function to check the status...
SpuriousDragon
Jun 4
"Simon Tadros": A Lebanese Tech Entrepreneur's Harrowing Journey Through Belgian Justice: The Untold Story of Injustice, Loss, and Survival.
"There is no crueler tyranny than that which is perpetuated under the shield of law and in the name of justice." ~ Baron de Montesquieu
My name is Simon Tadros, a Lebanese serial crypto entrepreneur and layer 2 engineer, and I have endured numerous injustices and unfair treatment on Belgian soil. In this blog post, I aim to shed light on the profound challenges I have faced and the inhuman conditions imposed upon me. From my unjust detention to the deprivation of my basic human rights, I will provide insights into my experience.
Read more...
SpuriousDragon
Jan 22
Smurf society X atomic swap raffle #2
Calling all warriors of the Smurf Kingdom! The time has come for us to rally together and defeat our enemy, Gargamel. And what better way to do that than by participating in the epic Smurf Society X Atomic Swap Raffle - Round 2! This is your chance to join the ranks of the Legendary NFT collection, set to mint early 2023. With web3 partnerships with The Sandbox, Polygon, Lens Protocol and more, the possibilities are endless.
Participate here
SpuriousDragon
Jan 4
hedge future and funding fees
What is Funding Fee Arbitrage between 2 exchanges based on different funding timing? The funding rate in a perpetual futures contract can be used as part of a hedge strategy in the cryptocurrency market. A hedge is a financial strategy that is designed to reduce the risk of loss from adverse price movements in an asset. In the context of cryptocurrency trading, a hedge strategy using the funding rate might involve taking opposing positions in the futures market and collecting exchanges funding fees.
Read more...
SpuriousDragon
Nov 12
Sportbets and crypto casinos
Sportbets.io and Bitcasino.io are the best crypto gambling and sport betting in the space. Been in the crypto space since 2017 and being a gambling fan, I experienced many casinos and betting platforms until I made my choice. Bitcasino and sport bets are the most trusted and regulated; they also offer high-speed withdrawals faster than any centralized exchange like Binance and Kucoin. They support many cryptocurrencies, have Metamask integration, and a unique loyalty program.
Read more...
SpuriousDragon
Nov 10
ZKROLL UP BATTLE
http://dune.com is an online solution that anyone can use to create SQL queries on blockchain data for free. The results are visualized as charts. In this example, I compare zksync vs arbitrum vs optimism vs polygon by size of daily depositors. You can find the SQL query at https://dune.com/queries/1493205
Code Sample:
WITH zksync_summary AS (
WITH depositors AS (
SELECT date, count(USER) AS deposits
FROM (
SELECT min(date) AS date, account AS USER
FROM (
SELECT date_trunc('day', min(evt_block_time)) AS d
...
SpuriousDragon
Aug 8
How to upload images on ceiling and floor in spatial
The answer is straightforward: you need to create it as an OBJ or GLTF. The easiest and fastest method is to use an online editor: https://app.vectary.com/ Open the editor, drag and drop the image, import the image, make the object double-sided by enabling the feature in the right menu, import the image by clicking on the top menu → export → File Format > GLTF → Download. Export to GLTF, then upload to Spatial.io and create some chaos.
Read more...