Search content
Sort by

Showing 20 of 64 results by develnk
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ASF] Asofe | Cryptocurrency for corporate sector
by
develnk
on 04/11/2019, 10:19:39 UTC
Good day Dev. I have a problem. I have withdrawn coins https://altsbit.com/balance/list   https://prnt.sc/prfi7n
 d17a907db4c42488f1f73fc2285c360aa3dc3f1a57bfb5ddacdab9ba513a8777 Sent coins to zepple my deposit did not reach, can you solve the problem?
guy@zapple.com This issue appears to be down to the ASOFE network.  Currently there are no peers, the block explorer is down and the project website is down.  We see the transaction but it’s unconfirmed and not yet contained in a block – as such it hasn’t been credited to Zapple.  Once the network is running again and confirmed it will credit to Zapple.  https://prnt.sc/prfjq9
Hi. Coin updated to Sapling version so all old daemons are not working. Currently I fixing one bug relation with daemon synchronization. After that I will create new release on github. When exchanges will update daemon you can use withdraw.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ASF] Asofe | Cryptocurrency for corporate sector
by
develnk
on 03/04/2019, 00:13:26 UTC
Hello, I made a withdrawal from DigitalPrice of 275054.62 ASF, but the transaction was not confirmed
https://explorer.asofe.org/tx/a92a1b18a69cdf781cee3d3e3473af9255a53ed8a84a6e19a22874bbc20455e6



Hello. You need write to DigitalPrice support.

Steve Harris (DigitalPrice Exchange Support)

Mar 28, 20:03 +07

Hello,

We have investigated the case and we cannot understand what happend, can you please contact ASF dev and ask him why this happend?

Regards
Steve
I will test, but in the pool all transaction creating fine.
So. I tested Withdraw on digitalprice.io and all worked fine. The transaction was created and confirmed: https://explorer.asofe.org/tx/bd86ff157bde74f42fa34c830357577b3e9dcd616c8bd0689724729f2656ee97 275079.60 ASOFE
If at digitalprice was problem with transaction then coins shouldn't have been disappear because it blockchain. So digitalprice should not reduce your balance because coins still at exchange. I recommend to digitalprice command check Asofe full node logs and find this transaction and find out why transaction was declined.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ASF] Asofe | Cryptocurrency for corporate sector
by
develnk
on 02/04/2019, 22:11:33 UTC
Hello, I made a withdrawal from DigitalPrice of 275054.62 ASF, but the transaction was not confirmed
https://explorer.asofe.org/tx/a92a1b18a69cdf781cee3d3e3473af9255a53ed8a84a6e19a22874bbc20455e6



Hello. You need write to DigitalPrice support.

Steve Harris (DigitalPrice Exchange Support)

Mar 28, 20:03 +07

Hello,

We have investigated the case and we cannot understand what happend, can you please contact ASF dev and ask him why this happend?

Regards
Steve
I will test, but in the pool all transaction creating fine.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ASF] Asofe | Cryptocurrency for corporate sector
by
develnk
on 02/04/2019, 22:00:09 UTC
Hello, I made a withdrawal from DigitalPrice of 275054.62 ASF, but the transaction was not confirmed
https://explorer.asofe.org/tx/a92a1b18a69cdf781cee3d3e3473af9255a53ed8a84a6e19a22874bbc20455e6



Hello. You need write to DigitalPrice support.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ASF] Asofe | Cryptocurrency for corporate sector
by
develnk
on 04/02/2019, 23:56:20 UTC
Any update about this project ?

Yes. Today listed on safe.trade: https://safe.trade/trading/asfbtc
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ASF] Asofe | Cryptocurrency for corporate sector
by
develnk
on 08/12/2018, 09:58:51 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ASF] Asofe | Cryptocurrency for corporate sector
by
develnk
on 08/11/2018, 20:30:43 UTC
hello to all

coine have nodes ?
can users have salary setup node of this coin?

Hello. What do you mean about node? You mean Full node?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ASF] Asofe | Cryptocurrency for corporate sector
by
develnk
on 31/10/2018, 06:46:05 UTC
Does anyone know where to find the current circulating supply? Limits/parameters
Hi! About "current circulating supply" i will to create service. About "Limits/parameters" what do you mean? The main blockchain parameters there is in the top this thread.
Thank you! A Block explorer is what I seeked but had yet to find. Thank you for providing this service in the near future  Grin
You are welcome!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ASF] Asofe | Cryptocurrency for corporate sector
by
develnk
on 29/10/2018, 16:14:38 UTC
Does anyone know where to find the current circulating supply? Limits/parameters
Hi! About "current circulating supply" i will to create service. About "Limits/parameters" what do you mean? The main blockchain parameters there is in the top this thread.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ASF] Asofe | Cryptocurrency for corporate sector
by
develnk
on 24/09/2018, 08:26:20 UTC
Hello, all the discord invite links seem to be expired. Can someone provide a valid invite please?
Hi. Of course. I generated a new link: https://discord.gg/HYGkCRY
Post
Topic
Board Mining (Altcoins)
Re: [ANN] lolMiner 0.42, Update: Aug 17th: Better AMD performance for Equi 144/5
by
develnk
on 17/08/2018, 10:36:49 UTC
Radeon RX 560 does not supported? Or problem in my linux drivers?

We had tests running on a RX 560X, so I assume the 560 should also work. How much memory you got in the GPU? We need at least 3G, better 4G for this Algo, when it is a 2G it will not work.
If it has 4G, try running "clinfo" and head out for "Max memory allocation" - the number will tell you how much of the GPU memory can be allocated for a single memory object. The least size we need here is 1140887552 bytes, equivalent to 1089 MB. It could be that your card driver restricts to 1024 MB. If this is the case on AMD GPUs you can try to export two environment variables:

Code:
export GPU_MAX_ALLOC_PERCENT=100
export GPU_SINGLE_ALLOC_PERCENT=100

This will allow the driver to use larger memory buffers - maybe I should include that into the run_miner.sh scripts ^^

Hope this helps you Smiley

I am not installed AMDGPU PRO drivers.  I have Radeon RX 560 4Gb.
Code:
export GPU_MAX_ALLOC_PERCENT=100
export GPU_SINGLE_ALLOC_PERCENT=100
Did not help.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] lolMiner 0.42, Update: Aug 17th: Better AMD performance for Equi 144/5
by
develnk
on 17/08/2018, 09:49:46 UTC
Hi what about this error:
Using device with id 0 (Radeon RX 560 Series)
Using device with id 1 (Radeon RX 560 Series (POLARIS11, DRM 3.25.0, 4.17.13-arch1-1-ARCH, LLVM 6.0.1))
ERROR: Kernel kernels/144_5/Baffin.bin can not be build for your device 0(Baffin)
26
Warning: Your device with id 0 is currently not supported by lolMiner or by the specific algorithm you selected.
Warning: Your device with id 1 is currently not supported by lolMiner or by the specific algorithm you selected.

Radeon RX 560 does not supported? Or problem in my linux drivers?
Post
Topic
Board Mining (Altcoins)
Re: [ANN] lolMiner 0.42, Update: Aug 17th: Better AMD performance for Equi 144/5
by
develnk
on 17/08/2018, 09:01:33 UTC
Excellent. Good luck in work!
Post
Topic
Board Mining (Altcoins)
Re: AIOMiner v8.2.1 now Available! - 7/6/2018
by
develnk
on 08/08/2018, 19:42:27 UTC
Have you linux version of AIOMiner?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ASF] Asofe | Cryptocurrency for corporate sector
by
develnk
on 29/07/2018, 17:45:13 UTC
Not only the corporate sector wants to get network privacy guarantee. You will be working with projects that will develop products for other destinations in the business?
We are planning create platform to facilitate the integration of any projects with Asofe blockchain.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ASF] Asofe | Cryptocurrency for corporate sector
by
develnk
on 29/07/2018, 17:42:03 UTC
For me the fact that here is a very profitable opportunity to receive bonuses. I think that the team will be able to implement their plans, and everyone will be happy with the end result.
Team offers us an excellent strategy for getting awards and Airdrop. But I don't understand the timing.  I would like to know when will be closed campaign Bounty?
You can watch on section "Weekly timeline" in Bounty thread. https://bitcointalk.org/index.php?topic=4686401
The last section is "Oct 1 - Oct 7 (including), report due Oct 8-9, payments will executing  Oct 10 - Oct 13"
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ASF] Asofe | Cryptocurrency for corporate sector
by
develnk
on 29/07/2018, 13:12:38 UTC
The rapid development of the project affects the opinion of investors. What have you planned to develop this year?
In this year we will plan to launch ICO for several our projects who will using this blockchain. After the launch coin on exchanges.
Post
Topic
Board Bounties (Altcoins)
Re: [AIRDROP][BOUNTY] Asofe | Cryptocurrency for corporate sector
by
develnk
on 24/07/2018, 12:02:00 UTC
Hello manager, your telegram channel is incorrect. Error shows "no telegram channel found". Kindly update. Thank you.
Did you mean https://t.me/AsofeBounty?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ASF] Asofe | Cryptocurrency for corporate sector
by
develnk
on 23/07/2018, 16:20:15 UTC
I would like to support your project. What are the conditions for participation in the AirDrop second round campaign?
You can see on https://bitcointalk.org/index.php?topic=4686401
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ASF] Asofe | Cryptocurrency for corporate sector
by
develnk
on 23/07/2018, 10:41:41 UTC
Not all projects get to the final line of successful work. What marketing strategy is now provided by your development plan?
I'm also interested in your strategy. How do you plan to attract participants besides the Airdrop campaign? After all, it is limited by the number of participants.
After the starting trade on exchanges we will start own projects based on this blockchain. And new real participants will be attracted by new project.
I hope so and will be. Because I have already decided to buy tokens. Is it already known when they will appear on the first exchange?
This is coin, not token. We are negotiating with several exchanges.