Author

Topic: [ANN][JPC]MAKE JACKPOTCOIN GREAT AGAIN! - page 357. (Read 470256 times)

member
Activity: 95
Merit: 10
April 26, 2014, 09:59:53 AM
#80
need more innovation
need more information
sr. member
Activity: 308
Merit: 250
April 26, 2014, 09:52:23 AM
#79
rpcallowip=192.168.1.* allows ALL your boxes / rigs to connect, as long they are in this IP range
For example:

Your wallet runs on 192.168.1.10
rpcallowip=192.168.1.* allows your rigs 192.168.1.20 + 192.168.1.55 + 192.168.1.121 + 192.168.1.251 to connect.

IF you want just to allow the single rigs to connect, but nothing else in your local network, then you have to set a rpcallowip= to every address WITHOUT the "*" at the end.

rpcport= can be any number you want or you use the one you might get inside the coins config if there is any at launch time.

Yes, you have to point each rig to the one pc / rig where the wallet is running.



hero member
Activity: 539
Merit: 500
April 26, 2014, 09:47:26 AM
#78
Oh...so I guess that means I will need a seperate wallet on each of my machines?
I mine on 4 different PCs.


No you dont have to you can have like 3 PCs and only one wallet like so>>>

rpcuser=user
rpcpassword=pass
rpcport=123456                        (the rpcport)
rpcconnect=127.0.0.1        main PC/w wallet on it           (here you allow only your single pc to connect)
rpcallowip=192.168.1.1*    2nd PC no wallet
rpcallowip=192.168.1.2*    3rd PC no wallet          (Use this line if you want to connect from more rigs to the wallet on the one pc)
addnode=1.2.3.4
addnode=4.5.6.7                       (Nodes will be there after launch)
listen=1                                  
daemon=1
server=1

rpcallowip=here I need to put IP off second rig,to get acess to wallet on first rig?
And where I can get rpcport?
And last question- do i need to point cgminer on all rigs to IP adress of rig with wallet on it?
sr. member
Activity: 308
Merit: 250
April 26, 2014, 09:35:16 AM
#77
Oh...so I guess that means I will need a seperate wallet on each of my machines?
I mine on 4 different PCs.

Just read my howto again.  You dont. But you need to allow your other boxes to connect.

rpcallowip=192.168.1.*              (Use this line if you want to connect from more rigs to the wallet on the one pc)
full member
Activity: 126
Merit: 100
Check my sign for more MHs
April 26, 2014, 09:34:49 AM
#76
Oh...so I guess that means I will need a seperate wallet on each of my machines?
I mine on 4 different PCs.


No you dont have to you can have like 3 PCs and only one wallet like so>>>

rpcuser=user
rpcpassword=pass
rpcport=123456                        (the rpcport)
rpcconnect=127.0.0.1        main PC/w wallet on it           (here you allow only your single pc to connect)
rpcallowip=192.168.1.1*    2nd PC no wallet
rpcallowip=192.168.1.2*    3rd PC no wallet          (Use this line if you want to connect from more rigs to the wallet on the one pc)
addnode=1.2.3.4
addnode=4.5.6.7                       (Nodes will be there after launch)
listen=1                                  
daemon=1
server=1
full member
Activity: 140
Merit: 100
April 26, 2014, 09:33:50 AM
#75
Look like fun, I will try
staff
Activity: 3458
Merit: 6793
Just writing some code
April 26, 2014, 09:27:32 AM
#74
No pool ....
I can only solo with my 1 r9 280x  Cry
member
Activity: 62
Merit: 10
April 26, 2014, 09:26:41 AM
#73
Oh...so I guess that means I will need a seperate wallet on each of my machines?
I mine on 4 different PCs.
full member
Activity: 126
Merit: 100
Check my sign for more MHs
April 26, 2014, 09:24:12 AM
#72
Solomining is quite easy:

1. Start the Wallet one time
2. Close Wallet and go to user/appdata/roaming/Jackpotcoin
3. Create a jackpotcoin.conf with editor (notepad)

Should look like this:

Code:
rpcuser=your username              (chose any a "1" is ok)
rpcpassword=your password       (choose any, a "x" is enough)
rpcport=123456                        (the rpcport)
rpcconnect=127.0.0.1                (here you allow only your single pc to connect)
rpcallowip=192.168.1.*              (Use this line if you want to connect from more rigs to the wallet on the one pc)
addnode=1.2.3.4
addnode=4.5.6.7                       (Nodes will be there after launch)
listen=1                                  
daemon=1
server=1                                  (THIS is a must if you want to mine solo, 1 means active so you are your own pool)

4. Start the wallet again
5. Simply use your miner and connect to your own wallet -o 127.0.0.1:RPCPORTNUMBER -u username -p password

Thats it, have fun.

Thanks for this i alrady knew it but sitll for those who didnt know...
member
Activity: 62
Merit: 10
April 26, 2014, 09:21:36 AM
#71
Cool. Thank you for the instructions.
I have always wanted ti give this a try!!  Smiley
legendary
Activity: 3248
Merit: 1070
April 26, 2014, 09:21:27 AM
#70
you don't need to start the wallet two times, just manually create the namecoinfolder in the roaming and put the conf inside, then start the client, and you are ready to go
sr. member
Activity: 308
Merit: 250
April 26, 2014, 09:09:37 AM
#69
Solomining is quite easy:

1. Start the Wallet one time
2. Close Wallet and go to user/appdata/roaming/Jackpotcoin
3. Create a jackpotcoin.conf with editor (notepad)

Should look like this:

Code:
rpcuser=your username              (chose any a "1" is ok)
rpcpassword=your password       (choose any, a "x" is enough)
rpcport=123456                        (the rpcport)
rpcconnect=127.0.0.1                (here you allow only your single pc to connect)
rpcallowip=192.168.1.*              (Use this line if you want to connect from more rigs to the wallet on the one pc)
addnode=1.2.3.4
addnode=4.5.6.7                       (Nodes will be there after launch)
listen=1                                  
daemon=1
server=1                                  (THIS is a must if you want to mine solo, 1 means active so you are your own pool)

4. Start the wallet again
5. Simply use your miner and connect to your own wallet -o 127.0.0.1:RPCPORTNUMBER -u username -p password

Thats it, have fun.
hero member
Activity: 539
Merit: 500
April 26, 2014, 09:08:39 AM
#68
If we don't have pool at the time of launch can OP create short tutorial how to solomine this coin that would help many users
This will be great.Some beginners tutorial for solo mining will be nice.
newbie
Activity: 15
Merit: 0
April 26, 2014, 08:58:24 AM
#67
I don't think ignoring ASICs is a good way to make a real coin. ASICs are the future of crypto mining, so any coins that don't allow them will be left behind shortly.

ASIC "per se" are not the "enemy" I'm OK with Gridseed's, around the same price and hash as a video card, much less energy consumption.

If you can buy a graphics card you can also buy a Gridseed. However KNC's are a different beast, they are 1000x more powerful, and they cost 10.000 USD, not something everybody can buy, not a democratic proposition, and they completely subjugate the principles that made cryptocurrency popular. They represent GREED, the principal reason for so many injustices in the world, the principal reason why Bank's are so powerful today.

By giving enormous amounts of hashing power in the hands of few, we are shooting ourselves in the foot, and centralising what should have been decentralised by concept.

You may say that is a lost battle, that ASIC Manufacturer's and the Big players will find a way to make their equipment compatible with scryptN or X11, but by that time, I'm hopeful that a new Algo has arrived, and i will support it.


I agree with you about "ASIC is not an enemy of Crypto coin"
But, I some different idea about price and centralizing

First, asic just can specific algorithm only,
Second, asic just for mining only

Gridseed device has same priced with similar performance of GPU.
It is not fair, the price should be much less than the current price,
I guess 1/3 ~1/4, and than, the personal miner can buy a miner.
(I believe, 1/3~1/4 is the price for the asic developer)
So, the hashing will be centralized by the small number of huge buyer or developer

It is why people do not want ASIC miner even they know ASIC is the best solution

full member
Activity: 210
Merit: 100
April 26, 2014, 08:52:27 AM
#66
If we don't have pool at the time of launch can OP create short tutorial how to solomine this coin that would help many users
member
Activity: 62
Merit: 10
April 26, 2014, 08:50:24 AM
#65
Are there any pools? What miner should we use? Huh

GPU and CPU miners will be available for launch!

Pools??

Any information ??

With that algo pools like ours are not able to provide a pool. Sorry.

Oh. I have never solo mined. Not sure how. Was hoping for a pool.
Will the Miner software be setup to direct mine then?
sr. member
Activity: 343
Merit: 250
April 26, 2014, 08:49:23 AM
#64
Download links are not working  Shocked

[quote a :outhor=Firebird2000 link=topic=584481.msg6405767#msg6405767 date=1398515841]
Are there any pools? What miner should we use? Huh

GPU and CPU miners will be available for launch!

Download links are in the OP.
[/quote]

At launch, not yet!
sr. member
Activity: 308
Merit: 250
April 26, 2014, 08:48:10 AM
#63
Are there any pools? What miner should we use? Huh

GPU and CPU miners will be available for launch!

Pools??

Any information ??

With that algo pools like ours are not able to provide a pool. Sorry.
full member
Activity: 210
Merit: 100
April 26, 2014, 08:47:50 AM
#62
Download links are not working  Shocked

[quote a :outhor=Firebird2000 link=topic=584481.msg6405767#msg6405767 date=1398515841]
Are there any pools? What miner should we use? Huh

GPU and CPU miners will be available for launch!

Download links are in the OP.
[/quote]
full member
Activity: 308
Merit: 100
April 26, 2014, 08:41:49 AM
#61
Are there any pools? What miner should we use? Huh

GPU and CPU miners will be available for launch!

Pools??

Any information ??
Jump to: