Search content
Sort by

Showing 20 of 65 results by DemocraticRepublicOfDave
Post
Topic
Board Service Announcements (Altcoins)
Re: CoinTracking - Profit/Loss Portfolio and Tax Reporting for Digital Currencies
by
DemocraticRepublicOfDave
on 08/09/2020, 17:35:39 UTC
Hi there,

I see there are advanced transactions "Derivative / Futures Profits", "Derivatives / Futures Loss", but I can't find any documentation to explain how they work.

Could you point me in the direction of the documentation please?

I have a few put/calls on deribit, but they csv import as Loss and Income, which I don't believe is correct for UK tax rules.

Thanks,

Dave
Post
Topic
Board Electrum
Re: Transaction stuck at unconfirmed for hours?
by
DemocraticRepublicOfDave
on 03/02/2017, 13:35:10 UTC
Hi there,

Same here.  1 transaction stuck for around 24 hours.  Seems like btc unconfirmed transactions are particularaly backed up at the moment (69k as I write, up from about 24k yesterday).  I've enabled manual fees on my wallet now for all future transactions.

Been trying to find the answer to this one on the web but not having much luck.

Is there a time limit in which if the transaction is still unconfirmed, the transaction will be cancelled (like a 48 hours limit or anything)? 

Cheers

Dave
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ARDR][NO ICO] Ardor, or Nxt 2.0, a Scalable Child Chain Platform
by
DemocraticRepublicOfDave
on 14/10/2016, 11:08:09 UTC
i want to withdraw my ardor from bittrex to my nxt wallet, what should i flll on the message?

Hi there.

If you are withdrawing to your own nxt wallet client you can leave the message blank.  Your nxt address is enough (I've just done this).

The message is used for transfers to an exchange where there is a single NXT deposit address for everyone.  The message is used then to discern which deposit goes to which exchange user (the message is unique to each user).

Cheers

Dave
Post
Topic
Board Announcements (Altcoins)
Re: ★★DigiByte|极特币★★[DGB]✔DigiByte Gaming - CS:GO, LoL, #DigiByteTip, DigiSpeed
by
DemocraticRepublicOfDave
on 30/03/2016, 10:33:25 UTC
Hi all,

I think the old saying goes "buy on the rumour, sell on the news".

Cheers

Dave
Post
Topic
Board Speculation (Altcoins)
Re: [BBR] Boolberry Speculation
by
DemocraticRepublicOfDave
on 06/02/2016, 17:21:39 UTC
wtf?

Care to revise your statement? I think volume has about doubled since you said that...

OK, I'll revise.

WTF?!!!

Was the Boolberry GUI released and now it's mooon?

A very functional official GUI for BBR has been out for quite some time.

As for the spike in volume I'm as curious as the rest.

IMO this was nothing to do with the technicals of the coin.

I think it was an abortive attempt to pump the coin.

I think the initial spike was someone buying up supply so as to manipulate the price higher and profit.

I say abortive because I think that as soon as the boolberry network had some issues they pulled out and dumped.

At least that is how I intepret what happened.

Cheers

Dave
Post
Topic
Board Speculation
Re: Automated posting
by
DemocraticRepublicOfDave
on 08/01/2016, 08:55:42 UTC



love btc-e


those crazy australian markets are ripe for picking though
Bitcoin:
$648.99
Litecoin:
$5.15


go bitcoin go

648.99?

Dude I don't know where you find that... I mean I know btc is going up and all but 650$ well i never saw that. Don't know what you're talking about...

I suspect he means 648.99 Australian $
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] AEON 2nd gen cryptonote, anon, mobile-friendly, scalable, pruning
by
DemocraticRepublicOfDave
on 12/10/2015, 18:52:25 UTC

I'm on Mint 17.2. I've installed GCC 4.9 and followed your instructions, but get this after running make:

Code:
...../wolf-aeon-miner/main.c:735: undefined reference to `clCreateCommandQueueWithProperties'
collect2: error: ld returned 1 exit status


Hi There,

I had the same thing.  I think this points to having an older openCL sdk installed than is required.

It is possible to build it using by changing the function names to that used in the older openCL releases, and it does link and build.  But then the actual opencl code give errors during execution.

Probably best to upgrade to latest SDK (note - I haven't because it was such a pain to do it on my headless rig, and it's nice and stable mining other currencies at the moment).

Cheers

Dave
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] AEON 2nd gen cryptonote, anon, mobile-friendly, scalable, pruning
by
DemocraticRepublicOfDave
on 10/10/2015, 21:34:29 UTC
It just needs cloned, then make, yeah? I assume I'm missing some dependencies. Error on Mint 17.2:

Code:
log.c:25:3: warning: format not a string literal and no format arguments [-Wformat-security]
   printf(timebuf);
   ^
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c net.c -o net.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c minerutils.c -o minerutils.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c gpu.c -o gpu.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c main.c -o main.o
main.c:9:23: fatal error: stdatomic.h: No such file or directory
 #include
                       ^
compilation terminated.

Google says I have to old a version of GCC maybe? I'm running 4.8.2.

yeah, when I tried to compile for ubuntu and ran into errors, wolf mentioned that I might have an old version of gcc.

Hi, I had the same thing.  It's a bug in gcc 4.8, fixed in gcc 4.9.

Cheers

Dave
Post
Topic
Board Announcements (Altcoins)
Re: Feathercoin [FTC] - time proven, fast, secure and unique POW coin
by
DemocraticRepublicOfDave
on 09/10/2015, 11:48:27 UTC
So...I somehow managed to lose the password to my wallet.  It's not much, but its ~7000 coins.  I remember some of the parts of the password, but not all. Are there any tools anyone knows of to help recover a password?  Even maybe some brute-force scripts or something?  Any help at all is appreciated!

Code:
Private key encryption is done based on a CMasterKey,
which holds a salt and random encryption key.

CMasterKeys are encrypted using AES-256-CBC using a key
derived using derivation method nDerivationMethod
(0 == EVP_sha512()) and derivation iterations nDeriveIterations.
vchOtherDerivationParameters is provided for alternative algorithms
which may require more parameters (such as scrypt).

Wallet Private Keys are then encrypted using AES-256-CBC
with the double-sha256 of the public key as the IV, and the
master key's key as the encryption key (see keystore.[ch]).

EVP_aes_256_cbc(), EVP_sha512(), 25k iterations

crypter.cpp and crypter.h tell the story

Good luck. You'll need it.


lol thanks!

Anyone heard of or used this?
https://github.com/gurnec/btcrecover

Hi there,

I have not personally used this, but there is a rather large thread devoted to password recovery, including use of btcrecover....

https://bitcointalk.org/index.php?topic=85495.0

If you have a rough idea of the password (at least bits of it, length, for example), then you are in with a chance of recovery.

Cheers

Dave
Post
Topic
Board Altcoin Discussion
Re: Ryan Pumper: Pumpers Picks (Updated Daily)
by
DemocraticRepublicOfDave
on 06/07/2015, 08:25:23 UTC
Hi Ryan,

Also PM'd you.

Cheers

Dave
Post
Topic
Board Exchanges
Re: [ANN] Bittrex - Next generation exchange (btc/ltc/eac/ppc/rdd/ftc/and more)
by
DemocraticRepublicOfDave
on 13/05/2015, 08:57:32 UTC
Ah Back up.
Post
Topic
Board Exchanges
Re: [ANN] Bittrex - Next generation exchange (btc/ltc/eac/ppc/rdd/ftc/and more)
by
DemocraticRepublicOfDave
on 13/05/2015, 08:22:18 UTC
Looks like backend is down as well - API not working.

Cheers

Dave
Post
Topic
Board Exchanges
Re: [ANN] Bittrex - Next generation exchange (btc/ltc/eac/ppc/rdd/ftc/and more)
by
DemocraticRepublicOfDave
on 13/05/2015, 08:20:32 UTC
Site down?

Regarding the new look, well it seems to be going for the fashon today of lots of whitespace and big pictures on the main page.

So far as trading is concerned - Mostly I am ok with the changes.

Positives
- The buy/sell order lists are better in that you can see all of the orders if you scroll.
- Like the distribution tab.

Criticisms.
- Way too little order history <-- Main Criticism.
- Buy sell orders windows could be lengthened - currently leads to lots of scrolling.
- Why have a your open orders tab when identical information is shown in the summary page?

Overall - meh, ok.

Cheers

Dave
Post
Topic
Board Altcoin Discussion
Re: (Unofficial) Litecoindark Thread (LTCD Dead-Officially)
by
DemocraticRepublicOfDave
on 07/04/2015, 10:33:21 UTC
You making this into something personal and making direct character attacks on somebody you know nothing about, and being completely wrong in what you say, makes you an idiot.

Post
Topic
Board Securities
Re: Lab Rat Data Processing, LLC (LabRatMining) Official Announcement
by
DemocraticRepublicOfDave
on 11/03/2015, 19:33:34 UTC
With my weekly earnings from this I could get an entire 1/6th of a water bottle.

Incredible.

Cheer up.

Well, if bitcoin continues to rise, in about a week you will be able to get an entire 1/3rd of a water bottle.  Grin Grin Grin

Cheers

Dave
Post
Topic
Board Securities
Re: Lab Rat Data Processing, LLC (LabRatMining) Official Announcement
by
DemocraticRepublicOfDave
on 27/11/2014, 13:39:15 UTC
Hi all,

Whilst we await LabRats return I guess we must entertain ourselves. Smiley

I propose a limerick competition.  Grin

Here is my (rather dubious) entry:

There once was a man called LabRat,
Who changed contracts on us just like that,
Then people got rude,
and some of them sued,
and that was the end of that!  Shocked

Any other entries?

Cheers

Dave.
Post
Topic
Board Securities
Re: Lab Rat Data Processing, LLC (LabRatMining) Official Announcement
by
DemocraticRepublicOfDave
on 27/11/2014, 13:36:23 UTC
Hi all,

Interesting.



Seems LabRat doesn't live here anymore.  Sad

Cheers

Dave
Post
Topic
Board Altcoin Discussion
Re: Ryan Pumper: Pumpers Picks (Updated Daily)
by
DemocraticRepublicOfDave
on 20/11/2014, 11:46:48 UTC
0.5BTC seems like a high amount...

Hi there.

It depends how you view it.

If you were (almost) a complete newbie like I was, you can view it as a week long training session.  The price I suspect would compare favourably to a more format training course (if any exist).

For me - I did this about a month ago I think, and no I didn't make money even though the picks were good (mainly because the tools I used were failing to trigger conditional orders - I'm looking at you cryptotrader - grrr).  However, the techniques that I picked up from Ryan I feel were worth my .5btc.

Since then I have been practicing those techniques, and getting better and much more disciplined in my approach (I'm now much *much* better with regards to limiting losses), and getting to grips with the trading tools available.

Last weekend I got my first +>100% gain on a trade Cheesy

If you are already disciplined in your approach to trading then I would recommend Ryan (to make money with).
If you are a complete newbie who wants to learn about this sort of trading and eliminate common mistakes, with the possiblility of making the .5btc back I would also recommend him.

I suspect I will sign up again with him once I feel I can fully utilise his tips and make good money with them.

Cheers

Dave
Post
Topic
Board Announcements (Altcoins)
Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released
by
DemocraticRepublicOfDave
on 17/11/2014, 14:27:37 UTC
Hi there.

Glad to hear of the progress.

Never mind star wars - it reminds me of a game I used to play, the optimistically titled - "Defcon 5 - evrybody dies" (use google images and you will see what I mean) Cheesy

Although the multi-gateway is a far more positive move  Grin

Cheers

Dave
Post
Topic
Board Altcoin Discussion
Re: Ryan Pumper: Pumpers Picks (Updated Daily)
by
DemocraticRepublicOfDave
on 06/10/2014, 07:47:47 UTC
Hi all,

Well I'm in for the week.  Grin  I'm quite curious as to how this all works.  Will hopefully pick up some tips.

Cheers

Dave