Bitcoin Forum
October 03, 2025, 08:15:04 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DigitalNote |XDN| - ICCO Announce - NEWS on: March 29, 2017, 08:45:28 AM
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.
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DigitalNote |XDN| - ICCO Announce - NEWS on: March 28, 2017, 09:18:08 PM
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.
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DigitalNote |XDN| - ICCO Announce - NEWS on: March 28, 2017, 11:20:06 AM
good old days
https://bitcointalk.org/index.php?topic=1072773.msg11686137#msg11686137
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DigitalNote |XDN| - ICCO Announce - NEWS on: March 28, 2017, 06:42:17 AM
Distributed all my XDN. Will buy FantomPepeDarkiumCash++ instead (ring signatures, IOT, private messages, active dev team, FPDC foundation, Poloniex soon, wow!)
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BlackCoin (BLK/BC) | PoS | No premine | No IPO on: March 03, 2017, 09:11:16 AM
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?
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BlackCoin (BLK/BC) | PoS | No premine | No IPO on: March 03, 2017, 08:55:09 AM
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
7  Bitcoin / Electrum / Re: can't install Electrum on Linux Mint 18.1 Serena Cinnamon on: January 16, 2017, 04:30:51 PM
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!
8  Bitcoin / Electrum / can't install Electrum on Linux Mint 18.1 Serena Cinnamon on: January 15, 2017, 04:20:42 PM
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 ~ $



9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DigitalNote |XDN| ANONYMOUS SECURE MM CRYPTONIGH CRYPTO MESSAGES DEPOSITS on: January 02, 2017, 01:26:28 PM
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
10  Economy / Exchanges / Re: Bitcoin debit card on: December 31, 2016, 01:29:39 PM
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?
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DigitalNote |XDN| ANONYMOUS SECURE MM CRYPTONIGH CRYPTO MESSAGES DEPOSITS on: December 29, 2016, 03:07:13 PM
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
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DigitalNote XDN - Block 317 950 HARDFORK. Merged mining. UPDATE your XDN! on: December 19, 2016, 12:24:11 PM
remember the time when polo deposits were disabled for more than month during the pump?
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DigitalNote XDN - Block 317 950 HARDFORK. Merged mining. UPDATE your XDN! on: November 16, 2016, 10:19:52 AM
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?
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DigitalNote XDN privacy, untraceable, blockchain deposits, Messages 2.0 on: October 17, 2016, 06:43:49 PM
hey dNote, why XDN is frozen on Polo so long?
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DigitalNote XDN privacy, untraceable, blockchain deposits, Messages 2.0 on: October 09, 2016, 01:27:13 PM
XDN is 'disabled' on poloniex about 3 days: https://poloniex.com/public?command=returnCurrencies
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XDN] DigitalNote privacy protected, №1 blockchain bank, crypto msgs. UPDATES. on: April 22, 2016, 11:30:20 AM
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?
17  Economy / Exchanges / Re: Polonex , did anyone get their account frozen.. on: April 09, 2016, 02:39:19 PM
I changed the country of location in my (level1) profile and finally it works.
18  Economy / Exchanges / Re: Polonex , did anyone get their account frozen.. on: April 09, 2016, 09:20:31 AM
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
19  Economy / Exchanges / Re: Polonex , did anyone get their account frozen.. on: April 08, 2016, 06:59:26 AM
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.
20  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] Bittrex / Poloniex / Cryptsy All Coin Trading Software, Quatloo Trader. on: February 16, 2016, 03:11:41 PM
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)!
Pages: [1] 2 3 4 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!