Bitcoin Forum
June 22, 2024, 08:48:58 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: CryptoDredge 0.20.1 — NVIDIA GPU Miner on: June 03, 2019, 10:44:37 AM
cant start argon2d (nim) even from your bat file inside miner, whats a problem?
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ProgPoW] Ethereum Basic - MEETING THE CHALLENGES OF SCALING 🚀🚀🚀 on: May 17, 2019, 05:38:32 PM
I'm confused, do I have to give up ETH to get ETBC coins?

They distribute ETBC for free so you don't have to pay anything or refuse anything..

So, how can i get your coins after snapshot?
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DCR] Decred - Hybrid PoW/PoS | btcsuite Devs | Tons of New Features | Go on: June 18, 2018, 01:01:02 PM
What's the correct command to check total balance (locked and spendable). Since in 0.8.0 it has changed slightly, I wonder if I use the right one because my balance does not show up correctly after ticket purchase. The balance was however shown correctly after 0.8.0 update.

Is this the correct command?
$ ./dcrctl --wallet getbalance "default"

With this as output:
{
  "balances": [
    {
      "accountname": "default",
      "immaturecoinbaserewards": x,
      "immaturestakegeneration": x,
      "lockedbytickets": x,
      "spendable": x,
      "total": x,
      "votingauthority": x
    }
  ],



Yes, that shows balance of "default" account.
Need help. I cant send DCR from Exodus wallet. In developers mod in it, i get adress and privavat key. So i did those steps:
1. dcrd --rpcuser user --rpcpass pass --notls (star  server on Win10pro)
2. dcrwallet --username user --password pass --dcrdusername=user --dcrdpassword=pass --noclienttls (sync wallet with blockchain)
3. dcrctl -u user -P pass --wallet walletpassphrase "1234" 0 (unlock defaul wallet)
4. dcrctl -u user -P pass --wallet importaddress D******************r ( it says: -32601: Method not found)
5. dcrctl -u user -P pass --wallet importaddress "D***************r" (rescan=true) (it says: importaddress command: parameter #2 'rescan' must parse to a bool (code: ErrInvalidType)
Usage:
  importaddress "address" (rescan=true) 
What iam doing wrong??
6. dcrctl -u user -P pass --wallet importprivkey "*********************" (it says: -5: WIF decode failed: malformed private key)
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!