king_pin
|
|
December 13, 2014, 09:58:48 PM |
|
You can trade on cryptsy as well. You just can't deposit or withdraw utc.
Correct....but it is strange yes, trading ok, but deposit or withdraw no Its NORMAL, Craptys are really slow when it comes to such problems.
|
|
|
|
usukan
Legendary
Offline
Activity: 1590
Merit: 1002
|
|
December 14, 2014, 04:26:51 AM |
|
Hi Steven As promised - I have just sent a 0.2 BTC donation for the North American Bitcoin Conference materials on the UTC stand. I have sent you an email about T-shirts Cheers - usukan It's been an hour since I've last counted and there have been 67 blocks, it looks like things are really starting to smooth out. Actual footage of the Ultracoin team after the last successful update: https://www.youtube.com/watch?v=PDJMYGXgDf4
Thank you Kracko, and thank you to the Ultracoin community for banding together in our time of need!
Next step, we are paid for and set to attend the North American Bitcoin Conference! I look forward to seeing you there, and if you can't attend, please consider donating towards marketing materials:
Donation addresses:
Bitcoin: 19dWfL9cbBzuX3At3iaAjzatwhHCBb4xNT Ultracoin: UmEXXKb8inVTseVoRqfgy6jEVNA84JMmPb
Sincerely,
Steven "Rapture" Management Director Ultracoin Steven@Ultracoin.net
|
--
--
|
|
|
Janu$$
Member
Offline
Activity: 86
Merit: 10
|
|
December 14, 2014, 12:15:47 PM |
|
Hi what would be an average estimate return of UTC (daily) if i mine with say 10 x R9 290 please ?
Whats the best miner and version for my cards and what should i expect per card 3.7khs ?
Should i go solo or pool
Thanks
Hi ph111, the average daily reward is easy to calculate: time to find a block [sec] = difficulty * 2**32 / hashrate Daily reward [UTC] = 30 * 24 * 3600 / time The current difficulty you can get from here: http://ultrabex.tumblingblock.com/chain/UltracoinYour hashrate should be something between 4000 to 5000 h/s. That means that 10 of your 290 cards should give you roundabout 275 UTC daily at the moment for POW mining, assuming a diff of 0.1 and a hashrate of 4500 h/s for one card. Plus some UTC for POS if you are going to leave your wallet online. Hope I could help. Regards, Janus Hello Janus, i receive next week my titan as promised by knc. It will give about +300 Mh/s. Is it all ready possible to mine it with UTC or at the UTC multipool and what do you guess it will reward per day ? Hi BorisWCR, assuming a difficulty of 57500 and a hashrate of 1024*1024*300 h/s you will need roundabout 9 days to hit a block of 50 LTC. So is make sense to mine in a pool and not solo. As it looks like that Kracko's multi pool multi.tumblingblock.com is not online at the moment, you can not mine UTC "directly" with your Titan. Maybe Kracko can tell you when his UTC multi pool will be up again. Regards, Janus
|
|
|
|
Kracko
|
|
December 14, 2014, 02:21:47 PM |
|
Hi what would be an average estimate return of UTC (daily) if i mine with say 10 x R9 290 please ?
Whats the best miner and version for my cards and what should i expect per card 3.7khs ?
Should i go solo or pool
Thanks
Hi ph111, the average daily reward is easy to calculate: time to find a block [sec] = difficulty * 2**32 / hashrate Daily reward [UTC] = 30 * 24 * 3600 / time The current difficulty you can get from here: http://ultrabex.tumblingblock.com/chain/UltracoinYour hashrate should be something between 4000 to 5000 h/s. That means that 10 of your 290 cards should give you roundabout 275 UTC daily at the moment for POW mining, assuming a diff of 0.1 and a hashrate of 4500 h/s for one card. Plus some UTC for POS if you are going to leave your wallet online. Hope I could help. Regards, Janus Hello Janus, i receive next week my titan as promised by knc. It will give about +300 Mh/s. Is it all ready possible to mine it with UTC or at the UTC multipool and what do you guess it will reward per day ? Hi BorisWCR, assuming a difficulty of 57500 and a hashrate of 1024*1024*300 h/s you will need roundabout 9 days to hit a block of 50 LTC. So is make sense to mine in a pool and not solo. As it looks like that Kracko's multi pool multi.tumblingblock.com is not online at the moment, you can not mine UTC "directly" with your Titan. Maybe Kracko can tell you when his UTC multi pool will be up again. Regards, Janus We'll get the multipool running again after Crypsty gets our wallet in order, as we're dependent on them for the conversion to UTC.
|
|
|
|
Kracko
|
|
December 14, 2014, 02:55:00 PM Last edit: December 14, 2014, 03:24:18 PM by Kracko |
|
Mac WalletGot a good compile and link with XCode 6.1 on MacOS 10.10. All the subcomponents were built using macbrew. I seem to have a better time with homebrew than with macports. General OSX build directions: - Install Xcode 6.1 from the AppStore
- #accept the EULA that comes up after xcode-select
- sudo xcode-select
- Install brew, running the ruby command found here. http://brew.sh/
- #this next step will take some time
- brew install automake libtool openssl pkg-config protobuf boost berkeley-db4 miniupnpc qrencode --build-from-source
- brew install npm
- npm install -g appdmg
- git clone https://github.com/Kracko/ultracoin-2.git
- cd ultracoin-2
- git checkout mac_branch
- /usr/local/Cellar/qt/4.8.6/bin/qmake ultracoin-qt.pro
- make -j<number of cores on your cpu here>
- ./build_dmg.sh
- copy UltracoinCoin-Qt.dmg ~/Desktop
- Open dmg on your desktop and install
This will build a package with all its external dependencies bundled in the dmg. As for a binary, if anyone wants to help me with testing send me a PM and I'll send a link to the install package. I still want to do more testing myself before publishing a binary. This version should run in 64bit mode on OSX 10.7+.
|
|
|
|
fabietech
|
|
December 14, 2014, 05:12:53 PM |
|
Mac WalletGot a good compile and link with XCode 6.1 on MacOS 10.10. All the subcomponents were built using macbrew. I seem to have a better time with homebrew than with macports. General OSX build directions: - Install Xcode 6.1 from the AppStore
- #accept the EULA that comes up after xcode-select
- sudo xcode-select
- Install brew, running the ruby command found here. http://brew.sh/
- #this next step will take some time
- brew install automake libtool openssl pkg-config protobuf boost berkeley-db4 miniupnpc qrencode --build-from-source
- brew install npm
- npm install -g appdmg
- git clone https://github.com/Kracko/ultracoin-2.git
- cd ultracoin-2
- git checkout mac_branch
- /usr/local/Cellar/qt/4.8.6/bin/qmake ultracoin-qt.pro
- make -j<number of cores on your cpu here>
- ./build_dmg.sh
- copy UltracoinCoin-Qt.dmg ~/Desktop
- Open dmg on your desktop and install
This will build a package with all its external dependencies bundled in the dmg. As for a binary, if anyone wants to help me with testing send me a PM and I'll send a link to the install package. I still want to do more testing myself before publishing a binary. This version should run in 64bit mode on OSX 10.7+. Great work again! Kracko! all the MAC lovers in this community will be pleased
|
|
|
|
Thiago1
|
|
December 14, 2014, 08:14:12 PM |
|
looks like someone dislikes the idea that we have more pools and maintain safer entire network as Kracko said Before need to distribute the miners Around the all pools
|
|
|
|
rapture333
|
|
December 15, 2014, 03:08:15 AM |
|
That looks like it was deleted by a "Bitcoin Forum Moderator", not us. We have already added ultracoins.info to the front page as well as out new website.
|
|
|
|
salmonstraw
Newbie
Offline
Activity: 4
Merit: 0
|
|
December 15, 2014, 06:25:55 AM |
|
Can someone help me out with settings for my r9 280x rig. I am only getting 1.7khs with ultracoinminer and I cannot even get yacminer to run without HW. If someone could just post their settings for whichever miner run better I would appreciate it. Also, is 1.5khs for an r7 240 acceptable? I have 14.6 drivers for r9 280x and I think 13.2 for my r7
|
|
|
|
primouno
|
|
December 15, 2014, 07:03:51 AM |
|
Can someone help me out with settings for my r9 280x rig. I am only getting 1.7khs with ultracoinminer and I cannot even get yacminer to run without HW. If someone could just post their settings for whichever miner run better I would appreciate it. Also, is 1.5khs for an r7 240 acceptable? I have 14.6 drivers for r9 280x and I think 13.2 for my r7
I have always used 13.12 drivers with AMD GPUs. I think newer ones gives HW errors, at least in my case. To find best settings you may use: http://www.ultracoin.net/configgen_raw.html but it is down ATM. And now it's best to use Yacminer not Ultracoinminer.
|
|
|
|
|
Namsbreh
|
|
December 15, 2014, 07:42:49 PM |
|
How come nobody uses the IRC at #Ultracoin ?
I see there is a 2.5btc sell wall on Trex at 6500 sat. Someone wants out.
|
|
|
|
Valpe
|
|
December 15, 2014, 07:59:40 PM |
|
How come nobody uses the IRC at #Ultracoin ?
I see there is a 2.5btc sell wall on Trex at 6500 sat. Someone wants out.
soon buy time. .my btc are ready.
|
|
|
|
CryptoBomg
|
|
December 15, 2014, 08:04:45 PM |
|
Network unstable, maybe fork, price down
|
|
|
|
barbados-fs
|
|
December 15, 2014, 08:17:56 PM |
|
Can someone help me out with settings for my r9 280x rig. I am only getting 1.7khs with ultracoinminer and I cannot even get yacminer to run without HW. If someone could just post their settings for whichever miner run better I would appreciate it. Also, is 1.5khs for an r7 240 acceptable? I have 14.6 drivers for r9 280x and I think 13.2 for my r7
ASUS R9 280X (4.57 kH/s HW=0 GPU-1100 Mem- 1500) SET GPU_MAX_ALLOC_PERCENT=100 yacminer.exe --scrypt-chacha -o stratum+tcp://stratum2.tumblingblock.com:3333 -u barbados-2 -p 1 --nfmin 4 --nfmax 30 --starttime 1388361600 -o stratum+tcp://stratum.tumblingblock.com:3333 -u barbados-2 -p 1 --nfmin 4 --nfmax 30 --starttime 1388361600 -o stratum+tcp://stratum.ultrablockparty.com:3333 -u barbados-2 -p 1 --nfmin 4 --nfmax 30 --starttime 1388361600 -R 4576 -g 1 -w 256 --buffer-size 2656 --lookup-gap 7 --auto-fan --temp-cutoff 86 --temp-overheat 80 --gpu-fan 40-95 2>logfile.txt Gigabite R9 270X (2.56 kH/S HW=0 GPU 1100 Mem 1400) SET GPU_MAX_ALLOC_PERCENT=100 yacminer.exe --scrypt-chacha -o stratum+tcp://stratum2.tumblingblock.com:3333 -u barbados-1 -p 1 --nfmin 4 --nfmax 30 --starttime 1388361600 -o stratum+tcp://stratum.tumblingblock.com:3333 -u barbados-1 -p 1 --nfmin 4 --nfmax 30 --starttime 1388361600 -o stratum+tcp://stratum.ultrablockparty.com:3333 -u barbados-1 -p 1 --nfmin 4 --nfmax 30 --starttime 1388361600 -g 1 -w 256 -R 3128 --buffer-size 1576 --lookup-gap 8 --auto-fan --temp-cutoff 85 --temp-overheat 80 --gpu-fan 35-90 2>logfile.txt Удaчи дpyг.
|
"Coздaть ceнcopнyю ceть гopoдa - этo нe дopoгo, нe cлoжнo и пo cooтнoшeнию зaтpaты / эффeкт для гopoдa - нeoцeнимo! He нyжнo ждaть пoкa кopпopaции и гocyдapcтвa cдeлaют тaкиe ceнcopныe ceти и бyдyт иx oбcлyживaть - этo бyдeт дopoгo и бyдeт coбиpaть бoльшe дaнныx o нac c вaми, чeм мы бы этoгo xoтeли!" (c)Aira.life
|
|
|
tsjaar
|
|
December 15, 2014, 09:11:24 PM |
|
How come nobody uses the IRC at #Ultracoin ?
I see there is a 2.5btc sell wall on Trex at 6500 sat. Someone wants out.
soon buy time. .my btc are ready. om nom nom... cheap coins
|
WARNING HIGH SPEED - UTC - Ultracoin
|
|
|
rapture333
|
|
December 16, 2014, 03:43:07 AM |
|
@CryptoBomg The networks fine, we had a recent hard fork with the new wallet update last week. Ladies & Gentlemen of the Ultracoin community,
I am proud to announce that the Android wallet is live, thanks to Kracko. We are working on a bootsrap for the wallet software to accompany the Android wallet, and an iOS wallet is in development. We are still developing and moving quickly. We will be the first Scrypt-ChaCha coin to have a mobile wallet! We are also fully confirmed for The North American Bitcoin Conference. We are still accepting donations, and if you donate you will receive a free t-shirt and some extras.
Sincerely,
Steven "Rapture" Management Director Ultracoin Steven@Ultracoin.net
|
|
|
|
usukan
Legendary
Offline
Activity: 1590
Merit: 1002
|
|
December 16, 2014, 05:21:25 AM |
|
Android wallet - WOOHOO!
Now we can really use this in real life - on the run.
I can't find it in the Google Play Store though.
Thanks Kracko
|
--
--
|
|
|
salmonstraw
Newbie
Offline
Activity: 4
Merit: 0
|
|
December 16, 2014, 07:50:31 AM |
|
Can someone help me out with settings for my r9 280x rig. I am only getting 1.7khs with ultracoinminer and I cannot even get yacminer to run without HW. If someone could just post their settings for whichever miner run better I would appreciate it. Also, is 1.5khs for an r7 240 acceptable? I have 14.6 drivers for r9 280x and I think 13.2 for my r7
ASUS R9 280X (4.57 kH/s HW=0 GPU-1100 Mem- 1500) SET GPU_MAX_ALLOC_PERCENT=100 yacminer.exe --scrypt-chacha -o stratum+tcp://stratum2.tumblingblock.com:3333 -u barbados-2 -p 1 --nfmin 4 --nfmax 30 --starttime 1388361600 -o stratum+tcp://stratum.tumblingblock.com:3333 -u barbados-2 -p 1 --nfmin 4 --nfmax 30 --starttime 1388361600 -o stratum+tcp://stratum.ultrablockparty.com:3333 -u barbados-2 -p 1 --nfmin 4 --nfmax 30 --starttime 1388361600 -R 4576 -g 1 -w 256 --buffer-size 2656 --lookup-gap 7 --auto-fan --temp-cutoff 86 --temp-overheat 80 --gpu-fan 40-95 2>logfile.txt Gigabite R9 270X (2.56 kH/S HW=0 GPU 1100 Mem 1400) SET GPU_MAX_ALLOC_PERCENT=100 yacminer.exe --scrypt-chacha -o stratum+tcp://stratum2.tumblingblock.com:3333 -u barbados-1 -p 1 --nfmin 4 --nfmax 30 --starttime 1388361600 -o stratum+tcp://stratum.tumblingblock.com:3333 -u barbados-1 -p 1 --nfmin 4 --nfmax 30 --starttime 1388361600 -o stratum+tcp://stratum.ultrablockparty.com:3333 -u barbados-1 -p 1 --nfmin 4 --nfmax 30 --starttime 1388361600 -g 1 -w 256 -R 3128 --buffer-size 1576 --lookup-gap 8 --auto-fan --temp-cutoff 85 --temp-overheat 80 --gpu-fan 35-90 2>logfile.txt Удaчи дpyг. Cant set my buffer size higher than 1295 otherwise I get cgminer -4 error, which I think has to do with memory, and any rawintensity about about 2800 causes HW. I only have 4gb of ram in the computer with my 280s, not sure if more ram would help. All ive been able to get is about 2.2khs with these settings SET GPU_MAX_ALLOC_PERCENT=100 yacminer --scrypt-chacha -o stratum+tcp://stratum2.tumblingblock.com:5555 -u salmonstraw.2 -p 2 --worksize 256 -g 1 --lookup-gap 8 -R 2560 --buffer-size 1295 --temp-cutoff 90 --temp-overheat 85 --gpu-fan 45-75 -d 1 --nfmin 4 --nfmax 30 --starttime 1388361600 Again I have yacminer 3.5 and 14.6 drivers. Any suggestions would be greatly appreciated.
|
|
|
|
Uggle
|
|
December 16, 2014, 09:09:05 AM |
|
@CryptoBomg The networks fine, we had a recent hard fork with the new wallet update last week. Ladies & Gentlemen of the Ultracoin community,
I am proud to announce that the Android wallet is live, thanks to Kracko. We are working on a bootsrap for the wallet software to accompany the Android wallet, and an iOS wallet is in development. We are still developing and moving quickly. We will be the first Scrypt-ChaCha coin to have a mobile wallet! We are also fully confirmed for The North American Bitcoin Conference. We are still accepting donations, and if you donate you will receive a free t-shirt and some extras.
Sincerely,
Steven "Rapture" Management Director Ultracoin Steven@Ultracoin.netGood job, that is amazing!
|
UTC UTC UTC
|
|
|
|