Author

Topic: [ANN][SHIFT] The New Web | IPFS/Phantom | ShiftNrg.org Hosted Decentralized! - page 243. (Read 547569 times)

full member
Activity: 182
Merit: 100



All aboard the SHF rocket to the moon! haha. This looks like real volume on bittrex. price is going up with it.


full member
Activity: 182
Merit: 100



SHF is pretty hot but maybe doesn't have the volume. If someone has an extra $20 to spend on bittrex fees they should fake 50 BTC worth of volume. If you do it well enough Poloniex might not notice and they will add SHF thinking its good volume. Getting on poloniex could never get some real SHF volume going on.





Sneaky moves. I bet polo would realize its fake volume if someone did fake the volume.
sr. member
Activity: 364
Merit: 250
Strong buy support on bittrex

yes things are getting better now.
  we  need  Poloniex  , that  is the  biggest  exchange  now !

    dev  ,pleaes  call this  exchange ,we need it !

  please  everyone  support that ,let dev  know !

We can only fulfill the technical requirements and put in the formal application, the decision is theirs and we won't pressure them.

We do know you want SHIFT to get on Polo, but there is only so much we can do.

A lot of their opinion is based on user demand. Let them know you want to trade us on their exchange!

Tweet and ask support in the chatbox if they could consider adding us Smiley

hero member
Activity: 483
Merit: 510
The Shift Team
Strong buy support on bittrex

yes things are getting better now.
 we  need  Poloniex  , that  is the  biggest  exchange  now !

    dev  ,pleaes  call this  exchange ,we need it !

  please  everyone  support that ,let dev  know !

Yeah. It would be great. Lets not hurry though. We are here to stay. Our team got a genuine interest in developing Shift and cryptos in general.

Kind regards
sr. member
Activity: 266
Merit: 250
Strong buy support on bittrex

yes things are getting better now.
  we  need  Poloniex  , that  is the  biggest  exchange  now !

    dev  ,pleaes  call this  exchange ,we need it !

  please  everyone  support that ,let dev  know !
hero member
Activity: 583
Merit: 500
Strong buy support on bittrex

yes things are getting better now.
hero member
Activity: 543
Merit: 500
Strong buy support on bittrex
legendary
Activity: 1274
Merit: 1006
btw - on instructions ( https://github.com/shiftcurrency/shift/wiki/Mining ) says: port 53901 but when I run "shift-windows-amd64 --rpc" it says: Listening on [::]:53900

Is that normal / OK ?

Code:
C:\Shift>shift-windows-amd64 --rpc
I0918 10:26:14.120904    4492 database.go:73] Alloted 16MB cache to C:\Users\zonott\AppData\Roaming\Shift\chaindata
I0918 10:26:14.162907    4492 database.go:73] Alloted 16MB cache to C:\Users\zonott\AppData\Roaming\Shift\dapp
I0918 10:26:14.176907    4492 backend.go:301] Protocol Versions: [61 60], Network Id: 1
I0918 10:26:14.177907    4492 backend.go:338] Blockchain DB Version: 3
I0918 10:26:14.273913    4492 chain_manager.go:237] Last block (#76070) eb0f4fd93117a0d86c97b8f8d1bc4845787f1c670be90faa
b6baac4423f4a3e1 TD=12909820312602956
I0918 10:26:17.268084    4492 cmd.go:125] Starting SHIFT/v0.3.0/windows/go1.5.1
I0918 10:26:17.269084    4492 server.go:311] Starting Server
I0918 10:26:17.340088    4492 udp.go:207] Listening, enode://47e91621913440dcc3a307cbcb7cc8e7a5a9c04393cae07f8c32d1e9782
fe182121c901f2260841f85525bb88051d59fc1db49a5db6b3686011c8f3bc72c6068@0.0.0.0:53900
I0918 10:26:17.342088    4492 server.go:552] Listening on [::]:53900
I0918 10:26:17.342088    4492 backend.go:567] Server started
I0918 10:26:17.345089    4492 ipc_windows.go:724] IPC service started (\\.\pipe\shf.ipc)
I0918 10:26:28.665736    4492 chain_manager.go:661] imported 1 block(s) (0 queued 0 ignored) including 0 txs in 25.0014m
s. #76071 [8067a970 / 8067a970]

53900 is the p2p port. The server.go is stating that it opens up the p2p socket, not the rpc socket. In other words, yes normal.

EDIT: saw your question about RPC. --rpc just enables the rpc-server on localhost. If you should explain so everyone understands, you could say that RPC allows remote execution of commands. Which means, there are some security implications. --rpc only enables it on localhost, as it should be.

The dangerous stuff begins when you add, --rpcaddr "yourexternalip" and that the rpc port is reached in public. but as stated, thats not the default behaviour.

Regards

Thank you sir.
hero member
Activity: 483
Merit: 510
The Shift Team
btw - on instructions ( https://github.com/shiftcurrency/shift/wiki/Mining ) says: port 53901 but when I run "shift-windows-amd64 --rpc" it says: Listening on [::]:53900

Is that normal / OK ?

Code:
C:\Shift>shift-windows-amd64 --rpc
I0918 10:26:14.120904    4492 database.go:73] Alloted 16MB cache to C:\Users\zonott\AppData\Roaming\Shift\chaindata
I0918 10:26:14.162907    4492 database.go:73] Alloted 16MB cache to C:\Users\zonott\AppData\Roaming\Shift\dapp
I0918 10:26:14.176907    4492 backend.go:301] Protocol Versions: [61 60], Network Id: 1
I0918 10:26:14.177907    4492 backend.go:338] Blockchain DB Version: 3
I0918 10:26:14.273913    4492 chain_manager.go:237] Last block (#76070) eb0f4fd93117a0d86c97b8f8d1bc4845787f1c670be90faa
b6baac4423f4a3e1 TD=12909820312602956
I0918 10:26:17.268084    4492 cmd.go:125] Starting SHIFT/v0.3.0/windows/go1.5.1
I0918 10:26:17.269084    4492 server.go:311] Starting Server
I0918 10:26:17.340088    4492 udp.go:207] Listening, enode://47e91621913440dcc3a307cbcb7cc8e7a5a9c04393cae07f8c32d1e9782
fe182121c901f2260841f85525bb88051d59fc1db49a5db6b3686011c8f3bc72c6068@0.0.0.0:53900
I0918 10:26:17.342088    4492 server.go:552] Listening on [::]:53900
I0918 10:26:17.342088    4492 backend.go:567] Server started
I0918 10:26:17.345089    4492 ipc_windows.go:724] IPC service started (\\.\pipe\shf.ipc)
I0918 10:26:28.665736    4492 chain_manager.go:661] imported 1 block(s) (0 queued 0 ignored) including 0 txs in 25.0014m
s. #76071 [8067a970 / 8067a970]

53900 is the p2p port. The server.go is stating that it opens up the p2p socket, not the rpc socket. In other words, yes normal.

EDIT: saw your question about RPC. --rpc just enables the rpc-server on localhost. If you should explain so everyone understands, you could say that RPC allows remote execution of commands. Which means, there are some security implications. --rpc only enables it on localhost, as it should be.

The dangerous stuff begins when you add, --rpcaddr "yourexternalip" and that the rpc port is reached in public. but as stated, thats not the default behaviour.

Regards
legendary
Activity: 1274
Merit: 1006
btw - on instructions ( https://github.com/shiftcurrency/shift/wiki/Mining ) says: port 53901 but when I run "shift-windows-amd64 --rpc" it says: Listening on [::]:53900

Is that normal / OK ?

Code:
C:\Shift>shift-windows-amd64 --rpc
I0918 10:26:14.120904    4492 database.go:73] Alloted 16MB cache to C:\Users\zonott\AppData\Roaming\Shift\chaindata
I0918 10:26:14.162907    4492 database.go:73] Alloted 16MB cache to C:\Users\zonott\AppData\Roaming\Shift\dapp
I0918 10:26:14.176907    4492 backend.go:301] Protocol Versions: [61 60], Network Id: 1
I0918 10:26:14.177907    4492 backend.go:338] Blockchain DB Version: 3
I0918 10:26:14.273913    4492 chain_manager.go:237] Last block (#76070) eb0f4fd93117a0d86c97b8f8d1bc4845787f1c670be90faa
b6baac4423f4a3e1 TD=12909820312602956
I0918 10:26:17.268084    4492 cmd.go:125] Starting SHIFT/v0.3.0/windows/go1.5.1
I0918 10:26:17.269084    4492 server.go:311] Starting Server
I0918 10:26:17.340088    4492 udp.go:207] Listening, enode://47e91621913440dcc3a307cbcb7cc8e7a5a9c04393cae07f8c32d1e9782
fe182121c901f2260841f85525bb88051d59fc1db49a5db6b3686011c8f3bc72c6068@0.0.0.0:53900
I0918 10:26:17.342088    4492 server.go:552] Listening on [::]:53900
I0918 10:26:17.342088    4492 backend.go:567] Server started
I0918 10:26:17.345089    4492 ipc_windows.go:724] IPC service started (\\.\pipe\shf.ipc)
I0918 10:26:28.665736    4492 chain_manager.go:661] imported 1 block(s) (0 queued 0 ignored) including 0 txs in 25.0014m
s. #76071 [8067a970 / 8067a970]
legendary
Activity: 1274
Merit: 1006
I thought of trying mining solo - is this correct command for solo mining: ethminer.exe -G -F http://127.0.0.1:53901 ?
Do I have to put any other command?
What does "--rpc" actualy do?
sr. member
Activity: 364
Merit: 250

So you are telling us that it is like your Github repo... no coding discipline - no accounting discipline...  Let's move coins around as we please...  Like a mixer almost.

Which one of the addresses above are Bittrex addresses?  What is the reason for moving them in the first place?  So many questions...

Hectic?  You have bills to pay - lists them on the forum - with the the SHF associated with them.  End of story.  So that everyone can follow.  Why shuffle around multiple transactions and multiple accounts ?  Who controls the private keys of those 6 accounts listed above?

SHiT devs controls 50% of all the coins currently in circulation.  They have a lot to answer for.   


Hey Giga# (love the nick!),

Which of the top addresses are Bittrex isn't known to us, but looking at the transactions makes the #1 address with ~166000 SHF a very likely candidate.

The reason for splitting the premine in the first place was so no one person would have the majority in case anything happened. If one person holds most of the coins and he would be not reachable for any reason possible, the coin would likely cease to exist.

Since it was 1 dev launching the projects and our team has now grown to 4 dedicated people willing to carry on development the premine has been split to avoid the coin's success being based on the availability of one person.

Bills have been paid, yes. We had payments for nodes, logo & ann redesign, web development, block explorer (twice sadly) and probably more that i don't remember.

We cannot promise to list every payment or ask for the community's permission. In that case we would have no surprises left if we announced it beforehand. However we can account for every transaction and all of them have been made to further the coin's success.

It seems that for some reason you have an issue with SHIFT from the beginning. While you bring up legitimate questions it seems that doing this in a public matter is just meant to find (imaginary?) flaws with the dev team to deter others.

Since I can't say if you are a serious but critical investor you can always come and visit us in our slack or reach any of our accounts via PM. Should you be in it for the trolling and the FUD we kindly ask you to step back. There are much more questionable coins around which could use your time and energy much better Wink

You seem to be a smart person but for some weird reason have a grudge against us. Maybe we can find a solution Smiley

In case any questions come up, feel free to contact me via PM!

legendary
Activity: 1190
Merit: 1004



SHF is pretty hot but maybe doesn't have the volume. If someone has an extra $20 to spend on bittrex fees they should fake 50 BTC worth of volume. If you do it well enough Poloniex might not notice and they will add SHF thinking its good volume. Getting on poloniex could never get some real SHF volume going on.



legendary
Activity: 1190
Merit: 1004
What happened to the premine?

The genesis block created 250k SHF here:  https://shift.etherchain.org/block/0

If you click on the address, there is only 36K SHF left in the address  Huh

There must be a logical explanation...

0xb649ebb71c30dc56647e0f3501d67eb68c8210af
0x434459a0b859d812a5127bd61e51fc71c98b3825
0x0b247678a291fc3f42a3d57b6aa4619d9021c83a
0x6b84811fbbf875c188a603a70cc6316e35b6913a
0xed9533a376d369badda4546f6834cd3f557a7563
0x6ac7a4de4297af8ae0196163a61ccff69fa411b6

These are the accounts that holds bounty funds. 26500 has been spent so far during these hectic weeks. Paying everyone and everything.

Have a good day.

So you are telling us that it is like your Github repo... no coding discipline - no accounting discipline...  Let's move coins around as we please...  Like a mixer almost.

Which one of the addresses above are Bittrex addresses?  What is the reason for moving them in the first place?  So many questions...

Hectic?  You have bills to pay - lists them on the forum - with the the SHF associated with them.  End of story.  So that everyone can follow.  Why shuffle around multiple transactions and multiple accounts ?  Who controls the private keys of those 6 accounts listed above?

SHiT devs controls 50% of all the coins currently in circulation.  They have a lot to answer for.   






These devs are anonymous. It's why this coin is so cheap. I don't mind anonymous devs, especially when I can get in at such cheap prices. This coin has great community support so far.


hero member
Activity: 840
Merit: 1000
What happened to the premine?

The genesis block created 250k SHF here:  https://shift.etherchain.org/block/0

If you click on the address, there is only 36K SHF left in the address  Huh

There must be a logical explanation...

0xb649ebb71c30dc56647e0f3501d67eb68c8210af
0x434459a0b859d812a5127bd61e51fc71c98b3825
0x0b247678a291fc3f42a3d57b6aa4619d9021c83a
0x6b84811fbbf875c188a603a70cc6316e35b6913a
0xed9533a376d369badda4546f6834cd3f557a7563
0x6ac7a4de4297af8ae0196163a61ccff69fa411b6

These are the accounts that holds bounty funds. 26500 has been spent so far during these hectic weeks. Paying everyone and everything.

Have a good day.

snip



You mean like we did a few pages back? Its split into 6 addresses for safekeeping reasons. Oh and lets be honest here, its not exactly hard to copy and paste six addressees into block explorer.
legendary
Activity: 2688
Merit: 1240
ocminer can you pls increse max automatic payout?
20 is so low.

ty sir, cheers

Ah sorry I totally forgot that, just upped it to 200 Smiley
hero member
Activity: 868
Merit: 1000
What happened to the premine?

The genesis block created 250k SHF here:  https://shift.etherchain.org/block/0

If you click on the address, there is only 36K SHF left in the address  Huh

There must be a logical explanation...

0xb649ebb71c30dc56647e0f3501d67eb68c8210af
0x434459a0b859d812a5127bd61e51fc71c98b3825
0x0b247678a291fc3f42a3d57b6aa4619d9021c83a
0x6b84811fbbf875c188a603a70cc6316e35b6913a
0xed9533a376d369badda4546f6834cd3f557a7563
0x6ac7a4de4297af8ae0196163a61ccff69fa411b6

These are the accounts that holds bounty funds. 26500 has been spent so far during these hectic weeks. Paying everyone and everything.

Have a good day.

So you are telling us that it is like your Github repo... no coding discipline - no accounting discipline...  Let's move coins around as we please...  Like a mixer almost.

Which one of the addresses above are Bittrex addresses?  What is the reason for moving them in the first place?  So many questions...

Hectic?  You have bills to pay - lists them on the forum - with the the SHF associated with them.  End of story.  So that everyone can follow.  Why shuffle around multiple transactions and multiple accounts ?  Who controls the private keys of those 6 accounts listed above?

SHiT devs controls 50% of all the coins currently in circulation.  They have a lot to answer for.  




Pre-mine should be in 1 address!! Not mixed in 6 address!
Community or new investor need to know the pre-mine address, not by searching over 6 address.

What are you doing? so many "strange" stuff here.

legendary
Activity: 1274
Merit: 1006
ocminer can you pls increse max automatic payout?
20 is so low.

ty sir, cheers
hero member
Activity: 483
Merit: 510
The Shift Team
What happened to the premine?

The genesis block created 250k SHF here:  https://shift.etherchain.org/block/0

If you click on the address, there is only 36K SHF left in the address  Huh

There must be a logical explanation...

0xb649ebb71c30dc56647e0f3501d67eb68c8210af
0x434459a0b859d812a5127bd61e51fc71c98b3825
0x0b247678a291fc3f42a3d57b6aa4619d9021c83a
0x6b84811fbbf875c188a603a70cc6316e35b6913a
0xed9533a376d369badda4546f6834cd3f557a7563
0x6ac7a4de4297af8ae0196163a61ccff69fa411b6

These are the accounts that holds bounty funds. 26500 has been spent so far during these hectic weeks. Paying everyone and everything.

Have a good day.
hero member
Activity: 518
Merit: 500



I'm interested in making a DApp. SHF is a great coin for miners. I can mine this coin and get a lot of coins without much hashing power. This coin is pretty cheap.





I just did the math
   Coin   time   diff   value   Metric
Exp   8   30   2450   133333   14.51243537
Shift   3   17   100   16004   28.24235294
eth   4   15   5765   376327   17.40743568

Shift is (measured in coin*value/(diff*time) currently about 2x profitable (subject to change any second)

I notice the hashrate shown on the explorer is lower than the pool.  Huh
Jump to: