Bitcoin Forum
September 03, 2024, 10:43:22 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][UNIC] Unicoin LAUNCHED! on: April 06, 2015, 06:44:10 PM
I'm amazed my coin is still alive.
After I got a new job last year, I had to drop the project....for many reasons
I'm really proud of you guys who kept it alive even after all this time! Cool
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][UNIC] Unicoin LAUNCHED! on: January 02, 2014, 08:34:36 AM


Hi, i have NEW POOL

 

uni.dsync.net


 mining port: pool.dsync.net:3339

Server Features

    Pool fee only 1.5% with PPLNS reward system
    Automatic Payouts - Receive payouts automatically when they hit your threshold.
    Extremely stable and no downtime
    First ever Eloipool for an Altcoin - Fast connections, low stale rate,
    Variable Difficulty - DSync Eloipool adjusts your share difficulty based on your speed, reducing the chatter between your mining software and the pool.
    Idle Notification - Get an email if your miners stop working.  Configurations available to different time frames before workers are considered idle.
    Full precision payouts - Get all 8 decimals of your balance transferred when you request a manual payout.
    On-demand payouts - Request your balance be paid to your wallet at any time by clicking the Request Payout button on the My Account page (minimum 1.0).

-x3
This pool is looking veeeeery good! I added it to the main post with the 2 other pools

Very good.. Its the best x3 does one of the best jobs ever when it comes to coins and pools and you got me to thank for getting him to add it Smiley
Thank you very much!
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][UNIC] Unicoin LAUNCHED! on: January 02, 2014, 05:06:05 AM


Hi, i have NEW POOL

 

uni.dsync.net


 mining port: pool.dsync.net:3339

Server Features

    Pool fee only 1.5% with PPLNS reward system
    Automatic Payouts - Receive payouts automatically when they hit your threshold.
    Extremely stable and no downtime
    First ever Eloipool for an Altcoin - Fast connections, low stale rate,
    Variable Difficulty - DSync Eloipool adjusts your share difficulty based on your speed, reducing the chatter between your mining software and the pool.
    Idle Notification - Get an email if your miners stop working.  Configurations available to different time frames before workers are considered idle.
    Full precision payouts - Get all 8 decimals of your balance transferred when you request a manual payout.
    On-demand payouts - Request your balance be paid to your wallet at any time by clicking the Request Payout button on the My Account page (minimum 1.0).

-x3
This pool is looking veeeeery good! I added it to the main post with the 2 other pools
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][UNIC] Unicoin LAUNCHED! on: January 02, 2014, 04:09:59 AM
Pool is up at http://unic.luckyminers.com

Payout: Prop
For now: 0% fees

Is it me or I can't login once signed up?
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][UNIC] Unicoin LAUNCHED! on: January 01, 2014, 07:48:35 PM
Block Reward for Blocks above 1000 is 8
Main thread info was a typo, I am sorry about that.

Make sure to check http://unic.ispace.co.uk as it is working well right now!
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][UNIC] Unicoin LAUNCHED! on: January 01, 2014, 07:47:36 AM
if i remove --scrypt i get shares above target. If I use --scrypt, I get normal accepts, almost all accepts. but pool shows accepts, but weird charts. And pool hasnt found any block at all. where are the blocks going? is this even scryptcoin or sha256?
This is a SHA256 coin and so far the blocks are going to Solo miners
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][UNIC] Unicoin LAUNCHED! on: January 01, 2014, 07:26:01 AM
It took me a while to setup a coin to compile with QT 5, I didn't throw anything anywhere, I'm using the same libs as everyone else, Boost, BerkeleyDB, openssl

You have leveldb.zip inside the git repo. You are using leveldb headers of your own. You require permissions modification of files to even start to compile. You are linking against your own leveldb files rather than system ones. The qmake still trys to link against mingw files rather than system ones. Id say you threw a whole lot of stuff all over the place.
You're definetly overreacting. I took the source here a few weeks ago: http://devtome.com/doku.php?id=sha256_altcoin_cloning_guide&s[]=clone&s[]=sha256

If you find anything illegitimate, I'll get you a Porsche
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][UNIC] Unicoin LAUNCHED! on: January 01, 2014, 07:14:28 AM
Yep i can't install on linux either Sad

Code:
make -f makefile.unix
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/cshelswell/Documents/unicoin/src -I/home/cshelswell/Documents/unicoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/cshelswell/Documents/unicoin/src/leveldb/include -I/home/cshelswell/Documents/unicoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
alert.cpp:263:1: fatal error: opening dependency file obj/alert.d: No such file or directory
compilation terminated.
make: *** [obj/alert.o] Error 1

No problem installing any other wallets so I assume i have the dependencies?

Any help would be great cheers Smiley

Its not you, the code for this wallet is utter rubbish. For some reason you have to create the obj directory in the src dir manually. NFI how you will get on after that, I never managed to get the console wallet built. I got the QT one working fine by manually editing the LIBS line since it was full of Windows BS after the qmake unicoin-qt.pro command.

Also same thing here I have never had an issue with any other wallet. This one is just 100% amateur time. Also make sure to add LIBS+="-lleveldb -lmemenv" to your make command so it uses system libs rather than whatever junk the dev threw in there.

It took me a while to setup a coin to compile with QT 5, I didn't throw anything anywhere, I'm using the same libs as everyone else, Boost, BerkeleyDB, openssl
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][UNIC] Unicoin LAUNCHED! on: January 01, 2014, 06:32:14 AM
Set up, and turned rig back off, waste of time, all rejects ;/

Same here ! I always get the message "Share above target" but when above target it should be accepted. Am I wrong ? Tonight I'm not able to understand anymore.
 

yep, all above target for me too.
Remove the *--scrypt* from your cgminer command line
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][UNIC] Unicoin LAUNCHED! on: January 01, 2014, 06:13:45 AM
To everyone, the pool seem to work now!

URL: http://unic.altminers.com
Make an account there, create a worker and fill your cgminer configuration file like so:
./cgminer  -o stratum+tcp://unic.altminers.com:5444 -u Weblogin.Worker -p Worker password
I register...and got locked right away...wtf.
Did you get an e-mail to confirm your email? I've seen this problem happening sometimes, 1 miner out of 100
I checked and apparently I did get an email. Used link to confirm and tried logging in. Same problem.

I unlocked your account manually, sorry about that.
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][UNIC] Unicoin LAUNCHED! on: January 01, 2014, 06:07:28 AM
To everyone, the pool seem to work now!

URL: http://unic.altminers.com
Make an account there, create a worker and fill your cgminer configuration file like so:
./cgminer  -o stratum+tcp://unic.altminers.com:5444 -u Weblogin.Worker -p Worker password
I register...and got locked right away...wtf.
Did you get an e-mail to confirm your email? I've seen this problem happening sometimes, 1 miner out of 100
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][UNIC] Unicoin LAUNCHED! on: January 01, 2014, 06:01:25 AM
To everyone, the pool seem to work now!

URL: http://unic.altminers.com
Make an account there, create a worker and fill your cgminer configuration file like so:
./cgminer  -o stratum+tcp://unic.altminers.com:5444 -u Weblogin.Worker -p Worker password
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][UNIC] Unicoin LAUNCHED! on: January 01, 2014, 05:48:49 AM
cannot connect to pool...
Pool doesn't seem to work indeed.
I will post a link as soon as someone makes a pool for UniCoin
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][UNIC] Unicoin LAUNCHED! on: January 01, 2014, 05:37:12 AM

in the first blocks i got around 28 coins then disappeared..why? Sad
This is an Orphaned block, you found a block at the same time as someone else but he was faster than you
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][UNIC] Unicoin LAUNCHED! on: January 01, 2014, 05:30:49 AM
Impossible to build this **** on Linux  Roll Eyes
Build leveldb, create the obj dir in the src folder and just make -f makefile.unix.
Just compiled it under linux
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][UNIC] Unicoin Launching January 1st at Midnight GMT-5 for the New year on: January 01, 2014, 05:06:11 AM
ready? is there a pool for it?

It seems the dev isn't yet ready  Shocked

Happy new year to all Canadians !


Had to finish up all the uploads sorry for the small 2 minutes delay! All the links are there!
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][UNIC] Unicoin Launching January 1st at Midnight GMT-5 for the New year on: January 01, 2014, 03:27:36 AM
midnight GMT-5 already passed...are you sure you've mentioned the correct time?
GMT-5 right now is 22:27 Tongue
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][UNIC] Unicoin Launching January 1st at Midnight GMT-5 for the New year on: January 01, 2014, 02:56:11 AM
Please show us the .conf file.

The conf file will be the same as any other .conf file, only the ports and nodes will change, I will post the .conf file here at the same time as the launch in 2 hours and 4 minutes!
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][UNIC] Unicoin Launching January 1st at Midnight GMT-5 for the New year on: January 01, 2014, 02:07:22 AM
Unicoin -> Asicoin
A sick coin, yes Grin
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][UNIC] Unicoin Launching January 1st at Midnight GMT-5 for the New year on: January 01, 2014, 01:39:17 AM
People cry about SHA256 but look how many scrypts are coming out and GPU's eat up so much more power.

I feel the same way as you, that's why we focused on a SHA256! Smiley
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!