Bitcoin Forum
May 28, 2024, 04:38:27 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Alternate cryptocurrencies / Altcoin Discussion / How to get ETHARBO gas to pay for swapping USDC ARB1? on: April 15, 2024, 05:45:58 AM
I'm holding USDC (ARB1) on Exodus. I want to swap my USDC (ARB1) for HBAR or any other token, but Exodus says I first need 0.0001 "ETHARBO" for gas. It seems that “ETHARBO” is a custom name Exodus has given the ETHARB1 pair. Is that correct?

I already have ETH in my Trust Wallet so first do I swap some ETH (Ethereum network) for some ETH (Arbitrum network) then send that ETH (Arbitrum network) from Trust Wallet to ETH on the ARB1 network in the Exodus wallet? Would that be correct?

I only need 0.000105 ETH for that tx, but the network fee is $127 (0.3476 ETH). Is that fee an error?

Trust Wallet Screenshots
https://imgur.com/lkp6117
https://imgur.com/1zl7yXH

Exodus Screenshot
https://imgur.com/ZzcRGSF


Thanks
2  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: March 29, 2024, 12:25:59 PM
Looks like the method involves selecting a random number within a specified range defined by the number of bits of entropy. E.g. each output (or Bitcoin address) corresponds to a private key that was generated by selecting a random number within the range of (2^n-1) to (2^n)-1 , where n is the number of bits of entropy designated for that particular key. So that range ensures that the selected number has exactly n bits when represented in binary form matching the pattern of increasing entropy with each subsequent address. Each subsequent address uses a private key with one additional bit of entropy than the previous one.

The selection of the specific private key within that range is random. To generate or guess the next unclaimed output's private key (e.g., for the address with a 51-bit key), one would theoretically need to try all possible values within the range from (2^50) to (2^51)-1. By using a sufficiently high number of entropy bits, a quantum machine might be needed to brute-force through all possible keys in this range.
3  Alternate cryptocurrencies / Altcoin Discussion / Altura ALU vs Phantasma SOUL on: November 04, 2021, 09:56:34 AM
From what I've read they are both Smart NFT eco-systems.

Some articles said that Phantasma had the first Smart NFT, but I'm not sure.

Both are young/small-cap. Altura has twice as many Twitter followers. Both seem just as active on Reddit. Not that it really matters.

Both seem to be progressing on their roadmaps. Both white-papers look decent.

Both do not have any outstanding founders/members.

Phantasma has a decent GiHub, but Altura's GitHub is barely active which is disconcerting.
https://github.com/Phantasma-io
https://github.com/Plutus-Gaming-NFTs-Reimagined

Phantasma's Co-founder Miguel Ferreira left Phantasma's team due to conflict of interest some time ago.

The isthisascam ranking website lists Altura as below average and Phantasma as above average lol. Not sure if that says anything, but again, Altura has no GitHub.

Found a piece that said Pavillion Hub, powered by Phantasma blockchain, acts as a kind of blockchain-enhanced front end for Steam.

Can someone tell me anything more about these two?

Thanks

4  Alternate cryptocurrencies / Altcoin Discussion / What blockchain is Facebook forking for their "stable coin" on: June 13, 2019, 05:06:20 AM
I got a laugh at how Zuck is avoiding using "cryptocurrency" and purposefully using "stable coin" every chance he gets.  Zucker the fucker is a hypocrite.

I digress... what blockchain do you think they're using?  Or are they building their own 100%? I highly doubt it. 
5  Other / Beginners & Help / Re: *********ENGLISH FOR EVERYONE ******** on: April 13, 2018, 12:54:54 AM
Quote from: atrocityx
I'm not an English major but that is how I would rewrite your post.  The original is very wordy... also never start sentences with "and".
This is a myth. You certainly can start a sentence with a coordinating conjunction (and/or etc).
6  Other / Beginners & Help / macOS - please confirm my process to connect Mist to private node on: April 13, 2018, 12:37:15 AM
Most of the community is mining and creating private networks on Windows/Linux but I'm using macOS for my tutorial and learning so I would like conformation that I am doing it correctly. So fat it seems I have success but any tips would be welcome.

I am not mining. I have simply created a private network so I can interact with Mist and build Dapps/contacts.

genesis.json

Code:
{
  "coinbase"   : "0x0000000000000000000000000000000000000001",
  "difficulty" : "0x20000",
  "extraData"  : "",
  "gasLimit"   : "0x2fefd8",
  "nonce"      : "0x0000000000000042",
  "mixhash"    : "0x0000000000000000000000000000000000000000000000000000000000000000",
  "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
  "timestamp"  : "0x00",
  "alloc": {},
  "config": {
        "chainId": 15,
        "homesteadBlock": 0,
        "eip155Block": 0,
        "eip158Block": 0
    }
}


Initialization:
geth --datadir=./chaindata/ init ./genesis.json
geth --datadir=./chaindata/

Connecting Mist to private network / start the local test network
geth --dev

Get Mist to connect
open -a /Applications/Mist.app --args --rpc /var/folders/y1/jynwfrwj411bxck8whqgcbr00000gq/T/geth.ipc


Correct?
7  Alternate cryptocurrencies / Altcoin Discussion / macOS - Installing Ethereum blockchain on external hd on: April 13, 2018, 12:29:03 AM
As an experiment to save space for learning purposes I put the Geth binary on an external drive thinking that the node would automatically download to that same exerted disk. I ran that binary (not the Homebrew installed binary) via Bash but the Ethereum node still got installed in the default /Users/Satoshi/Library/Ethereum/

Do I have to create a specific bash? There are already paths in my bash file.

Or should I just download the entire Ethereum node currently 80GB, then move that Ethereum folder over to the external drive? If this is possible;
1.how do I tell Mist/ETHWallet to connect to that node on the external drive?
2. Every time I run Geth from Bash how do I get Bash i.e. Terminal app to recognize by default the Geth binary that is not in the usual default home directory but the Geth binary that is on my external disk?

From what I've read I might be able to create a symlink? Copy the original Ethereum folder to my external hd then create a symlink like so?

ln -s /external-disk-path /Users/Satoshi/Library/Ethereum
8  Other / Beginners & Help / Mist + (macOS private network) etherbase long ether value instead of coin value on: April 13, 2018, 12:14:21 AM
I have set up a private ETH network for learning purposes. Everything good so far.

The usual initialization
geth --datadir=./chaindata/ init ./genesis.json
geth --datadir=./chaindata/


On Windows you install Geth and run geth --datadir=./chaindata/ then open Mist and click Launch.

On macOS we run a dev console then open Mist via bash like this.
geth --dev
open -a /Applications/Mist.app --args --rpc /var/folders/y1/jynwfrwj411bxck8whqgcbr00000gq/T/geth.ipc


Everything opens fine and I'm ready to go. But Mist is displaying a very long ether value for the etherbase instead of a nice simple coin value. Is this normal?

I found someone's screen shot on Windows and it shows the simple coin value. Is that because it's an older client or because it's Windows?


9  Alternate cryptocurrencies / Altcoin Discussion / Re: Did OCN Odyssey have frozen tokens until a specified date? on: February 16, 2018, 08:00:08 PM
.....crickets
10  Alternate cryptocurrencies / Altcoin Discussion / Re: MEW: unable to locate corresponding Transfer event log on: February 16, 2018, 07:52:08 PM
The ERC-20 Token Transfer might have Failed (ErrCode: unable to locate corresponding Transfer event log), check with sender.


Hi guys... I think I have a special case here because no solutions have worked for me.

I am trying to send 120K OCN from MEW to the gate.io exchange.

I sent 50K successfully.  But then when I tried to send the 70K balance it fails every time.

I have tried 40 gwei, 200000 gas limit, smaller amounts, different nodes etc. But still failing. I still have 0.173051236 ETH in MEW.

https://etherscan.io/tx/0x834b37cd7b13941c2551ae37b7810400ea4155fd89a4db1ca77528fdb73e9f9b

What could possibly be the reason that 50K would go through but not the remaining balance? If there was a frozen limit even 50K wouldn't work right?

I have sent a Twitter DM and email to Odyssey but still no reply. These companies are like ghosts after their token sales close.


----

EDIT: Update. Even stranger. So this time I tried sending OCN on MEW via MetaMask. MM presented more explicit error messages. Something wrong with the contract?

When MM opens up from the MEW UI at first I got these messages. Of course I adjusted the gas limits
https://i.imgur.com/NfIdh3t.png


But then I still got this error message. And of course the tx failed. So it is failing with MEW and MetaMask.
https://i.imgur.com/oPSVdFM.png
11  Alternate cryptocurrencies / Altcoin Discussion / Did OCN Odyssey have frozen tokens until a specified date? on: February 16, 2018, 07:36:43 PM
EDIT: found out 50% are locked until April. Hope this helps someone else.

12  Economy / Trading Discussion / Portfolio of many vs portfolio of a few - spread myself too thin? on: January 06, 2018, 05:33:18 AM
I'm holding over 10 different coins and all of them have performed well. They have good proposition value, developers, marketing, some notable backers etc. I had more but have slowly gotten rid of shit coins. Even shit coins that made me a lot of money. I figured I might as well get out of the shit coins while I'm ahead.

So now I'm holding only coins that have a substantial value proposition and hard working team. But even though I've gotten great gains I'm thinking that there will most likely never be that home run unless a considerable amount i.e. $5k/10k is put into say 5 different coins = $25k. Instead of $1k here and $3k there etc.

Should I wait to see which guys seem to be getting closer to delivering on their plans and see which coins can survive some BTC gains or should I decide now which ones to cut loose?

It's hard to do because you're always thinking what if this one or that one ends up on top. I mean if you had 1000 BTC back in 2013 you'd be laughing now but the game has changed.

13  Economy / Trading Discussion / Prices on Tradingview charts very different than Coinmarketcap and other sites on: January 06, 2018, 04:59:44 AM
My Tradingview charts say QTUM $48 but coinmarketcap and everywhere else it's $61. Am I missing something? Same with Monero $365 on Tradingview charts vs $394 on coinmarketcap and other sites. LTC seems to be ok on the charts though.

Is it simply because of different exchanges? I know Korean exchanges are thousands higher than other exchanges for BTC for example but I'm just comparing TradingView and average exchanges.

Coinmarketcap is getting an average I guess but how does that affect your trading when the charts you use are not the same charts as the exchange?

I mean 99.99999% of the exchanges have crappy charts.

14  Economy / Exchanges / Re: HitBTC: Currency operations not available on: December 30, 2017, 12:41:37 AM
Well guys, good news for me at least. I was able to withdraw my ETH. It wasn't working for a couple of hours. I guess I was lucky.

"Withdraw request has been successfully submitted!" Maybe it was because I sent them an email and complained. Who knows.

I hope you guys can withdraw as well.

I hope 2018 is a stabilizing year for us and we can get rid of all shitcoins and shitexchanges.

Peace
15  Economy / Exchanges / Re: HitBTC: Currency operations not available on: December 29, 2017, 11:10:41 PM
Nope, I'm unable to withdraw from hitbtc as well -- kinda expected, this exchange has been having problems for a long time now and this was all going to come crashing down at some point. I just really open everyone is able to get their money back and this isn't some shitty exit scam by the incompetent team at hitbtc.


goodluck to you and everyone else!
UnF'ing believable. I get the feeling that some new alt coins are created so that scamming exchanges can advertise that they have those alt coins and then keep everyone's funds. I think after this I will never touch an "indie" exchange even if it means I miss out on early profits. I'll wait until the alt coin is on a proven exchange.

No point in worrying about missing out on being early on the action in a coin if you can't get your money out in the first place.

Luckily I spread myself around.

 
16  Economy / Exchanges / HitBTC: Currency operations not available on: December 29, 2017, 10:43:08 PM
I've read Reddit threads where tons of people are complaining about the same thing. A big red "Currency operations not available" message when trying to withdraw from the exchange. I have even tried exchange my coins to ETH and still cannot withdraw.

After the EtherDelta hack and other reports of HitBTC problems I'm eager to get my assets off of HitBTC and onto a long-standing reputable exchange.

Unfortunately in order to sometimes own an altcoin early we need to temporarily trade on not so well-established exchanges.

Anyone having success withdrawing today?
17  Alternate cryptocurrencies / Altcoin Discussion / Re: Blowing the lid off the CryptoNote/Bytecoin scam (with the exception of Monero) on: December 29, 2017, 08:39:45 PM
Monero is hands down the best CN coin, no doubt. But excessive fucking shilling and arrogance will kill it. Arrogance and fucktardness killed Litecoin. Everything that happened in Litecoin can be traced to the arrogance of the community. The short sightedness to think that they can be Bitcoin, and everything they did revolved around it.
So 3 years later you think still that about LTC?  lol You missed out.
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XSH] TOR/i2p, Quantum proof, MN, PoS/PoW, Fully ano, SHIELD on: December 25, 2017, 01:01:17 AM
Anyone have any other coins on the watchlist that seem to be a good project similar to shield.....

Similar to Shield? Would you walk into Starbucks and ask the people sitting their enjoying their coffee if they recommend any other coffee shops? Lol
I LOL'd. I've done this at a few different establishments. Just call me Larry David.
19  Economy / Trading Discussion / How to transfer between coin wallets on Bitfinex? i.e. BTC to LTC. on: July 30, 2017, 03:01:36 AM
So I've looked and read everywhere on their platform.

e.g.
https://support.bitfinex.com/hc/en-us/articles/115003291305-How-do-I-transfer-funds-between-my-wallets-

But it only lets me transfer between exchange, funding and margin accounts not coins.

I simply want to transfer BTC into another wallet like LTC.

http://imgur.com/a/nrx6Q


EDIT: If this is not possible how could I transfer my BTC to IOTA using another service? Shapeshift doesn't have IOTA.

Could I withdraw my BTC into CAD/USD then buy IOTA?
20  Alternate cryptocurrencies / Altcoin Discussion / Re: Coinsquare - Have holdings but says 0 funds available to withdraw on: July 28, 2017, 03:48:55 AM
Coinsquare is second largest exchange in Canada. Has good reviews. Not sure what's going on.

I emailed their support and sent them SNS messages too. Still no reply.


That withdraw section is where you can normally send to a third party wallet.
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!