Bitcoin Forum
June 23, 2024, 10:11:45 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 ... 70 »
  Print  
Author Topic: Nimbuscoin [PROJECT CLOSED] - lacked money to continue  (Read 117590 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
sr.machado (OP)
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250

Twitter: @leandrogmachado


View Profile
July 27, 2014, 12:22:39 PM
 #21

Testnet Launched!

Please, make your tests!

We need more nodes, pools!

I'll launch the testnet blockexplorer.

Thanks

BTC: 1LeandroRqTJf4stf2uD3TeYDszenqNHfz
Bitcoin protocol consultor
sr.machado (OP)
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250

Twitter: @leandrogmachado


View Profile
July 28, 2014, 02:54:05 AM
 #22

Update: Block Explorer running and ok.

Thanks

BTC: 1LeandroRqTJf4stf2uD3TeYDszenqNHfz
Bitcoin protocol consultor
sr.machado (OP)
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250

Twitter: @leandrogmachado


View Profile
July 28, 2014, 05:02:00 AM
 #23

Our testnet tests:




DIFF:


BTC: 1LeandroRqTJf4stf2uD3TeYDszenqNHfz
Bitcoin protocol consultor
spacelab
Sr. Member
****
Offline Offline

Activity: 528
Merit: 250


Nominex support


View Profile WWW
July 28, 2014, 05:09:34 AM
 #24

updated.

Release of testnet: tomorrow!

ill beable to help test after wednesday
sr.machado (OP)
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250

Twitter: @leandrogmachado


View Profile
July 28, 2014, 01:05:21 PM
 #25

updated.

Release of testnet: tomorrow!

ill beable to help test after wednesday

Thanks, testnet are running now just mining SOLO, waiting a friend launch his pool.

Thanks

BTC: 1LeandroRqTJf4stf2uD3TeYDszenqNHfz
Bitcoin protocol consultor
EmilioMann
Legendary
*
Offline Offline

Activity: 2184
Merit: 1028


#mitandopelomundo


View Profile
July 28, 2014, 05:46:44 PM
 #26

i dont know how mining solo
sr.machado (OP)
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250

Twitter: @leandrogmachado


View Profile
July 28, 2014, 06:13:50 PM
 #27

i dont know how mining solo

To mine solo please, read this instructions:
- You need your coin running with testnet;
- Now you need your Nimbus.conf with your rpcuser and rpcpassword like you want,
i.e:
Code:
rpcuser=MySoloMinerUser
rpcpassword=MySoloPassword
- After this you will need download CPU Miner or GPU Miner, with CPU Miner:
Create a .bat file on the same folder that you have the cpuminer and put this (change words like you conf on your Nimbus.conf):
Code:
minerd-corei7 -a bitblock --url=http://127.0.0.1:16676 --userpass=MySoloMinerUser:MySoloPassword

With GPU is the same functions, but with Sgminer pointed, see:
Code:
timeout /t 10

setx GPU_USE_SYNC_OBJECTS 1

setx GPU_MAX_ALLOC_PERCENT 100

sgminer --pool-algorithm bitblock -I 19 --auto-gpu --auto-fan --no-submit-stale -o http://127.0.0.1:16676 -u MySoloMinerUser -p MySoloPassword

BTC: 1LeandroRqTJf4stf2uD3TeYDszenqNHfz
Bitcoin protocol consultor
EmilioMann
Legendary
*
Offline Offline

Activity: 2184
Merit: 1028


#mitandopelomundo


View Profile
July 28, 2014, 06:58:28 PM
 #28

i dont know how mining solo

To mine solo please, read this instructions:
- You need your coin running with testnet;
- Now you need your Nimbus.conf with your rpcuser and rpcpassword like you want,
i.e:
Code:
rpcuser=MySoloMinerUser
rpcpassword=MySoloPassword
- After this you will need download CPU Miner or GPU Miner, with CPU Miner:
Create a .bat file on the same folder that you have the cpuminer and put this (change words like you conf on your Nimbus.conf):
Code:
minerd-corei7 -a bitblock --url=http://127.0.0.1:16676 --userpass=MySoloMinerUser:MySoloPassword

With GPU is the same functions, but with Sgminer pointed, see:
Code:
timeout /t 10

setx GPU_USE_SYNC_OBJECTS 1

setx GPU_MAX_ALLOC_PERCENT 100

sgminer --pool-algorithm bitblock -I 19 --auto-gpu --auto-fan --no-submit-stale -o http://127.0.0.1:16676 -u MySoloMinerUser -p MySoloPassword

Thanks, i will try
CryptoSkills
Full Member
***
Offline Offline

Activity: 126
Merit: 100

BitCoin, webdesign and coding.


View Profile
July 28, 2014, 07:38:00 PM
 #29

I would like to add Nimbus to our Pool but i cannot find the source code..would you help me?

I just see the daemon pre-built.

Is that one the only linux based code for NIMBUS?

Pebbelzz
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile WWW
July 28, 2014, 07:40:09 PM
 #30

watching

bbr
Sr. Member
****
Offline Offline

Activity: 290
Merit: 250


View Profile
July 28, 2014, 08:49:05 PM
 #31

Working fine on testnet here:

soundslave
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
July 28, 2014, 10:19:49 PM
 #32

tried the testnet, working for me also.. Smiley

http://s12.postimg.org/n58fzvq6l/nimbustest.jpg
sr.machado (OP)
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250

Twitter: @leandrogmachado


View Profile
July 28, 2014, 10:30:03 PM
 #33

I would like to add Nimbus to our Pool but i cannot find the source code..would you help me?

I just see the daemon pre-built.

Is that one the only linux based code for NIMBUS?

At this time when are running only testnet (to find bugs) Nimbus will not open his source, for security reasons.
We will decide in 3 days the launch time.

Thank you

watching

Keep your eyes here! Smiley

Working fine on testnet here:


Thank you for your tests, awesome.
I'm working hard to make this coin for free and open.


tried the testnet, working for me also.. Smiley



Thank you for your test, really thanks, We need tests to make a good coin!

Thanks all

BTC: 1LeandroRqTJf4stf2uD3TeYDszenqNHfz
Bitcoin protocol consultor
baby222
Hero Member
*****
Offline Offline

Activity: 1008
Merit: 501



View Profile
July 28, 2014, 10:32:46 PM
 #34

thanks dev do a good job  to make a good coin , not like other shit dev ,  Smiley
sr.machado (OP)
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250

Twitter: @leandrogmachado


View Profile
July 28, 2014, 10:39:33 PM
 #35

thanks dev do a good job  to make a good coin , not like other shit dev ,  Smiley

Thanks, I'm working for this..

TIP:
Read the whitepaper, our coin is 100% decentralized and community will make him used! Smiley

Thanks

BTC: 1LeandroRqTJf4stf2uD3TeYDszenqNHfz
Bitcoin protocol consultor
baby222
Hero Member
*****
Offline Offline

Activity: 1008
Merit: 501



View Profile
July 28, 2014, 10:46:38 PM
 #36

thanks dev do a good job  to make a good coin , not like other shit dev ,  Smiley

Thanks, I'm working for this..

TIP:
Read the whitepaper, our coin is 100% decentralized and community will make him used! Smiley

Thanks

wanna translate this thread
when launch Wink
sr.machado (OP)
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250

Twitter: @leandrogmachado


View Profile
July 28, 2014, 10:50:23 PM
 #37

thanks dev do a good job  to make a good coin , not like other shit dev ,  Smiley

Thanks, I'm working for this..

TIP:
Read the whitepaper, our coin is 100% decentralized and community will make him used! Smiley

Thanks

wanna translate this thread
when launch Wink

where you from?

Thanks

BTC: 1LeandroRqTJf4stf2uD3TeYDszenqNHfz
Bitcoin protocol consultor
baby222
Hero Member
*****
Offline Offline

Activity: 1008
Merit: 501



View Profile
July 28, 2014, 11:09:03 PM
 #38

thanks dev do a good job  to make a good coin , not like other shit dev ,  Smiley

Thanks, I'm working for this..

TIP:
Read the whitepaper, our coin is 100% decentralized and community will make him used! Smiley

Thanks

wanna translate this thread
when launch Wink

where you from?

Thanks

i know that so many people don't like chinese because many scam dev form china
but i am very proud as a chinese
 Smiley

sr.machado (OP)
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250

Twitter: @leandrogmachado


View Profile
July 28, 2014, 11:15:18 PM
 #39

thanks dev do a good job  to make a good coin , not like other shit dev ,  Smiley

Thanks, I'm working for this..

TIP:
Read the whitepaper, our coin is 100% decentralized and community will make him used! Smiley

Thanks

wanna translate this thread
when launch Wink

where you from?

Thanks

i know that so many people don't like chinese because many scam dev form china
but i am very proud as a chinese
 Smiley



Nice to meet you, I need Chinese contacts! I want to buy some items from there! Smiley

BTC: 1LeandroRqTJf4stf2uD3TeYDszenqNHfz
Bitcoin protocol consultor
chisefu
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500


View Profile
July 28, 2014, 11:17:41 PM
 #40

Post reserved for nimbus.chickenstrips.net I'm propogating subdomain and will make a pool shortly.
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 ... 70 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!