Search content
Sort by

Showing 20 of 74 results by altnews
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DigitalNote |XDN| - ICCO Announce - NEWS
by
altnews
on 29/03/2017, 08:45:28 UTC
Now I understand why there are a lot of devs that are not posting on Bitcointalk. It became a cesspool of pumpers/dumpers/flamers.

Yep. They should also stop adding their coins to exchanges.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DigitalNote |XDN| - ICCO Announce - NEWS
by
altnews
on 28/03/2017, 21:18:08 UTC
I told yesterday - "nothing will happen".
I was right ;-)

yes and perhaps not next month

you mean year?

what happend to duck lately if I missed smt after renaming to dnotes... oh,  digitalnote,
merged mining with xmr (and lost cpu mining from wallet), yearly awaited ringCT fail, fantom coin revival (wtf??), poloniex removal
second 'foundation' (oh, ICO) and still-no-roadmap?

Even scammy NEOS and BBR devs performed better.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DigitalNote |XDN| - ICCO Announce - NEWS
by
altnews
on 28/03/2017, 11:20:06 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DigitalNote |XDN| - ICCO Announce - NEWS
by
altnews
on 28/03/2017, 06:42:17 UTC
Distributed all my XDN. Will buy FantomPepeDarkiumCash++ instead (ring signatures, IOT, private messages, active dev team, FPDC foundation, Poloniex soon, wow!)
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BlackCoin (BLK/BC) | PoS | No premine | No IPO
by
altnews
on 03/03/2017, 09:11:16 UTC
Guys, I'm having troubles withdrawing BLK from Poloniex. It says withdrawal 'complete', but there's no such record in blockchain.
So I have to ask their very slow support to kick it. It happend lot of times last monthes. But why? Anybody experienced same problem?
BLK always was quite a fast coin, now it takes weeks to transfer thanks to Polo

Only Poloniex has this problem and they've been well aware of it for over a month but seemingly refuse to fix it. No idea why.

Does they use some kind of older software or what?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BlackCoin (BLK/BC) | PoS | No premine | No IPO
by
altnews
on 03/03/2017, 08:55:09 UTC
Guys, I'm having troubles withdrawing BLK from Poloniex. It says withdrawal 'complete', but there's no such record in blockchain.
So I have to ask their very slow support to kick it. It happend lot of times last monthes. But why? Anybody experienced same problem?
BLK always was quite a fast coin, now it takes weeks to transfer thanks to Polo
Post
Topic
Board Electrum
Re: can't install Electrum on Linux Mint 18.1 Serena Cinnamon
by
altnews
on 16/01/2017, 16:30:51 UTC
1) Download the package from the website manually

https://download.electrum.org/2.7.17/Electrum-2.7.17.tar.gz


2) Unpack it, unpack it in Documents just for simplicity


3) Open the terminal and enter the following

Code:
cd Documents


Code:
cd Electrum-2.7.17


Code:
sudo python setup.py install

Then enter your computer password, and it should work.


If for some reason it gives error, then update the packages list with
Code:
sudo apt-get upgrade

and retry.

Thanks!
Post
Topic
Board Electrum
Topic OP
can't install Electrum on Linux Mint 18.1 Serena Cinnamon
by
altnews
on 15/01/2017, 16:20:42 UTC
user123@user123 ~ $ sudo apt-get install python-qt4 python-pip
Reading package lists... Done
Building dependency tree       
Reading state information... Done
python-qt4 is already the newest version (4.11.4+dfsg-1build4).
python-pip is already the newest version (8.1.1-2ubuntu0.4).
0 to upgrade, 0 to newly install, 0 to remove and 13 not to upgrade.
user123@user123 ~ $ sudo pip install https://download.electrum.org/2.7.17/Electrum-2.7.17.tar.gz
The directory '/home/user123/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/user123/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting https://download.electrum.org/2.7.17/Electrum-2.7.17.tar.gz
  Downloading https://download.electrum.org/2.7.17/Electrum-2.7.17.tar.gz (2.0MB)
    100% |████████████████████████████████| 2.0MB 181kB/s
  Requirement already satisfied (use --upgrade to upgrade): Electrum==2.7.17 from https://download.electrum.org/2.7.17/Electrum-2.7.17.tar.gz in /usr/local/lib/python2.7/dist-packages
Requirement already satisfied: slowaes>=0.1a1 in /usr/local/lib/python2.7/dist-packages (from Electrum==2.7.17)
Requirement already satisfied: ecdsa>=0.9 in /usr/lib/python2.7/dist-packages (from Electrum==2.7.17)
Requirement already satisfied: pbkdf2 in /usr/local/lib/python2.7/dist-packages (from Electrum==2.7.17)
Requirement already satisfied: requests in /usr/lib/python2.7/dist-packages (from Electrum==2.7.17)
Requirement already satisfied: qrcode in /usr/local/lib/python2.7/dist-packages (from Electrum==2.7.17)
Requirement already satisfied: protobuf in /usr/lib/python2.7/dist-packages (from Electrum==2.7.17)
Requirement already satisfied: dnspython in /usr/local/lib/python2.7/dist-packages (from Electrum==2.7.17)
Requirement already satisfied: jsonrpclib in /usr/local/lib/python2.7/dist-packages (from Electrum==2.7.17)
Requirement already satisfied: six in /usr/lib/python2.7/dist-packages (from qrcode->Electrum==2.7.17)
user123@user123 ~ $ sudo -H pip install https://download.electrum.org/2.7.17/Electrum-2.7.17.tar.gz
Collecting https://download.electrum.org/2.7.17/Electrum-2.7.17.tar.gz
  Using cached https://download.electrum.org/2.7.17/Electrum-2.7.17.tar.gz
  Requirement already satisfied (use --upgrade to upgrade): Electrum===2.7.17 from https://download.electrum.org/2.7.17/Electrum-2.7.17.tar.gz in /usr/local/lib/python2.7/dist-packages
Requirement already satisfied (use --upgrade to upgrade): slowaes>=0.1a1 in /usr/local/lib/python2.7/dist-packages (from Electrum===2.7.17)
Requirement already satisfied (use --upgrade to upgrade): ecdsa>=0.9 in /usr/lib/python2.7/dist-packages (from Electrum===2.7.17)
Requirement already satisfied (use --upgrade to upgrade): pbkdf2 in /usr/local/lib/python2.7/dist-packages (from Electrum===2.7.17)
Requirement already satisfied (use --upgrade to upgrade): requests in /usr/lib/python2.7/dist-packages (from Electrum===2.7.17)
Requirement already satisfied (use --upgrade to upgrade): qrcode in /usr/local/lib/python2.7/dist-packages (from Electrum===2.7.17)
Requirement already satisfied (use --upgrade to upgrade): protobuf in /usr/lib/python2.7/dist-packages (from Electrum===2.7.17)
Requirement already satisfied (use --upgrade to upgrade): dnspython in /usr/local/lib/python2.7/dist-packages (from Electrum===2.7.17)
Requirement already satisfied (use --upgrade to upgrade): jsonrpclib in /usr/local/lib/python2.7/dist-packages (from Electrum===2.7.17)
Requirement already satisfied (use --upgrade to upgrade): six in /usr/lib/python2.7/dist-packages (from qrcode->Electrum===2.7.17)
Building wheels for collected packages: Electrum
  Running setup.py bdist_wheel for Electrum ... error
  Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-fCmEr8-build/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmpKCZ1Y_pip-wheel- --python-tag cp27:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help
 
  error: invalid command 'bdist_wheel'
 
  ----------------------------------------
  Failed building wheel for Electrum
  Running setup.py clean for Electrum
Failed to build Electrum
You are using pip version 8.1.1, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
user123@user123 ~ $
user123@user123 ~ $ pip install --upgrade pip
Requirement already up-to-date: pip in ./.local/lib/python2.7/site-packages
user123@user123 ~ $



Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DigitalNote |XDN| ANONYMOUS SECURE MM CRYPTONIGH CRYPTO MESSAGES DEPOSITS
by
altnews
on 02/01/2017, 13:26:28 UTC
1.5 MH/s!!!!!

XDN is nearly impossible to mine now.

Real rate of XDN should be equal today's FCN rate IMHO.

1.5 Mh/s and only 9sat
something wrong no?

Poloniex is wrong
Post
Topic
Board Exchanges
Re: Bitcoin debit card
by
altnews
on 31/12/2016, 13:29:39 UTC
Is there such a thing like overdraft? If I load card with btc and system shows fiat on my card - I'll be able to pay/withdraw it immediately, right?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DigitalNote |XDN| ANONYMOUS SECURE MM CRYPTONIGH CRYPTO MESSAGES DEPOSITS
by
altnews
on 29/12/2016, 15:07:13 UTC
I had similar situation couple of times - too big transaction that was rejected by network.
( ~3 mln as I remember, - only 0.3 btc now)
Polo has to reset their wallet, but their support is very slow. You can wait for this for weeks or even monthes

Maybe such cases is the reason why they want to remove XDN

Anyway, I remember that SJCX withdrawals were pain in the ass too, so I dumped it below 3000 sat.
And after this it was pumped hard
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DigitalNote XDN - Block 317 950 HARDFORK. Merged mining. UPDATE your XDN!
by
altnews
on 19/12/2016, 12:24:11 UTC
remember the time when polo deposits were disabled for more than month during the pump?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DigitalNote XDN - Block 317 950 HARDFORK. Merged mining. UPDATE your XDN!
by
altnews
on 16/11/2016, 10:19:52 UTC
Hi,
Is there any problems with xdn.poolto.be? All of the mined tokens hasn't come yet.
Thanks & regards.


xdn.poolto.be is on old wrong chain

what pool can be used for wallet mining?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DigitalNote XDN privacy, untraceable, blockchain deposits, Messages 2.0
by
altnews
on 17/10/2016, 18:43:49 UTC
hey dNote, why XDN is frozen on Polo so long?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DigitalNote XDN privacy, untraceable, blockchain deposits, Messages 2.0
by
altnews
on 09/10/2016, 13:27:13 UTC
XDN is 'disabled' on poloniex about 3 days: https://poloniex.com/public?command=returnCurrencies
Post
Topic
Board Announcements (Altcoins)
Re: [XDN] DigitalNote privacy protected, №1 blockchain bank, crypto msgs. UPDATES.
by
altnews
on 22/04/2016, 11:30:20 UTC
hey  dnote, i sent some xdn from my wallet, but it looks like it wasnt synced (there was warning that last block was found 400 hours ago)
now this tx is shown with "?" in the wallet with 0 confirmations
will it go somewhere (forward or back) ?

upd: i've installed 1.0.6., resynced and did succesful tx - but previous one is in '?' state
any chance to have coins back?
Post
Topic
Board Exchanges
Re: Polonex , did anyone get their account frozen..
by
altnews
on 09/04/2016, 14:39:19 UTC
I changed the country of location in my (level1) profile and finally it works.
Post
Topic
Board Exchanges
Re: Polonex , did anyone get their account frozen..
by
altnews
on 09/04/2016, 09:20:31 UTC
And the next day and no reply. So I logged in to Polo trollbox and asked staff to help. Chickenliver said that he will send note to admins. After 15 minutes got a mail from Johnny Garcia: 'sorry for delay, I re-enabled your acc'. But profile is still in "Required attention" state and I still can't withdraw. Should I laugh or cry
Post
Topic
Board Exchanges
Re: Polonex , did anyone get their account frozen..
by
altnews
on 08/04/2016, 06:59:26 UTC
Have my acc frozen too. 'Our systems have detected one or more alternate accounts that are not linked to your primary one'
Next day my pal told me that he have same situation. It was because we did some small transactions to each other and used same IP when we met in one place with one wifi router about year ago. After couple of days he was unfrozen, but I still waiting for support answer (5 days) - yesterday I've created new ticket in case if dude (Johnny Garcia) who do the job on solving previous is sick or something like this - but still no reply. Poloniex, if you read this, please unfreze my account. It's ok if two different ppl familiar with each other use your exchange.
Post
Topic
Board Service Announcements (Altcoins)
Re: [ANN] Bittrex / Poloniex / Cryptsy All Coin Trading Software, Quatloo Trader.
by
altnews
on 16/02/2016, 15:11:41 UTC
Still waiting....any news on when the new release is going to be available ?

Hi everyone, I'm popping in to give an update on how things are going.. I know its been a while.  The job site I've been at since Feb 6th just keeps having additional problems with multiple units.  when we finish one major job... another unit goes down.  I've been working mostly 12hr days since the start with not much time at all for my software projects.  I was sure we were going to finally be only working 8hr days a few times but it didn't last very long.  a few 8hr days then ..boom!  back on 12 hr shifts.  I'm again working 12hr days and it looks like for at least another week.   SO.. Just understand that I'm not gone and I'm not going to stop working on the the Quatloo cryptocurrency or the Quatloo trader.  A new wave of updates will be still 3 weeks away. C-Cex exchange work did start weeks ago when I had a week of 8hr days. The trader , for the most part is still working pretty well, I still use it a lot.  Stay tuned and I will keep you all in the loop!

Its late and I didn't get a chance to read all the new posts in this thread.

soon(tm)!